Skip to content

Commit

Permalink
newest HGDL with dask/distributed downgrade, newest numpy and scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Jun 13, 2024
1 parent 700e329 commit 8c791e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies = [
"wheel",
"scipy ~= 1.13.0",
"numpy ~= 1.26.4",
"dask ~= 2024.5.0",
"distributed ~= 2024.5.0",
"hgdl ~= 2.1.8",
"dask ~= 2024.1.0",
"distributed ~= 2024.1.0",
"hgdl ~= 2.1.9",
"loguru",
]
# imate
Expand Down

0 comments on commit 8c791e5

Please sign in to comment.