Skip to content

Commit

Permalink
remove pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaigh0 committed Apr 8, 2024
1 parent 920c1ef commit eb5d41b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions conda/recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ pycifrw:
sphinx_bootstrap_theme:
- 0.8.1

#Some unit tests failures present in 1.13.0 from gaussian not being found
scipy:
- '>=1.10.0, !=1.13.0'
- '>=1.10.0'

pyqt:
- 5.15
Expand Down
2 changes: 1 addition & 1 deletion mantid-developer-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- qtpy>=1.9.0
- qt-gtk-platformtheme # Use native theme on GTK-based systems, which provides a significantly better performing file browser.
- requests>=2.25.1
- scipy>=1.10.0,!=1.13.0 # 1.13.0 causing unit test failures due to gaussian not being found.
- scipy>=1.10.0
- setuptools
- sphinx>=4.5.*
- sphinx_bootstrap_theme>=0.8.1
Expand Down
2 changes: 1 addition & 1 deletion mantid-developer-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- qtconsole>5.4.2,!=5.5.0 # 5.4.2 crashes the jupyter console. 5.5.0 raises a TypeError when using tab completion.
- qtpy>=1.9.0
- requests>=2.25.1
- scipy>=1.10.0,!=1.13.0 # 1.13.0 causing unit test failures due to gaussian not being found.
- scipy>=1.10.0
- setuptools
- sphinx>=4.5.*
- sphinx_bootstrap_theme=>0.8.1
Expand Down
2 changes: 1 addition & 1 deletion mantid-developer-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- qtconsole>5.4.2,!=5.5.0 # 5.4.2 crashes the jupyter console. 5.5.0 raises a TypeError when using tab completion.
- qtpy>=1.9.0
- requests>=2.25.1
- scipy>=1.10.0,!=1.13.0 # 1.13.0 causing unit test failures due to gaussian not being found.
- scipy>=1.10.0
- setuptools
- sphinx>=4.5.*
- sphinx_bootstrap_theme=>0.8.1
Expand Down

0 comments on commit eb5d41b

Please sign in to comment.