Update setup.py
This commit is contained in:
parent
3ac31cf063
commit
f7d1912767
4
setup.py
4
setup.py
|
@ -6,7 +6,7 @@ import os
|
||||||
|
|
||||||
requires = """torch>=1.8.0
|
requires = """torch>=1.8.0
|
||||||
transformers>=4.10.0
|
transformers>=4.10.0
|
||||||
datasets==1.17.0
|
datasets>=1.17.0
|
||||||
sentencepiece>=0.1.96
|
sentencepiece>=0.1.96
|
||||||
tqdm>=4.62.2
|
tqdm>=4.62.2
|
||||||
decorator
|
decorator
|
||||||
|
@ -58,4 +58,4 @@ with open('README.md', 'r') as f:
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue