Skip to content

Commit 90fc103

Browse files
committed
MNT: Require binaries for numpy and scipy only
1 parent 8a01879 commit 90fc103

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

min-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by tools/update_requirements.py
2-
--only-binary :all:
2+
--only-binary numpy,scipy
33
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
44
matplotlib==3.5
55
numpy==1.22

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto-generated by tools/update_requirements.py
2-
--only-binary :all:
2+
--only-binary numpy,scipy
33
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
44
matplotlib>=3.5
55
numpy>=1.22

tools/update_requirements.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
lines = [
2323
f'# Auto-generated by {script_name}',
24-
'--only-binary :all:',
24+
'--only-binary numpy,scipy',
2525
'--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple',
2626
'',
2727
]

0 commit comments

Comments
 (0)