Skip to content

Commit c50b45b

Browse files
Remove upper bound version constraint on numpy dependency (#27)
Co-authored-by: Jonathan Taylor <[email protected]>
1 parent 6beb419 commit c50b45b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "ISLP"
3-
dependencies = ["numpy>=1.7.1,<1.25", # max version for numba
3+
version = "0.3.22"
4+
dependencies = ["numpy>=1.7.1",
45
"scipy>=0.9",
56
"pandas>=0.20,<=1.9",
67
"lxml", # pandas needs this for html

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.7.1,<1.25 # max version for numba
1+
numpy>=1.7.1
22
scipy>=0.9
33
pandas>=0.20
44
pandas<=1.9

0 commit comments

Comments
 (0)