Skip to content

Commit 75ae01e

Browse files
committed
downgrade numpy to keep pace with numba release
1 parent 2096191 commit 75ae01e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "hgdl"
77
dependencies = [
88
"wheel",
99
"scipy ~= 1.16.0",
10-
"numpy ~= 2.3.1",
10+
"numpy ~= 2.2.6",
1111
"dask ~= 2025.5.1",
1212
"distributed ~= 2025.5.1",
1313
"loguru",

0 commit comments

Comments
 (0)