Skip to content

Commit

Permalink
[Update] HDF5 dependency for numpy>2
Browse files Browse the repository at this point in the history
  • Loading branch information
g5t committed Aug 28, 2024
1 parent 4098cbf commit a56e48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dynamic = ["version"]

[project.optional-dependencies]
test = ["gputil==1.4.0", 'pytest']
hdf5 = ["h5py==3.10.0"]
hdf5 = ["h5py>=3.11.0"]

[project.urls]
"Homepage" = "https://github.com/McStasMcXtrace/mccode-antlr"
Expand All @@ -40,4 +40,4 @@ mxrun-antlr = "mccode_antlr.run.runner:mcxtrace"

[tool.setuptools.packages.find]
where = ["."]
include = ["mccode_antlr*"]
include = ["mccode_antlr*"]

0 comments on commit a56e48c

Please sign in to comment.