Skip to content

Commit 26649b9

Browse files
committed
upgrade to dask 2025
1 parent a77d99a commit 26649b9

File tree

2 files changed

+769
-729
lines changed

2 files changed

+769
-729
lines changed

scripts/maintenance/computational-clusters/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies = [
66
"black",
77
"boto3",
88
# NOTE: these must be in sync with ospar
9-
"cloudpickle==3.1.0",
10-
"dask[distributed]==2024.12.0",
9+
"cloudpickle",
10+
"dask[distributed]",
1111
"mypy_boto3_ec2",
1212
"types-boto3",
1313
"parse",
@@ -20,7 +20,7 @@ dependencies = [
2020
"sqlalchemy[asyncio]",
2121
"sshtunnel",
2222
"ansible>=10.7.0",
23-
"lz4==4.3.3",
23+
"lz4",
2424
]
2525
name = "autoscaled-monitor"
2626
version = "1.0.0"

0 commit comments

Comments
 (0)