Commit 965038da authored by Ben Wang's avatar Ben Wang
Browse files

move deps to setup.py so they get installed automatically

parent 218d105d
black==20.8b1
best_download>=0.0.5
datasets>=1.2.1
click>=7.1
scikit-learn>=0.24.1
torch>=1.7
transformers>=4.1
sqlitedict==1.6.0
pytablewriter==0.58.0
sacrebleu==1.5.0
pycountry==20.7.3
numexpr==2.7.2
\ No newline at end of file
.
\ No newline at end of file
......@@ -19,4 +19,18 @@ setuptools.setup(
"Operating System :: OS Independent",
],
python_requires='>=3.6',
install_requires=[
"black==20.8b1",
"best_download>=0.0.5",
"datasets>=1.2.1",
"click>=7.1",
"scikit-learn>=0.24.1",
"torch>=1.7",
"transformers>=4.1",
"sqlitedict==1.6.0",
"pytablewriter==0.58.0",
"sacrebleu==1.5.0",
"pycountry==20.7.3",
"numexpr==2.7.2",
]
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment