Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
transformers>4.32.0 is required for 'token'
huggingface_hub>=0.15.1 is required by transformers
  • Loading branch information
tomaarsen committed Dec 13, 2023
1 parent a89fb89 commit 1d03b12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
transformers>=4.6.0,<5.0.0
tokenizers>=0.10.3
transformers>=4.32.0,<5.0.0
tqdm
torch>=1.6.0
numpy
scikit-learn
scipy
nltk
sentencepiece
huggingface-hub
huggingface-hub>=0.15.1
Pillow
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
packages=find_packages(),
python_requires=">=3.8.0",
install_requires=[
'transformers>=4.6.0,<5.0.0',
'transformers>=4.32.0,<5.0.0',
'tqdm',
'torch>=1.6.0',
'numpy',
'scikit-learn',
'scipy',
'nltk',
'sentencepiece',
'huggingface-hub>=0.4.0',
'huggingface-hub>=0.15.1',
'Pillow'
],
classifiers=[
Expand Down

0 comments on commit 1d03b12

Please sign in to comment.