Update requirements.txt
Removing version requirements allowing pip to fix dependencies Originall file gensim==3.8.3 gym==0.23.1 huggingface==0.0.1 imageio==2.16.2 keras==2.11 nltk==3.6.6 pandas==1.4.2 pillow==10.3.0 pygame==2.1.2 scikit-image==0.19.2 seaborn==0.11.2 smart-open==5.2.1 tensorboard-data-server==0.6.1 tensorflow-datasets==4.4.0 tensorflow-hub==0.12.0 tensorflow-text==2.8.1 tensorflow==2.11.1 tensorboard==2.11 tokenizers==0.10.3 torchinfo==0.0.8 tqdm==4.66.3 transformers==4.38.0
This commit is contained in:
parent
e1198e5356
commit
a9ecf64bf9
|
|
@ -1,22 +1,22 @@
|
|||
gensim==3.8.3
|
||||
gym==0.23.1
|
||||
huggingface==0.0.1
|
||||
imageio==2.16.2
|
||||
keras==2.11.0
|
||||
nltk==3.6.6
|
||||
pandas==1.4.2
|
||||
pillow==10.3.0
|
||||
pygame==2.1.2
|
||||
scikit-image==0.19.2
|
||||
seaborn==0.11.2
|
||||
smart-open==5.2.1
|
||||
tensorboard-data-server==0.6.1
|
||||
tensorflow-datasets==4.4.0
|
||||
tensorflow-hub==0.12.0
|
||||
tensorflow-text==2.11.0
|
||||
tensorflow==2.11.1
|
||||
tensorboard==2.11.2
|
||||
tokenizers==0.15.2
|
||||
torchinfo==0.0.8
|
||||
tqdm==4.66.3
|
||||
transformers==4.38.0
|
||||
gensim
|
||||
gym
|
||||
huggingface
|
||||
imageio
|
||||
keras
|
||||
nltk
|
||||
pandas
|
||||
pillow
|
||||
pygame
|
||||
scikit-image
|
||||
seaborn
|
||||
smart-open
|
||||
tensorboard-data-server
|
||||
tensorflow-datasets
|
||||
tensorflow-hub
|
||||
tensorflow-text
|
||||
tensorflow
|
||||
tensorboard
|
||||
tokenizers
|
||||
torchinfo
|
||||
tqdm
|
||||
transformers
|
||||
|
|
|
|||
Loading…
Reference in New Issue