Skip to content

Commit

Permalink
[minor] setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
JayYip committed May 22, 2019
1 parent b5de5cb commit 3082b3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
pycurl
pyarrow
numpy
matplotlib
tensorflow==2.0.0-alpha0
tensorflow-gpu==2.0.0-alpha0
Keras
keras-pos-embd==0.9.0
keras-transformer==0.21.0
tqdm
faiss
sklearn
six
argparse
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
long_description='None so far',
long_description_content_taype='text/markdown',
python_requires='>=3.5.0',
install_requires=['numpy', 'matplotlib', 'tensorflow==2.0.0-alpha0', 'tensorflow-gpu==2.0.0-alpha0', 'Keras',
'keras-pos-embd==0.9.0', 'keras-transformer==0.21.0', 'tqdm', 'faiss', 'sklearn', 'pycurl', 'six', 'argparse'],
install_requires=install_requires,
classifiers=(
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 3082b3a

Please sign in to comment.