Skip to content

Commit

Permalink
Update package versions (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Jun 16, 2022
1 parent f2274b0 commit b36cd03
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "coiled-runtime" %}
{% set version = "0.0.4" + environ.get("VERSION_SUFFIX", '') %}
{% set dask_version = environ.get("DASK_VERSION", "2022.5.0") %}
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.5.0") %}
{% set dask_version = environ.get("DASK_VERSION", "2022.6.0") %}
{% set distributed_version = environ.get("DISTRIBUTED_VERSION", "2022.6.0") %}

package:
name: {{ name|lower }}
Expand All @@ -23,33 +23,33 @@ requirements:
- python >=3.8,<3.11
- pip
- coiled
- nodejs ==17.8.0
- nb_conda_kernels ==2.3.1
- numpy ==1.21.5
- pandas ==1.3.5
- numpy ==1.21.6
- pandas ==1.4.2
- dask =={{ dask_version }}
- distributed =={{ distributed_version }}
- fsspec ==2022.3.0
- s3fs ==2022.3.0
- gcsfs ==2022.3.0
- pyarrow ==7.0.0
- fsspec ==2022.5.0
- s3fs ==2022.5.0
- gcsfs ==2022.5.0
- pyarrow ==8.0.0
- python-snappy ==0.6.0
- jupyterlab ==3.3.2
- jupyterlab ==3.4.2
- dask-labextension ==5.2.0
- lz4 ==4.0.0
- ipywidgets ==7.7.0
- numba ==0.55.1
- scikit-learn ==1.0.2
- python-graphviz ==0.19.1
- scikit-learn ==1.1.1
- python-graphviz ==0.20
- click ==8.1.3
- xarray ==0.20.2
- xarray ==2022.3.0
- zarr ==2.11.3
- msgpack-python ==1.0.3
- cloudpickle ==2.0.0
- cloudpickle ==2.1.0
- tornado ==6.1
- toolz ==0.11.2
- python-blosc ==1.10.2
- zict ==2.2.0
- openssl >1.1.0g

test:
imports:
Expand Down

0 comments on commit b36cd03

Please sign in to comment.