Skip to content

Commit

Permalink
Do not fix patch level version for dependency on ctapipe (#94)
Browse files Browse the repository at this point in the history
* Pin ctapipe 0.19 instead of 0.19.1

* No luck, not possible to pip install on ctapipe v0.19 in CI. At least we pin it to the last patch level before release of ctapipe v0.20.

---------

Co-authored-by: jlenain <[email protected]>
  • Loading branch information
jlenain and jlenain authored Jan 25, 2024
1 parent be261aa commit de125e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
ctapipe-version: [v0.19.1]
ctapipe-version: [v0.19.3]
install-method: [ "mamba", "pip" ]

defaults:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- python=3.11
- ctapipe=0.19.1
- ctapipe=0.19
- ctapipe-io-nectarcam
- jinja2=3.0.1
- jupyterlab
Expand Down

0 comments on commit de125e0

Please sign in to comment.