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

Commit

Permalink
馃挌 (travis) add typing to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
imgarylai committed Mar 19, 2019
1 parent bd71538 commit d5925eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -107,7 +107,6 @@ def write_version_py(filename):
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Information Analysis
Operating System :: POSIX
Expand Down Expand Up @@ -135,6 +134,7 @@ def setup_package():
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
package_data={'': ['*.txt', '*.json']},
install_requires=[
'typing==3.6.6',
'mxnet==1.4.0',
'gluonnlp==0.6.0',
],
Expand Down

0 comments on commit d5925eb

Please sign in to comment.