Skip to content

Commit f2c304c

Browse files
authored
Pin ctapipe_io_nectarcam version (#195)
* Pin dependency of ctapipe_io_nectarcam to version 0.1, to maintain the use of v0.19 of ctapipe for the meantime.
1 parent c350770 commit f2c304c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.11
77
- ctapipe=0.19
8-
- ctapipe-io-nectarcam
8+
- ctapipe-io-nectarcam=0.1
99
- jinja2=3.0.1
1010
- jupyterlab
1111
- jupytext

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
requires-python = ">=3.9"
2323
dependencies = [
2424
"ctapipe~=0.19",
25-
"ctapipe-io-nectarcam",
25+
"ctapipe-io-nectarcam<0.2",
2626
"pandas",
2727
"scipy==1.11.4",
2828
"zodb",

0 commit comments

Comments
 (0)