Skip to content

Commit 1dc1d22

Browse files
authored
Merge pull request #209 from effigies/mnt/3.12-final-prep
MNT: Update dependencies for 3.12-compatible release
2 parents 9b7273c + 0f94bb9 commit 1dc1d22

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ requires = [
33
"setuptools",
44
"setuptools_scm[toml]>=6.2",
55
"cython",
6-
"numpy==1.26b1; python_version >= '3.12rc1'", # Until 3.12 and 1.26 are released
76
# As of numpy 1.25, you can now build against older APIs.
87
# https://numpy.org/doc/stable/release/1.25.0-notes.html
98
"numpy>=1.25; python_version > '3.8'",

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
--only-binary numpy,scipy
33
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
44
matplotlib>=3.5
5-
numpy>=1.26.0b1; python_version > '3.11'
6-
numpy>=1.22; python_version <= '3.11'
5+
numpy>=1.22
76
scipy>=1.8
87
networkx>=2.7
98
nibabel>=4.0

0 commit comments

Comments
 (0)