Skip to content

Commit

Permalink
Merge pull request #284 from cta-observatory/corsikaio_0.5
Browse files Browse the repository at this point in the history
Allow corsikaio 0.5
  • Loading branch information
maxnoe authored Nov 5, 2024
2 parents c953b2a + 4ab4b2f commit c8de98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Python read-only implementation of the EventIO file format"
requires-python = '>=3.9'
dependencies = [
'numpy >= 1.21',
'corsikaio >= 0.3.3,<0.5.0',
'corsikaio >= 0.3.3,<0.6.0',
'zstandard > 0.11.1', # memory leak in zstandard 0.11.1
]

Expand Down

0 comments on commit c8de98e

Please sign in to comment.