Skip to content

Commit

Permalink
Merge pull request #226 from ktlim/tickets/DM-42582
Browse files Browse the repository at this point in the history
DM-42582: Pin scipy to <1.12.
  • Loading branch information
ktlim authored Jan 22, 2024
2 parents 99979e5 + 8cda2ce commit 055b245
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 10 deletions.
25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "rubin-env" %}
{% set version = "8.0.0" %}
{% set build_number = 0 %}
{% set build_number = 1 %}

package:
name: {{ name }}
Expand Down Expand Up @@ -176,7 +176,7 @@ outputs:
- schwimmbad
- scikit-image !=0.18
- scikit-learn
- scipy >=1.10
- scipy >=1.10,<1.12.0
- seaborn
- skyproj >=1.1.0
- spherematch
Expand Down

0 comments on commit 055b245

Please sign in to comment.