Skip to content

Commit 7cc395c

Browse files
authored
Allow NumPy v1 in installation requirements (#956)
1 parent 037c264 commit 7cc395c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install_requires =
5151
confection>=0.0.1,<1.0.0
5252
# Third-party dependencies
5353
setuptools
54-
numpy>=2.0.0,<3.0.0
54+
numpy>=1.19.0,<3.0.0
5555
pydantic>=2.0.0,<3.0.0
5656
packaging>=20.0
5757
# Backports of modern Python features

0 commit comments

Comments
 (0)