Skip to content

Commit 1ad4320

Browse files
committed
library uses np.infty which was removed in numpy 2.0
1 parent 165c7ef commit 1ad4320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy >= 1.18.0; python_version >= '3.5'
1+
numpy >= 1.18.0,<2.0; python_version >= '3.5'
22
numpy == 1.16.4; python_version == '2.7'
33

44
scipy >= 1.0.1; python_version >= '3.5'

0 commit comments

Comments
 (0)