Skip to content

Commit 8412595

Browse files
authored
Update cloudpickle to 3.1.2 and executorlib to 1.7.3 (#1931)
* Update pyproject.toml * Update environment.yml * Update environment-docs.yml * Update environment-mini.yml * Update environment.yml
1 parent f40665b commit 8412595

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.ci_support/environment-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- myst-parser
88
- conda =25.9.1
99
- conda_subprocess =0.0.10
10-
- cloudpickle =3.1.1
11-
- executorlib =1.7.2
10+
- cloudpickle =3.1.2
11+
- executorlib =1.7.3
1212
- gitpython =3.1.45
1313
- h5io_browser =0.2.6
1414
- h5py =3.15.1

.ci_support/environment-mini.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- cloudpickle =3.1.1
5-
- executorlib =1.7.2
4+
- cloudpickle =3.1.2
5+
- executorlib =1.7.3
66
- h5io_browser =0.2.6
77
- h5py =3.15.1
88
- monty =2025.3.3

.ci_support/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies:
55
- codacy-coverage
66
- conda =25.9.1
77
- conda_subprocess =0.0.10
8-
- cloudpickle =3.1.1
9-
- executorlib =1.7.2
8+
- cloudpickle =3.1.2
9+
- executorlib =1.7.3
1010
- gitpython =3.1.45
1111
- h5io_browser =0.2.6
1212
- h5py =3.15.1

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dependencies:
44
- python
55
- conda =25.9.1
66
- conda_subprocess =0.0.10
7-
- cloudpickle =3.1.1
8-
- executorlib =1.7.2
7+
- cloudpickle =3.1.2
8+
- executorlib =1.7.3
99
- gitpython =3.1.45
1010
- h5io_browser =0.2.6
1111
- h5py =3.15.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
]
2525
dependencies = [
26-
"cloudpickle==3.1.1",
27-
"executorlib==1.7.2",
26+
"cloudpickle==3.1.2",
27+
"executorlib==1.7.3",
2828
"h5io_browser==0.2.6",
2929
"h5py==3.15.1",
3030
"numpy==2.3.4",

0 commit comments

Comments
 (0)