Skip to content

Commit

Permalink
patch to limit numpy version to be less than 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzaurin committed Jun 17, 2024
1 parent 369a9b4 commit 8057360
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion pytorch_widedeep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "1.6.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandas>=1.3.5
numpy>=1.21.6
numpy>=1.21.6, <2.0.0
scipy>=1.7.3,<=1.12.0
scikit-learn>=1.0.2
gensim
Expand Down

0 comments on commit 8057360

Please sign in to comment.