Skip to content

Commit

Permalink
Merge pull request #3 from StructuralPython/fix/constrain_numpy
Browse files Browse the repository at this point in the history
Constrain numpy version to <2.0.0
  • Loading branch information
connorferster authored Jun 20, 2024
2 parents 3942870 + 28cda33 commit 4e1112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version", "description"]

dependencies = [
"streamlit",
"numpy",
"numpy < 2.0.0",
"pandas",
"openpyxl",
"lxml",
Expand Down

0 comments on commit 4e1112f

Please sign in to comment.