Skip to content

Commit 1b00e0b

Browse files
authored
Merge pull request #37607 from robertapplin/0-pin-scipy-less-than-1-14
Pin scipy <1.14 due to interp2d removal
2 parents d022724 + be0b9bf commit 1b00e0b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda/recipes/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sphinx_bootstrap_theme:
6262
- 0.8.1
6363

6464
scipy:
65-
- '>=1.10.0'
65+
- '>=1.10.0,<1.14'
6666

6767
pyqt:
6868
- 5.15

mantid-developer-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
- qt-gtk-platformtheme # Use native theme on GTK-based systems, which provides a significantly better performing file browser.
4141
- quasielasticbayes
4242
- requests>=2.25.1
43-
- scipy>=1.10.0
43+
- scipy>=1.10.0,<1.14
4444
- setuptools
4545
- sphinx>=4.5.*
4646
- sphinx_bootstrap_theme>=0.8.1

mantid-developer-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- qtpy>=1.9.0
3939
- quasielasticbayes
4040
- requests>=2.25.1
41-
- scipy>=1.10.0
41+
- scipy>=1.10.0,<1.14
4242
- setuptools
4343
- sphinx>=4.5.*
4444
- sphinx_bootstrap_theme>=0.8.1

mantid-developer-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
- qtpy>=1.9.0
3939
- quasielasticbayes
4040
- requests>=2.25.1
41-
- scipy>=1.10.0
41+
- scipy>=1.10.0,<1.14
4242
- setuptools
4343
- sphinx>=4.5.*
4444
- sphinx_bootstrap_theme>=0.8.1

0 commit comments

Comments
 (0)