Skip to content

Commit 8057360

Browse files
committed
patch to limit numpy version to be less than 2.0
1 parent 369a9b4 commit 8057360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

pytorch_widedeep/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.6.1"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pandas>=1.3.5
2-
numpy>=1.21.6
2+
numpy>=1.21.6, <2.0.0
33
scipy>=1.7.3,<=1.12.0
44
scikit-learn>=1.0.2
55
gensim

0 commit comments

Comments
 (0)