Skip to content

Commit 6c0a975

Browse files
committed
add numpy >= 2 dependency to pyproject.toml
1 parent 3749581 commit 6c0a975

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ maintainers = [{ name = "Ian Bolliger", email = "ian@reask.earth"}]
2020
dependencies = [
2121
"cloudpathlib",
2222
"gitpython",
23-
"rhg_compute_tools",
23+
"numpy >= 2",
2424
"parameterize_jobs",
2525
"pint-xarray",
26+
"rhg_compute_tools",
2627
"scikit-learn",
2728
"xarray[accel,parallel]",
2829
"zarr"

0 commit comments

Comments
 (0)