Skip to content

Commit 218003c

Browse files
authored
Merge pull request #23 from lbl-camera/ronpandolfi-patch-1
Update dep pins
2 parents 479e620 + db7c4e2 commit 218003c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/HGDL-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: ['3.10', '3.11', '3.12' ]
20+
python-version: ['3.11', '3.12', '3.13' ]
2121

2222
steps:
2323
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ build-backend = "hatchling.build"
66
name = "hgdl"
77
dependencies = [
88
"wheel",
9-
"scipy ~= 1.13.0",
10-
"numpy ~= 2.1.1",
11-
"dask ~= 2024.1.0",
12-
"distributed ~= 2024.1.0",
9+
"scipy ~= 1.16.0",
10+
"numpy ~= 2.3.1",
11+
"dask ~= 2025.5.1",
12+
"distributed ~= 2025.5.1",
1313
"loguru",
1414
]
1515
# imate

0 commit comments

Comments
 (0)