Skip to content

Commit 9f77b81

Browse files
committed
Temporarily limit the build to numpy < 2.0.0.
1 parent 2e41106 commit 9f77b81

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ classifiers = [
1919
"Topic :: Scientific/Engineering :: Visualization",
2020
]
2121
dependencies = [
22-
"arrow>=1.0",
23-
"custom_inherit",
24-
"multipledispatch",
25-
"numpy>=1.8.0",
26-
"packaging",
27-
"pypng",
28-
"reportlab",
22+
"arrow>=1.0",
23+
"custom_inherit",
24+
"multipledispatch",
25+
"numpy>=1.8.0,<2.0.0",
26+
"packaging",
27+
"pypng",
28+
"reportlab",
2929
]
3030
description = "A modern plotting toolkit supporting electronic publishing and reproducibility."
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)