Skip to content

Commit 74215b3

Browse files
committed
Changed installed numpy version to fixed versions.
1 parent 2f67f5b commit 74215b3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ package_dir =
3131
= src
3232
packages = find:
3333
setup_requires =
34-
numpy
34+
oldest-supported-numpy; python_version<'3.12'
35+
numpy>=1.26.0b1; python_version>='3.12'
3536
Cython
3637
install_requires =
37-
numpy
38+
oldest-supported-numpy; python_version<'3.12'
39+
numpy>=1.26.0b1; python_version>='3.12'
3840
Cython
3941

4042
[options.package_data]

0 commit comments

Comments
 (0)