We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7273c commit 0f94bb9Copy full SHA for 0f94bb9
pyproject.toml
@@ -3,7 +3,6 @@ requires = [
3
"setuptools",
4
"setuptools_scm[toml]>=6.2",
5
"cython",
6
- "numpy==1.26b1; python_version >= '3.12rc1'", # Until 3.12 and 1.26 are released
7
# As of numpy 1.25, you can now build against older APIs.
8
# https://numpy.org/doc/stable/release/1.25.0-notes.html
9
"numpy>=1.25; python_version > '3.8'",
requirements.txt
@@ -2,8 +2,7 @@
2
--only-binary numpy,scipy
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
matplotlib>=3.5
-numpy>=1.26.0b1; python_version > '3.11'
-numpy>=1.22; python_version <= '3.11'
+numpy>=1.22
scipy>=1.8
networkx>=2.7
nibabel>=4.0
0 commit comments