Skip to content

Commit fc777b9

Browse files
committed
un-cap numpy
1 parent 6696601 commit fc777b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "Hydrological Simulation Program - Python"
1313
dependencies = [
1414
"cltoolbox",
1515
"numba",
16-
"numpy<2.0",
16+
"numpy",
1717
"pandas",
1818
"tables",
1919
"pyparsing"

0 commit comments

Comments
 (0)