Update setup.py

This commit is contained in:
DingDing 2022-10-28 15:11:57 +08:00 committed by GitHub
parent 3ac31cf063
commit f7d1912767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import os
requires = """torch>=1.8.0
transformers>=4.10.0
datasets==1.17.0
datasets>=1.17.0
sentencepiece>=0.1.96
tqdm>=4.62.2
decorator
@ -58,4 +58,4 @@ with open('README.md', 'r') as f:
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
)
)