Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaSottana committed Aug 12, 2020
1 parent ed2da3c commit 0852d97
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,22 @@ def read(*paths):
"Programming Language :: Python :: 3.7",
],
install_requires=[
"allennlp==0.9.0",
"gensim==3.8.1",
"nltk==3.4.5",
"numpy==1.18.2",
"pandas==0.25.3",
"ply==3.11",
"pyarrow==0.16.0",
"pytest==5.4.1",
"scikit-learn==0.22.1",
"scipy==1.4.1",
"sentence-transformers==0.2.5.1",
"slate3k==0.5.3",
"typing==3.7.4.1",
"tqdm==4.45.0"
"allennlp~=0.9.0",
"boto3~=1.10.34",
"gensim~=3.8.1",
"nltk~=3.4.5",
"numpy~=1.18.2",
"pandas~=0.25.3",
"ply~=3.11",
"pyarrow~=0.16.0",
"pytest~=5.4.1",
"s3fs~=0.4.2",
"scikit-learn~=0.22.1",
"scipy~=1.4.1",
"sentence-transformers~=0.2.5.1",
"slate3k~=0.5.3",
"typing~=3.7.4.1",
"tqdm~=4.45.0"
],
tests_require=["pytest", "flaky"],
include_package_data=True,
Expand Down

0 comments on commit 0852d97

Please sign in to comment.