Skip to content

Commit

Permalink
Merge pull request #68 from cta-observatory/update_python
Browse files Browse the repository at this point in the history
Update python and ctapipe version
  • Loading branch information
aleberti authored Aug 28, 2023
2 parents 6b97ec7 + 25d3c56 commit 71592a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
ctapipe-version: ["v0.19.0",]
python-version: ["3.8", "3.9", "3.10", "3.11"]
ctapipe-version: ["v0.19.2",]

defaults:
run:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## *ctapipe* MAGIC event source

EventSource plugin for *ctapipe*, needed to read the calibrated data of the MAGIC telescope system. It requires the [*ctapipe*](https://github.com/cta-observatory/ctapipe) (v0.19.0) and [*uproot*](https://github.com/scikit-hep/uproot4) (>=5) packages to run.
EventSource plugin for *ctapipe*, needed to read the calibrated data of the MAGIC telescope system. It requires [*ctapipe*](https://github.com/cta-observatory/ctapipe) (v0.19.x) and [*uproot*](https://github.com/scikit-hep/uproot5) (>=5) packages to run.

#### Installation

Expand Down Expand Up @@ -122,4 +122,5 @@ Some general information about the simulated data, useful for IRF calculation, a
- v0.5.0: release compatible with ctapipe 0.17. Also, the equivalent focal length is set to the
correct value used in MAGIC simulations (i.e. 16.97 meters)
- v0.5.1: release compatible with ctapipe 0.19
- v0.5.2: introduce capbility 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
- 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
- v0.5.3: support for python 3.11
11 changes: 4 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@ channels:
- default
dependencies:
- astropy=5
- python=3.10
- python=3.11
- ctapipe=0.19
- eventio
- corsikaio
- zeromq
- ipython
- numba
- numpy=1.22
- numba>=0.56
- numpy>=1.22
- numpydoc
- pytest
- pyyaml
- scipy
- zlib
- pip
- h5py
- pip:
- pytest_runner
- uproot~=5.0

- uproot=5
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ python_requires = >=3.8
zip_safe = False
install_requires=
astropy~=5.0
ctapipe>=0.17.0,<=0.19
numpy>=1.20
ctapipe~=0.19.0
numpy>=1.22
uproot~=5.0

[options.package_data]
Expand Down

0 comments on commit 71592a6

Please sign in to comment.