diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index d6648cf8..93f76d1d 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -13,10 +13,10 @@ jobs: shell: bash -l {0} steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v6.0.2 - name: Cache conda - uses: actions/cache@v2 + uses: actions/cache@v5.0.3 env: # Increase this value to reset cache if binder/environment.yml has not changed CACHE_NUMBER: 0 @@ -26,9 +26,8 @@ jobs: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('binder/environment.yml') }} - name: Setup Conda Environment - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3.3.0 with: - miniforge-variant: Mambaforge miniforge-version: latest environment-file: binder/environment.yml activate-environment: dask-examples @@ -57,7 +56,7 @@ jobs: - name: Deploy if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request'}} - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages diff --git a/.github/workflows/ci-repo2docker.yaml b/.github/workflows/ci-repo2docker.yaml index 4ce03b0a..c4e28784 100644 --- a/.github/workflows/ci-repo2docker.yaml +++ b/.github/workflows/ci-repo2docker.yaml @@ -10,10 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6.0.2 - name: Set up Python 3.9 - uses: actions/setup-python@v2 + uses: actions/setup-python@v6.2.0 with: python-version: 3.9 diff --git a/.github/workflows/ci-update-dependencies.yaml b/.github/workflows/ci-update-dependencies.yaml index 580a1e37..86a30db4 100644 --- a/.github/workflows/ci-update-dependencies.yaml +++ b/.github/workflows/ci-update-dependencies.yaml @@ -13,10 +13,10 @@ jobs: shell: bash -l {0} steps: - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v6.0.2 - name: Cache conda - uses: actions/cache@v2 + uses: actions/cache@v5.0.3 env: # Increase this value to reset cache if binder/environment-base.yml has not changed CACHE_NUMBER: 0 @@ -26,9 +26,8 @@ jobs: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('binder/environment-base.yml') }} - name: Setup Conda Environment - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3.3.0 with: - miniforge-variant: Mambaforge miniforge-version: latest environment-file: binder/environment-base.yml auto-activate-base: false diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 7cc8570c..7fb33df4 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,8 +11,8 @@ jobs: name: "pre-commit hooks" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@v6.0.2 + - uses: actions/setup-python@v6.2.0 with: python-version: "3.9" - - uses: pre-commit/action@v2.0.0 + - uses: pre-commit/action@v3.0.1 diff --git a/binder/environment.yml b/binder/environment.yml index e7b75356..49d7c69b 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,400 +2,548 @@ name: dask-examples channels: - conda-forge dependencies: - - _libgcc_mutex=0.1 - _openmp_mutex=4.5 - _py-xgboost-mutex=2.0 - - abseil-cpp=20210324.2 - - affine=2.3.1 - - aiohttp=3.8.1 - - aiosignal=1.2.0 - - alsa-lib=1.2.3.2 - - anyio=3.5.0 - - aom=3.3.0 - - appdirs=1.4.4 - - argon2-cffi=21.3.0 - - argon2-cffi-bindings=21.2.0 - - arrow-cpp=7.0.0 - - arviz=0.11.2 - - asn1crypto=1.5.1 - - asttokens=2.0.5 - - async-timeout=4.0.2 - - attrs=21.4.0 - - aws-c-cal=0.5.11 - - aws-c-common=0.6.2 - - aws-c-event-stream=0.2.7 - - aws-c-io=0.10.5 - - aws-checksums=0.1.11 - - aws-sdk-cpp=1.8.186 - - babel=2.9.1 - - backcall=0.2.0 - - backports=1.0 - - backports.functools_lru_cache=1.6.4 - - beautifulsoup4=4.11.1 - - binutils_impl_linux-64=2.36.1 - - binutils_linux-64=2.36 - - bleach=5.0.0 - - blosc=1.21.1 - - bokeh=2.4.2 - - boost-cpp=1.74.0 - - bottleneck=1.3.4 - - brotli=1.0.9 - - brotli-bin=1.0.9 - - brotlipy=0.7.0 + - adwaita-icon-theme=49.0 + - affine=2.4.0 + - aiofiles=22.1.0 + - aiohappyeyeballs=2.6.1 + - aiohttp=3.12.15 + - aiosignal=1.4.0 + - aiosqlite=0.21.0 + - alembic=1.16.4 + - alsa-lib=1.2.15.3 + - annotated-types=0.7.0 + - anyio=3.7.1 + - aom=3.9.1 + - apprise=1.9.4 + - argon2-cffi=25.1.0 + - argon2-cffi-bindings=25.1.0 + - arrow=1.3.0 + - asgi-lifespan=2.1.0 + - asttokens=3.0.0 + - async-exit-stack=1.0.1 + - async-timeout=5.0.1 + - asyncpg=0.30.0 + - at-spi2-atk=2.38.0 + - at-spi2-core=2.40.3 + - atk-1.0=2.38.0 + - attr=2.5.2 + - attrs=25.3.0 + - aws-c-auth=0.9.1 + - aws-c-cal=0.9.8 + - aws-c-common=0.12.5 + - aws-c-compression=0.3.1 + - aws-c-event-stream=0.5.6 + - aws-c-http=0.10.7 + - aws-c-io=0.23.2 + - aws-c-mqtt=0.13.3 + - aws-c-s3=0.8.6 + - aws-c-sdkutils=0.2.4 + - aws-checksums=0.2.7 + - aws-crt-cpp=0.35.0 + - aws-sdk-cpp=1.11.606 + - azure-core-cpp=1.16.1 + - azure-identity-cpp=1.13.2 + - azure-storage-blobs-cpp=12.15.0 + - azure-storage-common-cpp=12.11.0 + - azure-storage-files-datalake-cpp=12.13.0 + - babel=2.17.0 + - bcrypt=4.3.0 + - beautifulsoup4=4.13.4 + - binutils_impl_linux-64=2.45.1 + - binutils_linux-64=2.45.1 + - bleach=6.2.0 + - bleach-with-css=6.2.0 + - blinker=1.9.0 + - blosc=1.21.6 + - bokeh=2.4.3 + - bottleneck=1.5.0 + - brotli=1.1.0 + - brotli-bin=1.1.0 + - brotli-python=1.0.9 - brunsli=0.1 - bzip2=1.0.8 - - c-ares=1.18.1 - - c-blosc2=2.0.4 - - ca-certificates=2021.10.8 + - c-ares=1.34.6 + - c-blosc2=2.17.1 + - ca-certificates=2026.2.25 - cached-property=1.5.2 - cached_property=1.5.2 - - cairo=1.16.0 - - certifi=2021.10.8 - - cffi=1.15.0 - - cfitsio=4.1.0 - - cftime=1.6.0 - - charls=2.3.4 - - charset-normalizer=2.0.12 - - click=8.1.3 - - click-plugins=1.1.1 + - cachetools=5.5.2 + - cairo=1.18.4 + - certifi=2025.8.3 + - cffi=1.17.1 + - charls=2.4.3 + - charset-normalizer=3.4.3 + - click=8.1.8 + - click-plugins=1.1.1.2 - cligj=0.7.2 - - cloudpickle=2.0.0 - - cmdstanpy=0.9.68 - - colorama=0.4.4 + - cloudpickle=2.2.1 + - cmdstan=2.35.0 + - cmdstanpy=1.2.5 + - colorama=0.4.6 + - comm=0.2.3 + - contourpy=1.2.1 - convertdate=2.4.0 - - croniter=0.3.36 - - cryptography=36.0.2 - - curl=7.83.0 - - cycler=0.11.0 - - cython=0.29.28 - - cytoolz=0.11.2 + - coolname=2.2.0 + - croniter=1.4.1 + - cryptography=45.0.6 + - cycler=0.12.1 + - cyrus-sasl=2.1.28 + - cytoolz=1.0.1 - dask=2022.5.0 - dask-core=2022.5.0 - - dask-glm=0.2.0 + - dask-glm=0.3.2 - dask-image=2021.12.0 - - dask-labextension=5.2.0 + - dask-labextension=6.2.0 - dask-ml=2022.1.22 - dask-xgboost=0.1.11 - - dbus=1.13.6 - - deap=1.3.1 - - debugpy=1.6.0 - - decorator=5.1.1 + - dateparser=1.2.0 + - dav1d=1.2.1 + - dbus=1.16.2 + - deap=1.4.3 + - debugpy=1.8.16 + - decorator=5.2.1 - defusedxml=0.7.1 - distributed=2022.5.0 - - docker-py=5.0.3 - - docker-pycreds=0.4.0 + - docker-py=6.1.3 - entrypoints=0.4 - - ephem=4.1.3 - - executing=0.8.3 - - expat=2.4.8 - - flit-core=3.7.1 + - epoxy=1.5.10 + - exceptiongroup=1.3.0 + - executing=2.2.0 - font-ttf-dejavu-sans-mono=2.37 - font-ttf-inconsolata=3.000 - font-ttf-source-code-pro=2.038 - font-ttf-ubuntu=0.83 - - fontconfig=2.14.0 + - fontconfig=2.17.1 - fonts-conda-ecosystem=1 - fonts-conda-forge=1 - - fonttools=4.33.3 - - freetype=2.10.4 - - freexl=1.0.6 - - frozenlist=1.3.0 - - fsspec=2022.3.0 - - gcc_impl_linux-64=9.4.0 - - gcc_linux-64=9.4.0 - - geos=3.10.2 - - geotiff=1.7.1 - - gettext=0.19.8.1 + - fonttools=4.59.1 + - fqdn=1.5.1 + - freetype=2.14.2 + - freexl=2.0.0 + - fribidi=1.0.16 + - frozenlist=1.7.0 + - fsspec=2025.7.0 + - gcc_impl_linux-64=14.3.0 + - gcc_linux-64=14.3.0 + - gdk-pixbuf=2.44.4 + - geos=3.14.0 + - geotiff=1.7.4 - gflags=2.2.2 - - giflib=5.2.1 - - glog=0.6.0 - - graphviz=3.0.0 - - grpc-cpp=1.43.2 - - gst-plugins-base=1.20.2 - - gstreamer=1.20.2 - - gxx_impl_linux-64=9.4.0 - - gxx_linux-64=9.4.0 - - h5py=3.6.0 - - hdf4=4.2.15 - - hdf5=1.12.1 - - heapdict=1.0.1 - - hijri-converter=2.2.3 - - holidays=0.13 - - icu=69.1 - - idna=3.3 - - imagecodecs=2022.2.22 - - imageio=2.19.0 - - importlib-metadata=4.11.3 - - importlib_metadata=4.11.3 - - importlib_resources=5.7.1 - - ipykernel=6.13.0 - - ipympl=0.9.1 - - ipython=8.3.0 + - giflib=5.2.2 + - glib=2.86.2 + - glib-tools=2.86.2 + - glog=0.7.1 + - google-auth=2.40.3 + - graphite2=1.3.14 + - graphviz=14.1.0 + - greenlet=3.2.4 + - griffe=1.12.1 + - gst-plugins-base=1.24.11 + - gstreamer=1.24.11 + - gtk3=3.24.43 + - gts=0.7.6 + - gxx_impl_linux-64=14.3.0 + - gxx_linux-64=14.3.0 + - h11=0.14.0 + - h2=4.2.0 + - h5py=3.14.0 + - harfbuzz=12.2.0 + - hdf5=1.14.6 + - hicolor-icon-theme=0.17 + - holidays=0.79 + - hpack=4.1.0 + - httpcore=1.0.7 + - httpx=0.28.1 + - humanize=4.12.3 + - hyperframe=6.1.0 + - icu=75.1 + - idna=3.10 + - imagecodecs=2024.12.30 + - imageio=2.37.0 + - importlib-metadata=8.7.0 + - importlib-resources=6.1.3 + - importlib_metadata=8.7.0 + - importlib_resources=6.1.3 + - invoke=2.2.0 + - ipykernel=6.29.5 + - ipympl=0.9.7 + - ipython=8.18.1 - ipython_genutils=0.2.0 - - ipywidgets=7.7.0 - - jbig=2.1 - - jedi=0.18.1 - - jinja2=3.1.1 - - joblib=1.1.0 - - jpeg=9e - - json-c=0.16 - - json5=0.9.5 - - jsonschema=4.4.0 - - jupyter-server-proxy=3.2.1 - - jupyter_client=7.3.0 - - jupyter_core=4.9.2 - - jupyter_server=1.17.0 - - jupyterlab=3.4.0 - - jupyterlab_pygments=0.2.2 - - jupyterlab_server=2.13.0 - - jupyterlab_widgets=1.1.0 + - ipywidgets=7.8.5 + - isoduration=20.11.0 + - jedi=0.19.2 + - jinja2=3.1.6 + - jinja2-humanize-extension=0.4.0 + - joblib=1.5.1 + - json-c=0.18 + - json5=0.12.1 + - jsonpatch=1.33 + - jsonpointer=3.0.0 + - jsonschema=4.25.1 + - jsonschema-specifications=2025.4.1 + - jsonschema-with-format-nongpl=4.25.1 + - jupyter-server-proxy=4.4.0 + - jupyter_client=7.3.4 + - jupyter_core=5.8.1 + - jupyter_events=0.12.0 + - jupyter_server=1.24.0 + - jupyter_server_fileid=0.9.2 + - jupyter_server_ydoc=0.8.0 + - jupyter_ydoc=0.2.4 + - jupyterlab=3.6.8 + - jupyterlab_pygments=0.3.0 + - jupyterlab_server=2.27.3 + - jupyterlab_widgets=1.1.11 - jxrlib=1.1 - - kealib=1.4.14 - - kernel-headers_linux-64=2.6.32 - - keyutils=1.6.1 - - kiwisolver=1.4.2 - - korean_lunar_calendar=0.2.1 - - krb5=1.19.3 - - lcms2=2.12 - - ld_impl_linux-64=2.36.1 - - lerc=3.0 - - libaec=1.0.6 - - libavif=0.10.1 - - libblas=3.9.0 - - libbrotlicommon=1.0.9 - - libbrotlidec=1.0.9 - - libbrotlienc=1.0.9 - - libcblas=3.9.0 - - libclang=13.0.1 + - kernel-headers_linux-64=3.10.0 + - keyutils=1.6.3 + - kiwisolver=1.4.7 + - krb5=1.21.3 + - lame=3.100 + - lark=1.2.2 + - lazy-loader=0.4 + - lazy_loader=0.4 + - lcms2=2.18 + - ld_impl_linux-64=2.45.1 + - lerc=4.1.0 + - libabseil=20250512.1 + - libaec=1.1.5 + - libarchive=3.8.6 + - libarrow=21.0.0 + - libarrow-acero=21.0.0 + - libarrow-compute=21.0.0 + - libarrow-dataset=21.0.0 + - libarrow-substrait=21.0.0 + - libavif16=1.4.0 + - libblas=3.11.0 + - libbrotlicommon=1.1.0 + - libbrotlidec=1.1.0 + - libbrotlienc=1.1.0 + - libcap=2.77 + - libcblas=3.11.0 + - libclang-cpp21.1=21.1.8 + - libclang13=22.1.0 - libcrc32c=1.1.2 - - libcurl=7.83.0 - - libdap4=3.20.6 - - libdeflate=1.10 - - libedit=3.1.20191231 + - libcups=2.3.3 + - libcurl=8.18.0 + - libdeflate=1.24 + - libdrm=2.4.125 + - libedit=3.1.20250104 + - libegl=1.7.0 + - libegl-devel=1.7.0 - libev=4.33 - - libevent=2.1.10 - - libffi=3.4.2 - - libgcc-devel_linux-64=9.4.0 - - libgcc-ng=11.2.0 - - libgdal=3.4.2 - - libgfortran-ng=11.2.0 - - libgfortran5=11.2.0 - - libglib=2.70.2 - - libgomp=11.2.0 - - libgoogle-cloud=1.35.0 - - libiconv=1.16 + - libevent=2.1.12 + - libexpat=2.7.4 + - libffi=3.5.2 + - libflac=1.5.0 + - libfreetype=2.14.2 + - libfreetype6=2.14.2 + - libgcc=15.2.0 + - libgcc-devel_linux-64=14.3.0 + - libgcc-ng=15.2.0 + - libgd=2.3.3 + - libgdal-core=3.10.3 + - libgfortran=15.2.0 + - libgfortran-ng=15.2.0 + - libgfortran5=15.2.0 + - libgl=1.7.0 + - libgl-devel=1.7.0 + - libglib=2.86.2 + - libglvnd=1.7.0 + - libglx=1.7.0 + - libglx-devel=1.7.0 + - libgomp=15.2.0 + - libgoogle-cloud=2.39.0 + - libgoogle-cloud-storage=2.39.0 + - libgrpc=1.73.1 + - libhwloc=2.12.2 + - libhwy=1.3.0 + - libiconv=1.18 + - libjpeg-turbo=3.1.2 + - libjxl=0.11.1 - libkml=1.3.0 - - liblapack=3.9.0 - - libllvm10=10.0.1 - - libllvm13=13.0.1 - - libnetcdf=4.8.1 - - libnghttp2=1.47.0 - - libnsl=2.0.0 - - libogg=1.3.4 - - libopenblas=0.3.20 - - libopus=1.3.1 - - libpng=1.6.37 - - libpq=14.2 - - libprotobuf=3.19.4 + - liblapack=3.11.0 + - libllvm14=14.0.6 + - libllvm21=21.1.8 + - libllvm22=22.1.0 + - liblzma=5.8.2 + - libnghttp2=1.67.0 + - libnsl=2.0.1 + - libntlm=1.8 + - libogg=1.3.5 + - libopenblas=0.3.30 + - libopengl=1.7.0 + - libopentelemetry-cpp=1.21.0 + - libopentelemetry-cpp-headers=1.21.0 + - libopus=1.6.1 + - libparquet=21.0.0 + - libpciaccess=0.18 + - libpng=1.6.55 + - libpq=18.1 + - libprotobuf=6.31.1 + - libre2-11=2025.11.05 + - librsvg=2.60.0 - librttopo=1.1.0 - - libsanitizer=9.4.0 - - libsodium=1.0.18 - - libspatialite=5.0.1 - - libssh2=1.10.0 - - libstdcxx-devel_linux-64=9.4.0 - - libstdcxx-ng=11.2.0 - - libthrift=0.16.0 - - libtiff=4.3.0 - - libutf8proc=2.7.0 - - libuuid=2.32.1 - - libuv=1.43.0 + - libsanitizer=14.3.0 + - libsndfile=1.2.2 + - libsodium=1.0.20 + - libspatialite=5.1.0 + - libsqlite=3.52.0 + - libssh2=1.11.1 + - libstdcxx=15.2.0 + - libstdcxx-devel_linux-64=14.3.0 + - libstdcxx-ng=15.2.0 + - libsystemd0=257.10 + - libthrift=0.22.0 + - libtiff=4.7.1 + - libutf8proc=2.11.3 + - libuuid=2.41.3 + - libuv=1.51.0 - libvorbis=1.3.7 - - libwebp=1.2.2 - - libwebp-base=1.2.2 - - libxcb=1.13 - - libxgboost=1.5.1 - - libxkbcommon=1.0.3 - - libxml2=2.9.12 - - libzip=1.8.0 - - libzlib=1.2.11 + - libwebp-base=1.6.0 + - libxcb=1.17.0 + - libxcrypt=4.4.36 + - libxgboost=2.1.4 + - libxkbcommon=1.13.1 + - libxml2=2.15.1 + - libxml2-16=2.15.1 + - libxml2-devel=2.15.1 + - libzlib=1.3.1 - libzopfli=1.0.3 - - llvmlite=0.36.0 + - llvmlite=0.43.0 - locket=1.0.0 - - lunarcalendar=0.0.9 - - lz4=4.0.0 - - lz4-c=1.9.3 - - markupsafe=2.1.1 - - marshmallow=3.15.0 - - marshmallow-oneofschema=3.0.1 - - matplotlib=3.5.2 - - matplotlib-base=3.5.2 - - matplotlib-inline=0.1.3 - - mimesis=5.3.0 - - mistune=0.8.4 - - msgpack-python=1.0.3 - - multidict=6.0.2 + - lz4=4.4.4 + - lz4-c=1.10.0 + - lzo=2.10 + - make=4.4.1 + - mako=1.3.10 + - markdown=3.8.2 + - markdown-it-py=3.0.0 + - markupsafe=3.0.2 + - matplotlib=3.8.4 + - matplotlib-base=3.8.4 + - matplotlib-inline=0.1.7 + - mdurl=0.1.2 + - mimesis=13.1.0 + - minizip=4.0.10 + - mistune=3.1.3 + - mpg123=1.32.9 + - msgpack-python=1.1.1 + - multidict=6.6.3 - multipledispatch=0.6.0 - munkres=1.1.4 - - mypy_extensions=0.4.3 - - mysql-common=8.0.29 - - mysql-libs=8.0.29 - - natsort=8.1.0 - - nbclassic=0.3.7 - - nbclient=0.6.2 - - nbconvert=6.5.0 - - nbconvert-core=6.5.0 - - nbconvert-pandoc=6.5.0 - - nbformat=5.4.0 + - nbclassic=1.3.1 + - nbclient=0.10.4 + - nbconvert-core=7.16.6 + - nbformat=5.10.4 - nbserverproxy=0.8.8 - - ncurses=6.3 - - nest-asyncio=1.5.5 - - netcdf4=1.5.8 - - networkx=2.8 - - nodejs=16.14.2 + - ncurses=6.5 + - nest-asyncio=1.6.0 + - networkx=3.2.1 + - nlohmann_json=3.12.0 + - nodejs=16.20.2 - nomkl=1.0 - - notebook=6.4.11 - - notebook-shim=0.1.0 - - nspr=4.32 - - nss=3.77 - - numba=0.53.1 - - numpy=1.22.3 - - openjpeg=2.4.0 - - openssl=1.1.1o - - orc=1.7.3 - - packaging=21.3 - - pandas=1.4.2 - - pandoc=2.18 + - notebook=6.5.7 + - notebook-shim=0.2.4 + - nspr=4.38 + - nss=3.118 + - numba=0.60.0 + - numpy=1.22.4 + - oauthlib=3.3.1 + - openjpeg=2.5.4 + - openldap=2.6.10 + - openssl=3.6.1 + - orc=2.2.1 + - orjson=3.11.2 + - packaging=24.2 + - pandas=1.4.4 - pandocfilters=1.5.0 - - parquet-cpp=1.5.1 - - parso=0.8.3 - - partd=1.2.0 - - patsy=0.5.2 - - pcre=8.45 + - pango=1.56.4 + - paramiko=4.0.0 + - parso=0.8.4 + - partd=1.4.2 + - pathspec=0.12.1 + - patsy=1.0.1 + - pcre2=10.46 - pendulum=2.1.2 - - pexpect=4.8.0 + - pexpect=4.9.0 - pickleshare=0.7.5 - - pillow=9.1.0 - - pims=0.6.0 - - pip=22.0.4 - - pixman=0.40.0 - - pooch=1.6.0 - - poppler=22.01.0 - - poppler-data=0.4.11 - - postgresql=14.2 - - prefect=1.2.1 - - proj=9.0.0 - - prometheus_client=0.14.1 - - prompt-toolkit=3.0.29 - - prophet=1.0.1 - - psutil=5.9.0 + - pillow=11.3.0 + - pims=0.7 + - pip=25.2 + - pixman=0.46.4 + - platformdirs=4.3.8 + - ply=3.11 + - pooch=1.8.2 + - prefect=2.20.0 + - proj=9.6.2 + - prometheus-cpp=1.3.0 + - prometheus_client=0.22.1 + - prompt-toolkit=3.0.51 + - propcache=0.3.1 + - prophet=1.1.6 + - psutil=7.0.0 - pthread-stubs=0.4 - ptyprocess=0.7.0 - - pure_eval=0.2.2 - - py-xgboost=1.5.1 - - pyarrow=7.0.0 - - pycparser=2.21 - - pygments=2.12.0 - - pymeeus=0.5.10 - - pyopenssl=22.0.0 - - pyparsing=3.0.8 - - pyqt=5.12.3 - - pyqt-impl=5.12.3 - - pyqt5-sip=4.19.18 - - pyqtchart=5.12 - - pyqtwebengine=5.12.1 - - pyrsistent=0.18.1 + - pulseaudio-client=17.0 + - pure_eval=0.2.3 + - py-xgboost=2.1.4 + - pyarrow=21.0.0 + - pyarrow-core=21.0.0 + - pyasn1=0.6.1 + - pyasn1-modules=0.4.2 + - pycparser=2.22 + - pydantic=2.11.7 + - pydantic-core=2.33.2 + - pygments=2.19.2 + - pyjwt=2.10.1 + - pymeeus=0.5.12 + - pynacl=1.5.0 + - pyopenssl=25.1.0 + - pyparsing=3.2.3 + - pyqt=5.15.11 + - pyqt5-sip=12.17.0 - pysocks=1.7.1 - - pystan=2.19.1.1 - - python=3.9.12 - - python-box=6.0.2 - - python-dateutil=2.8.2 - - python-fastjsonschema=2.15.3 - - python-graphviz=0.20 - - python-slugify=6.1.2 + - python=3.9.23 + - python-dateutil=2.9.0.post0 + - python-fastjsonschema=2.21.2 + - python-graphviz=0.21 + - python-json-logger=2.0.7 + - python-kubernetes=27.2.0 + - python-multipart=0.0.20 + - python-slugify=8.0.4 - python_abi=3.9 - - pytz=2022.1 + - pytz=2023.4 - pytzdata=2020.1 - - pywavelets=1.3.0 - - pyyaml=6.0 - - pyzmq=22.3.0 - - qt=5.12.9 - - rasterio=1.2.10 - - re2=2022.02.01 - - readline=8.1 - - requests=2.27.1 - - ruamel.yaml=0.17.21 - - ruamel.yaml.clib=0.2.6 - - s2n=1.0.10 - - scikit-image=0.19.2 + - pyu2f=0.1.5 + - pywavelets=1.6.0 + - pywin32-on-windows=0.1.0 + - pyyaml=6.0.2 + - pyzmq=27.0.2 + - qt-main=5.15.15 + - rasterio=1.4.3 + - rav1e=0.8.1 + - re2=2025.11.05 + - readchar=4.2.1 + - readline=8.3 + - referencing=0.36.2 + - regex=2025.7.34 + - requests=2.32.5 + - requests-oauthlib=2.0.0 + - rfc3339-validator=0.1.4 + - rfc3986-validator=0.1.1 + - rfc3987-syntax=1.1.0 + - rich=13.9.4 + - rpds-py=0.27.0 + - rsa=4.9.1 + - ruamel.yaml=0.18.15 + - ruamel.yaml.clib=0.2.8 + - s2n=1.6.0 + - scikit-image=0.24.0 - scikit-learn=1.0.2 - - scipy=1.8.0 - - seaborn=0.11.2 - - seaborn-base=0.11.2 - - send2trash=1.8.0 - - setuptools=62.1.0 - - setuptools-git=1.2 - - simpervisor=0.4 - - six=1.16.0 + - scipy=1.13.1 + - seaborn=0.13.2 + - seaborn-base=0.13.2 + - send2trash=1.8.3 + - setuptools=80.9.0 + - shellingham=1.5.4 + - simpervisor=1.0.0 + - sip=6.10.0 + - six=1.17.0 - slicerator=1.1.0 - - snappy=1.1.8 - - sniffio=1.2.0 + - snappy=1.2.2 + - sniffio=1.3.1 - snuggs=1.4.7 - sortedcontainers=2.4.0 - - soupsieve=2.3.1 - - sqlite=3.38.3 - - stack_data=0.2.0 - - statsmodels=0.13.2 + - soupsieve=2.7 + - sparse=0.15.5 + - sqlalchemy=2.0.43 + - sqlite=3.52.0 + - stack_data=0.6.3 + - stanio=0.5.1 + - starlette=0.27.0 + - statsmodels=0.14.5 - stopit=1.1.2 - - sysroot_linux-64=2.12 - - tabulate=0.8.9 - - tblib=1.7.0 - - terminado=0.13.3 + - svt-av1=4.0.1 + - sysroot_linux-64=2.17 + - tbb=2022.3.0 + - tbb-devel=2022.3.0 + - tblib=3.1.0 + - terminado=0.18.1 - text-unidecode=1.3 - - threadpoolctl=3.1.0 - - tifffile=2022.5.4 - - tiledb=2.8.2 - - tinycss2=1.1.1 - - tk=8.6.12 + - threadpoolctl=3.6.0 + - tifffile=2024.6.18 + - tinycss2=1.4.0 + - tk=8.6.13 - toml=0.10.2 - - toolz=0.11.2 + - tomli=2.2.1 + - toolz=1.0.0 - tornado=6.1 - - tpot=0.11.7 - - tqdm=4.64.0 - - traitlets=5.1.1 - - typing-extensions=4.2.0 - - typing_extensions=4.2.0 - - tzcode=2022a - - tzdata=2022a - - ujson=5.2.0 - - unicodedata2=14.0.0 - - unidecode=1.3.4 + - tpot=0.12.1 + - tqdm=4.67.1 + - traitlets=5.14.3 + - typer=0.12.5 + - typer-slim=0.12.5 + - typer-slim-standard=0.12.5 + - types-python-dateutil=2.9.0.20250809 + - typing-extensions=4.14.1 + - typing-inspection=0.4.1 + - typing_extensions=4.14.1 + - tzdata=2025c + - tzlocal=5.3 + - ujson=5.10.0 + - unicodedata2=16.0.0 - update_checker=0.18.0 - - urllib3=1.26.9 - - wcwidth=0.2.5 + - uri-template=1.3.0 + - uriparser=0.9.8 + - urllib3=2.5.0 + - uvicorn=0.28.1 + - wayland=1.24.0 + - wcwidth=0.2.13 + - webcolors=24.11.1 - webencodings=0.5.1 - - websocket-client=1.3.2 - - wheel=0.37.1 - - widgetsnbextension=3.6.0 - - xarray=2022.3.0 - - xerces-c=3.2.3 - - xgboost=1.5.1 - - xorg-kbproto=1.0.7 - - xorg-libice=1.0.10 - - xorg-libsm=1.2.3 - - xorg-libx11=1.7.2 - - xorg-libxau=1.0.9 - - xorg-libxdmcp=1.1.3 - - xorg-libxext=1.3.4 - - xorg-libxrender=0.9.10 - - xorg-renderproto=0.11.1 - - xorg-xextproto=7.3.0 - - xorg-xproto=7.0.31 - - xz=5.2.5 + - websocket-client=1.8.0 + - websockets=11.0.3 + - wheel=0.45.1 + - widgetsnbextension=3.6.10 + - xarray=2023.7.0 + - xcb-util=0.4.1 + - xcb-util-image=0.4.0 + - xcb-util-keysyms=0.4.1 + - xcb-util-renderutil=0.3.10 + - xcb-util-wm=0.4.2 + - xerces-c=3.2.5 + - xgboost=2.1.4 + - xkeyboard-config=2.47 + - xorg-libice=1.1.2 + - xorg-libsm=1.2.6 + - xorg-libx11=1.8.13 + - xorg-libxau=1.0.12 + - xorg-libxcomposite=0.4.7 + - xorg-libxcursor=1.2.3 + - xorg-libxdamage=1.1.6 + - xorg-libxdmcp=1.1.5 + - xorg-libxext=1.3.7 + - xorg-libxfixes=6.0.2 + - xorg-libxi=1.8.2 + - xorg-libxinerama=1.1.6 + - xorg-libxrandr=1.5.5 + - xorg-libxrender=0.9.12 + - xorg-libxshmfence=1.3.3 + - xorg-libxtst=1.2.5 + - xorg-libxxf86vm=1.1.7 + - xorg-xorgproto=2025.1 + - y-py=0.5.9 - yaml=0.2.5 - - yarl=1.7.2 - - zeromq=4.3.4 - - zfp=0.5.5 - - zict=2.2.0 - - zipp=3.8.0 - - zlib=1.2.11 - - zstd=1.5.2 + - yarl=1.20.1 + - ypy-websocket=0.8.2 + - zeromq=4.3.5 + - zfp=1.0.1 + - zict=3.0.0 + - zipp=3.23.0 + - zlib=1.3.1 + - zlib-ng=2.2.5 + - zstandard=0.23.0 + - zstd=1.5.7