We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c350770 commit f2c304cCopy full SHA for f2c304c
environment.yml
@@ -5,7 +5,7 @@ channels:
5
dependencies:
6
- python=3.11
7
- ctapipe=0.19
8
- - ctapipe-io-nectarcam
+ - ctapipe-io-nectarcam=0.1
9
- jinja2=3.0.1
10
- jupyterlab
11
- jupytext
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
requires-python = ">=3.9"
23
dependencies = [
24
"ctapipe~=0.19",
25
- "ctapipe-io-nectarcam",
+ "ctapipe-io-nectarcam<0.2",
26
"pandas",
27
"scipy==1.11.4",
28
"zodb",
0 commit comments