Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"h5py>=3.0.0",
"lazy_loader>=0.1",
"matplotlib>=3.3.0",
"numpy>=1.21.0,<2.4.0", # 2.4 removed support for assigning non scalar values to array elements. Code needs updating for this
"numpy>=1.21.0,<2.5.0", # 2.4 removed support for assigning non scalar values to array elements. Code needs updating for this
"pandas>=1.0.0",
"versioningit>=2.2.1",
"xarray>=0.18.0",
Expand Down
Loading