Skip to content

Commit 17d1b56

Browse files
committed
Try changing back from oldest-supported-numpy to numpy
1 parent 74215b3 commit 17d1b56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ package_dir =
3131
= src
3232
packages = find:
3333
setup_requires =
34-
oldest-supported-numpy; python_version<'3.12'
34+
numpy; python_version<'3.12'
3535
numpy>=1.26.0b1; python_version>='3.12'
3636
Cython
3737
install_requires =
38-
oldest-supported-numpy; python_version<'3.12'
38+
numpy; python_version<'3.12'
3939
numpy>=1.26.0b1; python_version>='3.12'
4040
Cython
4141

0 commit comments

Comments
 (0)