We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f67f5b commit 74215b3Copy full SHA for 74215b3
1 file changed
setup.cfg
@@ -31,10 +31,12 @@ package_dir =
31
= src
32
packages = find:
33
setup_requires =
34
- numpy
+ oldest-supported-numpy; python_version<'3.12'
35
+ numpy>=1.26.0b1; python_version>='3.12'
36
Cython
37
install_requires =
38
39
40
41
42
[options.package_data]
0 commit comments