Skip to content

Commit 2c466bf

Browse files
committed
update conda envs with cloudpickle
1 parent bd1b6aa commit 2c466bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- aesara>=2.0.9
77
- arviz>=0.11.2
88
- cachetools>=4.2.1
9-
- dill
9+
- cloudpickle
1010
- fastprogress>=0.2.0
1111
- h5py>=2.7
1212
- ipython>=7.16

conda-envs/environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- aesara>=2.0.9
77
- arviz>=0.11.2
88
- cachetools>=4.2.1
9-
- dill
9+
- cloudpickle
1010
- fastprogress>=0.2.0
1111
- h5py>=2.7
1212
- ipython>=7.16

conda-envs/environment-dev-py39.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- aesara>=2.0.9
77
- arviz>=0.11.2
88
- cachetools>=4.2.1
9-
- dill
9+
- cloudpickle
1010
- fastprogress>=0.2.0
1111
- h5py>=2.7
1212
- ipython>=7.16

conda-envs/windows-environment-dev-py38.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- aesara>=2.0.9
88
- arviz>=0.11.2
99
- cachetools>=4.2.1
10-
- dill
10+
- cloudpickle
1111
- fastprogress>=0.2.0
1212
- h5py>=2.7
1313
- libpython

0 commit comments

Comments
 (0)