Skip to content

Commit 8a2d8c8

Browse files
robambalutimkpaine
andcommitted
Update pyproject.toml
Co-authored-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
1 parent 3ddf5f7 commit 8a2d8c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ requires = [
44
"deprecated", # Because used in csp.impl.struct, which is used in autogen
55
# oldest numpy 2 we can
66
"numpy>=2,<2.1; python_version < '3.13'",
7-
"numpy>=2,<2.5",
7+
"numpy>=2,<2.2; python_version < '3.14'",
8+
"numpy>=2,<2.4; python_version < '3.15'",
89
"pyarrow>=15,<24",
910
"ruamel.yaml",
1011
"scikit-build",

0 commit comments

Comments
 (0)