From 8c791e50341d78d1a1d54c6310f278c7b1159aeb Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 13 Jun 2024 09:15:06 -0700 Subject: [PATCH] newest HGDL with dask/distributed downgrade, newest numpy and scipy --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97262d7..5c8339b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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