File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies:
11
11
- coiled >=0.2.54
12
12
- numpy ==1.23.5
13
13
- pandas ==2.0.1
14
- - dask ==2023.4.0
15
- - distributed ==2023.4.0
14
+ - dask ==2023.4.1
15
+ - distributed ==2023.4.1
16
16
- fsspec ==2023.3.0
17
17
- s3fs ==2023.3.0
18
18
- gcsfs ==2023.3.0
@@ -38,7 +38,7 @@ dependencies:
38
38
- openssl >1.1.0g
39
39
- optuna ==3.1.0
40
40
- scipy ==1.10.1
41
- - sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
41
+ - sqlalchemy ==2.0.12
42
42
- pynvml ==11.5.0
43
43
- bokeh ==3.1.0
44
44
- gilknocker ==0.4.1
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies:
16
16
- coiled >=0.2.54
17
17
- numpy ==1.23.5
18
18
- pandas ==2.0.1
19
- - dask ==2023.4.0
20
- - distributed ==2023.4.0
19
+ - dask ==2023.4.1
20
+ - distributed ==2023.4.1
21
21
- fsspec ==2023.3.0
22
22
- s3fs ==2023.3.0
23
23
- gcsfs ==2023.3.0
@@ -43,7 +43,7 @@ dependencies:
43
43
- openssl >1.1.0g
44
44
- optuna ==3.1.0
45
45
- scipy ==1.10.1
46
- - sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
46
+ - sqlalchemy ==2.0.12
47
47
- pynvml ==11.5.0
48
48
- bokeh ==3.1.0
49
49
- gilknocker ==0.4.1
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ channels:
57
57
- conda-forge
58
58
dependencies :
59
59
- python =3.9
60
- - dask ==2023.4.0
61
- - distributed ==2023.4.0
60
+ - dask ==2023.4.1
61
+ - distributed ==2023.4.1
62
62
- coiled
63
63
- s3fs
64
64
` ` `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies:
7
7
- pytest-xdist
8
8
- python
9
9
- pyyaml
10
- - sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
10
+ - sqlalchemy ==2.0.12
11
11
- alembic
12
12
- filelock
13
13
- conda
Original file line number Diff line number Diff line change 1
1
{% set name = "coiled-runtime" %}
2
2
{% set version = "0.3.0" + environ.get("VERSION_SUFFIX", '') %}
3
- {% set dask_version = environ.get("DASK_VERSION", "2023.4.0 ") %}
4
- {% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2023.4.0 ") %}
3
+ {% set dask_version = environ.get("DASK_VERSION", "2023.4.1 ") %}
4
+ {% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2023.4.1 ") %}
5
5
6
6
package :
7
7
name : {{ name|lower }}
@@ -52,7 +52,7 @@ requirements:
52
52
- openssl >1.1.0g
53
53
- optuna ==3.1.0
54
54
- scipy ==1.10.1
55
- - sqlalchemy ==1.4.46 # FIXME https://github.com/dask/dask/issues/9896
55
+ - sqlalchemy ==2.0.12
56
56
- pynvml ==11.5.0
57
57
- bokeh ==3.1.0
58
58
- gilknocker ==0.4.1
You can’t perform that action at this time.
0 commit comments