File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% set name = "coiled-runtime" %}
22{% set version = "0.0.4" + environ.get("VERSION_SUFFIX", '') %}
3- {% set dask_version = environ.get("DASK_VERSION", "2022.5 .0") %}
4- {% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.5 .0") %}
3+ {% set dask_version = environ.get("DASK_VERSION", "2022.6 .0") %}
4+ {% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.6 .0") %}
55
66package :
77 name : {{ name|lower }}
@@ -23,33 +23,33 @@ requirements:
2323 - python >=3.8,<3.11
2424 - pip
2525 - coiled
26- - nodejs ==17.8.0
2726 - nb_conda_kernels ==2.3.1
28- - numpy ==1.21.5
29- - pandas ==1.3.5
27+ - numpy ==1.21.6
28+ - pandas ==1.4.2
3029 - dask =={{ dask_version }}
3130 - distributed =={{ distributed_version }}
32- - fsspec ==2022.3 .0
33- - s3fs ==2022.3 .0
34- - gcsfs ==2022.3 .0
35- - pyarrow ==7 .0.0
31+ - fsspec ==2022.5 .0
32+ - s3fs ==2022.5 .0
33+ - gcsfs ==2022.5 .0
34+ - pyarrow ==8 .0.0
3635 - python-snappy ==0.6.0
37- - jupyterlab ==3.3 .2
36+ - jupyterlab ==3.4 .2
3837 - dask-labextension ==5.2.0
3938 - lz4 ==4.0.0
4039 - ipywidgets ==7.7.0
4140 - numba ==0.55.1
42- - scikit-learn ==1.0.2
43- - python-graphviz ==0.19.1
41+ - scikit-learn ==1.1.1
42+ - python-graphviz ==0.20
4443 - click ==8.1.3
45- - xarray ==0.20.2
44+ - xarray ==2022.3.0
4645 - zarr ==2.11.3
4746 - msgpack-python ==1.0.3
48- - cloudpickle ==2.0 .0
47+ - cloudpickle ==2.1 .0
4948 - tornado ==6.1
5049 - toolz ==0.11.2
5150 - python-blosc ==1.10.2
5251 - zict ==2.2.0
52+ - openssl >1.1.0g
5353
5454test :
5555 imports :
You can’t perform that action at this time.
0 commit comments