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