Skip to content

Commit

Permalink
Require numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Jul 10, 2024
1 parent a49f106 commit 3b1ceb3
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,12 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
authors = [{ "name" = "The HDF Group", "email" = "[email protected]" }]
keywords = [
"json",
"hdf5",
"numpy",
"multidimensional array",
"data",
"datacube",
]
keywords = ["json", "hdf5", "multidimensional array", "data", "datacube"]
requires-python = ">=3.8"
dependencies = [
"h5py>=3.10",
"numpy>=2.0",
"jsonschema>=4.4.0",
"h5py >=3.10",
"numpy >=1.20,<2.0.0",
"jsonschema >=4.4.0",
"tomli; python_version<'3.11'",
]
dynamic = ["version"]
Expand Down

0 comments on commit 3b1ceb3

Please sign in to comment.