From be0b9bf3563c31b534b3f6edd47849e9d54d4b12 Mon Sep 17 00:00:00 2001 From: Applin Date: Tue, 25 Jun 2024 11:07:00 +0100 Subject: [PATCH] Pin scipy <1.14 due to interp2d removal --- conda/recipes/conda_build_config.yaml | 2 +- mantid-developer-linux.yml | 2 +- mantid-developer-osx.yml | 2 +- mantid-developer-win.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/recipes/conda_build_config.yaml b/conda/recipes/conda_build_config.yaml index 6597240b2420..be49502567dd 100644 --- a/conda/recipes/conda_build_config.yaml +++ b/conda/recipes/conda_build_config.yaml @@ -62,7 +62,7 @@ sphinx_bootstrap_theme: - 0.8.1 scipy: - - '>=1.10.0' + - '>=1.10.0,<1.14' pyqt: - 5.15 diff --git a/mantid-developer-linux.yml b/mantid-developer-linux.yml index d6793c05f7d5..cc4cc979628d 100644 --- a/mantid-developer-linux.yml +++ b/mantid-developer-linux.yml @@ -40,7 +40,7 @@ dependencies: - qt-gtk-platformtheme # Use native theme on GTK-based systems, which provides a significantly better performing file browser. - quasielasticbayes - requests>=2.25.1 - - scipy>=1.10.0 + - scipy>=1.10.0,<1.14 - setuptools - sphinx>=4.5.* - sphinx_bootstrap_theme>=0.8.1 diff --git a/mantid-developer-osx.yml b/mantid-developer-osx.yml index a80b3cda6e15..bdc68366979b 100644 --- a/mantid-developer-osx.yml +++ b/mantid-developer-osx.yml @@ -38,7 +38,7 @@ dependencies: - qtpy>=1.9.0 - quasielasticbayes - requests>=2.25.1 - - scipy>=1.10.0 + - scipy>=1.10.0,<1.14 - setuptools - sphinx>=4.5.* - sphinx_bootstrap_theme>=0.8.1 diff --git a/mantid-developer-win.yml b/mantid-developer-win.yml index 0243546e5ac5..f394178d43fc 100644 --- a/mantid-developer-win.yml +++ b/mantid-developer-win.yml @@ -38,7 +38,7 @@ dependencies: - qtpy>=1.9.0 - quasielasticbayes - requests>=2.25.1 - - scipy>=1.10.0 + - scipy>=1.10.0,<1.14 - setuptools - sphinx>=4.5.* - sphinx_bootstrap_theme>=0.8.1