Skip to content

Commit

Permalink
Merge pull request #272 from cta-observatory/update_corsikaio
Browse files Browse the repository at this point in the history
Allow corsikaio 0.4
  • Loading branch information
maxnoe authored Nov 27, 2023
2 parents cd80145 + 79b3b95 commit 16a6061
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',
'corsikaio >= 0.3.3,<0.5.0',
'zstandard > 0.11.1', # memory leak in zstandard 0.11.1
'setuptools_scm',
]
Expand Down

0 comments on commit 16a6061

Please sign in to comment.