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 90fc103 commit 413b086Copy full SHA for 413b086
requirements.txt
@@ -2,7 +2,8 @@
2
--only-binary numpy,scipy
3
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
4
matplotlib>=3.5
5
-numpy>=1.22
+numpy>=1.26.0b1; python_version > '3.11'
6
+numpy>=1.22; python_version <= '3.11'
7
scipy>=1.8
8
networkx>=2.7
9
nibabel>=4.0
0 commit comments