Skip to content

Commit 413b086

Browse files
committed
MNT: Temporarily pin numpy 1.26.0b1
1 parent 90fc103 commit 413b086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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.22
5+
numpy>=1.26.0b1; python_version > '3.11'
6+
numpy>=1.22; python_version <= '3.11'
67
scipy>=1.8
78
networkx>=2.7
89
nibabel>=4.0

0 commit comments

Comments
 (0)