Skip to content

Commit 4e1112f

Browse files
Merge pull request #3 from StructuralPython/fix/constrain_numpy
Constrain numpy version to <2.0.0
2 parents 3942870 + 28cda33 commit 4e1112f

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
@@ -12,7 +12,7 @@ dynamic = ["version", "description"]
1212

1313
dependencies = [
1414
"streamlit",
15-
"numpy",
15+
"numpy < 2.0.0",
1616
"pandas",
1717
"openpyxl",
1818
"lxml",

0 commit comments

Comments
 (0)