Skip to content

Commit 43ebd59

Browse files
committed
Tweak to avoid double specifying numpy?
1 parent 17d1b56 commit 43ebd59

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ package_dir =
3131
= src
3232
packages = find:
3333
setup_requires =
34-
numpy; python_version<'3.12'
35-
numpy>=1.26.0b1; python_version>='3.12'
34+
numpy
3635
Cython
3736
install_requires =
3837
numpy; python_version<'3.12'

0 commit comments

Comments
 (0)