Skip to content

Commit

Permalink
fix numpy due to makor release breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Jun 23, 2024
1 parent bc5a144 commit 8c6011d
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,6 +1,6 @@
torch
bpemb
numpy
numpy==1.26.4
requests
pymagnitude-light
colorama>=0.4.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():
],
packages=packages,
install_requires=[
"numpy",
"numpy==1.26.4",
"torch",
"bpemb",
"gensim>=4.0.0",
Expand Down

0 comments on commit 8c6011d

Please sign in to comment.