Skip to content

Commit

Permalink
Pin scipy version to 1.11, needed for CI tests. (cta-observatory#125)
Browse files Browse the repository at this point in the history
* Pin scipy version to 1.11, needed for CI tests.

* Pin scipy version to 1.11, needed for CI tests.

---------

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

0 comments on commit d5dc645

Please sign in to comment.