Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
negedng authored and Gary Lai committed Jun 29, 2019
1 parent 7f6e185 commit 910dc59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ def setup_package():
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
package_data={'': ['*.txt', '*.json']},
install_requires=[
'typing==3.6.6',
'numpy==1.14.6',
'mxnet==1.4.0',
'gluonnlp==0.6.0',
'typing>=3.6.6',
'numpy>=1.14.6',
'mxnet>=1.4.0',
'gluonnlp>=0.6.0',
],
extras_require={
'gpu': ['mxnet-cu92==1.3.0'],
Expand Down

0 comments on commit 910dc59

Please sign in to comment.