Skip to content

Commit c591e05

Browse files
peterfpetersonthomashampsonjclarkeSTFC
authored
Quasielasticbayes pinning - ornl-next (#39209)
* Pin quasielasticbayes to 0.3.0 This package is known to be unstable wrt things like operating system versions. Pin it to the new version to avoid it accidentally installing 0.2 * Pin quasielasticbayes --------- Co-authored-by: Tom Hampson <thomas.hampson@stfc.ac.uk> Co-authored-by: James Clarke <james.clarke@stfc.ac.uk>
1 parent 0add8df commit c591e05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

conda/recipes/conda_build_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ qscintilla2:
126126
qtpy:
127127
- '>=2.4,!=2.4.2'
128128

129+
# We must pin this because it is known to be particularly unstable (especially in system tests).
130+
# 0.3.0 is the first version that supports Python > 3.10, but it currently breaks BayesQuasi in the
131+
# standalone.
132+
quasielasticbayes:
133+
- '<0.3.0'
134+
129135
tbb:
130136
- 2021
131137

conda/recipes/mantid-developer/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ requirements:
4646
- qtconsole {{ qtconsole }}
4747
- qtpy {{ qtpy }}
4848
- qt-gtk-platformtheme # [linux]
49-
- quasielasticbayes
49+
- quasielasticbayes {{ quasielasticbayes }}
5050
- requests>=2.25.1
5151
- scipy {{ scipy }}
5252
- setuptools

conda/recipes/mantid/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ requirements:
7575
- libglu {{ libglu }} # [linux]
7676
- joblib
7777
- orsopy {{ orsopy }}
78-
- quasielasticbayes
78+
- quasielasticbayes {{ quasielasticbayes }}
7979
- zlib
8080

8181
run_constrained:

0 commit comments

Comments
 (0)