Skip to content

Commit e1f7b33

Browse files
committed
pins numpy < 2
1 parent 3aea552 commit e1f7b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = ["setuptools",
66
[project]
77
name = "overlappogram"
88
version = "0.0.5"
9-
dependencies = ["numpy",
9+
dependencies = ["numpy<2.0.0",
1010
"astropy",
1111
"scikit-learn",
1212
"pandas",

0 commit comments

Comments
 (0)