Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- nodefaults

dependencies:
- numpy
- numpy >=2
- python >=3.10
# testing
- h5py # link to same hdf5 lib with netcdf4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dynamic = [
"version",
]
dependencies = [
"numpy",
"numpy>=2",
]
description = "A pure python HDF5 reader"
license = {text = "BSD License, Version 3-Clause"}
Expand Down
Loading