Skip to content

Commit

Permalink
Update dependencies (#338)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update numpy version

Co-authored-by: Suqi Sun <suqi.sun@mbp00482s-MacBook-Pro.local>
  • Loading branch information
mylibrar and Suqi Sun committed Jul 6, 2021
1 parent cbd7a08 commit d391e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -32,10 +32,10 @@

install_requires=[
'regex>=2018.01.10',
'numpy>=1.15.4, <=1.19.5',
'numpy>=1.16.6, <=1.19.5',
'requests',
'funcsigs',
'sentencepiece==0.1.91',
'sentencepiece>=0.1.96',
'mypy_extensions',
'packaging>=19.0'
],
Expand Down

0 comments on commit d391e59

Please sign in to comment.