Skip to content

Commit c640b72

Browse files
committed
Update minimum numpy version for Python 3.12
1 parent 6894176 commit c640b72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=41.2", "cython>=0.29.20", "wheel", "oldest-supported-numpy"]
2+
requires = ["setuptools>=41.2", "cython>=0.29.20", "wheel", "oldest-supported-numpy; python_version<'3.12.0.rc1'", "numpy>=1.26.0b1; python_version>='3.12.0.rc1'"]
33
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
numpy>1.13.3
1+
numpy>1.13.3; python_version<'3.12.0.rc1'
2+
numpy>=1.26.0b1; python_version>='3.12.0.rc1'

0 commit comments

Comments
 (0)