Update requirements.txt
removed nltk version added transformers and tensorflow-text
This commit is contained in:
parent
91eefa848d
commit
40b3dbf698
|
|
@ -3,7 +3,7 @@ gym==0.26.2
|
|||
huggingface==0.0.1
|
||||
imageio==2.35.0
|
||||
keras
|
||||
nltk==3.8.2
|
||||
nltk
|
||||
pandas==2.2.2
|
||||
pillow==10.4.0
|
||||
pygame==2.6.0
|
||||
|
|
@ -18,5 +18,5 @@ tensorboard
|
|||
tokenizers
|
||||
torchinfo
|
||||
tqdm
|
||||
# transformers
|
||||
# tensorflow-text
|
||||
transformers
|
||||
tensorflow-text
|
||||
|
|
|
|||
Loading…
Reference in New Issue