Skip to content

Commit 8c746dd

Browse files
authored
Merge pull request #96 from cta-observatory/release_v0.5.5
Update README for v0.5.5
2 parents 0d7153d + c8e2b59 commit 8c746dd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ Some general information about the simulated data, useful for IRF calculation, a
137137
- v0.5.2: introduce capability of reading data taken with the Hardware Stereo Trigger (HaST) between MAGIC and LST-1. Also, fixed bug when getting the time difference between events for mono data
138138
- v0.5.3: support for python 3.11
139139
- v0.5.4: change license to BSD-3, add badges in README, do not use default channel in environment
140+
- v0.5.5: read LIDAR information, add checks for missing trees in the input files, take prescaler and trigger information from previous subruns if they are missing, add release-drafter and PyPI deploy workflows

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- numpydoc
1515
- pytest
1616
- pyyaml
17-
- scipy
17+
- scipy<1.14
1818
- zlib
1919
- pip
2020
- h5py

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ install_requires=
3232
ctapipe~=0.19.0
3333
numpy>=1.22
3434
uproot~=5.0
35+
scipy<1.14
3536

3637
[options.package_data]
3738
* = resources/*

0 commit comments

Comments
 (0)