Skip to content

Commit

Permalink
[Dependency] Fix numpy version (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenyk1230 authored Mar 3, 2022
1 parent a7bbac4 commit 026d20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ recommonmark==0.7.1
networkx
matplotlib
tqdm
numpy<1.21,>=1.17
numpy>=1.21
scipy
gensim<4.0
grave
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def find_version(filename):
"networkx",
"matplotlib",
"tqdm",
"numpy<1.21,>=1.17",
"numpy>=1.21",
"scipy",
"gensim<4.0",
"grave",
Expand Down

0 comments on commit 026d20b

Please sign in to comment.