diff --git a/.github/workflows/HGDL-CI.yml b/.github/workflows/HGDL-CI.yml index 5f90a84..6e89d96 100644 --- a/.github/workflows/HGDL-CI.yml +++ b/.github/workflows/HGDL-CI.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12' ] + python-version: ['3.11', '3.12', '3.13' ] steps: - uses: actions/checkout@v2 diff --git a/pyproject.toml b/pyproject.toml index 2c7f896..5863d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ build-backend = "hatchling.build" name = "hgdl" dependencies = [ "wheel", - "scipy ~= 1.13.0", - "numpy ~= 2.1.1", - "dask ~= 2024.1.0", - "distributed ~= 2024.1.0", + "scipy ~= 1.16.0", + "numpy ~= 2.3.1", + "dask ~= 2025.5.1", + "distributed ~= 2025.5.1", "loguru", ] # imate