Skip to content

Commit d018cba

Browse files
michaelosthegericardoV94
authored andcommitted
Temporarily pin SciPy to <1.8.0
See tracking issue #5448.
1 parent 2a94c47 commit d018cba

10 files changed

+10
-10
lines changed

conda-envs/environment-dev-py37.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- pytest>=3.0
2424
- python-graphviz
2525
- python=3.7
26-
- scipy>=1.4.1
26+
- scipy>=1.4.1,<1.8.0
2727
- sphinx-copybutton
2828
- sphinx-notfound-page
2929
- sphinx>=1.5

conda-envs/environment-dev-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- pytest>=3.0
2424
- python-graphviz
2525
- python=3.8
26-
- scipy>=1.4.1
26+
- scipy>=1.4.1,<1.8.0
2727
- sphinx-copybutton
2828
- sphinx-notfound-page
2929
- sphinx>=1.5

conda-envs/environment-dev-py39.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- pytest>=3.0
2424
- python-graphviz
2525
- python=3.9
26-
- scipy>=1.4.1
26+
- scipy>=1.4.1,<1.8.0
2727
- sphinx-copybutton
2828
- sphinx-notfound-page
2929
- sphinx>=1.5

conda-envs/environment-test-py37.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies:
2121
- pytest>=3.0
2222
- python-graphviz
2323
- python=3.7
24-
- scipy>=1.4.1
24+
- scipy>=1.4.1,<1.8.0
2525
- typing-extensions>=3.7.4

conda-envs/environment-test-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies:
2121
- pytest>=3.0
2222
- python-graphviz
2323
- python=3.8
24-
- scipy>=1.4.1
24+
- scipy>=1.4.1,<1.8.0
2525
- typing-extensions>=3.7.4

conda-envs/environment-test-py39.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ dependencies:
2121
- pytest>=3.0
2222
- python-graphviz
2323
- python=3.9
24-
- scipy>=1.4.1
24+
- scipy>=1.4.1,<1.8.0
2525
- typing-extensions>=3.7.4

conda-envs/windows-environment-dev-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- pip
1717
- python=3.8
1818
- python-graphviz
19-
- scipy>=1.4.1
19+
- scipy>=1.4.1,<1.8.0
2020
- typing-extensions>=3.7.4
2121
# Extra stuff for dev, testing and docs build
2222
- ipython>=7.16

conda-envs/windows-environment-test-py38.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pip
2121
- python=3.8
2222
- python-graphviz
23-
- scipy>=1.4.1
23+
- scipy>=1.4.1,<1.8.0
2424
- typing-extensions>=3.7.4
2525
# Extra stuff for testing
2626
- ipython>=7.16

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pre-commit>=2.8.0
1818
pydata-sphinx-theme
1919
pytest-cov>=2.5
2020
pytest>=3.0
21-
scipy>=1.4.1
21+
scipy>=1.4.1,<1.8.0
2222
sphinx-copybutton
2323
sphinx-design
2424
sphinx-notfound-page

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cloudpickle
66
fastprogress>=0.2.0
77
numpy>=1.15.0
88
pandas>=0.24.0
9-
scipy>=1.4.1
9+
scipy>=1.4.1,<1.8.0
1010
typing-extensions>=3.7.4

0 commit comments

Comments
 (0)