Skip to content

Commit

Permalink
Drop numpy1.19 due to issue with Accelerate backend (numpy/numpy#15947)
Browse files Browse the repository at this point in the history
  • Loading branch information
aouinizied committed Jun 23, 2020
1 parent 46acbea commit 6d5fd16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,5 +1,6 @@
pyzmq>=19.0.0
cffi>=1.14.0
psutil>=5.7.0
pandas==1.0.3
numpy<=1.18.5
pandas>=1.0.3
siphash-cffi>=0.1.4
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -133,6 +133,7 @@ def run(self):
python_requires = '>=3.6'
install_requires = ['cffi>=1.14.0',
'pyzmq>=19.0.0',
'numpy<=1.18.5',
'pandas>=1.0.3',
'psutil>=5.7.0',
'siphash-cffi>=0.1.4']
Expand Down

0 comments on commit 6d5fd16

Please sign in to comment.