We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77d99a commit 26649b9Copy full SHA for 26649b9
scripts/maintenance/computational-clusters/pyproject.toml
@@ -6,8 +6,8 @@ dependencies = [
6
"black",
7
"boto3",
8
# NOTE: these must be in sync with ospar
9
- "cloudpickle==3.1.0",
10
- "dask[distributed]==2024.12.0",
+ "cloudpickle",
+ "dask[distributed]",
11
"mypy_boto3_ec2",
12
"types-boto3",
13
"parse",
@@ -20,7 +20,7 @@ dependencies = [
20
"sqlalchemy[asyncio]",
21
"sshtunnel",
22
"ansible>=10.7.0",
23
- "lz4==4.3.3",
+ "lz4",
24
]
25
name = "autoscaled-monitor"
26
version = "1.0.0"
0 commit comments