Skip to content

Commit

Permalink
Pin scipy version to 1.11.4, to avoid failures such as https://github…
Browse files Browse the repository at this point in the history
….com/cta-observatory/ctapipe_io_nectarcam/actions/runs/10183584596/job/28168887272?pr=54 when building ctapipe_io_nectarcam (#142)

Co-authored-by: Jean-Philippe Lenain <[email protected]>
  • Loading branch information
jlenain and Jean-Philippe Lenain committed Jul 31, 2024
1 parent 4192ac7 commit 2efa03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- pytest-runner
- pip
- pandas
- scipy=1.11
- scipy=1.11.4
- sphinx
- sphinx-automodapi
- pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"ctapipe~=0.19",
"ctapipe-io-nectarcam",
"pandas",
"scipy==1.11",
"scipy==1.11.4",
"zodb",
"zeo",
]
Expand Down

0 comments on commit 2efa03f

Please sign in to comment.