Skip to content

Commit

Permalink
Be explicit about python version for dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Aug 4, 2024
1 parent ebeef83 commit e46a41c
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 @@ -20,7 +20,7 @@ keywords = ["json", "hdf5", "multidimensional array", "data", "datacube"]
requires-python = ">=3.8"
dependencies = [
"h5py >=3.10",
"numpy >= 2.0",
"numpy >= 2.0; python_version>='3.9'",
"jsonschema >=4.4.0",
"tomli; python_version<'3.11'",
"numpy >=1.20,<2.0.0; python_version=='3.8'",
Expand Down

0 comments on commit e46a41c

Please sign in to comment.