Skip to content

Commit

Permalink
updating numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Feb 7, 2021
1 parent 7668be4 commit 54e222f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.19.2
numpy==1.20.0
numpy
pandas
gensim
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Operating System :: OS Independent",
],
install_requires=[
'numpy == 1.19.2',
'numpy == 1.20.0',
'joblib < 1.0.0',
'pandas',
'gensim',
Expand Down

0 comments on commit 54e222f

Please sign in to comment.