From b2e25ea336d9f4f4afd221f4c201279ed65960eb Mon Sep 17 00:00:00 2001 From: Hendrik Makait Date: Thu, 28 Nov 2024 11:53:22 +0100 Subject: [PATCH] Update all --- ci/environment.yml | 58 +++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/ci/environment.yml b/ci/environment.yml index b90701b8ba..43aa1e26e9 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -11,54 +11,54 @@ dependencies: - python >=3.10 - pip - coiled >=0.2.54 - - numpy ==2.0 - - pandas ==2.2.2 - - dask ==2024-07.1 - - distributed ==2024-07.1 - - dask-expr ==1.1.9 + - numpy ==2.0.2 + - pandas ==2.2.3 + - dask ==2024.11.2 + - distributed ==2024.11.2 + - dask-expr ==1.1.19 - dask-labextension ==7.0.0 - dask-ml ==2024.4.4 - - fsspec ==2024.6.1 - - s3fs ==2024.6.1 - - gcsfs ==2024.6.1 - - pyarrow ==18.0.0 - - jupyterlab ==4.2.4 + - fsspec ==2024.10.0 + - s3fs ==2024.10.0 + - gcsfs ==2024.10.0 + - pyarrow ==18.1.0 + - jupyterlab ==4.3.1 - lz4 ==4.3.3 - - ipywidgets ==8.1.3 + - ipywidgets ==8.1.5 - numba ==0.60.0 - - scikit-learn ==1.5.1 + - scikit-learn ==1.5.2 - ipycytoscape ==1.3.3 - click ==8.1.7 - - xarray ==2024.07.0 - - flox ==0.9.9 - - zarr ==2.18.2 + - xarray ==2024.11.0 + - flox ==0.9.15 + - zarr ==2.18.3 - cftime ==1.6.4 - msgpack-python - - cloudpickle ==3.0.0 - - tornado ==6.4.1 - - toolz ==0.12.1 + - cloudpickle ==3.1.0 + - tornado ==6.4.2 + - toolz ==1.0.0 - zict ==3.0.0 - - xgboost ==2.1.1 - - optuna ==3.6.1 - - optuna-integration ==3.6.0 - - scipy ==1.14.0 - - sqlalchemy ==2.0.31 + - xgboost ==2.1.2 + - optuna ==4.1.0 + - optuna-integration ==4.1.0 + - scipy ==1.14.1 + - sqlalchemy ==2.0.36 - pynvml ==11.5.3 - - bokeh ==3.5.1 + - bokeh ==3.6.1 - gilknocker ==0.4.1 - openssl >1.1.0g - rasterio >=1.4.0 - rioxarray ==0.17.0 - - h5netcdf ==1.3.0 - - xesmf ==0.8.7 - - bottleneck ==1.4.1 + - h5netcdf ==1.4.1 + - xesmf ==0.8.8 + - bottleneck ==1.4.2 - geojson ==3.1.0 - planetary-computer ==1.0.0 - - pystac-client ==0.8.3 + - pystac-client ==0.8.5 - odc-stac ==0.3.10 - adlfs ==2024.7.0 # https://github.com/coiled/benchmarks/issues/1616 - - cryptography ==44.0.0 + - cryptography ==43.0.3 - pyopenssl ==24.2.1 ########################################################