From b73ef701d8a6e2703e919e77fedc31557cfd2935 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 12 Feb 2026 20:47:57 -0800 Subject: [PATCH 1/4] BUmp version and relock --- .github/workflows/python_analysis.yml | 6 +- .github/workflows/python_deploy_dev.yml | 4 +- deps-lock-config.yaml | 4 +- ...nv-python-3.10.yml => env-python-3.13.yml} | 2 +- ...nv-python-3.11.yml => env-python-3.14.yml} | 2 +- .../py-3.12-linux-64-dev.conda.lock.yml | 53 +- environments/py-3.12-linux-64.conda.lock.yml | 48 +- .../py-3.12-win-64-dev.conda.lock.yml | 50 +- environments/py-3.12-win-64.conda.lock.yml | 45 +- ...ml => py-3.13-linux-64-dev.conda.lock.yml} | 117 +- ...ck.yml => py-3.13-linux-64.conda.lock.yml} | 93 +- ....yml => py-3.13-win-64-dev.conda.lock.yml} | 116 +- ...lock.yml => py-3.13-win-64.conda.lock.yml} | 88 +- ...ml => py-3.14-linux-64-dev.conda.lock.yml} | 122 +- ...ck.yml => py-3.14-linux-64.conda.lock.yml} | 95 +- ....yml => py-3.14-win-64-dev.conda.lock.yml} | 121 +- ...lock.yml => py-3.14-win-64.conda.lock.yml} | 90 +- install.bat | 2 +- py-3.12.conda-lock.yml | 828 ++++---- ...1.conda-lock.yml => py-3.13.conda-lock.yml | 1491 +++++++------- ...0.conda-lock.yml => py-3.14.conda-lock.yml | 1825 +++++++++-------- pyproject.toml | 32 +- recipe.yaml | 2 +- 23 files changed, 2800 insertions(+), 2436 deletions(-) rename environments/{env-python-3.10.yml => env-python-3.13.yml} (55%) rename environments/{env-python-3.11.yml => env-python-3.14.yml} (55%) rename environments/{py-3.11-linux-64-dev.conda.lock.yml => py-3.13-linux-64-dev.conda.lock.yml} (78%) rename environments/{py-3.11-linux-64.conda.lock.yml => py-3.13-linux-64.conda.lock.yml} (69%) rename environments/{py-3.11-win-64-dev.conda.lock.yml => py-3.13-win-64-dev.conda.lock.yml} (77%) rename environments/{py-3.11-win-64.conda.lock.yml => py-3.13-win-64.conda.lock.yml} (69%) rename environments/{py-3.10-linux-64-dev.conda.lock.yml => py-3.14-linux-64-dev.conda.lock.yml} (77%) rename environments/{py-3.10-linux-64.conda.lock.yml => py-3.14-linux-64.conda.lock.yml} (68%) rename environments/{py-3.10-win-64-dev.conda.lock.yml => py-3.14-win-64-dev.conda.lock.yml} (76%) rename environments/{py-3.10-win-64.conda.lock.yml => py-3.14-win-64.conda.lock.yml} (68%) rename py-3.11.conda-lock.yml => py-3.13.conda-lock.yml (87%) rename py-3.10.conda-lock.yml => py-3.14.conda-lock.yml (85%) diff --git a/.github/workflows/python_analysis.yml b/.github/workflows/python_analysis.yml index d04b0b7aa..8f3b5d5b1 100644 --- a/.github/workflows/python_analysis.yml +++ b/.github/workflows/python_analysis.yml @@ -33,7 +33,7 @@ jobs: with: package-manager: 'conda' app-name: 'simpeg_drivers' - python-version: '3.10' + python-version: '3.12' call-workflow-pytest: name: Pytest uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@v2 @@ -42,10 +42,10 @@ jobs: pull-requests: read with: package-manager: 'conda' - python-versions: '["3.10", "3.11", "3.12"]' + python-versions: '["3.12", "3.13", "3.14"]' os: '["ubuntu-latest", "windows-latest"]' cache-number: 1 - codecov-reference-python-version: '3.10' + codecov-reference-python-version: '3.12' codecov-reference-os: '["ubuntu-latest"]' timeout-minutes: 40 secrets: diff --git a/.github/workflows/python_deploy_dev.yml b/.github/workflows/python_deploy_dev.yml index 2b903f40d..5389a35a3 100644 --- a/.github/workflows/python_deploy_dev.yml +++ b/.github/workflows/python_deploy_dev.yml @@ -19,7 +19,7 @@ jobs: contents: write with: package-name: 'simpeg-drivers' - python-version: '3.10' + python-version: '3.12' source-repo-names: '["public-noremote-conda-dev"]' conda-channels: '["conda-forge"]' publish-repo-names: '["public-noremote-conda-dev"]' @@ -35,7 +35,7 @@ jobs: package-manager: 'poetry' package-name: 'simpeg-drivers' version-tag: ${{ github.ref_name }} - python-version: '3.10' + python-version: '3.12' virtual-repo-names: '["public-pypi-dev", "test-pypi"]' secrets: JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }} diff --git a/deps-lock-config.yaml b/deps-lock-config.yaml index 0ee84c553..ee7b8574c 100644 --- a/deps-lock-config.yaml +++ b/deps-lock-config.yaml @@ -1,5 +1,5 @@ include_dev: True py_versions: - - "3.10" - - "3.11" - "3.12" + - "3.13" + - "3.14" diff --git a/environments/env-python-3.10.yml b/environments/env-python-3.13.yml similarity index 55% rename from environments/env-python-3.10.yml rename to environments/env-python-3.13.yml index 1dcc72832..f3de72d10 100644 --- a/environments/env-python-3.10.yml +++ b/environments/env-python-3.13.yml @@ -1,3 +1,3 @@ dependencies: - - python=3.10.* + - python=3.13.* - pip diff --git a/environments/env-python-3.11.yml b/environments/env-python-3.14.yml similarity index 55% rename from environments/env-python-3.11.yml rename to environments/env-python-3.14.yml index 6e3784956..3c95ae1af 100644 --- a/environments/env-python-3.11.yml +++ b/environments/env-python-3.14.yml @@ -1,3 +1,3 @@ dependencies: - - python=3.11.* + - python=3.14.* - pip diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index 5fe0da515..9bb33f08f 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 8d2ec2f5bff152c0b1a90962f693656e4ddb9e44ed5c8117e1ca290243cc3f6e +# input_hash: cb8dc97c57f6e80f9d7a889d8e8ac9e26205d4fa90fcdc6b69c8ba96cd5f6f8d channels: - conda-forge @@ -95,10 +95,10 @@ dependencies: - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.8.0=pyhcf101f3_0 - jupyter_core=5.9.1=pyhc90fa1f_0 - - jupyter_events=0.12.0=pyh29332c3_0 + - jupyter_events=0.12.0=pyhe01879c_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.4=pyhcf101f3_0 - - jupyterlab=4.5.3=pyhd8ed1ab_0 + - jupyterlab=4.5.4=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 @@ -111,11 +111,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.9.0=37_h5875eb1_mkl + - libblas=3.11.0=5_h4a7cf45_openblas - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.9.0=37_hfef963f_mkl + - libcblas=3.11.0=5_h0358290_openblas - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -132,14 +132,15 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.9.0=37_h5e43f62_mkl + - liblapack=3.11.0=5_h47877c9_openblas - liblzma=5.8.2=hb03c661_0 - libnghttp2=1.67.0=had1ee68_0 - libnsl=2.0.1=hb9d3cd8_1 + - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - - libscotch=7.0.6=hea33c07_1 + - libscotch=7.0.10=int32_h8512f2c_2 - libsodium=1.0.20=h4ab18f5_0 - - libspatialindex=2.0.0=he02047a_0 + - libspatialindex=2.1.0=he57a185_0 - libsqlite=3.51.2=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h934c35e_17 @@ -157,17 +158,17 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 - - matplotlib-base=3.8.4=py312h20ab3a6_2 + - matplotlib-base=3.10.8=py312he3d6523_0 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - - mkl=2024.2.2=ha770c72_17 + - mkl=2025.3.0=h0e700b2_463 - msgpack-python=1.1.2=py312hd9148b4_1 - - mumps-include=5.7.3=h82cca05_10 - - mumps-seq=5.7.3=h06cbf8f_10 + - mumps-include=5.8.1=h1795ed4_4 + - mumps-seq=5.8.1=h4374b6a_4 - munkres=1.1.4=pyhd8ed1ab_1 - nbclient=0.10.4=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 @@ -180,7 +181,7 @@ dependencies: - notebook=7.5.3=pyhcf101f3_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312hf79963d_1 - - numpy=1.26.4=py312heda63a1_0 + - numpy=2.4.2=py312h33ff503_1 - openjpeg=2.5.4=h55fea9a_0 - openssl=3.6.1=h35e630c_1 - overrides=7.7.0=pyhd8ed1ab_1 @@ -191,7 +192,7 @@ dependencies: - parso=0.8.6=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 - - pillow=10.3.0=py312h287a98d_1 + - pillow=12.1.1=py312h50c33e8_0 - pip=26.0.1=pyh8b19718_0 - platformdirs=4.5.1=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 @@ -204,7 +205,7 @@ dependencies: - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312h868fb18_1 - - pydiso=0.1.2=py312h686354e_1 + - pydiso=0.2.0=np2py312h1cfd70e_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.4=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -217,12 +218,13 @@ dependencies: - python-fastjsonschema=2.21.2=pyhe01879c_0 - python-gil=3.12.12=hd8ed1ab_2 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-mumps=0.0.3=py312h6ad3ee3_0 + - python-mumps=0.0.6=nompi_hf5ef983 - python-tzdata=2025.3=pyhd8ed1ab_0 - python_abi=3.12=8_cp312 - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py312h8a5da7c_1 - pyzmq=27.1.0=py312hfb55c3c_0 + - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.37.0=pyhcf101f3_0 @@ -231,10 +233,10 @@ dependencies: - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - rpds-py=0.30.0=py312h868fb18_0 - - rtree=1.2.0=py312h3ed4c40_1 - - scikit-learn=1.6.1=py312h7a48858_0 - - scipy=1.14.1=py312h62794b6_2 - - send2trash=2.1.0=pyha191276_0 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py312h3226591_1 + - scipy=1.17.0=py312h54fa4ab_1 + - send2trash=2.1.0=pyha191276_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sniffio=1.3.1=pyhd8ed1ab_2 @@ -249,7 +251,7 @@ dependencies: - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - stack_data=0.6.3=pyhd8ed1ab_1 - - tbb=2021.13.0=hb700be7_5 + - tbb=2022.3.0=hb700be7_2 - tblib=3.2.2=pyhcf101f3_0 - terminado=0.18.1=pyhc90fa1f_1 - threadpoolctl=3.6.0=pyhecae5ae_0 @@ -267,7 +269,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025c=hc9c84f9_1 - - unicodedata2=17.0.0=py312h4c3975b_1 + - unicodedata2=17.0.1=py312h4c3975b_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.6.3=pyhd8ed1ab_0 - wcwidth=0.6.0=pyhd8ed1ab_0 @@ -286,11 +288,12 @@ dependencies: - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 - zlib=1.3.1=hb9d3cd8_2 + - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index aa5839467..7532b8775 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 8d2ec2f5bff152c0b1a90962f693656e4ddb9e44ed5c8117e1ca290243cc3f6e +# input_hash: cb8dc97c57f6e80f9d7a889d8e8ac9e26205d4fa90fcdc6b69c8ba96cd5f6f8d channels: - conda-forge @@ -19,7 +19,6 @@ dependencies: - ca-certificates=2026.1.4=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - click=8.3.1=pyh8f84b5b_1 - cloudpickle=3.1.2=pyhcf101f3_1 - contourpy=1.3.3=py312h0a2e395_4 @@ -50,11 +49,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.9.0=37_h5875eb1_mkl + - libblas=3.11.0=5_h4a7cf45_openblas - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.9.0=37_hfef963f_mkl + - libcblas=3.11.0=5_h0358290_openblas - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -71,13 +70,14 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.9.0=37_h5e43f62_mkl + - liblapack=3.11.0=5_h47877c9_openblas - liblzma=5.8.2=hb03c661_0 - libnghttp2=1.67.0=had1ee68_0 - libnsl=2.0.1=hb9d3cd8_1 + - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - - libscotch=7.0.6=hea33c07_1 - - libspatialindex=2.0.0=he02047a_0 + - libscotch=7.0.10=int32_h8512f2c_2 + - libspatialindex=2.1.0=he57a185_0 - libsqlite=3.51.2=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h934c35e_17 @@ -93,45 +93,46 @@ dependencies: - llvm-openmp=21.1.8=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 - - matplotlib-base=3.8.4=py312h20ab3a6_2 + - matplotlib-base=3.10.8=py312he3d6523_0 - metis=5.1.0=hd0bcaf9_1007 - - mkl=2024.2.2=ha770c72_17 + - mkl=2025.3.0=h0e700b2_463 - msgpack-python=1.1.2=py312hd9148b4_1 - - mumps-include=5.7.3=h82cca05_10 - - mumps-seq=5.7.3=h06cbf8f_10 + - mumps-include=5.8.1=h1795ed4_4 + - mumps-seq=5.8.1=h4374b6a_4 - munkres=1.1.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - numcodecs=0.15.1=py312hf79963d_1 - - numpy=1.26.4=py312heda63a1_0 + - numpy=2.4.2=py312h33ff503_1 - openjpeg=2.5.4=h55fea9a_0 - openssl=3.6.1=h35e630c_1 - packaging=26.0=pyhcf101f3_0 - pandas=3.0.0=py312h8ecdadd_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py312h287a98d_1 + - pillow=12.1.1=py312h50c33e8_0 - pip=26.0.1=pyh8b19718_0 - psutil=7.2.2=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312h868fb18_1 - - pydiso=0.1.2=py312h686354e_1 + - pydiso=0.2.0=np2py312h1cfd70e_1 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - python=3.12.12=hd63d673_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - - python-mumps=0.0.3=py312h6ad3ee3_0 + - python-mumps=0.0.6=nompi_hf5ef983 - python-tzdata=2025.3=pyhd8ed1ab_0 - python_abi=3.12=8_cp312 - pyyaml=6.0.3=py312h8a5da7c_1 + - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - rtree=1.2.0=py312h3ed4c40_1 - - scikit-learn=1.6.1=py312h7a48858_0 - - scipy=1.14.1=py312h62794b6_2 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py312h3226591_1 + - scipy=1.17.0=py312h54fa4ab_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sortedcontainers=2.4.0=pyhd8ed1ab_1 - - tbb=2021.13.0=hb700be7_5 + - tbb=2022.3.0=hb700be7_2 - tblib=3.2.2=pyhcf101f3_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=noxft_h366c992_103 @@ -143,7 +144,7 @@ dependencies: - typing-inspection=0.4.2=pyhd8ed1ab_1 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - - unicodedata2=17.0.0=py312h4c3975b_1 + - unicodedata2=17.0.1=py312h4c3975b_0 - urllib3=2.6.3=pyhd8ed1ab_0 - wheel=0.46.3=pyhd8ed1ab_0 - wrapt=2.1.1=py312h4c3975b_0 @@ -154,11 +155,12 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index 8de1c3588..e42dd4c05 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -1,12 +1,12 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: a78d91fa3dc4c95c661cb43f744570c4cbf3dc04b7182fba46b68958c9f38e93 +# input_hash: e9abbdcce100afdd8e3b6d906732aa97fd2e7f2ac2d33af987b1c70639f35383 channels: - conda-forge - nodefaults dependencies: - - _openmp_mutex=4.5=2_gnu + - _openmp_mutex=4.5=20_gnu - _python_abi3_support=1.0=hd8ed1ab_2 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 @@ -94,10 +94,10 @@ dependencies: - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.8.0=pyhcf101f3_0 - jupyter_core=5.9.1=pyh6dadd2b_0 - - jupyter_events=0.12.0=pyh29332c3_0 + - jupyter_events=0.12.0=pyhe01879c_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.4=pyhcf101f3_0 - - jupyterlab=4.5.3=pyhd8ed1ab_0 + - jupyterlab=4.5.4=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 @@ -108,11 +108,11 @@ dependencies: - lcms2=2.18=hf2c6c5f_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.5=haf901d7_0 - - libblas=3.9.0=35_h5709861_mkl + - libblas=3.11.0=5_hf2e6a31_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.9.0=35_h2a3cdd5_mkl + - libcblas=3.11.0=5_h2a3cdd5_mkl - libcurl=8.18.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -125,11 +125,11 @@ dependencies: - libhwloc=2.12.2=default_h4379cf1_1000 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.9.0=35_hf9ab0e9_mkl + - liblapack=3.11.0=5_hf9ab0e9_mkl - liblzma=5.8.2=hfd05255_0 - libpng=1.6.55=h7351971_0 - libsodium=1.0.20=hc70643c_0 - - libspatialindex=2.0.0=h5a68840_0 + - libspatialindex=2.1.0=h518811d_0 - libsqlite=3.51.2=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 @@ -143,15 +143,15 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 - - matplotlib-base=3.8.4=py312hfee7060_2 + - matplotlib-base=3.10.8=py312h0ebf65c_0 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - - mkl=2024.2.2=h57928b3_16 + - mkl=2025.3.0=hac47afa_455 - msgpack-python=1.1.2=py312hf90b1b7_1 - - mumps-seq=5.7.3=hbaa6519_10 + - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 - nbclient=0.10.4=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 @@ -163,7 +163,7 @@ dependencies: - notebook=7.5.3=pyhcf101f3_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312hc128f0a_1 - - numpy=1.26.4=py312h8753938_0 + - numpy=2.4.2=py312ha72d056_1 - openjpeg=2.5.4=h24db6dd_0 - openssl=3.6.1=hf411b9b_1 - overrides=7.7.0=pyhd8ed1ab_1 @@ -173,7 +173,7 @@ dependencies: - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.6=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py312h381445a_1 + - pillow=12.1.1=py312h31f0997_0 - pip=26.0.1=pyh8b19718_0 - platformdirs=4.5.1=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 @@ -185,7 +185,7 @@ dependencies: - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312hdabe01f_1 - - pydiso=0.1.2=py312h3fe0e52_1 + - pydiso=0.2.0=np2py312hd8dafd6_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.4=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -198,7 +198,7 @@ dependencies: - python-fastjsonschema=2.21.2=pyhe01879c_0 - python-gil=3.12.12=hd8ed1ab_2 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-mumps=0.0.3=py312h8095395_0 + - python-mumps=0.0.6=nompi_h368aa49 - python-tzdata=2025.3=pyhd8ed1ab_0 - python_abi=3.12=8_cp312 - pytz=2025.2=pyhd8ed1ab_0 @@ -206,6 +206,7 @@ dependencies: - pywinpty=2.0.15=py312h275cf98_1 - pyyaml=6.0.3=py312h05f76fc_1 - pyzmq=27.1.0=py312hbb5da91_0 + - qhull=2020.2=hc790b64_5 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.37.0=pyhcf101f3_0 - requests=2.32.5=pyhcf101f3_1 @@ -213,10 +214,10 @@ dependencies: - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - rpds-py=0.30.0=py312hdabe01f_0 - - rtree=1.2.0=py312h50e5f8f_1 - - scikit-learn=1.6.1=py312h816cc57_0 - - scipy=1.14.1=py312h337df96_2 - - send2trash=2.1.0=pyh6dadd2b_0 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py312hea30aaf_1 + - scipy=1.17.0=py312h9b3c559_1 + - send2trash=2.1.0=pyh6dadd2b_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sniffio=1.3.1=pyhd8ed1ab_2 @@ -231,7 +232,7 @@ dependencies: - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - stack_data=0.6.3=pyhd8ed1ab_1 - - tbb=2021.13.0=h3155e25_5 + - tbb=2022.3.0=h3155e25_2 - tblib=3.2.2=pyhcf101f3_0 - terminado=0.18.1=pyh6dadd2b_1 - threadpoolctl=3.6.0=pyhecae5ae_0 @@ -250,7 +251,7 @@ dependencies: - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=17.0.0=py312he06e257_1 + - unicodedata2=17.0.1=py312he06e257_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.6.3=pyhd8ed1ab_0 - vc=14.3=h41ae7f8_34 @@ -273,11 +274,12 @@ dependencies: - zeromq=4.3.5=h5bddc39_9 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index 07b7f0b0e..d998ab555 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -1,12 +1,12 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: a78d91fa3dc4c95c661cb43f744570c4cbf3dc04b7182fba46b68958c9f38e93 +# input_hash: e9abbdcce100afdd8e3b6d906732aa97fd2e7f2ac2d33af987b1c70639f35383 channels: - conda-forge - nodefaults dependencies: - - _openmp_mutex=4.5=2_gnu + - _openmp_mutex=4.5=20_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - backports.zstd=1.3.0=py312h06d0912_0 @@ -18,7 +18,6 @@ dependencies: - ca-certificates=2026.1.4=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - click=8.3.1=pyha7b4d00_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 @@ -48,11 +47,11 @@ dependencies: - lcms2=2.18=hf2c6c5f_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.5=haf901d7_0 - - libblas=3.9.0=35_h5709861_mkl + - libblas=3.11.0=5_hf2e6a31_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.9.0=35_h2a3cdd5_mkl + - libcblas=3.11.0=5_h2a3cdd5_mkl - libcurl=8.18.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -65,10 +64,10 @@ dependencies: - libhwloc=2.12.2=default_h4379cf1_1000 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.9.0=35_hf9ab0e9_mkl + - liblapack=3.11.0=5_hf9ab0e9_mkl - liblzma=5.8.2=hfd05255_0 - libpng=1.6.55=h7351971_0 - - libspatialindex=2.0.0=h5a68840_0 + - libspatialindex=2.1.0=h518811d_0 - libsqlite=3.51.2=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 @@ -81,41 +80,42 @@ dependencies: - llvm-openmp=21.1.8=h4fa8253_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 - - matplotlib-base=3.8.4=py312hfee7060_2 - - mkl=2024.2.2=h57928b3_16 + - matplotlib-base=3.10.8=py312h0ebf65c_0 + - mkl=2025.3.0=hac47afa_455 - msgpack-python=1.1.2=py312hf90b1b7_1 - - mumps-seq=5.7.3=hbaa6519_10 + - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312hc128f0a_1 - - numpy=1.26.4=py312h8753938_0 + - numpy=2.4.2=py312ha72d056_1 - openjpeg=2.5.4=h24db6dd_0 - openssl=3.6.1=hf411b9b_1 - packaging=26.0=pyhcf101f3_0 - pandas=3.0.0=py312h95189c4_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py312h381445a_1 + - pillow=12.1.1=py312h31f0997_0 - pip=26.0.1=pyh8b19718_0 - psutil=7.2.2=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312hdabe01f_1 - - pydiso=0.1.2=py312h3fe0e52_1 + - pydiso=0.2.0=np2py312hd8dafd6_1 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - python=3.12.12=h0159041_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - - python-mumps=0.0.3=py312h8095395_0 + - python-mumps=0.0.6=nompi_h368aa49 - python-tzdata=2025.3=pyhd8ed1ab_0 - python_abi=3.12=8_cp312 - pyyaml=6.0.3=py312h05f76fc_1 - - rtree=1.2.0=py312h50e5f8f_1 - - scikit-learn=1.6.1=py312h816cc57_0 - - scipy=1.14.1=py312h337df96_2 + - qhull=2020.2=hc790b64_5 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py312hea30aaf_1 + - scipy=1.17.0=py312h9b3c559_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sortedcontainers=2.4.0=pyhd8ed1ab_1 - - tbb=2021.13.0=h3155e25_5 + - tbb=2022.3.0=h3155e25_2 - tblib=3.2.2=pyhcf101f3_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=h6ed50ae_3 @@ -128,7 +128,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=17.0.0=py312he06e257_1 + - unicodedata2=17.0.1=py312he06e257_0 - urllib3=2.6.3=pyhd8ed1ab_0 - vc=14.3=h41ae7f8_34 - vc14_runtime=14.44.35208=h818238b_34 @@ -143,11 +143,12 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.11-linux-64-dev.conda.lock.yml b/environments/py-3.13-linux-64-dev.conda.lock.yml similarity index 78% rename from environments/py-3.11-linux-64-dev.conda.lock.yml rename to environments/py-3.13-linux-64-dev.conda.lock.yml index 6c61b9888..de3f1142e 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.13-linux-64-dev.conda.lock.yml @@ -1,68 +1,70 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 63b54937a5485c2342c949498a43e2a0c19090b2df7a941558e7f5f979673863 +# input_hash: ca08f4eed607722e5e901c06390bb826ebba821cd2041ba0aeecca8283aec238 channels: - conda-forge - nodefaults dependencies: - _openmp_mutex=4.5=7_kmp_llvm + - _python_abi3_support=1.0=hd8ed1ab_2 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.12.1=pyhcf101f3_0 - argon2-cffi=25.1.0=pyhd8ed1ab_0 - - argon2-cffi-bindings=25.1.0=py311h49ec1c0_2 + - argon2-cffi-bindings=25.1.0=py313h07c4f96_2 - arrow=1.4.0=pyhcf101f3_0 - asciitree=0.3.3=py_2 - - astroid=4.0.4=py311h38be061_0 + - astroid=4.0.4=py313h78bf25f_0 - asttokens=3.0.1=pyhd8ed1ab_0 - async-lru=2.1.0=pyhcf101f3_0 - attrs=25.4.0=pyhcf101f3_1 - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py311h6b1f9c4_0 + - backports.zstd=1.3.0=py313h18e8e13_0 - beautifulsoup4=4.14.3=pyha770c72_0 - bleach=6.3.0=pyhcf101f3_1 - bleach-with-css=6.3.0=hbca2aae_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - - brotli-python=1.2.0=py311h66f275b_1 + - brotli-python=1.2.0=py313hf159716_1 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.6=hb03c661_0 - ca-certificates=2026.1.4=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2026.1.4=pyhd8ed1ab_0 - - cffi=2.0.0=py311h03d9500_1 + - cffi=2.0.0=py313hf46b229_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.1=pyh8f84b5b_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - - contourpy=1.3.3=py311h724c32c_4 - - coverage=7.13.4=py311h3778330_0 + - contourpy=1.3.3=py313hc8edb43_4 + - coverage=7.13.4=py313h3dea7bd_0 + - cpython=3.13.12=py313hd8ed1ab_100 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py311h49ec1c0_1 + - cytoolz=1.1.0=py313h07c4f96_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - - debugpy=1.8.20=py311hc665b79_0 + - debugpy=1.8.20=py313h5d5ffb9_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.3.1=pyhd8ed1ab_1 - dill=0.4.1=pyhcf101f3_0 - - discretize=0.11.3=py311h1d5f577_1 + - discretize=0.11.3=py313hfaae9d9_1 - distributed=2025.3.1=pyhd8ed1ab_0 - - docutils=0.19=py311h38be061_1 + - docutils=0.18.1=py313h78bf25f_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - executing=2.2.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py311h3778330_0 + - fonttools=4.61.1=py313h3dea7bd_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.14.1=ha770c72_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py311h1d5f577_1 + - geoana=0.7.2=py313hfaae9d9_1 - h11=0.16.0=pyhcf101f3_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py311h0b2f468_101 + - h5py=3.15.1=nompi_py313h253c126_101 - hdf5=1.14.6=nompi_h19486de_106 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -93,27 +95,27 @@ dependencies: - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.8.0=pyhcf101f3_0 - jupyter_core=5.9.1=pyhc90fa1f_0 - - jupyter_events=0.12.0=pyh29332c3_0 + - jupyter_events=0.12.0=pyhe01879c_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.4=pyhcf101f3_0 - - jupyterlab=4.5.3=pyhd8ed1ab_0 + - jupyterlab=4.5.4=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.19.1=pyhbbac1ac_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py311h724c32c_2 + - kiwisolver=1.4.9=py313hc8edb43_2 - krb5=1.21.3=h659f571_0 - lark=1.3.1=pyhd8ed1ab_0 - lcms2=2.18=h0c24ade_0 - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.9.0=37_h5875eb1_mkl + - libblas=3.11.0=5_h4a7cf45_openblas - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.9.0=37_hfef963f_mkl + - libcblas=3.11.0=5_h0358290_openblas - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -130,14 +132,15 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.9.0=37_h5e43f62_mkl + - liblapack=3.11.0=5_h47877c9_openblas - liblzma=5.8.2=hb03c661_0 + - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libnsl=2.0.1=hb9d3cd8_1 + - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - - libscotch=7.0.6=hea33c07_1 + - libscotch=7.0.10=int32_h8512f2c_2 - libsodium=1.0.20=h4ab18f5_0 - - libspatialindex=2.0.0=he02047a_0 + - libspatialindex=2.1.0=he57a185_0 - libsqlite=3.51.2=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h934c35e_17 @@ -147,25 +150,24 @@ dependencies: - libuv=1.51.0=hb03c661_1 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxcrypt=4.4.36=hd590300_1 - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.8=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py311h3778330_0 - - matplotlib-base=3.8.4=py311ha4ca890_2 + - markupsafe=3.0.3=py313h3dea7bd_0 + - matplotlib-base=3.10.8=py313h683a580_0 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.2=py311hdf67eae_1 - - mumps-include=5.7.3=h82cca05_10 - - mumps-seq=5.7.3=h06cbf8f_10 + - mkl=2025.3.0=h0e700b2_463 + - msgpack-python=1.1.2=py313h7037e92_1 + - mumps-include=5.8.1=h1795ed4_4 + - mumps-seq=5.8.1=h4374b6a_4 - munkres=1.1.4=pyhd8ed1ab_1 - nbclient=0.10.4=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 @@ -177,32 +179,32 @@ dependencies: - nodejs=22.6.0=hc19f0b3_1 - notebook=7.5.3=pyhcf101f3_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - - numcodecs=0.15.1=py311hed34c8f_1 - - numpy=1.26.4=py311h64a7726_0 + - numcodecs=0.15.1=py313h08cd8bf_1 + - numpy=2.4.2=py313hf6604e3_1 - openjpeg=2.5.4=h55fea9a_0 - openssl=3.6.1=h35e630c_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=26.0=pyhcf101f3_0 - - pandas=3.0.0=py311h8032f78_0 + - pandas=3.0.0=py313hbfd7664_0 - pandoc=3.9=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.6=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 - - pillow=10.3.0=py311h82a398c_1 - - pip=26.0.1=pyh8b19718_0 + - pillow=12.1.1=py313h80991f8_0 + - pip=26.0.1=pyh145f28c_0 - platformdirs=4.5.1=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.2.2=py311haee01d2_0 + - psutil=7.2.2=py313h54dd161_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py311h902ca64_1 - - pydiso=0.1.2=py311h6070e36_1 + - pydantic-core=2.41.5=py313h843e2db_1 + - pydiso=0.2.0=np2py313h5fc5e36_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.4=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -210,16 +212,18 @@ dependencies: - pysocks=1.7.1=pyha55dd90_7 - pytest=9.0.2=pyhcf101f3_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.11.14=hd63d673_3_cpython + - python=3.13.12=hc97d973_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 + - python-gil=3.13.12=h4df99d1_100 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-mumps=0.0.3=py311h4b558b0_0 + - python-mumps=0.0.6=nompi_he344ac6 - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.11=8_cp311 + - python_abi=3.13=8_cp313 - pytz=2025.2=pyhd8ed1ab_0 - - pyyaml=6.0.3=py311h3778330_1 - - pyzmq=27.1.0=py311h2315fbb_0 + - pyyaml=6.0.3=py313h3dea7bd_1 + - pyzmq=27.1.0=py312hfb55c3c_0 + - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.37.0=pyhcf101f3_0 @@ -227,11 +231,11 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.30.0=py311h902ca64_0 - - rtree=1.2.0=py311ha1603b9_1 - - scikit-learn=1.6.1=py311h57cc02b_0 - - scipy=1.14.1=py311he9a78e4_2 - - send2trash=2.1.0=pyha191276_0 + - rpds-py=0.30.0=py313h843e2db_0 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py313h16d504d_1 + - scipy=1.17.0=py313h4b8bb8b_1 + - send2trash=2.1.0=pyha191276_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sniffio=1.3.1=pyhd8ed1ab_2 @@ -246,7 +250,7 @@ dependencies: - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - stack_data=0.6.3=pyhd8ed1ab_1 - - tbb=2021.13.0=hb700be7_5 + - tbb=2022.3.0=hb700be7_2 - tblib=3.2.2=pyhcf101f3_0 - terminado=0.18.1=pyhc90fa1f_1 - threadpoolctl=3.6.0=pyhecae5ae_0 @@ -255,7 +259,7 @@ dependencies: - tomli=2.4.0=pyhcf101f3_0 - tomlkit=0.14.0=pyha770c72_0 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.3=py311h49ec1c0_0 + - tornado=6.5.3=py313h07c4f96_0 - tqdm=4.67.3=pyh8f84b5b_0 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 @@ -264,16 +268,14 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025c=hc9c84f9_1 - - unicodedata2=17.0.0=py311h49ec1c0_1 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.6.3=pyhd8ed1ab_0 - wcwidth=0.6.0=pyhd8ed1ab_0 - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - - wrapt=2.1.1=py311h49ec1c0_0 + - wrapt=2.1.1=py313h07c4f96_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -283,11 +285,12 @@ dependencies: - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 - zlib=1.3.1=hb9d3cd8_2 + - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.13-linux-64.conda.lock.yml similarity index 69% rename from environments/py-3.11-linux-64.conda.lock.yml rename to environments/py-3.13-linux-64.conda.lock.yml index b0fddb1f5..3e831351d 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.13-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 63b54937a5485c2342c949498a43e2a0c19090b2df7a941558e7f5f979673863 +# input_hash: ca08f4eed607722e5e901c06390bb826ebba821cd2041ba0aeecca8283aec238 channels: - conda-forge @@ -9,33 +9,32 @@ dependencies: - _openmp_mutex=4.5=7_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - backports.zstd=1.3.0=py311h6b1f9c4_0 + - backports.zstd=1.3.0=py313h18e8e13_0 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - - brotli-python=1.2.0=py311h66f275b_1 + - brotli-python=1.2.0=py313hf159716_1 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.6=hb03c661_0 - ca-certificates=2026.1.4=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - click=8.3.1=pyh8f84b5b_1 - cloudpickle=3.1.2=pyhcf101f3_1 - - contourpy=1.3.3=py311h724c32c_4 + - contourpy=1.3.3=py313hc8edb43_4 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py311h49ec1c0_1 + - cytoolz=1.1.0=py313h07c4f96_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - deprecated=1.3.1=pyhd8ed1ab_1 - - discretize=0.11.3=py311h1d5f577_1 + - discretize=0.11.3=py313hfaae9d9_1 - distributed=2025.3.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py311h3778330_0 + - fonttools=4.61.1=py313h3dea7bd_0 - freetype=2.14.1=ha770c72_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py311h1d5f577_1 + - geoana=0.7.2=py313hfaae9d9_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py311h0b2f468_101 + - h5py=3.15.1=nompi_py313h253c126_101 - hdf5=1.14.6=nompi_h19486de_106 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 @@ -44,17 +43,17 @@ dependencies: - jinja2=3.1.6=pyhcf101f3_1 - joblib=1.5.3=pyhd8ed1ab_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py311h724c32c_2 + - kiwisolver=1.4.9=py313hc8edb43_2 - krb5=1.21.3=h659f571_0 - lcms2=2.18=h0c24ade_0 - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.9.0=37_h5875eb1_mkl + - libblas=3.11.0=5_h4a7cf45_openblas - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.9.0=37_hfef963f_mkl + - libcblas=3.11.0=5_h0358290_openblas - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -71,13 +70,14 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.9.0=37_h5e43f62_mkl + - liblapack=3.11.0=5_h47877c9_openblas - liblzma=5.8.2=hb03c661_0 + - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libnsl=2.0.1=hb9d3cd8_1 + - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - - libscotch=7.0.6=hea33c07_1 - - libspatialindex=2.0.0=he02047a_0 + - libscotch=7.0.10=int32_h8512f2c_2 + - libspatialindex=2.1.0=he57a185_0 - libsqlite=3.51.2=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h934c35e_17 @@ -86,67 +86,65 @@ dependencies: - libuuid=2.41.3=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxcrypt=4.4.36=hd590300_1 - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.8=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py311h3778330_0 - - matplotlib-base=3.8.4=py311ha4ca890_2 + - markupsafe=3.0.3=py313h3dea7bd_0 + - matplotlib-base=3.10.8=py313h683a580_0 - metis=5.1.0=hd0bcaf9_1007 - - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.2=py311hdf67eae_1 - - mumps-include=5.7.3=h82cca05_10 - - mumps-seq=5.7.3=h06cbf8f_10 + - mkl=2025.3.0=h0e700b2_463 + - msgpack-python=1.1.2=py313h7037e92_1 + - mumps-include=5.8.1=h1795ed4_4 + - mumps-seq=5.8.1=h4374b6a_4 - munkres=1.1.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - - numcodecs=0.15.1=py311hed34c8f_1 - - numpy=1.26.4=py311h64a7726_0 + - numcodecs=0.15.1=py313h08cd8bf_1 + - numpy=2.4.2=py313hf6604e3_1 - openjpeg=2.5.4=h55fea9a_0 - openssl=3.6.1=h35e630c_1 - packaging=26.0=pyhcf101f3_0 - - pandas=3.0.0=py311h8032f78_0 + - pandas=3.0.0=py313hbfd7664_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py311h82a398c_1 - - pip=26.0.1=pyh8b19718_0 - - psutil=7.2.2=py311haee01d2_0 + - pillow=12.1.1=py313h80991f8_0 + - pip=26.0.1=pyh145f28c_0 + - psutil=7.2.2=py313h54dd161_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py311h902ca64_1 - - pydiso=0.1.2=py311h6070e36_1 + - pydantic-core=2.41.5=py313h843e2db_1 + - pydiso=0.2.0=np2py313h5fc5e36_1 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - python=3.11.14=hd63d673_3_cpython + - python=3.13.12=hc97d973_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - - python-mumps=0.0.3=py311h4b558b0_0 + - python-mumps=0.0.6=nompi_he344ac6 - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.11=8_cp311 - - pyyaml=6.0.3=py311h3778330_1 + - python_abi=3.13=8_cp313 + - pyyaml=6.0.3=py313h3dea7bd_1 + - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - rtree=1.2.0=py311ha1603b9_1 - - scikit-learn=1.6.1=py311h57cc02b_0 - - scipy=1.14.1=py311he9a78e4_2 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py313h16d504d_1 + - scipy=1.17.0=py313h4b8bb8b_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sortedcontainers=2.4.0=pyhd8ed1ab_1 - - tbb=2021.13.0=hb700be7_5 + - tbb=2022.3.0=hb700be7_2 - tblib=3.2.2=pyhcf101f3_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=noxft_h366c992_103 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.3=py311h49ec1c0_0 + - tornado=6.5.3=py313h07c4f96_0 - tqdm=4.67.3=pyh8f84b5b_0 - trimesh=4.1.8=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_1 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - - unicodedata2=17.0.0=py311h49ec1c0_1 - urllib3=2.6.3=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 - - wrapt=2.1.1=py311h49ec1c0_0 + - wrapt=2.1.1=py313h07c4f96_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -154,11 +152,12 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.11-win-64-dev.conda.lock.yml b/environments/py-3.13-win-64-dev.conda.lock.yml similarity index 77% rename from environments/py-3.11-win-64-dev.conda.lock.yml rename to environments/py-3.13-win-64-dev.conda.lock.yml index 7a5576f88..65a59f47a 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.13-win-64-dev.conda.lock.yml @@ -1,67 +1,69 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: fb18dd8c88b4986ce881481f4f4c756520898dda00e4f5006f10cc99878f79e0 +# input_hash: 32884c668bdf8b648309d42e15d5f5900e848c367d767cfd9694ab631a562e82 channels: - conda-forge - nodefaults dependencies: - - _openmp_mutex=4.5=2_gnu + - _openmp_mutex=4.5=20_gnu + - _python_abi3_support=1.0=hd8ed1ab_2 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.12.1=pyhcf101f3_0 - argon2-cffi=25.1.0=pyhd8ed1ab_0 - - argon2-cffi-bindings=25.1.0=py311h3485c13_2 + - argon2-cffi-bindings=25.1.0=py313h5ea7bf4_2 - arrow=1.4.0=pyhcf101f3_0 - asciitree=0.3.3=py_2 - - astroid=4.0.4=py311h1ea47a8_0 + - astroid=4.0.4=py313hfa70ccb_0 - asttokens=3.0.1=pyhd8ed1ab_0 - async-lru=2.1.0=pyhcf101f3_0 - attrs=25.4.0=pyhcf101f3_1 - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py311h71c1bcc_0 + - backports.zstd=1.3.0=py313h2a31948_0 - beautifulsoup4=4.14.3=pyha770c72_0 - bleach=6.3.0=pyhcf101f3_1 - bleach-with-css=6.3.0=hbca2aae_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - - brotli-python=1.2.0=py311hc5da9e4_1 + - brotli-python=1.2.0=py313h3ebfc14_1 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2026.1.4=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2026.1.4=pyhd8ed1ab_0 - - cffi=2.0.0=py311h3485c13_1 + - cffi=2.0.0=py313h5ea7bf4_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.1=pyha7b4d00_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - - contourpy=1.3.3=py311h275cad7_4 - - coverage=7.13.4=py311h3f79411_0 + - contourpy=1.3.3=py313h1a38498_4 + - coverage=7.13.4=py313hd650c13_0 + - cpython=3.13.12=py313hd8ed1ab_100 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py311h3485c13_1 + - cytoolz=1.1.0=py313h5ea7bf4_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - - debugpy=1.8.20=py311h5dfdfe8_0 + - debugpy=1.8.20=py313h927ade5_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.3.1=pyhd8ed1ab_1 - dill=0.4.1=pyhcf101f3_0 - - discretize=0.11.3=py311h05ac4f6_1 + - discretize=0.11.3=py313h7084e01_1 - distributed=2025.3.1=pyhd8ed1ab_0 - - docutils=0.19=py311h1ea47a8_1 + - docutils=0.18.1=py313hfa70ccb_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - executing=2.2.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py311h3f79411_0 + - fonttools=4.61.1=py313hd650c13_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.14.1=h57928b3_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py311h05ac4f6_1 + - geoana=0.7.2=py313h7084e01_1 - h11=0.16.0=pyhcf101f3_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py311hc40ba4b_101 + - h5py=3.15.1=nompi_py313hf7f959b_101 - hdf5=1.14.6=nompi_hae35d4c_106 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -92,25 +94,25 @@ dependencies: - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.8.0=pyhcf101f3_0 - jupyter_core=5.9.1=pyh6dadd2b_0 - - jupyter_events=0.12.0=pyh29332c3_0 + - jupyter_events=0.12.0=pyhe01879c_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.4=pyhcf101f3_0 - - jupyterlab=4.5.3=pyhd8ed1ab_0 + - jupyterlab=4.5.4=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.19.1=pyhbbac1ac_0 - - kiwisolver=1.4.9=py311h275cad7_2 + - kiwisolver=1.4.9=py313h1a38498_2 - krb5=1.21.3=hdf4eb48_0 - lark=1.3.1=pyhd8ed1ab_0 - lcms2=2.18=hf2c6c5f_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.5=haf901d7_0 - - libblas=3.9.0=35_h5709861_mkl + - libblas=3.11.0=5_hf2e6a31_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.9.0=35_h2a3cdd5_mkl + - libcblas=3.11.0=5_h2a3cdd5_mkl - libcurl=8.18.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -123,11 +125,12 @@ dependencies: - libhwloc=2.12.2=default_h4379cf1_1000 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.9.0=35_hf9ab0e9_mkl + - liblapack=3.11.0=5_hf9ab0e9_mkl - liblzma=5.8.2=hfd05255_0 + - libmpdec=4.0.0=hfd05255_1 - libpng=1.6.55=h7351971_0 - libsodium=1.0.20=hc70643c_0 - - libspatialindex=2.0.0=h5a68840_0 + - libspatialindex=2.1.0=h518811d_0 - libsqlite=3.51.2=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 @@ -140,16 +143,16 @@ dependencies: - llvm-openmp=21.1.8=h4fa8253_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py311h3f79411_0 - - matplotlib-base=3.8.4=py311h9b31f6e_2 + - markupsafe=3.0.3=py313hd650c13_0 + - matplotlib-base=3.10.8=py313he1ded55_0 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.2=py311h3fd045d_1 - - mumps-seq=5.7.3=hbaa6519_10 + - mkl=2025.3.0=hac47afa_455 + - msgpack-python=1.1.2=py313hf069bd2_1 + - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 - nbclient=0.10.4=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 @@ -160,30 +163,30 @@ dependencies: - nodejs=25.6.0=he453025_0 - notebook=7.5.3=pyhcf101f3_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - - numcodecs=0.15.1=py311h11fd7f3_1 - - numpy=1.26.4=py311h0b4df5a_0 + - numcodecs=0.15.1=py313hc90dcd4_1 + - numpy=2.4.2=py313hce7ae62_1 - openjpeg=2.5.4=h24db6dd_0 - openssl=3.6.1=hf411b9b_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=26.0=pyhcf101f3_0 - - pandas=3.0.0=py311h0610301_0 + - pandas=3.0.0=py313h26f5e95_0 - pandoc=3.9=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.6=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py311h5592be9_1 - - pip=26.0.1=pyh8b19718_0 + - pillow=12.1.1=py313h38f99e1_0 + - pip=26.0.1=pyh145f28c_0 - platformdirs=4.5.1=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.2.2=py311hf893f09_0 + - psutil=7.2.2=py313h5fd188c_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py311hf51aa87_1 - - pydiso=0.1.2=py311h1c8cef1_1 + - pydantic-core=2.41.5=py313hfbe8231_1 + - pydiso=0.2.0=np2py313h16cfc55_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.4=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -191,29 +194,31 @@ dependencies: - pysocks=1.7.1=pyh09c184e_7 - pytest=9.0.2=pyhcf101f3_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.11.14=h0159041_3_cpython + - python=3.13.12=h09917c8_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 + - python-gil=3.13.12=h4df99d1_100 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-mumps=0.0.3=py311h5bfbc98_0 + - python-mumps=0.0.6=nompi_h892cc54 - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.11=8_cp311 + - python_abi=3.13=8_cp313 - pytz=2025.2=pyhd8ed1ab_0 - - pywin32=311=py311hefeebc8_1 - - pywinpty=2.0.15=py311hda3d55a_1 - - pyyaml=6.0.3=py311h3f79411_1 - - pyzmq=27.1.0=py311hb77b9c8_0 + - pywin32=311=py313h40c08fc_1 + - pywinpty=2.0.15=py313h5813708_1 + - pyyaml=6.0.3=py313hd650c13_1 + - pyzmq=27.1.0=py312hbb5da91_0 + - qhull=2020.2=hc790b64_5 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.37.0=pyhcf101f3_0 - requests=2.32.5=pyhcf101f3_1 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.30.0=py311hf51aa87_0 - - rtree=1.2.0=py311h44d53c4_1 - - scikit-learn=1.6.1=py311hdcb8d17_0 - - scipy=1.14.1=py311hf16d85f_2 - - send2trash=2.1.0=pyh6dadd2b_0 + - rpds-py=0.30.0=py313hfbe8231_0 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py313h4ce4a18_1 + - scipy=1.17.0=py313he51e9a2_1 + - send2trash=2.1.0=pyh6dadd2b_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sniffio=1.3.1=pyhd8ed1ab_2 @@ -228,7 +233,7 @@ dependencies: - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - stack_data=0.6.3=pyhd8ed1ab_1 - - tbb=2021.13.0=h3155e25_5 + - tbb=2022.3.0=h3155e25_2 - tblib=3.2.2=pyhcf101f3_0 - terminado=0.18.1=pyh6dadd2b_1 - threadpoolctl=3.6.0=pyhecae5ae_0 @@ -237,7 +242,7 @@ dependencies: - tomli=2.4.0=pyhcf101f3_0 - tomlkit=0.14.0=pyha770c72_0 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.4=py311h3485c13_0 + - tornado=6.5.4=py313h5ea7bf4_0 - tqdm=4.67.3=pyha7b4d00_0 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 @@ -247,7 +252,6 @@ dependencies: - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=17.0.0=py311h3485c13_1 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.6.3=pyhd8ed1ab_0 - vc=14.3=h41ae7f8_34 @@ -257,11 +261,10 @@ dependencies: - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 - winpty=0.4.3=4 - - wrapt=2.1.1=py311h3485c13_0 + - wrapt=2.1.1=py313h5ea7bf4_0 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -270,11 +273,12 @@ dependencies: - zeromq=4.3.5=h5bddc39_9 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.13-win-64.conda.lock.yml similarity index 69% rename from environments/py-3.11-win-64.conda.lock.yml rename to environments/py-3.13-win-64.conda.lock.yml index 4079557e1..f9abd55c0 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.13-win-64.conda.lock.yml @@ -1,41 +1,40 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: fb18dd8c88b4986ce881481f4f4c756520898dda00e4f5006f10cc99878f79e0 +# input_hash: 32884c668bdf8b648309d42e15d5f5900e848c367d767cfd9694ab631a562e82 channels: - conda-forge - nodefaults dependencies: - - _openmp_mutex=4.5=2_gnu + - _openmp_mutex=4.5=20_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - backports.zstd=1.3.0=py311h71c1bcc_0 + - backports.zstd=1.3.0=py313h2a31948_0 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - - brotli-python=1.2.0=py311hc5da9e4_1 + - brotli-python=1.2.0=py313h3ebfc14_1 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2026.1.4=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - click=8.3.1=pyha7b4d00_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 - - contourpy=1.3.3=py311h275cad7_4 + - contourpy=1.3.3=py313h1a38498_4 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py311h3485c13_1 + - cytoolz=1.1.0=py313h5ea7bf4_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - deprecated=1.3.1=pyhd8ed1ab_1 - - discretize=0.11.3=py311h05ac4f6_1 + - discretize=0.11.3=py313h7084e01_1 - distributed=2025.3.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py311h3f79411_0 + - fonttools=4.61.1=py313hd650c13_0 - freetype=2.14.1=h57928b3_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py311h05ac4f6_1 + - geoana=0.7.2=py313h7084e01_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py311hc40ba4b_101 + - h5py=3.15.1=nompi_py313hf7f959b_101 - hdf5=1.14.6=nompi_hae35d4c_106 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 @@ -43,16 +42,16 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - jinja2=3.1.6=pyhcf101f3_1 - joblib=1.5.3=pyhd8ed1ab_0 - - kiwisolver=1.4.9=py311h275cad7_2 + - kiwisolver=1.4.9=py313h1a38498_2 - krb5=1.21.3=hdf4eb48_0 - lcms2=2.18=hf2c6c5f_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.5=haf901d7_0 - - libblas=3.9.0=35_h5709861_mkl + - libblas=3.11.0=5_hf2e6a31_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.9.0=35_h2a3cdd5_mkl + - libcblas=3.11.0=5_h2a3cdd5_mkl - libcurl=8.18.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -65,10 +64,11 @@ dependencies: - libhwloc=2.12.2=default_h4379cf1_1000 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.9.0=35_hf9ab0e9_mkl + - liblapack=3.11.0=5_hf9ab0e9_mkl - liblzma=5.8.2=hfd05255_0 + - libmpdec=4.0.0=hfd05255_1 - libpng=1.6.55=h7351971_0 - - libspatialindex=2.0.0=h5a68840_0 + - libspatialindex=2.1.0=h518811d_0 - libsqlite=3.51.2=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 @@ -80,47 +80,48 @@ dependencies: - libzlib=1.3.1=h2466b09_2 - llvm-openmp=21.1.8=h4fa8253_0 - locket=1.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py311h3f79411_0 - - matplotlib-base=3.8.4=py311h9b31f6e_2 - - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.2=py311h3fd045d_1 - - mumps-seq=5.7.3=hbaa6519_10 + - markupsafe=3.0.3=py313hd650c13_0 + - matplotlib-base=3.10.8=py313he1ded55_0 + - mkl=2025.3.0=hac47afa_455 + - msgpack-python=1.1.2=py313hf069bd2_1 + - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 - - numcodecs=0.15.1=py311h11fd7f3_1 - - numpy=1.26.4=py311h0b4df5a_0 + - numcodecs=0.15.1=py313hc90dcd4_1 + - numpy=2.4.2=py313hce7ae62_1 - openjpeg=2.5.4=h24db6dd_0 - openssl=3.6.1=hf411b9b_1 - packaging=26.0=pyhcf101f3_0 - - pandas=3.0.0=py311h0610301_0 + - pandas=3.0.0=py313h26f5e95_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py311h5592be9_1 - - pip=26.0.1=pyh8b19718_0 - - psutil=7.2.2=py311hf893f09_0 + - pillow=12.1.1=py313h38f99e1_0 + - pip=26.0.1=pyh145f28c_0 + - psutil=7.2.2=py313h5fd188c_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py311hf51aa87_1 - - pydiso=0.1.2=py311h1c8cef1_1 + - pydantic-core=2.41.5=py313hfbe8231_1 + - pydiso=0.2.0=np2py313h16cfc55_1 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - python=3.11.14=h0159041_3_cpython + - python=3.13.12=h09917c8_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - - python-mumps=0.0.3=py311h5bfbc98_0 + - python-mumps=0.0.6=nompi_h892cc54 - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.11=8_cp311 - - pyyaml=6.0.3=py311h3f79411_1 - - rtree=1.2.0=py311h44d53c4_1 - - scikit-learn=1.6.1=py311hdcb8d17_0 - - scipy=1.14.1=py311hf16d85f_2 + - python_abi=3.13=8_cp313 + - pyyaml=6.0.3=py313hd650c13_1 + - qhull=2020.2=hc790b64_5 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py313h4ce4a18_1 + - scipy=1.17.0=py313he51e9a2_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sortedcontainers=2.4.0=pyhd8ed1ab_1 - - tbb=2021.13.0=h3155e25_5 + - tbb=2022.3.0=h3155e25_2 - tblib=3.2.2=pyhcf101f3_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=h6ed50ae_3 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.4=py311h3485c13_0 + - tornado=6.5.4=py313h5ea7bf4_0 - tqdm=4.67.3=pyha7b4d00_0 - trimesh=4.1.8=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 @@ -128,14 +129,12 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=17.0.0=py311h3485c13_1 - urllib3=2.6.3=pyhd8ed1ab_0 - vc=14.3=h41ae7f8_34 - vc14_runtime=14.44.35208=h818238b_34 - vcomp14=14.44.35208=h818238b_34 - - wheel=0.46.3=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 - - wrapt=2.1.1=py311h3485c13_0 + - wrapt=2.1.1=py313h5ea7bf4_0 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -143,11 +142,12 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.10-linux-64-dev.conda.lock.yml b/environments/py-3.14-linux-64-dev.conda.lock.yml similarity index 77% rename from environments/py-3.10-linux-64-dev.conda.lock.yml rename to environments/py-3.14-linux-64-dev.conda.lock.yml index c34ab8455..2e86ac738 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.14-linux-64-dev.conda.lock.yml @@ -1,67 +1,70 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 56acf844153236bc0bae9c73a9c7a6769bafd992ebe223ac3fa1ee1ba32d25ef +# input_hash: f1fa4dc6e9e3caf0b7dbd62e65b6b9a2165607c6318db46e72ba5e50be01d331 channels: - conda-forge - nodefaults dependencies: - _openmp_mutex=4.5=7_kmp_llvm + - _python_abi3_support=1.0=hd8ed1ab_2 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.12.1=pyhcf101f3_0 - argon2-cffi=25.1.0=pyhd8ed1ab_0 - - argon2-cffi-bindings=25.1.0=py310h7c4b9e2_2 + - argon2-cffi-bindings=25.1.0=py314h5bd0f2a_2 - arrow=1.4.0=pyhcf101f3_0 - asciitree=0.3.3=py_2 - - astroid=4.0.4=py310hff52083_0 + - astroid=4.0.4=py314hdafbbf9_0 - asttokens=3.0.1=pyhd8ed1ab_0 - async-lru=2.1.0=pyhcf101f3_0 - attrs=25.4.0=pyhcf101f3_1 - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py310h69bd2ac_0 + - backports.zstd=1.3.0=py314h680f03e_0 - beautifulsoup4=4.14.3=pyha770c72_0 - bleach=6.3.0=pyhcf101f3_1 - bleach-with-css=6.3.0=hbca2aae_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - - brotli-python=1.2.0=py310hba01987_1 + - brotli-python=1.2.0=py314h3de4e8d_1 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.6=hb03c661_0 - ca-certificates=2026.1.4=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2026.1.4=pyhd8ed1ab_0 - - cffi=2.0.0=py310he7384ee_1 + - cffi=2.0.0=py314h4a8dc5f_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.1=pyh8f84b5b_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - - contourpy=1.3.2=py310h3788b33_0 - - coverage=7.13.4=py310h3406613_0 + - contourpy=1.3.3=py314h97ea11e_4 + - coverage=7.13.4=py314h67df5f8_0 + - cpython=3.14.3=py314hd8ed1ab_101 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py310h7c4b9e2_1 + - cytoolz=1.1.0=py314h5bd0f2a_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - - debugpy=1.8.20=py310h25320af_0 + - debugpy=1.8.20=py314h42812f9_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 + - deprecated=1.3.1=pyhd8ed1ab_1 - dill=0.4.1=pyhcf101f3_0 - - discretize=0.11.3=py310hc563356_1 + - discretize=0.11.3=py314h3a4f467_1 - distributed=2025.3.1=pyhd8ed1ab_0 - - docutils=0.19=py310hff52083_1 + - docutils=0.18.1=py314hdafbbf9_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - executing=2.2.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py310h3406613_0 + - fonttools=4.61.1=pyh7db6752_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.14.1=ha770c72_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py310hc563356_1 + - geoana=0.7.2=py314h3a4f467_1 - h11=0.16.0=pyhcf101f3_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py310h4aa865e_101 + - h5py=3.15.1=nompi_py314hc32fe06_101 - hdf5=1.14.6=nompi_h19486de_106 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -74,8 +77,9 @@ dependencies: - importlib_resources=6.5.2=pyhd8ed1ab_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.2.0=pyha191276_1 - - ipython=8.37.0=pyh8f84b5b_0 + - ipython=9.10.0=pyh53cf698_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 + - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - isort=7.0.0=pyhd8ed1ab_0 @@ -91,27 +95,27 @@ dependencies: - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.8.0=pyhcf101f3_0 - jupyter_core=5.9.1=pyhc90fa1f_0 - - jupyter_events=0.12.0=pyh29332c3_0 + - jupyter_events=0.12.0=pyhe01879c_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.4=pyhcf101f3_0 - - jupyterlab=4.5.3=pyhd8ed1ab_0 + - jupyterlab=4.5.4=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.19.1=pyhbbac1ac_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py310haaf941d_2 + - kiwisolver=1.4.9=py314h97ea11e_2 - krb5=1.21.3=h659f571_0 - lark=1.3.1=pyhd8ed1ab_0 - lcms2=2.18=h0c24ade_0 - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.9.0=37_h5875eb1_mkl + - libblas=3.11.0=5_h4a7cf45_openblas - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.9.0=37_hfef963f_mkl + - libcblas=3.11.0=5_h0358290_openblas - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -128,14 +132,15 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.9.0=37_h5e43f62_mkl + - liblapack=3.11.0=5_h47877c9_openblas - liblzma=5.8.2=hb03c661_0 + - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libnsl=2.0.1=hb9d3cd8_1 + - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - - libscotch=7.0.6=hea33c07_1 + - libscotch=7.0.10=int32_h8512f2c_2 - libsodium=1.0.20=h4ab18f5_0 - - libspatialindex=2.0.0=he02047a_0 + - libspatialindex=2.1.0=he57a185_0 - libsqlite=3.51.2=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h934c35e_17 @@ -145,25 +150,24 @@ dependencies: - libuv=1.51.0=hb03c661_1 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxcrypt=4.4.36=hd590300_1 - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.8=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py310h3406613_0 - - matplotlib-base=3.8.4=py310hef631a5_2 + - markupsafe=3.0.3=pyh7db6752_0 + - matplotlib-base=3.10.8=py314h1194b4b_0 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.2=py310h03d9f68_1 - - mumps-include=5.7.3=h82cca05_10 - - mumps-seq=5.7.3=h06cbf8f_10 + - mkl=2025.3.0=h0e700b2_463 + - msgpack-python=1.1.2=py314h9891dd4_1 + - mumps-include=5.8.1=h1795ed4_4 + - mumps-seq=5.8.1=h4374b6a_4 - munkres=1.1.4=pyhd8ed1ab_1 - nbclient=0.10.4=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 @@ -175,33 +179,32 @@ dependencies: - nodejs=22.6.0=hc19f0b3_1 - notebook=7.5.3=pyhcf101f3_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - - numcodecs=0.13.1=py310h5eaa309_0 - - numpy=1.26.4=py310hb13e2d6_0 + - numcodecs=0.15.1=py314ha0b5721_1 + - numpy=2.4.2=py314h2b28147_1 - openjpeg=2.5.4=h55fea9a_0 - openssl=3.6.1=h35e630c_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=26.0=pyhcf101f3_0 - - pandas=2.3.3=py310h0158d43_2 + - pandas=3.0.0=py314hb4ffadd_0 - pandoc=3.9=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.6=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 - - pickleshare=0.7.5=pyhd8ed1ab_1004 - - pillow=10.3.0=py310hebfe307_1 - - pip=26.0.1=pyh8b19718_0 + - pillow=12.1.1=py314h8ec4b1a_0 + - pip=26.0.1=pyh145f28c_0 - platformdirs=4.5.1=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.2.2=py310h139afa4_0 + - psutil=7.2.2=py314h0f05182_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py310hd8f68c5_1 - - pydiso=0.1.2=py310h4b187eb_1 + - pydantic-core=2.41.5=py314h2e6c369_1 + - pydiso=0.2.0=np2py314h7d8def5_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.4=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -209,16 +212,18 @@ dependencies: - pysocks=1.7.1=pyha55dd90_7 - pytest=9.0.2=pyhcf101f3_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.10.19=h3c07f61_3_cpython + - python=3.14.3=h32b2ec7_101_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 + - python-gil=3.14.3=h4df99d1_101 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-mumps=0.0.3=py310h6410a28_0 + - python-mumps=0.0.6=nompi_h8c06994 - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.10=8_cp310 + - python_abi=3.14=8_cp314 - pytz=2025.2=pyhd8ed1ab_0 - - pyyaml=6.0.3=py310h3406613_1 - - pyzmq=27.1.0=py310h4f33d48_0 + - pyyaml=6.0.3=py314h67df5f8_1 + - pyzmq=27.1.0=py312hfb55c3c_0 + - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.37.0=pyhcf101f3_0 @@ -226,11 +231,11 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.30.0=py310hd8f68c5_0 - - rtree=1.2.0=py310haf1e407_1 - - scikit-learn=1.6.1=py310h27f47ee_0 - - scipy=1.14.1=py310hfcf56fc_2 - - send2trash=2.1.0=pyha191276_0 + - rpds-py=0.30.0=py314h2e6c369_0 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py314hf09ca88_1 + - scipy=1.17.0=py314hf07bd8e_1 + - send2trash=2.1.0=pyha191276_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sniffio=1.3.1=pyhd8ed1ab_2 @@ -245,7 +250,7 @@ dependencies: - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - stack_data=0.6.3=pyhd8ed1ab_1 - - tbb=2021.13.0=hb700be7_5 + - tbb=2022.3.0=hb700be7_2 - tblib=3.2.2=pyhcf101f3_0 - terminado=0.18.1=pyhc90fa1f_1 - threadpoolctl=3.6.0=pyhecae5ae_0 @@ -254,7 +259,7 @@ dependencies: - tomli=2.4.0=pyhcf101f3_0 - tomlkit=0.14.0=pyha770c72_0 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.3=py310h7c4b9e2_0 + - tornado=6.5.3=py314h5bd0f2a_0 - tqdm=4.67.3=pyh8f84b5b_0 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 @@ -263,15 +268,15 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025c=hc9c84f9_1 - - unicodedata2=17.0.0=py310h7c4b9e2_1 + - unicodedata2=17.0.1=py314h5bd0f2a_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.6.3=pyhd8ed1ab_0 - wcwidth=0.6.0=pyhd8ed1ab_0 - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 + - wrapt=2.1.1=py314h5bd0f2a_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -281,11 +286,12 @@ dependencies: - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 - zlib=1.3.1=hb9d3cd8_2 + - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.14-linux-64.conda.lock.yml similarity index 68% rename from environments/py-3.10-linux-64.conda.lock.yml rename to environments/py-3.14-linux-64.conda.lock.yml index 4b2bc3e97..057706d99 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.14-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 56acf844153236bc0bae9c73a9c7a6769bafd992ebe223ac3fa1ee1ba32d25ef +# input_hash: f1fa4dc6e9e3caf0b7dbd62e65b6b9a2165607c6318db46e72ba5e50be01d331 channels: - conda-forge @@ -9,32 +9,32 @@ dependencies: - _openmp_mutex=4.5=7_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - backports.zstd=1.3.0=py310h69bd2ac_0 + - backports.zstd=1.3.0=py314h680f03e_0 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - - brotli-python=1.2.0=py310hba01987_1 + - brotli-python=1.2.0=py314h3de4e8d_1 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.6=hb03c661_0 - ca-certificates=2026.1.4=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - click=8.3.1=pyh8f84b5b_1 - cloudpickle=3.1.2=pyhcf101f3_1 - - contourpy=1.3.2=py310h3788b33_0 + - contourpy=1.3.3=py314h97ea11e_4 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py310h7c4b9e2_1 + - cytoolz=1.1.0=py314h5bd0f2a_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - - discretize=0.11.3=py310hc563356_1 + - deprecated=1.3.1=pyhd8ed1ab_1 + - discretize=0.11.3=py314h3a4f467_1 - distributed=2025.3.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py310h3406613_0 + - fonttools=4.61.1=pyh7db6752_0 - freetype=2.14.1=ha770c72_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py310hc563356_1 + - geoana=0.7.2=py314h3a4f467_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py310h4aa865e_101 + - h5py=3.15.1=nompi_py314hc32fe06_101 - hdf5=1.14.6=nompi_h19486de_106 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 @@ -43,17 +43,17 @@ dependencies: - jinja2=3.1.6=pyhcf101f3_1 - joblib=1.5.3=pyhd8ed1ab_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py310haaf941d_2 + - kiwisolver=1.4.9=py314h97ea11e_2 - krb5=1.21.3=h659f571_0 - lcms2=2.18=h0c24ade_0 - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.9.0=37_h5875eb1_mkl + - libblas=3.11.0=5_h4a7cf45_openblas - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.9.0=37_hfef963f_mkl + - libcblas=3.11.0=5_h0358290_openblas - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -70,13 +70,14 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.9.0=37_h5e43f62_mkl + - liblapack=3.11.0=5_h47877c9_openblas - liblzma=5.8.2=hb03c661_0 + - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libnsl=2.0.1=hb9d3cd8_1 + - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - - libscotch=7.0.6=hea33c07_1 - - libspatialindex=2.0.0=he02047a_0 + - libscotch=7.0.10=int32_h8512f2c_2 + - libspatialindex=2.1.0=he57a185_0 - libsqlite=3.51.2=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h934c35e_17 @@ -85,67 +86,66 @@ dependencies: - libuuid=2.41.3=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxcrypt=4.4.36=hd590300_1 - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.8=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py310h3406613_0 - - matplotlib-base=3.8.4=py310hef631a5_2 + - markupsafe=3.0.3=pyh7db6752_0 + - matplotlib-base=3.10.8=py314h1194b4b_0 - metis=5.1.0=hd0bcaf9_1007 - - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.2=py310h03d9f68_1 - - mumps-include=5.7.3=h82cca05_10 - - mumps-seq=5.7.3=h06cbf8f_10 + - mkl=2025.3.0=h0e700b2_463 + - msgpack-python=1.1.2=py314h9891dd4_1 + - mumps-include=5.8.1=h1795ed4_4 + - mumps-seq=5.8.1=h4374b6a_4 - munkres=1.1.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - - numcodecs=0.13.1=py310h5eaa309_0 - - numpy=1.26.4=py310hb13e2d6_0 + - numcodecs=0.15.1=py314ha0b5721_1 + - numpy=2.4.2=py314h2b28147_1 - openjpeg=2.5.4=h55fea9a_0 - openssl=3.6.1=h35e630c_1 - packaging=26.0=pyhcf101f3_0 - - pandas=2.3.3=py310h0158d43_2 + - pandas=3.0.0=py314hb4ffadd_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py310hebfe307_1 - - pip=26.0.1=pyh8b19718_0 - - psutil=7.2.2=py310h139afa4_0 + - pillow=12.1.1=py314h8ec4b1a_0 + - pip=26.0.1=pyh145f28c_0 + - psutil=7.2.2=py314h0f05182_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py310hd8f68c5_1 - - pydiso=0.1.2=py310h4b187eb_1 + - pydantic-core=2.41.5=py314h2e6c369_1 + - pydiso=0.2.0=np2py314h7d8def5_1 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - python=3.10.19=h3c07f61_3_cpython + - python=3.14.3=h32b2ec7_101_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - - python-mumps=0.0.3=py310h6410a28_0 + - python-mumps=0.0.6=nompi_h8c06994 - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.10=8_cp310 - - pytz=2025.2=pyhd8ed1ab_0 - - pyyaml=6.0.3=py310h3406613_1 + - python_abi=3.14=8_cp314 + - pyyaml=6.0.3=py314h67df5f8_1 + - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - rtree=1.2.0=py310haf1e407_1 - - scikit-learn=1.6.1=py310h27f47ee_0 - - scipy=1.14.1=py310hfcf56fc_2 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py314hf09ca88_1 + - scipy=1.17.0=py314hf07bd8e_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sortedcontainers=2.4.0=pyhd8ed1ab_1 - - tbb=2021.13.0=hb700be7_5 + - tbb=2022.3.0=hb700be7_2 - tblib=3.2.2=pyhcf101f3_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=noxft_h366c992_103 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.3=py310h7c4b9e2_0 + - tornado=6.5.3=py314h5bd0f2a_0 - tqdm=4.67.3=pyh8f84b5b_0 - trimesh=4.1.8=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_1 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - - unicodedata2=17.0.0=py310h7c4b9e2_1 + - unicodedata2=17.0.1=py314h5bd0f2a_0 - urllib3=2.6.3=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 + - wrapt=2.1.1=py314h5bd0f2a_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -153,11 +153,12 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.10-win-64-dev.conda.lock.yml b/environments/py-3.14-win-64-dev.conda.lock.yml similarity index 76% rename from environments/py-3.10-win-64-dev.conda.lock.yml rename to environments/py-3.14-win-64-dev.conda.lock.yml index 8f37b29aa..f829bb828 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.14-win-64-dev.conda.lock.yml @@ -1,66 +1,69 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 4095d8c1a6c5ba4facb54b1eef593eaa3c13a1bb5dba5638b7d7103f84795d37 +# input_hash: 854d7db56e54894b76c440f6525b2d56665c359c03f307513bd606d7fd635941 channels: - conda-forge - nodefaults dependencies: - - _openmp_mutex=4.5=2_gnu + - _openmp_mutex=4.5=20_gnu + - _python_abi3_support=1.0=hd8ed1ab_2 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.12.1=pyhcf101f3_0 - argon2-cffi=25.1.0=pyhd8ed1ab_0 - - argon2-cffi-bindings=25.1.0=py310h29418f3_2 + - argon2-cffi-bindings=25.1.0=py314h5a2d7ad_2 - arrow=1.4.0=pyhcf101f3_0 - asciitree=0.3.3=py_2 - - astroid=4.0.4=py310h5588dad_0 + - astroid=4.0.4=py314h86ab7b2_0 - asttokens=3.0.1=pyhd8ed1ab_0 - async-lru=2.1.0=pyhcf101f3_0 - attrs=25.4.0=pyhcf101f3_1 - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py310h458dff3_0 + - backports.zstd=1.3.0=py314h680f03e_0 - beautifulsoup4=4.14.3=pyha770c72_0 - bleach=6.3.0=pyhcf101f3_1 - bleach-with-css=6.3.0=hbca2aae_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - - brotli-python=1.2.0=py310hfff998d_1 + - brotli-python=1.2.0=py314he701e3d_1 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2026.1.4=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2026.1.4=pyhd8ed1ab_0 - - cffi=2.0.0=py310h29418f3_1 + - cffi=2.0.0=py314h5a2d7ad_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.1=pyha7b4d00_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - - contourpy=1.3.2=py310hc19bc0b_0 - - coverage=7.13.4=py310hdb0e946_0 + - contourpy=1.3.3=py314hf309875_4 + - coverage=7.13.4=py314h2359020_0 + - cpython=3.14.3=py314hd8ed1ab_101 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py310h29418f3_1 + - cytoolz=1.1.0=py314h5a2d7ad_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - - debugpy=1.8.20=py310h699e580_0 + - debugpy=1.8.20=py314hb98de8c_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 + - deprecated=1.3.1=pyhd8ed1ab_1 - dill=0.4.1=pyhcf101f3_0 - - discretize=0.11.3=py310hfb7dd09_1 + - discretize=0.11.3=py314hbac2fa4_1 - distributed=2025.3.1=pyhd8ed1ab_0 - - docutils=0.19=py310h5588dad_1 + - docutils=0.18.1=py314h86ab7b2_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - executing=2.2.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py310hdb0e946_0 + - fonttools=4.61.1=pyh7db6752_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.14.1=h57928b3_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py310hfb7dd09_1 + - geoana=0.7.2=py314hbac2fa4_1 - h11=0.16.0=pyhcf101f3_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py310hb7e4da9_101 + - h5py=3.15.1=nompi_py314hc249e69_101 - hdf5=1.14.6=nompi_hae35d4c_106 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -73,8 +76,9 @@ dependencies: - importlib_resources=6.5.2=pyhd8ed1ab_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.2.0=pyh6dadd2b_1 - - ipython=8.37.0=pyha7b4d00_0 + - ipython=9.10.0=pyhe2676ad_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 + - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - isort=7.0.0=pyhd8ed1ab_0 @@ -90,25 +94,25 @@ dependencies: - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.8.0=pyhcf101f3_0 - jupyter_core=5.9.1=pyh6dadd2b_0 - - jupyter_events=0.12.0=pyh29332c3_0 + - jupyter_events=0.12.0=pyhe01879c_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.4=pyhcf101f3_0 - - jupyterlab=4.5.3=pyhd8ed1ab_0 + - jupyterlab=4.5.4=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.19.1=pyhbbac1ac_0 - - kiwisolver=1.4.9=py310h1e1005b_2 + - kiwisolver=1.4.9=py314hf309875_2 - krb5=1.21.3=hdf4eb48_0 - lark=1.3.1=pyhd8ed1ab_0 - lcms2=2.18=hf2c6c5f_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.5=haf901d7_0 - - libblas=3.9.0=35_h5709861_mkl + - libblas=3.11.0=5_hf2e6a31_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.9.0=35_h2a3cdd5_mkl + - libcblas=3.11.0=5_h2a3cdd5_mkl - libcurl=8.18.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -121,11 +125,12 @@ dependencies: - libhwloc=2.12.2=default_h4379cf1_1000 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.9.0=35_hf9ab0e9_mkl + - liblapack=3.11.0=5_hf9ab0e9_mkl - liblzma=5.8.2=hfd05255_0 + - libmpdec=4.0.0=hfd05255_1 - libpng=1.6.55=h7351971_0 - libsodium=1.0.20=hc70643c_0 - - libspatialindex=2.0.0=h5a68840_0 + - libspatialindex=2.1.0=h518811d_0 - libsqlite=3.51.2=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 @@ -138,16 +143,16 @@ dependencies: - llvm-openmp=21.1.8=h4fa8253_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py310hdb0e946_0 - - matplotlib-base=3.8.4=py310hadb10a8_2 + - markupsafe=3.0.3=pyh7db6752_0 + - matplotlib-base=3.10.8=py314hfa45d96_0 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.2=py310he9f1925_1 - - mumps-seq=5.7.3=hbaa6519_10 + - mkl=2025.3.0=hac47afa_455 + - msgpack-python=1.1.2=py314h909e829_1 + - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 - nbclient=0.10.4=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 @@ -158,31 +163,30 @@ dependencies: - nodejs=25.6.0=he453025_0 - notebook=7.5.3=pyhcf101f3_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - - numcodecs=0.13.1=py310hb4db72f_0 - - numpy=1.26.4=py310hf667824_0 + - numcodecs=0.15.1=py314hd8fd7ce_1 + - numpy=2.4.2=py314h06c3c77_1 - openjpeg=2.5.4=h24db6dd_0 - openssl=3.6.1=hf411b9b_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=26.0=pyhcf101f3_0 - - pandas=2.3.3=py310hed136d8_2 + - pandas=3.0.0=py314hf700ef7_0 - pandoc=3.9=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.6=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - - pickleshare=0.7.5=pyhd8ed1ab_1004 - - pillow=10.3.0=py310h3e38d90_1 - - pip=26.0.1=pyh8b19718_0 + - pillow=12.1.1=py314h61b30b5_0 + - pip=26.0.1=pyh145f28c_0 - platformdirs=4.5.1=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.2.2=py310h1637853_0 + - psutil=7.2.2=py314hc5dbbe4_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py310h034784e_1 - - pydiso=0.1.2=py310h3dbbb0c_1 + - pydantic-core=2.41.5=py314h9f07db2_1 + - pydiso=0.2.0=np2py314h2b9c9a4_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.4=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -190,29 +194,31 @@ dependencies: - pysocks=1.7.1=pyh09c184e_7 - pytest=9.0.2=pyhcf101f3_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.10.19=hc20f281_3_cpython + - python=3.14.3=h4b44e0e_101_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 + - python-gil=3.14.3=h4df99d1_101 - python-json-logger=2.0.7=pyhd8ed1ab_0 - - python-mumps=0.0.3=py310hb64895d_0 + - python-mumps=0.0.6=nompi_haa1430b - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.10=8_cp310 + - python_abi=3.14=8_cp314 - pytz=2025.2=pyhd8ed1ab_0 - - pywin32=311=py310h282bd7d_1 - - pywinpty=2.0.15=py310h9e98ed7_1 - - pyyaml=6.0.3=py310hdb0e946_1 - - pyzmq=27.1.0=py310h535538e_0 + - pywin32=311=py314h8f8f202_1 + - pywinpty=2.0.15=py314h51f0985_1 + - pyyaml=6.0.3=py314h2359020_1 + - pyzmq=27.1.0=py312hbb5da91_0 + - qhull=2020.2=hc790b64_5 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.37.0=pyhcf101f3_0 - requests=2.32.5=pyhcf101f3_1 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.30.0=py310h034784e_0 - - rtree=1.2.0=py310h08d5ad2_1 - - scikit-learn=1.6.1=py310hf2a6c47_0 - - scipy=1.14.1=py310hbd0dde3_2 - - send2trash=2.1.0=pyh6dadd2b_0 + - rpds-py=0.30.0=py314h9f07db2_0 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py314h1b5b07a_1 + - scipy=1.17.0=py314h221f224_1 + - send2trash=2.1.0=pyh6dadd2b_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sniffio=1.3.1=pyhd8ed1ab_2 @@ -227,7 +233,7 @@ dependencies: - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - stack_data=0.6.3=pyhd8ed1ab_1 - - tbb=2021.13.0=h3155e25_5 + - tbb=2022.3.0=h3155e25_2 - tblib=3.2.2=pyhcf101f3_0 - terminado=0.18.1=pyh6dadd2b_1 - threadpoolctl=3.6.0=pyhecae5ae_0 @@ -236,7 +242,7 @@ dependencies: - tomli=2.4.0=pyhcf101f3_0 - tomlkit=0.14.0=pyha770c72_0 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.4=py310h29418f3_0 + - tornado=6.5.4=py314h5a2d7ad_0 - tqdm=4.67.3=pyha7b4d00_0 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 @@ -246,7 +252,7 @@ dependencies: - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=17.0.0=py310h29418f3_1 + - unicodedata2=17.0.1=py314h5a2d7ad_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.6.3=pyhd8ed1ab_0 - vc=14.3=h41ae7f8_34 @@ -256,10 +262,10 @@ dependencies: - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 - winpty=0.4.3=4 + - wrapt=2.1.1=py314h5a2d7ad_0 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -268,11 +274,12 @@ dependencies: - zeromq=4.3.5=h5bddc39_9 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.14-win-64.conda.lock.yml similarity index 68% rename from environments/py-3.10-win-64.conda.lock.yml rename to environments/py-3.14-win-64.conda.lock.yml index 9d8251bb4..f79c30d97 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.14-win-64.conda.lock.yml @@ -1,40 +1,40 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 4095d8c1a6c5ba4facb54b1eef593eaa3c13a1bb5dba5638b7d7103f84795d37 +# input_hash: 854d7db56e54894b76c440f6525b2d56665c359c03f307513bd606d7fd635941 channels: - conda-forge - nodefaults dependencies: - - _openmp_mutex=4.5=2_gnu + - _openmp_mutex=4.5=20_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - backports.zstd=1.3.0=py310h458dff3_0 + - backports.zstd=1.3.0=py314h680f03e_0 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - - brotli-python=1.2.0=py310hfff998d_1 + - brotli-python=1.2.0=py314he701e3d_1 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2026.1.4=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - click=8.3.1=pyha7b4d00_1 - cloudpickle=3.1.2=pyhcf101f3_1 - colorama=0.4.6=pyhd8ed1ab_1 - - contourpy=1.3.2=py310hc19bc0b_0 + - contourpy=1.3.3=py314hf309875_4 - cycler=0.12.1=pyhcf101f3_2 - - cytoolz=1.1.0=py310h29418f3_1 + - cytoolz=1.1.0=py314h5a2d7ad_1 - dask-core=2025.3.1=pyhd8ed1ab_0 - - discretize=0.11.3=py310hfb7dd09_1 + - deprecated=1.3.1=pyhd8ed1ab_1 + - discretize=0.11.3=py314hbac2fa4_1 - distributed=2025.3.1=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.61.1=py310hdb0e946_0 + - fonttools=4.61.1=pyh7db6752_0 - freetype=2.14.1=h57928b3_0 - fsspec=2026.2.0=pyhd8ed1ab_0 - - geoana=0.7.2=py310hfb7dd09_1 + - geoana=0.7.2=py314hbac2fa4_1 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py310hb7e4da9_101 + - h5py=3.15.1=nompi_py314hc249e69_101 - hdf5=1.14.6=nompi_hae35d4c_106 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 @@ -42,16 +42,16 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - jinja2=3.1.6=pyhcf101f3_1 - joblib=1.5.3=pyhd8ed1ab_0 - - kiwisolver=1.4.9=py310h1e1005b_2 + - kiwisolver=1.4.9=py314hf309875_2 - krb5=1.21.3=hdf4eb48_0 - lcms2=2.18=hf2c6c5f_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.5=haf901d7_0 - - libblas=3.9.0=35_h5709861_mkl + - libblas=3.11.0=5_hf2e6a31_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.9.0=35_h2a3cdd5_mkl + - libcblas=3.11.0=5_h2a3cdd5_mkl - libcurl=8.18.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -64,10 +64,11 @@ dependencies: - libhwloc=2.12.2=default_h4379cf1_1000 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.9.0=35_hf9ab0e9_mkl + - liblapack=3.11.0=5_hf9ab0e9_mkl - liblzma=5.8.2=hfd05255_0 + - libmpdec=4.0.0=hfd05255_1 - libpng=1.6.55=h7351971_0 - - libspatialindex=2.0.0=h5a68840_0 + - libspatialindex=2.1.0=h518811d_0 - libsqlite=3.51.2=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 @@ -79,48 +80,48 @@ dependencies: - libzlib=1.3.1=h2466b09_2 - llvm-openmp=21.1.8=h4fa8253_0 - locket=1.0.0=pyhd8ed1ab_0 - - markupsafe=3.0.3=py310hdb0e946_0 - - matplotlib-base=3.8.4=py310hadb10a8_2 - - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.2=py310he9f1925_1 - - mumps-seq=5.7.3=hbaa6519_10 + - markupsafe=3.0.3=pyh7db6752_0 + - matplotlib-base=3.10.8=py314hfa45d96_0 + - mkl=2025.3.0=hac47afa_455 + - msgpack-python=1.1.2=py314h909e829_1 + - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 - - numcodecs=0.13.1=py310hb4db72f_0 - - numpy=1.26.4=py310hf667824_0 + - numcodecs=0.15.1=py314hd8fd7ce_1 + - numpy=2.4.2=py314h06c3c77_1 - openjpeg=2.5.4=h24db6dd_0 - openssl=3.6.1=hf411b9b_1 - packaging=26.0=pyhcf101f3_0 - - pandas=2.3.3=py310hed136d8_2 + - pandas=3.0.0=py314hf700ef7_0 - partd=1.4.2=pyhd8ed1ab_0 - - pillow=10.3.0=py310h3e38d90_1 - - pip=26.0.1=pyh8b19718_0 - - psutil=7.2.2=py310h1637853_0 + - pillow=12.1.1=py314h61b30b5_0 + - pip=26.0.1=pyh145f28c_0 + - psutil=7.2.2=py314hc5dbbe4_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - - pydantic-core=2.41.5=py310h034784e_1 - - pydiso=0.1.2=py310h3dbbb0c_1 + - pydantic-core=2.41.5=py314h9f07db2_1 + - pydiso=0.2.0=np2py314h2b9c9a4_1 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - python=3.10.19=hc20f281_3_cpython + - python=3.14.3=h4b44e0e_101_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - - python-mumps=0.0.3=py310hb64895d_0 + - python-mumps=0.0.6=nompi_haa1430b - python-tzdata=2025.3=pyhd8ed1ab_0 - - python_abi=3.10=8_cp310 - - pytz=2025.2=pyhd8ed1ab_0 - - pyyaml=6.0.3=py310hdb0e946_1 - - rtree=1.2.0=py310h08d5ad2_1 - - scikit-learn=1.6.1=py310hf2a6c47_0 - - scipy=1.14.1=py310hbd0dde3_2 + - python_abi=3.14=8_cp314 + - pyyaml=6.0.3=py314h2359020_1 + - qhull=2020.2=hc790b64_5 + - rtree=1.4.1=pyh11ca60a_0 + - scikit-learn=1.8.0=np2py314h1b5b07a_1 + - scipy=1.17.0=py314h221f224_1 - setuptools=82.0.0=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - sortedcontainers=2.4.0=pyhd8ed1ab_1 - - tbb=2021.13.0=h3155e25_5 + - tbb=2022.3.0=h3155e25_2 - tblib=3.2.2=pyhcf101f3_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=h6ed50ae_3 - toolz=1.1.0=pyhd8ed1ab_1 - - tornado=6.5.4=py310h29418f3_0 + - tornado=6.5.4=py314h5a2d7ad_0 - tqdm=4.67.3=pyha7b4d00_0 - trimesh=4.1.8=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 @@ -128,13 +129,13 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=17.0.0=py310h29418f3_1 + - unicodedata2=17.0.1=py314h5a2d7ad_0 - urllib3=2.6.3=pyhd8ed1ab_0 - vc=14.3=h41ae7f8_34 - vc14_runtime=14.44.35208=h818238b_34 - vcomp14=14.44.35208=h818238b_34 - - wheel=0.46.3=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 + - wrapt=2.1.1=py314h5a2d7ad_0 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - xyzservices=2025.11.0=pyhd8ed1ab_0 @@ -142,11 +143,12 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhcf101f3_1 + - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/install.bat b/install.bat index 7f1b0be4a..f65fcb437 100644 --- a/install.bat +++ b/install.bat @@ -7,7 +7,7 @@ if !errorlevel! neq 0 ( exit /B !errorlevel! ) -set PY_VER=3.10 +set PY_VER=3.12 set ENV_NAME=simpeg_drivers set MY_CONDA=!MY_CONDA_EXE:"=! diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 9cdabd0cb..7d3e8ef3a 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: a78d91fa3dc4c95c661cb43f744570c4cbf3dc04b7182fba46b68958c9f38e93 - linux-64: 8d2ec2f5bff152c0b1a90962f693656e4ddb9e44ed5c8117e1ca290243cc3f6e + win-64: e9abbdcce100afdd8e3b6d906732aa97fd2e7f2ac2d33af987b1c70639f35383 + linux-64: cb8dc97c57f6e80f9d7a889d8e8ac9e26205d4fa90fcdc6b69c8ba96cd5f6f8d channels: - url: conda-forge used_env_vars: [] @@ -47,11 +47,11 @@ package: platform: win-64 dependencies: libgomp: '>=7.5.0' - libwinpthread: '>=12.0.0.r2.ggc561118da' - url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' + url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-20_gnu.conda hash: - md5: 37e16618af5c4851a3f3d66dd0e11141 - sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d + md5: 1626967b574d1784b578b52eaeb071e7 + sha256: 8a1cee28bd0ee7451ada1cd50b64720e57e17ff994fc62dd8329bef570d382e4 category: main optional: false - name: _python_abi3_support @@ -137,7 +137,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '>=3.10' + python: '' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.12.1-pyhcf101f3_0.conda hash: @@ -226,7 +226,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' python-dateutil: '>=2.7.0' python-tzdata: '' url: https://repo.prefix.dev/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda @@ -328,7 +328,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.1.0-pyhcf101f3_0.conda hash: @@ -354,7 +354,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda hash: md5: 537296d57ea995666c68c821b00e360b @@ -378,7 +378,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' pytz: '>=2015.7' url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda hash: @@ -465,7 +465,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda hash: @@ -772,8 +772,8 @@ package: hash: md5: eacc711330cd46939f66cd401ff9c44b sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 - category: main - optional: false + category: dev + optional: true - name: certifi version: 2026.1.4 manager: conda @@ -784,8 +784,8 @@ package: hash: md5: eacc711330cd46939f66cd401ff9c44b sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 - category: main - optional: false + category: dev + optional: true - name: cffi version: 2.0.0 manager: conda @@ -850,7 +850,7 @@ package: platform: linux-64 dependencies: __unix: '' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/click-8.3.1-pyh8f84b5b_1.conda hash: md5: ea8a6c3256897cc31263de9f455e25d9 @@ -876,7 +876,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda hash: md5: 61b8078a0905b12529abc622406cb62c @@ -924,7 +924,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda hash: md5: 2da13f2b299d8e1995bafbbe9689a2f7 @@ -1041,7 +1041,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -1244,7 +1244,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -1271,7 +1271,7 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* scipy: '>=1.8' @@ -1286,7 +1286,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* scipy: '>=1.8' @@ -1611,7 +1611,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda hash: @@ -1639,7 +1639,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -1768,7 +1768,7 @@ package: certifi: '' h11: '>=0.16' h2: '>=3,<5' - python: '>=3.9' + python: '' sniffio: 1.* url: https://repo.prefix.dev/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda hash: @@ -1930,7 +1930,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' zipp: '>=3.20' url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda hash: @@ -2016,7 +2016,7 @@ package: nest-asyncio: '>=1.4' packaging: '>=22' psutil: '>=5.7' - python: '>=3.10' + python: '' pyzmq: '>=25' tornado: '>=6.4.1' traitlets: '>=5.4.0' @@ -2064,7 +2064,7 @@ package: pexpect: '>4.3' prompt-toolkit: '>=3.0.41,<3.1.0' pygments: '>=2.11.0' - python: '>=3.11' + python: '' stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' @@ -2267,7 +2267,7 @@ package: platform: linux-64 dependencies: markupsafe: '>=2.0' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -2342,7 +2342,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jsonpointer-3.0.0-pyhcf101f3_3.conda hash: md5: cd2214824e36b0180141d422aba01938 @@ -2368,7 +2368,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '>=3.10' + python: '' referencing: '>=0.28.4' rpds-py: '>=0.25.0' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.26.0-pyhcf101f3_0.conda @@ -2398,7 +2398,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' referencing: '>=0.31.0' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda hash: @@ -2471,7 +2471,7 @@ package: jupyter_server: '' nodejs: '>=20' platformdirs: '>=4.2.2' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.1.2-pyhcf101f3_0.conda hash: md5: e1b35482145a0ad4ff458d5803ebb158 @@ -2502,7 +2502,7 @@ package: dependencies: importlib-metadata: '>=4.8.3' jupyter_server: '>=1.1.2' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jupyter-lsp-2.3.0-pyhcf101f3_0.conda hash: md5: 62b7c96c6cd77f8173cc5cada6a9acaa @@ -2529,7 +2529,7 @@ package: platform: linux-64 dependencies: jupyter_core: '>=5.1' - python: '>=3.10' + python: '' python-dateutil: '>=2.8.2' pyzmq: '>=25.0' tornado: '>=6.4.1' @@ -2595,17 +2595,17 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '>=3.9' + python: '' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' rfc3339-validator: '' rfc3986-validator: '>=0.1.1' traitlets: '>=5.3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda hash: - md5: f56000b36f09ab7533877e695e4e8cb0 - sha256: 37e6ac3ccf7afcc730c3b93cb91a13b9ae827fd306f35dd28f958a74a14878b5 + md5: 31e11c30bbee1682a55627f953c6725a + sha256: e9964aaaf6d24a685cd5ce9d75731b643ed7f010fb979574a6580cd2f974c6cd category: dev optional: true - name: jupyter_events @@ -2622,10 +2622,10 @@ package: rfc3339-validator: '' rfc3986-validator: '>=0.1.1' traitlets: '>=5.3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda hash: - md5: f56000b36f09ab7533877e695e4e8cb0 - sha256: 37e6ac3ccf7afcc730c3b93cb91a13b9ae827fd306f35dd28f958a74a14878b5 + md5: 31e11c30bbee1682a55627f953c6725a + sha256: e9964aaaf6d24a685cd5ce9d75731b643ed7f010fb979574a6580cd2f974c6cd category: dev optional: true - name: jupyter_server @@ -2645,7 +2645,7 @@ package: overrides: '>=5.0' packaging: '>=22.0' prometheus_client: '>=0.9' - python: '>=3.10' + python: '' pyzmq: '>=24' send2trash: '>=1.8.2' terminado: '>=0.8.3' @@ -2693,7 +2693,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' terminado: '>=0.8.3' url: https://repo.prefix.dev/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda hash: @@ -2715,7 +2715,7 @@ package: category: dev optional: true - name: jupyterlab - version: 4.5.3 + version: 4.5.4 manager: conda platform: linux-64 dependencies: @@ -2734,14 +2734,14 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.4-pyhd8ed1ab_0.conda hash: - md5: 106f4e36e14797b9c2abfc3849d9e92f - sha256: 18b5bff46717023ef5e81ae6ba71b254c1aca474db32c6dc21897c46ea26fa75 + md5: b555f252a0796e00ce9d8ec318196da7 + sha256: 393286d44caf54ff321306be88d3f5b926b0a7b87cc34ae10dd94da71a572008 category: dev optional: true - name: jupyterlab - version: 4.5.3 + version: 4.5.4 manager: conda platform: win-64 dependencies: @@ -2760,10 +2760,10 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.4-pyhd8ed1ab_0.conda hash: - md5: 106f4e36e14797b9c2abfc3849d9e92f - sha256: 18b5bff46717023ef5e81ae6ba71b254c1aca474db32c6dc21897c46ea26fa75 + md5: b555f252a0796e00ce9d8ec318196da7 + sha256: 393286d44caf54ff321306be88d3f5b926b0a7b87cc34ae10dd94da71a572008 category: dev optional: true - name: jupyterlab_pygments @@ -2803,7 +2803,7 @@ package: jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.10' + python: '' requests: '>=2.31' url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: @@ -3091,27 +3091,27 @@ package: category: main optional: false - name: libblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda + libopenblas: '>=0.3.30,<1.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h4a7cf45_openblas.conda hash: - md5: 888c2ae634bce09709dffd739ba9f1bc - sha256: 815cc467cb4ffe421f72cff675da33287555ec977388ed5baa09be90448efcbe + md5: c160954f7418d7b6e87eaf05a8913fa9 + sha256: 18c72545080b86739352482ba14ba2c4815e19e26a7417ca21a95b76ec8da24c category: main optional: false - name: libblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-35_h5709861_mkl.conda + mkl: '>=2025.3.0,<2026.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-5_hf2e6a31_mkl.conda hash: - md5: 45d98af023f8b4a7640b1f713ce6b602 - sha256: 4180e7ab27ed03ddf01d7e599002fcba1b32dcb68214ee25da823bac371ed362 + md5: f9decf88743af85c9c9e05556a4c47c0 + sha256: f0cb7b2697461a306341f7ff32d5b361bb84f3e94478464c1e27ee01fc8f276b category: main optional: false - name: libbrotlicommon @@ -3200,27 +3200,27 @@ package: category: main optional: false - name: libcblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_h0358290_openblas.conda hash: - md5: f66eb9a9396715013772b8a3ef7396be - sha256: d3d3bf31803396001e74de27f266781cd9d5f9e34b288762b9e6e1183a7815a4 + md5: 6636a2b6f1a87572df2970d3ebc87cc0 + sha256: 0cbdcc67901e02dc17f1d19e1f9170610bd828100dc207de4d5b6b8ad1ae7ad8 category: main optional: false - name: libcblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-35_h2a3cdd5_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-5_h2a3cdd5_mkl.conda hash: - md5: 9639091d266e92438582d0cc4cfc8350 - sha256: 88939f6c1b5da75bd26ce663aa437e1224b26ee0dab5e60cecc77600975f397e + md5: b3fa8e8b55310ba8ef0060103afb02b5 + sha256: 49dc59d8e58360920314b8d276dd80da7866a1484a9abae4ee2760bc68f3e68d category: main optional: false - name: libcurl @@ -3610,27 +3610,27 @@ package: category: main optional: false - name: liblapack - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h47877c9_openblas.conda hash: - md5: 0c4af651539e79160cd3f0783391e918 - sha256: 1919047509e5067052130db19d7e9afcf74c045f45cbbf72940919f3875359de + md5: b38076eb5c8e40d0106beda6f95d7609 + sha256: c723b6599fcd4c6c75dee728359ef418307280fa3e2ee376e14e85e5bbdda053 category: main optional: false - name: liblapack - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-35_hf9ab0e9_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-5_hf9ab0e9_mkl.conda hash: - md5: 0c6ed9d722cecda18f50f17fb3c30002 - sha256: 56e0992fb58eed8f0d5fa165b8621fa150b84aa9af1467ea0a7a9bb7e2fced4f + md5: e62c42a4196dee97d20400612afcb2b1 + sha256: a2d33f5cc2b8a9042f2af6981c6733ab1a661463823eaa56595a9c58c0ab77e1 category: main optional: false - name: liblzma @@ -3691,6 +3691,23 @@ package: sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 category: main optional: false +- name: libopenblas + version: 0.3.30 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + _openmp_mutex: '>=4.5' + libgcc: '>=14' + libgfortran: '' + libgfortran5: '>=14.3.0' + llvm-openmp: '>=21.1.5' + url: https://repo.prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-openmp_hd680484_4.conda + hash: + md5: c0512e4f60d62ccccb4c3c8333b33608 + sha256: d82311c4bcf0cbd7af192ec707520c7a7486926e23387afac513cd51e41f463d + category: main + optional: false - name: libpng version: 1.6.55 manager: conda @@ -3721,21 +3738,21 @@ package: category: main optional: false - name: libscotch - version: 7.0.6 + version: 7.0.10 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' bzip2: '>=1.0.8,<2.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' - liblzma: '>=5.6.3,<6.0a0' + libgfortran5: '>=14.3.0' + liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libscotch-7.0.6-hea33c07_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libscotch-7.0.10-int32_h8512f2c_2.conda hash: - md5: 1b600d55dcd98c958192a69a79e6acd2 - sha256: 8330bba8b7b3a37da6eca04bace985fb9f8d487d3249b8f690e8f4a3d8d3c7dc + md5: dc1519e1ad20cda94f6c0fd4719d3413 + sha256: cc071fb48c78d26b2ebc583809d62a8e9fb8bd04db3fd96361ffac9127fd6245 category: main optional: false - name: libsodium @@ -3765,31 +3782,31 @@ package: category: dev optional: true - name: libspatialindex - version: 2.0.0 + version: 2.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libspatialindex-2.0.0-he02047a_0.conda + libgcc: '>=13' + libstdcxx: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libspatialindex-2.1.0-he57a185_0.conda hash: - md5: e7d2dcd1a058149ff9731a8dca39566e - sha256: 997a4fa13864dcb35ac9dfe87ed70fb3e9509dd071fa1951ac7f184e7ffcde5d + md5: 2df7aaf3f8a2944885372a62c6f33b20 + sha256: 03963a7786b3f53eb36ca3ec10d7a5ddd5265a81e205e28902c53a536cdfd3ad category: main optional: false - name: libspatialindex - version: 2.0.0 + version: 2.1.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libspatialindex-2.0.0-h5a68840_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libspatialindex-2.1.0-h518811d_0.conda hash: - md5: 667559340fdf805ee1652de7b73e2b59 - sha256: 7802e6c51d59bc7e062841c525d772656708cdc44e42b6556493d345f08d7e50 + md5: 8ca34da29812354d8ea421a1b68897db + sha256: c72149515f10219bb1c71c40865b8a73bcaa07e755f13200d278674a987fc097 category: main optional: false - name: libsqlite @@ -4234,57 +4251,62 @@ package: category: main optional: false - name: matplotlib-base - version: 3.8.4 + version: 3.10.8 manager: conda platform: linux-64 dependencies: - certifi: '>=2020.06.20' + __glibc: '>=2.17,<3.0.a0' contourpy: '>=1.0.1' cycler: '>=0.10' fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' + freetype: '' kiwisolver: '>=1.3.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.21' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' python: '>=3.12,<3.13.0a0' python-dateutil: '>=2.7' python_abi: 3.12.* + qhull: '>=2020.2,<2020.3.0a0' tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.8.4-py312h20ab3a6_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.8-py312he3d6523_0.conda hash: - md5: fbfe798f83f0d66410903ad8f40d5283 - sha256: a927afa9e4b5cf7889b5a82ef2286b089873f402a0d0e10e6adb4cbf820a4db9 + md5: b8dc157bbbb69c1407478feede8b7b42 + sha256: 70cf0e7bfd50ef50eb712a6ca1eef0ef0d63b7884292acc81353327b434b548c category: main optional: false - name: matplotlib-base - version: 3.8.4 + version: 3.10.8 manager: conda platform: win-64 dependencies: - certifi: '>=2020.06.20' contourpy: '>=1.0.1' cycler: '>=0.10' fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' + freetype: '' kiwisolver: '>=1.3.1' - numpy: '>=1.21' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' python: '>=3.12,<3.13.0a0' python-dateutil: '>=2.7' python_abi: 3.12.* + qhull: '>=2020.2,<2020.3.0a0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.8.4-py312hfee7060_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.8-py312h0ebf65c_0.conda hash: - md5: 6b623fa66ac3cd1601da60160c46514b - sha256: 023644d13bf1fab7c58f4df0d461cd237874802b0e7370ad049463d39d2fb2f4 + md5: 46f73e68304eb61df083379b044e9eb9 + sha256: a0b6f97f562ec803483b8c222788a4364aafd47c4023e8529ebbb4f017477a86 category: main optional: false - name: matplotlib-inline @@ -4406,7 +4428,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda hash: @@ -4428,30 +4450,36 @@ package: category: dev optional: true - name: mkl - version: 2024.2.2 + version: 2025.3.0 manager: conda platform: linux-64 dependencies: - _openmp_mutex: '*' - llvm-openmp: '>=20.1.8' - tbb: 2021.* - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda + __glibc: '>=2.17,<3.0.a0' + _openmp_mutex: '>=4.5' + libgcc: '>=14' + libstdcxx: '>=14' + llvm-openmp: '>=21.1.8' + tbb: '>=2022.3.0' + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2025.3.0-h0e700b2_463.conda hash: - md5: e4ab075598123e783b788b995afbdad0 - sha256: 1e59d0dc811f150d39c2ff2da930d69dcb91cb05966b7df5b7d85133006668ed + md5: f121ddfc96e6a93a26d85906adf06208 + sha256: 659d79976f06d2b796a0836414573a737a0856b05facfa77e5cc114081a8b3d4 category: main optional: false - name: mkl - version: 2024.2.2 + version: 2025.3.0 manager: conda platform: win-64 dependencies: - llvm-openmp: '>=20.1.8' - tbb: 2021.* - url: https://repo.prefix.dev/conda-forge/win-64/mkl-2024.2.2-h57928b3_16.conda + llvm-openmp: '>=21.1.8' + tbb: '>=2022.3.0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mkl-2025.3.0-hac47afa_455.conda hash: - md5: 5cddc979c74b90cf5e5cda4f97d5d8bb - sha256: ce841e7c3898764154a9293c0f92283c1eb28cdacf7a164c94b632a6af675d91 + md5: fd05d1e894497b012d05a804232254ed + sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false - name: msgpack-python @@ -4487,52 +4515,52 @@ package: category: main optional: false - name: mumps-include - version: 5.7.3 + version: 5.8.1 manager: conda platform: linux-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/linux-64/mumps-include-5.7.3-h82cca05_10.conda + url: https://repo.prefix.dev/conda-forge/linux-64/mumps-include-5.8.1-h1795ed4_4.conda hash: - md5: d6c7d8811686ed912ed4317831dd8c44 - sha256: c723d6e331444411db0a871958fc45621758595d12b4d6561fa20324535ce67a + md5: ea5ef10a7cab2db49b594285e135ab96 + sha256: 0abe54874dc8b4751e599b7310abbafbe35cd6c49eab80287fcbbefb8d2a2ff1 category: main optional: false - name: mumps-seq - version: 5.7.3 + version: 5.8.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' libblas: '>=3.9.0,<4.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' + libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' - libscotch: '>=7.0.6,<7.0.7.0a0' + libscotch: '*' metis: '>=5.1.0,<5.1.1.0a0' - mumps-include: ==5.7.3 - url: https://repo.prefix.dev/conda-forge/linux-64/mumps-seq-5.7.3-h06cbf8f_10.conda + mumps-include: ==5.8.1 + url: https://repo.prefix.dev/conda-forge/linux-64/mumps-seq-5.8.1-h4374b6a_4.conda hash: - md5: deb3c7cb10d67fde01d264b3d5bc79bc - sha256: bf7049864150d714debbe3d89a9db79e3163655c1fbab7b18b1fd613f9e27878 + md5: fe5cc261c431673f2cd35f78a5b43d95 + sha256: 5fb7c097e21948bfe0935e82ded7c8617d305420fe59270f4409f90289193768 category: main optional: false - name: mumps-seq - version: 5.7.3 + version: 5.8.1 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - llvm-openmp: '>=20.1.3' + llvm-openmp: '>=21.1.2' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/mumps-seq-5.7.3-hbaa6519_10.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mumps-seq-5.8.1-hd297af6_4.conda hash: - md5: 5c35d7fd93b2d7cddaa3ce881aadad83 - sha256: 6209255427a10879ca3731ec04eecf112e92b617af60c053073c8330928cb8ab + md5: 69feddba6b736c7ef62f7384a0aeeadc + sha256: 963dd511d87c00b7ec0b386e227aa6233a1866f43b12547642dd21fdb2c9baeb category: main optional: false - name: munkres @@ -4636,7 +4664,7 @@ package: packaging: '' pandocfilters: '>=1.4.1' pygments: '>=2.4.1' - python: '>=3.10' + python: '' traitlets: '>=5.1' url: https://repo.prefix.dev/conda-forge/noarch/nbconvert-core-7.16.6-pyhcf101f3_1.conda hash: @@ -4806,7 +4834,7 @@ package: jupyterlab: '>=4.5.3,<4.6' jupyterlab_server: '>=2.28.0,<3' notebook-shim: '>=0.2,<0.3' - python: '>=3.10' + python: '' tornado: '>=6.2.0' url: https://repo.prefix.dev/conda-forge/noarch/notebook-7.5.3-pyhcf101f3_0.conda hash: @@ -4899,40 +4927,41 @@ package: category: main optional: false - name: numpy - version: 1.26.4 + version: 2.4.2 manager: conda platform: linux-64 dependencies: + __glibc: '>=2.17,<3.0.a0' libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' + libgcc: '>=14' liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.12,<3.13.0a0' + libstdcxx: '>=14' + python: '' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/numpy-1.26.4-py312heda63a1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.2-py312h33ff503_1.conda hash: - md5: d8285bea2a350f63fab23bf460221f3f - sha256: fe3459c75cf84dcef6ef14efcc4adb0ade66038ddd27cadb894f34f4797687d8 + md5: 3569a8fca2dd3202e4ab08f42499f6d3 + sha256: fec4d37e1a7c677ddc07bb968255df74902733398b77acc1d05f9dc599e879df category: main optional: false - name: numpy - version: 1.26.4 + version: 2.4.2 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - python: '>=3.12,<3.13.0a0' + python: '' python_abi: 3.12.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/numpy-1.26.4-py312h8753938_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.2-py312ha72d056_1.conda hash: - md5: f9ac74c3b07c396014434aca1e58d362 - sha256: 73570817a5109d396b4ebbe5124a89525959269fd33fa33fd413700289fbe0ef + md5: 52254edfb993f9e61552c63813041689 + sha256: bae400995eed564cf68d3939d5b782680407b3e25dc7363687df19c6b2cf396f category: main optional: false - name: openjpeg @@ -5029,7 +5058,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda hash: md5: b76541e68fea4d511b1ac46a28dcd2c6 @@ -5056,7 +5085,7 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.26.0' + numpy: '>=1.23,<3' python: '' python-dateutil: '>=2.8.2' python_abi: 3.12.* @@ -5071,7 +5100,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.26.0' + numpy: '>=1.23,<3' python: '' python-dateutil: '>=2.8.2' python-tzdata: '' @@ -5136,7 +5165,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda hash: md5: 97c1ce2fffa1209e7afb432810ec6e12 @@ -5197,51 +5226,54 @@ package: category: dev optional: true - name: pillow - version: 10.3.0 + version: 12.1.1 manager: conda platform: linux-64 dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.16,<3.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.8.0a0' - libwebp-base: '>=1.4.0,<2.0a0' - libxcb: '>=1.16,<2.0.0a0' - libzlib: '>=1.3.1,<2.0a0' - openjpeg: '>=2.5.2,<3.0a0' - python: '>=3.12,<3.13.0a0' + __glibc: '>=2.17,<3.0.a0' + lcms2: '>=2.18,<3.0a0' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libgcc: '>=14' + libjpeg-turbo: '>=3.1.2,<4.0a0' + libtiff: '>=4.7.1,<4.8.0a0' + libwebp-base: '>=1.6.0,<2.0a0' + libxcb: '>=1.17.0,<2.0a0' + openjpeg: '>=2.5.4,<3.0a0' + python: '' python_abi: 3.12.* tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pillow-10.3.0-py312h287a98d_1.conda + zlib-ng: '>=2.3.3,<2.4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.1.1-py312h50c33e8_0.conda hash: - md5: b1325cda3f250f9f842180607054e6ed - sha256: e1a2426f23535fc15e577d799685229a93117b645734e5cca60597bb23cef09e + md5: c5eff3ada1a829f0bdb780dc4b62bbae + sha256: 782b6b578a0e61f6ef5cca5be993d902db775a2eb3d0328a3c4ff515858e7f2c category: main optional: false - name: pillow - version: 10.3.0 + version: 12.1.1 manager: conda platform: win-64 dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.16,<3.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.8.0a0' - libwebp-base: '>=1.4.0,<2.0a0' - libxcb: '>=1.16,<2.0.0a0' - libzlib: '>=1.3.1,<2.0a0' - openjpeg: '>=2.5.2,<3.0a0' - python: '>=3.12,<3.13.0a0' + lcms2: '>=2.18,<3.0a0' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libjpeg-turbo: '>=3.1.2,<4.0a0' + libtiff: '>=4.7.1,<4.8.0a0' + libwebp-base: '>=1.6.0,<2.0a0' + libxcb: '>=1.17.0,<2.0a0' + openjpeg: '>=2.5.4,<3.0a0' + python: '' python_abi: 3.12.* tk: '>=8.6.13,<8.7.0a0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pillow-10.3.0-py312h381445a_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + zlib-ng: '>=2.3.3,<2.4.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.1.1-py312h31f0997_0.conda hash: - md5: 04c1de8505791c12db1a0374f12e6e01 - sha256: 2bd6e58a0630fdb9a52f532ce582907babc725930e1ba784c7cd74063f28d073 + md5: 89bf6b6bc60f253ab85a0784417a2547 + sha256: 8d6c865052fec14dcb90b6534393a52bac60e21479ae386db7aa4eced632022d category: main optional: false - name: pip @@ -5277,7 +5309,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda hash: md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 @@ -5301,7 +5333,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e @@ -5469,7 +5501,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda hash: md5: 12c566707c80111f9799308d9e265aef @@ -5495,7 +5527,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '>=3.10' + python: '' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -5556,40 +5588,40 @@ package: category: main optional: false - name: pydiso - version: 0.1.2 + version: 0.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - mkl: '>=2024.2.2,<2025.0a0' + mkl: '>=2025.3.0,<2026.0a0' numpy: '>=1.23,<3' - python: '>=3.12,<3.13.0a0' + python: '' python_abi: 3.12.* - scipy: '>=0.13' - url: https://repo.prefix.dev/conda-forge/linux-64/pydiso-0.1.2-py312h686354e_1.conda + scipy: '>=1.12' + url: https://repo.prefix.dev/conda-forge/linux-64/pydiso-0.2.0-np2py312h1cfd70e_1.conda hash: - md5: ac5a34ad25849b784c2213dd332d94b8 - sha256: 6c4510674cd3d12edfceeb0801c253c5b17a9d7e5f74409099406519522c6c45 + md5: e94d81ac357bc7377ffa96d15c5d8a3b + sha256: f15ae6a6e3bbb60a8fd42c19b335376dafcf82a3a41fdcf1af00aa2c3d1f0df1 category: main optional: false - name: pydiso - version: 0.1.2 + version: 0.2.0 manager: conda platform: win-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' + mkl: '>=2025.3.0,<2026.0a0' numpy: '>=1.23,<3' - python: '>=3.12,<3.13.0a0' + python: '' python_abi: 3.12.* - scipy: '>=0.13' + scipy: '>=1.12' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pydiso-0.1.2-py312h3fe0e52_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pydiso-0.2.0-np2py312hd8dafd6_1.conda hash: - md5: 29692d846496aabfc7be5c80f07a6279 - sha256: 6c64a225c684f5b1b7239caa52a364b100c83c55bc9b7977a12da78196575a8a + md5: 30c267bb6b72c119f0261524f644892b + sha256: 1a55c80ae906c9e968a510c1c8f3bb3041cb90702bc0dfebe86a275cedba9cb4 category: main optional: false - name: pygments @@ -5627,7 +5659,7 @@ package: isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '>=3.10' + python: '' tomli: '>=1.1.0' tomlkit: '>=0.10.1' url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda @@ -5693,7 +5725,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -5750,7 +5782,7 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda hash: @@ -5785,7 +5817,7 @@ package: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda hash: md5: 6891acad5e136cb62a8c2ed2679d6528 @@ -5865,7 +5897,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -5891,7 +5923,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda hash: md5: 23029aae904a2ba587daba708208012f @@ -5961,40 +5993,40 @@ package: category: dev optional: true - name: python-mumps - version: 0.0.3 + version: 0.0.6 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - mumps-seq: '>=5.7.3,<5.7.4.0a0' - numpy: '>=1.19,<3' - python: '>=3.12,<3.13.0a0' + libgcc: '>=14' + mumps-seq: '>=5.8.1,<5.8.2.0a0' + numpy: '>=1.23,<3' + python: '' python_abi: 3.12.* - scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/python-mumps-0.0.3-py312h6ad3ee3_0.conda + scipy: '>=1.13' + url: https://repo.prefix.dev/conda-forge/linux-64/python-mumps-0.0.6-nompi_hf5ef983.conda hash: - md5: 8755e9f1fee9ef390542f834aad6f85e - sha256: a5897ce6cd551999957b11da404a16b362e5f761493560c1d68fb93b63bbe031 + md5: 4f2756e84c9b971b26786465a09e1b67 + sha256: fc1de7aabc677d09476ca80c981d2c21c110f762d666a3687c8371b10ba5fdff category: main optional: false - name: python-mumps - version: 0.0.3 + version: 0.0.6 manager: conda platform: win-64 dependencies: - mumps-seq: '>=5.7.3,<5.7.4.0a0' - numpy: '>=1.19,<3' - python: '>=3.12,<3.13.0a0' + mumps-seq: '>=5.8.1,<5.8.2.0a0' + numpy: '>=1.23,<3' + python: '' python_abi: 3.12.* - scipy: '>=1.8' + scipy: '>=1.13' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/python-mumps-0.0.3-py312h8095395_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/python-mumps-0.0.6-nompi_h368aa49.conda hash: - md5: 7945c283a26d63be8f8a364bbd721099 - sha256: 0e518ca1714fa781ffb92ca2e90fd0f12a6033ab79f7013e22fdc4a82e2eee0f + md5: 6a1e0cbf6e45eb254a4c5e46f724fe48 + sha256: bdd71d074af97545b6dad82e4d560bd0562aa247b879953a665077a4a4234744 category: main optional: false - name: python-tzdata @@ -6169,6 +6201,34 @@ package: sha256: fd46b30e6a1e4c129045e3174446de3ca90da917a595037d28595532ab915c5d category: dev optional: true +- name: qhull + version: '2020.2' + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://repo.prefix.dev/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + hash: + md5: 353823361b1d27eb3960efb076dfcaf6 + sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc + category: main + optional: false +- name: qhull + version: '2020.2' + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://repo.prefix.dev/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda + hash: + md5: 854fbdff64b572b5c0b470f334d34c11 + sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 + category: main + optional: false - name: readline version: '8.3' manager: conda @@ -6219,7 +6279,7 @@ package: platform: linux-64 dependencies: attrs: '>=22.2.0' - python: '>=3.10' + python: '' rpds-py: '>=0.7.0' typing_extensions: '>=4.4.0' url: https://repo.prefix.dev/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda @@ -6251,7 +6311,7 @@ package: certifi: '>=2017.4.17' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '>=3.10' + python: '' urllib3: '>=1.21.1,<3' url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda hash: @@ -6331,7 +6391,7 @@ package: platform: linux-64 dependencies: lark: '>=1.2.2' - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/rfc3987-syntax-1.1.0-pyhe01879c_1.conda hash: md5: 7234f99325263a5af6d4cd195035e8f2 @@ -6383,114 +6443,112 @@ package: category: dev optional: true - name: rtree - version: 1.2.0 + version: 1.4.1 manager: conda platform: linux-64 dependencies: - libspatialindex: '>=2.0.0,<2.0.1.0a0' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/rtree-1.2.0-py312h3ed4c40_1.conda + libspatialindex: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/rtree-1.4.1-pyh11ca60a_0.conda hash: - md5: 99780d5aa94447bc17298a22565ad592 - sha256: 2936fc466bac7dd43b80072440b2daaa1e76db504e2218b76a4e3b7528acb196 + md5: 73f0eccab422ca6a96d904a805d68fa3 + sha256: 461ddd1d84c180bb682560b50d538e9e264ee5cc78cab5eb2a0f21cc24815bed category: main optional: false - name: rtree - version: 1.2.0 + version: 1.4.1 manager: conda platform: win-64 dependencies: - libspatialindex: '>=2.0.0,<2.0.1.0a0' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/win-64/rtree-1.2.0-py312h50e5f8f_1.conda + libspatialindex: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/rtree-1.4.1-pyh11ca60a_0.conda hash: - md5: bf074df5a51c193b2d14d13c1bf404a3 - sha256: c0cdbd6ede905c2ff0c6c86277bac5f8967da373185649d47984bb4ee21f72fb + md5: 73f0eccab422ca6a96d904a805d68fa3 + sha256: 461ddd1d84c180bb682560b50d538e9e264ee5cc78cab5eb2a0f21cc24815bed category: main optional: false - name: scikit-learn - version: 1.6.1 + version: 1.8.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - joblib: '>=1.2.0' - libgcc: '>=13' - libstdcxx: '>=13' - numpy: '>=1.19,<3' - python: '>=3.12,<3.13.0a0' + joblib: '>=1.3.0' + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.23,<3' + python: '' python_abi: 3.12.* - scipy: '' - threadpoolctl: '>=3.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/scikit-learn-1.6.1-py312h7a48858_0.conda + scipy: '>=1.10.0' + threadpoolctl: '>=3.2.0' + url: https://repo.prefix.dev/conda-forge/linux-64/scikit-learn-1.8.0-np2py312h3226591_1.conda hash: - md5: 102727f71df02a51e9e173f2e6f87d57 - sha256: 7c869c73c95ef09edef839448ae3d153c4e3a208fb110c4260225f342d23e08e + md5: 38decbeae260892040709cafc0514162 + sha256: 23c643c37fafa14ba3f2b7a407126ea5e732a3655ea8157cf9f977098f863448 category: main optional: false - name: scikit-learn - version: 1.6.1 + version: 1.8.0 manager: conda platform: win-64 dependencies: - joblib: '>=1.2.0' - numpy: '>=1.19,<3' - python: '>=3.12,<3.13.0a0' + joblib: '>=1.3.0' + numpy: '>=1.23,<3' + python: '' python_abi: 3.12.* - scipy: '' - threadpoolctl: '>=3.1.0' + scipy: '>=1.10.0' + threadpoolctl: '>=3.2.0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/scikit-learn-1.6.1-py312h816cc57_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/scikit-learn-1.8.0-np2py312hea30aaf_1.conda hash: - md5: 7d3fcb33b1b3ce559d8e83699504d9ee - sha256: a35e90775f8eb213fe300747a5d9f242830fdde768871e6d194e27bbc0af0fff + md5: e5cd920b237e02178573ce47ffa87e8c + sha256: cc3057fd244a13afe94bdb5e3fb6ecbd7ece78559ebdb55a86ae40202ed813a0 category: main optional: false - name: scipy - version: 1.14.1 + version: 1.17.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' + libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' - libstdcxx: '>=13' - numpy: <2.3 + libstdcxx: '>=14' + numpy: '>=1.25.2' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.14.1-py312h62794b6_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.0-py312h54fa4ab_1.conda hash: - md5: 94688dd449f6c092e5f951780235aca1 - sha256: 6e4916d610dc15f9b504517bd6c1f3dbbae019a3c7abf0aeb55f310c452a4474 + md5: 828eb07c4c87c38ed8c6560c25893280 + sha256: 5b296faf6f5ff90d9ea3f6b16ff38fe2b8fe81c7c45b5e3a78b48887cca881d1 category: main optional: false - name: scipy - version: 1.14.1 + version: 1.17.0 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: <2.3 + numpy: '>=1.25.2' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.14.1-py312h337df96_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.0-py312h9b3c559_1.conda hash: - md5: 3ef0017e79039d4767ba3b4891113a07 - sha256: eb67adcca33026895b6539d02e1bc01f495e1d593a26053d734fe7a180e708f4 + md5: da72702707bdb757ad57637815f165b1 + sha256: 0f90709b8b8ffa3f3f8a3e023154be77e3fe7dbeda3de3d62479c862111761f2 category: main optional: false - name: send2trash @@ -6499,11 +6557,11 @@ package: platform: linux-64 dependencies: __linux: '' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyha191276_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda hash: - md5: 645026465469ecd4989188e1c4e24953 - sha256: b25d573874fe39cb8e4cf6ed0279acb9a94fedce5c5ae885da11566d595035ad + md5: 28eb91468df04f655a57bcfbb35fc5c5 + sha256: 59656f6b2db07229351dfb3a859c35e57cc8e8bcbc86d4e501bff881a6f771f1 category: dev optional: true - name: send2trash @@ -6514,10 +6572,10 @@ package: __win: '' python: '>=3.10' pywin32: '' - url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyh6dadd2b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyh6dadd2b_1.conda hash: - md5: 69ba308f1356f39901f5654d82405df3 - sha256: b64e5cdb66f5d31fcef05b6ed95b8be3e80796528aa8a165428496c0dda3383f + md5: 6ac53f3fff2c416d63511843a04646fa + sha256: 305446a0b018f285351300463653d3d3457687270e20eda37417b12ee386ef76 category: dev optional: true - name: setuptools @@ -6549,7 +6607,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -6907,7 +6965,7 @@ package: category: dev optional: true - name: tbb - version: 2021.13.0 + version: 2022.3.0 manager: conda platform: linux-64 dependencies: @@ -6915,14 +6973,14 @@ package: libgcc: '>=14' libhwloc: '>=2.12.2,<2.12.3.0a0' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2021.13.0-hb700be7_5.conda + url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2022.3.0-hb700be7_2.conda hash: - md5: d4cfccb9ccd4f7cbfde7353b5e20d31a - sha256: a49f26ddf4b954670733586e42e41e43d13f7e8e589b70ead8b7512657404d82 + md5: 8f7278ca5f7456a974992a8b34284737 + sha256: 975710e4b7f1b13c3c30b7fbf21e22f50abe0463b6b47a231582fdedcc45c961 category: main optional: false - name: tbb - version: 2021.13.0 + version: 2022.3.0 manager: conda platform: win-64 dependencies: @@ -6930,10 +6988,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tbb-2021.13.0-h3155e25_5.conda + url: https://repo.prefix.dev/conda-forge/win-64/tbb-2022.3.0-h3155e25_2.conda hash: - md5: 65dea6d658cdf1a4edb27a3cc132d389 - sha256: d4ae2d8556fbbf48ce3e73105d4fa2d17c01207c3753b437f452d0859bb4edbc + md5: 0f9817ffbe25f9e69ceba5ea70c52606 + sha256: abd9a489f059fba85c8ffa1abdaa4d515d6de6a3325238b8e81203b913cf65a9 category: main optional: false - name: tblib @@ -6941,7 +6999,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda hash: md5: f88bb644823094f436792f80fba3207e @@ -6967,7 +7025,7 @@ package: dependencies: __unix: '' ptyprocess: '' - python: '>=3.10' + python: '' tornado: '>=6.1.0' url: https://repo.prefix.dev/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda hash: @@ -7073,7 +7131,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda hash: md5: 72e780e9aa2d0a3295f59b1874e3768b @@ -7177,7 +7235,7 @@ package: platform: linux-64 dependencies: __unix: '' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda hash: md5: e5ce43272193b38c2e9037446c1d9206 @@ -7303,7 +7361,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -7380,7 +7438,7 @@ package: category: main optional: false - name: unicodedata2 - version: 17.0.0 + version: 17.0.1 manager: conda platform: linux-64 dependencies: @@ -7388,14 +7446,14 @@ package: libgcc: '>=14' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.0-py312h4c3975b_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.1-py312h4c3975b_0.conda hash: - md5: a0b8efbe73c90f810a171a6c746be087 - sha256: 3c812c634e78cec74e224cc6adf33aed533d9fe1ee1eff7f692e1f338efb8c5b + md5: 0b6c506ec1f272b685240e70a29261b8 + sha256: 895bbfe9ee25c98c922799de901387d842d7c01cae45c346879865c6a907f229 category: main optional: false - name: unicodedata2 - version: 17.0.0 + version: 17.0.1 manager: conda platform: win-64 dependencies: @@ -7404,10 +7462,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.0-py312he06e257_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.1-py312he06e257_0.conda hash: - md5: 2e4fbe70f86b42b01228cdbcc4b52351 - sha256: f05083b85ee3fb1315e0d6df0bdd597074ef909838391d7e31daaec7381dc28a + md5: 9c46f390eb4b5c6e502df20378e442dd + sha256: 577fcd97b5b855d341ee511307a0c05f632d184544e31ff9621690770843c995 category: main optional: false - name: uri-template @@ -7904,7 +7962,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda hash: md5: 30cd29cb87d819caead4d55184c1d115 @@ -7937,6 +7995,34 @@ package: sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab category: dev optional: true +- name: zlib-ng + version: 2.3.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + libstdcxx: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/zlib-ng-2.3.3-hceb46e0_1.conda + hash: + md5: 2aadb0d17215603a82a2a6b0afd9a4cb + sha256: ea4e50c465d70236408cb0bfe0115609fd14db1adcd8bd30d8918e0291f8a75f + category: main + optional: false +- name: zlib-ng + version: 2.3.3 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/zlib-ng-2.3.3-h0261ad2_1.conda + hash: + md5: 46a21c0a4e65f1a135251fc7c8663f83 + sha256: 71332532332d13b5dbe57074ddcf82ae711bdc132affa5a2982a29ffa06dc234 + category: main + optional: false - name: zstd version: 1.5.7 manager: conda @@ -7966,111 +8052,101 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev12+f38f025 + version: 0.7.0a2.dev16+9039f80 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a2.dev134+53fbc8c6 - matplotlib: '>=3.8.4,<3.9.0' - numpy: '>=1.26.0,<1.27.0' + geoh5py: 0.13.0a2.dev137+84e4d20a + matplotlib: '>=3.10.0,<3.11.0' pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 hash: - sha256: f38f025b418b3cc80f26f198084566fbf2f9711e + sha256: 9039f80d05d94149589480f02eaa1455a58e5970 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev12+f38f025 + version: 0.7.0a2.dev16+9039f80 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a2.dev134+53fbc8c6 - matplotlib: '>=3.8.4,<3.9.0' - numpy: '>=1.26.0,<1.27.0' + geoh5py: 0.13.0a2.dev137+84e4d20a + matplotlib: '>=3.10.0,<3.11.0' pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 hash: - sha256: f38f025b418b3cc80f26f198084566fbf2f9711e + sha256: 9039f80d05d94149589480f02eaa1455a58e5970 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev134+53fbc8c6 + version: 0.13.0a2.dev137+84e4d20a manager: pip platform: linux-64 dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' + h5py: '>=3.15.0,<4.0.0' + numpy: '>=2.0.0,<2.1.0' + pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 hash: - sha256: 53fbc8c6620894ac37f52dfa210909a2fa472714 + sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev134+53fbc8c6 + version: 0.13.0a2.dev137+84e4d20a manager: pip platform: win-64 dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' + h5py: '>=3.15.0,<4.0.0' + numpy: '>=2.0.0,<2.1.0' + pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 hash: - sha256: 53fbc8c6620894ac37f52dfa210909a2fa472714 + sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev5+b453eb3 + version: 0.2.0a2.dev7+433adcf manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev12+f38f025 - geoh5py: 0.13.0a2.dev134+53fbc8c6 - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + geoapps-utils: 0.7.0a2.dev16+9039f80 + geoh5py: 0.13.0a2.dev137+84e4d20a + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 hash: - sha256: b453eb336ace73ced82149313b91eeff030371de + sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev5+b453eb3 + version: 0.2.0a2.dev7+433adcf manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev12+f38f025 - geoh5py: 0.13.0a2.dev134+53fbc8c6 - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + geoapps-utils: 0.7.0a2.dev16+9039f80 + geoh5py: 0.13.0a2.dev137+84e4d20a + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 hash: - sha256: b453eb336ace73ced82149313b91eeff030371de + sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 category: main optional: false - name: mira-simpeg diff --git a/py-3.11.conda-lock.yml b/py-3.13.conda-lock.yml similarity index 87% rename from py-3.11.conda-lock.yml rename to py-3.13.conda-lock.yml index 175f5af57..82c62a26d 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.13.conda-lock.yml @@ -5,18 +5,18 @@ # available, unless you explicitly update the lock file. # # Install this environment as "YOURENV" with: -# conda-lock install -n YOURENV py-3.11.conda-lock.yml +# conda-lock install -n YOURENV py-3.13.conda-lock.yml # This lock contains optional development dependencies. Include them in the installed environment with: -# conda-lock install --dev-dependencies -n YOURENV py-3.11.conda-lock.yml +# conda-lock install --dev-dependencies -n YOURENV py-3.13.conda-lock.yml # To update a single package to the latest version compatible with the version constraints in the source: -# conda-lock lock --lockfile py-3.11.conda-lock.yml --update PACKAGE +# conda-lock lock --lockfile py-3.13.conda-lock.yml --update PACKAGE # To re-solve the entire environment, e.g. after changing a version constraint in the source file: -# conda-lock -f pyproject.toml -f environments/env-python-3.11.yml --lockfile py-3.11.conda-lock.yml +# conda-lock -f pyproject.toml -f environments/env-python-3.13.yml --lockfile py-3.13.conda-lock.yml version: 1 metadata: content_hash: - win-64: fb18dd8c88b4986ce881481f4f4c756520898dda00e4f5006f10cc99878f79e0 - linux-64: 63b54937a5485c2342c949498a43e2a0c19090b2df7a941558e7f5f979673863 + win-64: 32884c668bdf8b648309d42e15d5f5900e848c367d767cfd9694ab631a562e82 + linux-64: ca08f4eed607722e5e901c06390bb826ebba821cd2041ba0aeecca8283aec238 channels: - url: conda-forge used_env_vars: [] @@ -27,7 +27,7 @@ metadata: - linux-64 sources: - pyproject.toml - - environments/env-python-3.11.yml + - environments/env-python-3.13.yml package: - name: _openmp_mutex version: '4.5' @@ -47,13 +47,39 @@ package: platform: win-64 dependencies: libgomp: '>=7.5.0' - libwinpthread: '>=12.0.0.r2.ggc561118da' - url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' + url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-20_gnu.conda hash: - md5: 37e16618af5c4851a3f3d66dd0e11141 - sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d + md5: 1626967b574d1784b578b52eaeb071e7 + sha256: 8a1cee28bd0ee7451ada1cd50b64720e57e17ff994fc62dd8329bef570d382e4 category: main optional: false +- name: _python_abi3_support + version: '1.0' + manager: conda + platform: linux-64 + dependencies: + cpython: '' + python-gil: '' + url: https://repo.prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda + hash: + md5: aaa2a381ccc56eac91d63b6c1240312f + sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661 + category: dev + optional: true +- name: _python_abi3_support + version: '1.0' + manager: conda + platform: win-64 + dependencies: + cpython: '' + python-gil: '' + url: https://repo.prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda + hash: + md5: aaa2a381ccc56eac91d63b6c1240312f + sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661 + category: dev + optional: true - name: alabaster version: 0.7.16 manager: conda @@ -170,12 +196,12 @@ package: __glibc: '>=2.17,<3.0.a0' cffi: '>=1.0.1' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py311h49ec1c0_2.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py313h07c4f96_2.conda hash: - md5: 6e36e9d2b535c3fbe2e093108df26695 - sha256: b81f852f13a1d148f6ad7e2a29ab375eb1558b73c9bfa38792d98ea7fb414cff + md5: 27bbec9f2f3a15d32b60ec5734f5b41c + sha256: ad188ccc06a06c633dc124b09e9e06fb9df4c32ffc38acc96ecc86e506062090 category: dev optional: true - name: argon2-cffi-bindings @@ -184,15 +210,15 @@ package: platform: win-64 dependencies: cffi: '>=1.0.1' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/argon2-cffi-bindings-25.1.0-py311h3485c13_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/argon2-cffi-bindings-25.1.0-py313h5ea7bf4_2.conda hash: - md5: 5fde0926a521a37d454a5e3162cb6e51 - sha256: 787e9a5f0a5624fee2af4f58c823bd7933b8ca560e794dd9a821e990b31d2d49 + md5: eabb4b677b54874d7d6ab775fdaa3d27 + sha256: 3f8a1affdfeb2be5289d709e365fc6e386d734773895215cf8cbc5100fa6af9a category: dev optional: true - name: arrow @@ -252,12 +278,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.4-py311h38be061_0.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.4-py313h78bf25f_0.conda hash: - md5: 0e17944e6916e0c422e81afc11de12d5 - sha256: c9fc99debd01bc401cdeefc844c42526b2a24c853d8c5683ea69875899d2cbb4 + md5: b9a5074b980b555420188db0ccf3cc20 + sha256: 38ab850ede7fbbea4ae452c4d1b8264669bbc1bed7d2e23d974c0ee28fade63e category: dev optional: true - name: astroid @@ -265,12 +291,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.4-py311h1ea47a8_0.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.4-py313hfa70ccb_0.conda hash: - md5: 147cacd3dde2e8b5e0cc389f84c70896 - sha256: 5fb0b390f0cab6149377331d65b48170f1c7409f2d0044581a0acbe0eb6432ba + md5: 0bde1b76c96e6af8ae0f71a466dda5b4 + sha256: 599ce66ba762cffdb067ff1688db73e06a5fee97d15def002705912893348ff3 category: dev optional: true - name: asttokens @@ -381,12 +407,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.11.* + python_abi: 3.13.* zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py311h6b1f9c4_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py313h18e8e13_0.conda hash: - md5: adda5ef2a74c9bdb338ff8a51192898a - sha256: 246e50ec7fc222875c6ecfa3feab77f5661dc43e26397bc01d9e0310e3cd48a0 + md5: d9e90792551a527200637e23a915dd79 + sha256: 9552afbec37c4d8d0e83a5c4c6b3c7f4b8785f935094ce3881e0a249045909ce category: main optional: false - name: backports.zstd @@ -395,15 +421,15 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.3.0-py311h71c1bcc_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.3.0-py313h2a31948_0.conda hash: - md5: 49eb28c4f92e8a7440e3da6d8e8b5e58 - sha256: 5a30429e009b93c6dffe539cf0e3d220ef8d36ea42d36ca5c26b603cb3319c71 + md5: cdcdfe68c5bc9af9e908e35ebffc9fe1 + sha256: 1e76ed9bcf07ef1df9c964d73e9cda08a0380845d09c8da1678a1687dc087c34 category: main optional: false - name: beautifulsoup4 @@ -600,12 +626,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py311h66f275b_1.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py313hf159716_1.conda hash: - md5: 86daecb8e4ed1042d5dc6efbe0152590 - sha256: c36eb061d9ead85f97644cfb740d485dba9b8823357f35c17851078e95e975c1 + md5: 6c4d3597cf43f3439a51b2b13e29a4ba + sha256: dadec2879492adede0a9af0191203f9b023f788c18efd45ecac676d424c458ae category: main optional: false - name: brotli-python @@ -613,15 +639,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py311hc5da9e4_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py313h3ebfc14_1.conda hash: - md5: b0c459f98ac5ea504a9d9df6242f7ee1 - sha256: 1803c838946d79ef6485ae8c7dafc93e28722c5999b059a34118ef758387a4c9 + md5: 916a39a0261621b8c33e9db2366dd427 + sha256: 3558006cd6e836de8dff53cbe5f0b9959f96ea6a6776b4e14f1c524916dd956c category: main optional: false - name: bzip2 @@ -746,8 +772,8 @@ package: hash: md5: eacc711330cd46939f66cd401ff9c44b sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 - category: main - optional: false + category: dev + optional: true - name: certifi version: 2026.1.4 manager: conda @@ -758,8 +784,8 @@ package: hash: md5: eacc711330cd46939f66cd401ff9c44b sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 - category: main - optional: false + category: dev + optional: true - name: cffi version: 2.0.0 manager: conda @@ -769,12 +795,12 @@ package: libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' pycparser: '' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py311h03d9500_1.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py313hf46b229_1.conda hash: - md5: 3912e4373de46adafd8f1e97e4bd166b - sha256: 3ad13377356c86d3a945ae30e9b8c8734300925ef81a3cb0a9db0d755afbe7bb + md5: d0616e7935acab407d1543b28c446f6f + sha256: 2162a91819945c826c6ef5efe379e88b1df0fe9a387eeba23ddcf7ebeacd5bd6 category: dev optional: true - name: cffi @@ -783,15 +809,15 @@ package: platform: win-64 dependencies: pycparser: '' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py311h3485c13_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py313h5ea7bf4_1.conda hash: - md5: f02335db0282d5077df5bc84684f7ff9 - sha256: c9caca6098e3d92b1a269159b759d757518f2c477fbbb5949cb9fee28807c1f1 + md5: 55b44664f66a2caf584d72196aa98af9 + sha256: f867a11f42bb64a09b232e3decf10f8a8fe5194d7e3a216c6bac9f40483bd1c6 category: dev optional: true - name: charset-normalizer @@ -927,11 +953,11 @@ package: libstdcxx: '>=14' numpy: '>=1.25' python: '' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.3-py311h724c32c_4.conda + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.3-py313hc8edb43_4.conda hash: - md5: d04e508f5a03162c8bab4586a65d00bf - sha256: fd7aca059253cff3d8b0aec71f0c1bf2904823b13f1997bf222aea00a76f3cce + md5: 33639459bc29437315d4bff9ed5bc7a7 + sha256: 7f86eb205d2d7fcf2c82654a08c6a240623ac34cb406206b4b1f1afa5cda8e49 category: main optional: false - name: contourpy @@ -941,14 +967,14 @@ package: dependencies: numpy: '>=1.25' python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/contourpy-1.3.3-py311h275cad7_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/contourpy-1.3.3-py313h1a38498_4.conda hash: - md5: 9fb1f375c704c5287c97c60f6a88d137 - sha256: a903bff178a45cfb89e77a59b33ce54c6cdc7b0e05d2f5355f32e2b8e97ecce1 + md5: 726aa233b5e4613e546ca84cd63cbd45 + sha256: fb254e7e29535ea0a63b8fba6299f7e4ccd0efcc40750c8cd64e42a0a3b79da7 category: main optional: false - name: coverage @@ -958,13 +984,13 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py311h3778330_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py313h3dea7bd_0.conda hash: - md5: 6b1b19bdc407007d5e41079eab797ddc - sha256: d165a3b06e2c78bbcc45619c12283a3f0fc45c65d3fe8382c9ce53162c25bfc1 + md5: 77e1fc7133e03ccd62070f2405c82ea9 + sha256: 5b88b351c6a61ac25ed02e23cd37b25cc90e071f5cdfbc375b656356fb04ca5c category: dev optional: true - name: coverage @@ -972,16 +998,42 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* tomli: '' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py311h3f79411_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py313hd650c13_0.conda + hash: + md5: 663fdd0fc33f6dd666642c24d64df072 + sha256: 284f87de1929a46dc69a1d247bd8d7c7cb491eb6cc7cbba5dcc1c11dc20550b7 + category: dev + optional: true +- name: cpython + version: 3.13.12 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.13,<3.14.0a0' + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.13.12-py313hd8ed1ab_100.conda hash: - md5: 95b58888be94ced8132fce6dd0ff5d13 - sha256: a5b6154debb302fe18aab9411f1a8b9a9ce3a75ece7d5a0d1ce6ea7fabff7123 + md5: 9a4b8a37303b933b847c14a310f0557b + sha256: 7636809bda35add7af66cda1fee156136fcba0a1e24bbef1d591ee859df755a8 + category: dev + optional: true +- name: cpython + version: 3.13.12 + manager: conda + platform: win-64 + dependencies: + python: '>=3.13,<3.14.0a0' + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.13.12-py313hd8ed1ab_100.conda + hash: + md5: 9a4b8a37303b933b847c14a310f0557b + sha256: 7636809bda35add7af66cda1fee156136fcba0a1e24bbef1d591ee859df755a8 category: dev optional: true - name: cycler @@ -1015,13 +1067,13 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* toolz: '>=0.10.0' - url: https://repo.prefix.dev/conda-forge/linux-64/cytoolz-1.1.0-py311h49ec1c0_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/cytoolz-1.1.0-py313h07c4f96_1.conda hash: - md5: 907579fcaf43b90c8c198ae8d43320ef - sha256: 8da7cec4fc78ea77fc10e21f273f6f640809c98c18a85c7ad39409c626dcf153 + md5: bcca9afd203fe05d9582249ac12762da + sha256: a8ffc7cf31a698a57a46bf7977185ed1e644c5e35d4e166d8f260dca93af6ffb category: main optional: false - name: cytoolz @@ -1029,16 +1081,16 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* toolz: '>=0.10.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/cytoolz-1.1.0-py311h3485c13_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/cytoolz-1.1.0-py313h5ea7bf4_1.conda hash: - md5: cf54fe91d3c09e6891f39a26cb7cabfc - sha256: 2f595077cc3938fe70d3d7e21d18c99d27efc55fe5407dbf1ca5409626c41f98 + md5: ef2e9ff6d43a07587e3483c34adf6cff + sha256: 3c1e0e7a7d648532e8df97b7fe7b821460eab4011c163e4db686ee8d37db1126 category: main optional: false - name: dask-core @@ -1090,11 +1142,11 @@ package: libgcc: '>=14' libstdcxx: '>=14' python: '' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/debugpy-1.8.20-py311hc665b79_0.conda + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/debugpy-1.8.20-py313h5d5ffb9_0.conda hash: - md5: 400e4667a12884216df869cad5fb004b - sha256: e69be2be543c4d4898895d8aebe758bc683c5a1198583ad676f5719782a07131 + md5: e94dbbec2589f3b1d821f43a4bf2ab45 + sha256: 8d76d4eeb5a8e3c5666880b465593fdf4a44f47fbbe89ff5b8f9abbe43026326 category: dev optional: true - name: debugpy @@ -1103,14 +1155,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/debugpy-1.8.20-py311h5dfdfe8_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/debugpy-1.8.20-py313h927ade5_0.conda hash: - md5: 683be2cd10e80a367790b3083ce529b7 - sha256: 661e5c582b1f853a46a78d4bb6e55f2bfdac66e68d015e111f1580a11c28abbf + md5: 75eb3091b05924429a3a8d2a9bbdfac2 + sha256: f6fe9cbd9e3d3c09f173eeb43676a58bc6169e97da0d190e0201e40828a3a62b category: dev optional: true - name: decorator @@ -1220,13 +1272,13 @@ package: libgcc: '>=14' libstdcxx: '>=14' numpy: '>=1.22.4' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py311h1d5f577_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py313hfaae9d9_1.conda hash: - md5: 42c06f9f3be3455fd6e181cd70496685 - sha256: c7519e47635b1fdfd8b866262168299dc03e461a4ab9909436994593852c347a + md5: a427120812c2d3d4b969ff39e7277d28 + sha256: 668f0735823059e8889e5a90102ba607fce9a10ba17c443249e06dfc996d5269 category: main optional: false - name: discretize @@ -1235,16 +1287,16 @@ package: platform: win-64 dependencies: numpy: '>=1.22.4' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* scipy: '>=1.8' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py311h05ac4f6_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py313h7084e01_1.conda hash: - md5: e8172d95cf70964edbb2b6f3444d9b72 - sha256: f5b8e965832f66cfe10d8c00c4203ed9d6c0519e2a9420f58044ce4b8f550544 + md5: bdb54dea217b5d447e9f5b0d4067b2f8 + sha256: 7b476ed92bfbb3a5f63e43de3d559422312a387227d7d6ad4dee0fc3eb33141a category: main optional: false - name: distributed @@ -1304,29 +1356,29 @@ package: category: main optional: false - name: docutils - version: '0.19' + version: 0.18.1 manager: conda platform: linux-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/docutils-0.19-py311h38be061_1.tar.bz2 + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/docutils-0.18.1-py313h78bf25f_1.conda hash: - md5: 599159b0740e9b82e7eef0e8471be3c2 - sha256: ec7760e5a1d065b97ac32d12f7c70f19937040d8bb52a9f16573b65c6832c67a + md5: 0d72df6ebc7870ee7f7486dde11b7732 + sha256: 101d73deed8d839335d75ff2cdcb548ba666b699e16fd11488644efb0644cf7f category: dev optional: true - name: docutils - version: '0.19' + version: 0.18.1 manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/win-64/docutils-0.19-py311h1ea47a8_1.tar.bz2 + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/win-64/docutils-0.18.1-py313hfa70ccb_1.conda hash: - md5: 52b2142036004451e1881d97e9d01e8a - sha256: 40c678c6bda27aeb7ad8b1714f189201599d2068a0fa75087548b62f8afe9bc7 + md5: d7c08387d662a62d6c2e30943194edf4 + sha256: d1d7886cd56fa84eeec860ca5761ba7d1167f0ce0e9f9093810c0f35bdeaf994 category: dev optional: true - name: exceptiongroup @@ -1412,13 +1464,12 @@ package: brotli: '' libgcc: '>=14' munkres: '' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.61.1-py311h3778330_0.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.61.1-py313h3dea7bd_0.conda hash: - md5: 2e8ccb31890a95d5cd90d74a11c7d5e2 - sha256: 8f7eb3a66854785ae1867386f6c8d19791fac7a4d41b335d3117a6e896a154f1 + md5: c0f36dfbb130da4f6ce2df31f6b25ea8 + sha256: 97f225199e6e5dfb93f551087c0951fee92db2d29a9dcb6a0346d66bff06fea4 category: main optional: false - name: fonttools @@ -1428,16 +1479,15 @@ package: dependencies: brotli: '' munkres: '' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' - unicodedata2: '>=15.1.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.61.1-py311h3f79411_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.61.1-py313hd650c13_0.conda hash: - md5: e5445b571c6e2919198c40c6db3d25c5 - sha256: a7016eacda74ba1eafde803f6e3d7807f79fa83f50394cafc498d362b0f43aac + md5: c6fbf3a96192c26a75ed5755bd904fea + sha256: da82b8e843103bf4aaab470e4b8025286357dc8c34cd47817350dcb14ad307fb category: main optional: false - name: fqdn @@ -1526,13 +1576,13 @@ package: libgcc: '>=14' libstdcxx: '>=14' numpy: '>=1.23,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/geoana-0.7.2-py311h1d5f577_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/geoana-0.7.2-py313hfaae9d9_1.conda hash: - md5: 4d606a543585d23a806f98046aa693f4 - sha256: 362c1d7404e530b18bdadb056c1b3b9e6b889cc25b4a6cdd1670b9f3e503cca0 + md5: 66fed3a5237102c3f2c8ac9590869824 + sha256: ed35e5fcde028ec1de94ff29d38b076e6d79fe1c14e44383e936e623b1a40619 category: main optional: false - name: geoana @@ -1542,16 +1592,16 @@ package: dependencies: libdlf: '' numpy: '>=1.23,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* scipy: '>=1.8' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/geoana-0.7.2-py311h05ac4f6_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/geoana-0.7.2-py313h7084e01_1.conda hash: - md5: 2e1abca307a7a739599ca5f7140d6d96 - sha256: 16df69ec678e95707a7e776d9994ad5d9c9fa834fd2d1451f69667303c9bad1b + md5: 3923e73d154ba44de46214a6cc7e0dfd + sha256: b188c1e12877817ac6f29aeb1a28e5e275b004a9762c83d0247f611da7aba682 category: main optional: false - name: h11 @@ -1618,12 +1668,12 @@ package: hdf5: '>=1.14.6,<1.14.7.0a0' libgcc: '>=14' numpy: '>=1.23,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py311h0b2f468_101.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py313h253c126_101.conda hash: - md5: 1ce254e09ec4982ed0334e5e6f113e1c - sha256: 6bf4f9a6ab5ccbfd8a2a6f130d5c14cb12f77ada367d3fa7724cd2f6515bddab + md5: 5d90c98527ecc832287115d57c121062 + sha256: 2de2c63ad6e7483456f6ff359380df63edf32770c140ec08c904ff89b6ed3903 category: main optional: false - name: h5py @@ -1634,15 +1684,15 @@ package: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' numpy: '>=1.23,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py311hc40ba4b_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py313hf7f959b_101.conda hash: - md5: cf3bc5405710829ee8bec294c2a4b9bc - sha256: 98488241676ffb248b9614054d5458d298398377c76f214de737200e77d5e754 + md5: 29bcfb479b3030e2c190f53058b9a345 + sha256: 29a78560dca6e278cff35f31867ba19c5b632010fb4ed800ffe67e0679be22d1 category: main optional: false - name: hdf5 @@ -2550,10 +2600,10 @@ package: rfc3339-validator: '' rfc3986-validator: '>=0.1.1' traitlets: '>=5.3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda hash: - md5: f56000b36f09ab7533877e695e4e8cb0 - sha256: 37e6ac3ccf7afcc730c3b93cb91a13b9ae827fd306f35dd28f958a74a14878b5 + md5: 31e11c30bbee1682a55627f953c6725a + sha256: e9964aaaf6d24a685cd5ce9d75731b643ed7f010fb979574a6580cd2f974c6cd category: dev optional: true - name: jupyter_events @@ -2570,10 +2620,10 @@ package: rfc3339-validator: '' rfc3986-validator: '>=0.1.1' traitlets: '>=5.3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda hash: - md5: f56000b36f09ab7533877e695e4e8cb0 - sha256: 37e6ac3ccf7afcc730c3b93cb91a13b9ae827fd306f35dd28f958a74a14878b5 + md5: 31e11c30bbee1682a55627f953c6725a + sha256: e9964aaaf6d24a685cd5ce9d75731b643ed7f010fb979574a6580cd2f974c6cd category: dev optional: true - name: jupyter_server @@ -2663,7 +2713,7 @@ package: category: dev optional: true - name: jupyterlab - version: 4.5.3 + version: 4.5.4 manager: conda platform: linux-64 dependencies: @@ -2682,14 +2732,14 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.4-pyhd8ed1ab_0.conda hash: - md5: 106f4e36e14797b9c2abfc3849d9e92f - sha256: 18b5bff46717023ef5e81ae6ba71b254c1aca474db32c6dc21897c46ea26fa75 + md5: b555f252a0796e00ce9d8ec318196da7 + sha256: 393286d44caf54ff321306be88d3f5b926b0a7b87cc34ae10dd94da71a572008 category: dev optional: true - name: jupyterlab - version: 4.5.3 + version: 4.5.4 manager: conda platform: win-64 dependencies: @@ -2708,10 +2758,10 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.4-pyhd8ed1ab_0.conda hash: - md5: 106f4e36e14797b9c2abfc3849d9e92f - sha256: 18b5bff46717023ef5e81ae6ba71b254c1aca474db32c6dc21897c46ea26fa75 + md5: b555f252a0796e00ce9d8ec318196da7 + sha256: 393286d44caf54ff321306be88d3f5b926b0a7b87cc34ae10dd94da71a572008 category: dev optional: true - name: jupyterlab_pygments @@ -2860,11 +2910,11 @@ package: libgcc: '>=14' libstdcxx: '>=14' python: '' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py311h724c32c_2.conda + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py313hc8edb43_2.conda hash: - md5: 4089f739463c798e10d8644bc34e24de - sha256: 81181e88c0d49cc86bc687e2583da0cb0b651525bf17d4f4f3aecb1596441769 + md5: 3e0e65595330e26515e31b7fc6d933c7 + sha256: 60d7d525db89401f88f5c91bdbb79d3afbf005e7d7c1326318659fa097607e51 category: main optional: false - name: kiwisolver @@ -2873,14 +2923,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py311h275cad7_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py313h1a38498_2.conda hash: - md5: e9eb24a8d111be48179bf82a9e0e13ca - sha256: 29a932673249b8c821c3074223296aa1fd3934474fadad2b2daa5ebb4830f420 + md5: f77249adfa3f0091e016610346affd09 + sha256: 40eafae7e9cdbe97eeb56ab0882816d3f68a2af4080a822f7349f986de2adeb6 category: main optional: false - name: krb5 @@ -3039,27 +3089,27 @@ package: category: main optional: false - name: libblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda + libopenblas: '>=0.3.30,<0.3.31.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h4a7cf45_openblas.conda hash: - md5: 888c2ae634bce09709dffd739ba9f1bc - sha256: 815cc467cb4ffe421f72cff675da33287555ec977388ed5baa09be90448efcbe + md5: c160954f7418d7b6e87eaf05a8913fa9 + sha256: 18c72545080b86739352482ba14ba2c4815e19e26a7417ca21a95b76ec8da24c category: main optional: false - name: libblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-35_h5709861_mkl.conda + mkl: '>=2025.3.0,<2026.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-5_hf2e6a31_mkl.conda hash: - md5: 45d98af023f8b4a7640b1f713ce6b602 - sha256: 4180e7ab27ed03ddf01d7e599002fcba1b32dcb68214ee25da823bac371ed362 + md5: f9decf88743af85c9c9e05556a4c47c0 + sha256: f0cb7b2697461a306341f7ff32d5b361bb84f3e94478464c1e27ee01fc8f276b category: main optional: false - name: libbrotlicommon @@ -3148,27 +3198,27 @@ package: category: main optional: false - name: libcblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_h0358290_openblas.conda hash: - md5: f66eb9a9396715013772b8a3ef7396be - sha256: d3d3bf31803396001e74de27f266781cd9d5f9e34b288762b9e6e1183a7815a4 + md5: 6636a2b6f1a87572df2970d3ebc87cc0 + sha256: 0cbdcc67901e02dc17f1d19e1f9170610bd828100dc207de4d5b6b8ad1ae7ad8 category: main optional: false - name: libcblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-35_h2a3cdd5_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-5_h2a3cdd5_mkl.conda hash: - md5: 9639091d266e92438582d0cc4cfc8350 - sha256: 88939f6c1b5da75bd26ce663aa437e1224b26ee0dab5e60cecc77600975f397e + md5: b3fa8e8b55310ba8ef0060103afb02b5 + sha256: 49dc59d8e58360920314b8d276dd80da7866a1484a9abae4ee2760bc68f3e68d category: main optional: false - name: libcurl @@ -3558,27 +3608,27 @@ package: category: main optional: false - name: liblapack - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h47877c9_openblas.conda hash: - md5: 0c4af651539e79160cd3f0783391e918 - sha256: 1919047509e5067052130db19d7e9afcf74c045f45cbbf72940919f3875359de + md5: b38076eb5c8e40d0106beda6f95d7609 + sha256: c723b6599fcd4c6c75dee728359ef418307280fa3e2ee376e14e85e5bbdda053 category: main optional: false - name: liblapack - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-35_hf9ab0e9_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-5_hf9ab0e9_mkl.conda hash: - md5: 0c6ed9d722cecda18f50f17fb3c30002 - sha256: 56e0992fb58eed8f0d5fa165b8621fa150b84aa9af1467ea0a7a9bb7e2fced4f + md5: e62c42a4196dee97d20400612afcb2b1 + sha256: a2d33f5cc2b8a9042f2af6981c6733ab1a661463823eaa56595a9c58c0ab77e1 category: main optional: false - name: liblzma @@ -3608,6 +3658,33 @@ package: sha256: f25bf293f550c8ed2e0c7145eb404324611cfccff37660869d97abf526eb957c category: main optional: false +- name: libmpdec + version: 4.0.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libmpdec-4.0.0-hb03c661_1.conda + hash: + md5: 2c21e66f50753a083cbe6b80f38268fa + sha256: fe171ed5cf5959993d43ff72de7596e8ac2853e9021dec0344e583734f1e0843 + category: main + optional: false +- name: libmpdec + version: 4.0.0 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libmpdec-4.0.0-hfd05255_1.conda + hash: + md5: e4a9fc2bba3b022dad998c78856afe47 + sha256: 40dcd0b9522a6e0af72a9db0ced619176e7cfdb114855c7a64f278e73f8a7514 + category: main + optional: false - name: libnghttp2 version: 1.67.0 manager: conda @@ -3626,17 +3703,21 @@ package: sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 category: main optional: false -- name: libnsl - version: 2.0.1 +- name: libopenblas + version: 0.3.30 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda + _openmp_mutex: '*' + libgcc: '>=14' + libgfortran: '' + libgfortran5: '>=14.3.0' + llvm-openmp: '>=21.1.5' + url: https://repo.prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-openmp_hd680484_4.conda hash: - md5: d864d34357c3b65a4b731f78c0801dc4 - sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 + md5: c0512e4f60d62ccccb4c3c8333b33608 + sha256: d82311c4bcf0cbd7af192ec707520c7a7486926e23387afac513cd51e41f463d category: main optional: false - name: libpng @@ -3669,21 +3750,21 @@ package: category: main optional: false - name: libscotch - version: 7.0.6 + version: 7.0.10 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' bzip2: '>=1.0.8,<2.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' - liblzma: '>=5.6.3,<6.0a0' + libgfortran5: '>=14.3.0' + liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libscotch-7.0.6-hea33c07_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libscotch-7.0.10-int32_h8512f2c_2.conda hash: - md5: 1b600d55dcd98c958192a69a79e6acd2 - sha256: 8330bba8b7b3a37da6eca04bace985fb9f8d487d3249b8f690e8f4a3d8d3c7dc + md5: dc1519e1ad20cda94f6c0fd4719d3413 + sha256: cc071fb48c78d26b2ebc583809d62a8e9fb8bd04db3fd96361ffac9127fd6245 category: main optional: false - name: libsodium @@ -3713,31 +3794,31 @@ package: category: dev optional: true - name: libspatialindex - version: 2.0.0 + version: 2.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libspatialindex-2.0.0-he02047a_0.conda + libgcc: '>=13' + libstdcxx: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libspatialindex-2.1.0-he57a185_0.conda hash: - md5: e7d2dcd1a058149ff9731a8dca39566e - sha256: 997a4fa13864dcb35ac9dfe87ed70fb3e9509dd071fa1951ac7f184e7ffcde5d + md5: 2df7aaf3f8a2944885372a62c6f33b20 + sha256: 03963a7786b3f53eb36ca3ec10d7a5ddd5265a81e205e28902c53a536cdfd3ad category: main optional: false - name: libspatialindex - version: 2.0.0 + version: 2.1.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libspatialindex-2.0.0-h5a68840_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libspatialindex-2.1.0-h518811d_0.conda hash: - md5: 667559340fdf805ee1652de7b73e2b59 - sha256: 7802e6c51d59bc7e062841c525d772656708cdc44e42b6556493d345f08d7e50 + md5: 8ca34da29812354d8ea421a1b68897db + sha256: c72149515f10219bb1c71c40865b8a73bcaa07e755f13200d278674a987fc097 category: main optional: false - name: libsqlite @@ -3963,18 +4044,6 @@ package: sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 category: main optional: false -- name: libxcrypt - version: 4.4.36 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - hash: - md5: 5aa797f8787fe7a17d1b0821485b5adc - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - category: main - optional: false - name: libxml2 version: 2.15.1 manager: conda @@ -4157,12 +4226,12 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_0.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py313h3dea7bd_0.conda hash: - md5: 0954f1a6a26df4a510b54f73b2a0345c - sha256: 66c072c37aefa046f3fd4ca69978429421ef9e8a8572e19de534272a6482e997 + md5: c14389156310b8ed3520d84f854be1ee + sha256: a530a411bdaaf0b1e4de8869dfaca46cb07407bc7dc0702a9e231b0e5ce7ca85 category: main optional: false - name: markupsafe @@ -4170,69 +4239,74 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py311h3f79411_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py313hd650c13_0.conda hash: - md5: f04c6970b6cce548de53b43f6be06586 - sha256: 975a1dcbdc0ced5af5bab681ec50406cf46f04e99c2aecc2f6b684497287cd7e + md5: 47eaaa4405741beb171ea6edc6eaf874 + sha256: 988d14095c1392e055fd75e24544da2db01ade73b0c2f99ddc8e2b8678ead4cc category: main optional: false - name: matplotlib-base - version: 3.8.4 + version: 3.10.8 manager: conda platform: linux-64 dependencies: - certifi: '>=2020.06.20' + __glibc: '>=2.17,<3.0.a0' contourpy: '>=1.0.1' cycler: '>=0.10' fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' + freetype: '' kiwisolver: '>=1.3.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.21' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.23' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' - python: '>=3.11,<3.12.0a0' + python: '>=3.13,<3.14.0a0' python-dateutil: '>=2.7' - python_abi: 3.11.* + python_abi: 3.13.* + qhull: '>=2020.2,<2020.3.0a0' tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.8.4-py311ha4ca890_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.8-py313h683a580_0.conda hash: - md5: 0848e2084cbb57014f232f48568561af - sha256: 19a65ac35a9f48b3f0277b723b832052728d276e70c0ad1057f5b5bbe1f1ba28 + md5: ffe67570e1a9192d2f4c189b27f75f89 + sha256: b1117aa2c1d11ca70d1704054cdc8801cbcf2dfb846c565531edd417ddd82559 category: main optional: false - name: matplotlib-base - version: 3.8.4 + version: 3.10.8 manager: conda platform: win-64 dependencies: - certifi: '>=2020.06.20' contourpy: '>=1.0.1' cycler: '>=0.10' fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' + freetype: '' kiwisolver: '>=1.3.1' - numpy: '>=1.21' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + numpy: '>=1.23' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' - python: '>=3.11,<3.12.0a0' + python: '>=3.13,<3.14.0a0' python-dateutil: '>=2.7' - python_abi: 3.11.* + python_abi: 3.13.* + qhull: '>=2020.2,<2020.3.0a0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.8.4-py311h9b31f6e_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.8-py313he1ded55_0.conda hash: - md5: dbf84485273ba5fea107ef140a173e30 - sha256: 857ed04795a1e3ea1939d8990fe0f6122b086445f72f92afe50de74ae19977d0 + md5: 05f96c429201a64ea752decf4b910a7c + sha256: f63c4a5ded62cfb216c9d107a3c4527940036eef19cf481418080a0bd9bc11d8 category: main optional: false - name: matplotlib-inline @@ -4376,30 +4450,36 @@ package: category: dev optional: true - name: mkl - version: 2024.2.2 + version: 2025.3.0 manager: conda platform: linux-64 dependencies: + __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '*' - llvm-openmp: '>=20.1.8' - tbb: 2021.* - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda + libgcc: '>=14' + libstdcxx: '>=14' + llvm-openmp: '>=21.1.8' + tbb: '>=2022.3.0' + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2025.3.0-h0e700b2_463.conda hash: - md5: e4ab075598123e783b788b995afbdad0 - sha256: 1e59d0dc811f150d39c2ff2da930d69dcb91cb05966b7df5b7d85133006668ed + md5: f121ddfc96e6a93a26d85906adf06208 + sha256: 659d79976f06d2b796a0836414573a737a0856b05facfa77e5cc114081a8b3d4 category: main optional: false - name: mkl - version: 2024.2.2 + version: 2025.3.0 manager: conda platform: win-64 dependencies: - llvm-openmp: '>=20.1.8' - tbb: 2021.* - url: https://repo.prefix.dev/conda-forge/win-64/mkl-2024.2.2-h57928b3_16.conda + llvm-openmp: '>=21.1.8' + tbb: '>=2022.3.0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mkl-2025.3.0-hac47afa_455.conda hash: - md5: 5cddc979c74b90cf5e5cda4f97d5d8bb - sha256: ce841e7c3898764154a9293c0f92283c1eb28cdacf7a164c94b632a6af675d91 + md5: fd05d1e894497b012d05a804232254ed + sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false - name: msgpack-python @@ -4410,12 +4490,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_1.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py313h7037e92_1.conda hash: - md5: c1153b2cb3318889ce624a3b4f0db7f7 - sha256: 8c81a6208def64afc3e208326d78d7af60bcbc32d44afe1269b332df84084f29 + md5: cd1cfde0ea3bca6c805c73ffa988b12a + sha256: fac37e267dd1d07527f0b078ffe000916e80e8c89cfe69d466f5775b88e93df2 category: main optional: false - name: msgpack-python @@ -4423,64 +4503,64 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py311h3fd045d_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py313hf069bd2_1.conda hash: - md5: b0f2fb2eadce667ad09ca7d3ff868c71 - sha256: 9883b64dea87c50e98fabc05719ff0fdc347f57d7bacda19bcd69b80d8c436d4 + md5: 0013c110d17d569ce560b7fae6aee0d3 + sha256: 657fc62639dd638077f4d5e0bede9ed1bf4f4d018b395042bc36c9330e2c80fc category: main optional: false - name: mumps-include - version: 5.7.3 + version: 5.8.1 manager: conda platform: linux-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/linux-64/mumps-include-5.7.3-h82cca05_10.conda + url: https://repo.prefix.dev/conda-forge/linux-64/mumps-include-5.8.1-h1795ed4_4.conda hash: - md5: d6c7d8811686ed912ed4317831dd8c44 - sha256: c723d6e331444411db0a871958fc45621758595d12b4d6561fa20324535ce67a + md5: ea5ef10a7cab2db49b594285e135ab96 + sha256: 0abe54874dc8b4751e599b7310abbafbe35cd6c49eab80287fcbbefb8d2a2ff1 category: main optional: false - name: mumps-seq - version: 5.7.3 + version: 5.8.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' libblas: '>=3.9.0,<4.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' + libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' - libscotch: '>=7.0.6,<7.0.7.0a0' + libscotch: '>=7.0.10,<7.0.11.0a0' metis: '>=5.1.0,<5.1.1.0a0' - mumps-include: ==5.7.3 - url: https://repo.prefix.dev/conda-forge/linux-64/mumps-seq-5.7.3-h06cbf8f_10.conda + mumps-include: ==5.8.1 + url: https://repo.prefix.dev/conda-forge/linux-64/mumps-seq-5.8.1-h4374b6a_4.conda hash: - md5: deb3c7cb10d67fde01d264b3d5bc79bc - sha256: bf7049864150d714debbe3d89a9db79e3163655c1fbab7b18b1fd613f9e27878 + md5: fe5cc261c431673f2cd35f78a5b43d95 + sha256: 5fb7c097e21948bfe0935e82ded7c8617d305420fe59270f4409f90289193768 category: main optional: false - name: mumps-seq - version: 5.7.3 + version: 5.8.1 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - llvm-openmp: '>=20.1.3' + llvm-openmp: '>=21.1.2' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/mumps-seq-5.7.3-hbaa6519_10.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mumps-seq-5.8.1-hd297af6_4.conda hash: - md5: 5c35d7fd93b2d7cddaa3ce881aadad83 - sha256: 6209255427a10879ca3731ec04eecf112e92b617af60c053073c8330928cb8ab + md5: 69feddba6b736c7ef62f7384a0aeeadc + sha256: 963dd511d87c00b7ec0b386e227aa6233a1866f43b12547642dd21fdb2c9baeb category: main optional: false - name: munkres @@ -4817,13 +4897,13 @@ package: libstdcxx: '>=14' msgpack-python: '' numpy: '>=1.24' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/linux-64/numcodecs-0.15.1-py311hed34c8f_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/numcodecs-0.15.1-py313h08cd8bf_1.conda hash: - md5: 32d467a7aa5e7d5fe6c7afbd9ac365b8 - sha256: 1262350e643b4f004db803d62f4145e7f0fd12fdc916b0643cf26539e5f57862 + md5: a7a7ffe26b48c1b20ff0e304f5ea51d3 + sha256: 208df0f2b426937cd94179d8d6ba7b0ca9d532f09bb478180aa45681c9acdd44 category: main optional: false - name: numcodecs @@ -4834,53 +4914,54 @@ package: deprecated: '' msgpack-python: '' numpy: '>=1.24' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* typing_extensions: '' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/numcodecs-0.15.1-py311h11fd7f3_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/numcodecs-0.15.1-py313hc90dcd4_1.conda hash: - md5: 3bc2d2551d540be7bc0862a18b041980 - sha256: 855dba8a098fafe2823302627ff5053eec21016518ba21892fa3167261261f98 + md5: 52ae59b428707cf59745d51d59a4df84 + sha256: 34b3324a805712dbb61140a16a1291c303c6a68e719dd3666f9164c085063c90 category: main optional: false - name: numpy - version: 1.26.4 + version: 2.4.2 manager: conda platform: linux-64 dependencies: + __glibc: '>=2.17,<3.0.a0' libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' + libgcc: '>=14' liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda + libstdcxx: '>=14' + python: '' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.2-py313hf6604e3_1.conda hash: - md5: a502d7aad449a1206efb366d6a12c52d - sha256: 3f4365e11b28e244c95ba8579942b0802761ba7bb31c026f50d1a9ea9c728149 + md5: ca9c6ba4beac38cb3d0a85afde27f94c + sha256: 2eb8be25a7504f058a153a84be70471e0ebbf6bd0411ae2b6d34904b89d86fe3 category: main optional: false - name: numpy - version: 1.26.4 + version: 2.4.2 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/numpy-1.26.4-py311h0b4df5a_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.2-py313hce7ae62_1.conda hash: - md5: 7b240edd44fd7a0991aa409b07cee776 - sha256: 14116e72107de3089cc58119a5ce5905c22abf9a715c9fe41f8ac14db0992326 + md5: 7db4fcf0a8a985d3f15270ddc7ac0aac + sha256: a926b0f781c44fdd10e11ec7e7a86ac588ec40b339ac2b4a8459def6d99b613b category: main optional: false - name: openjpeg @@ -5007,11 +5088,11 @@ package: numpy: '>=1.26.0' python: '' python-dateutil: '>=2.8.2' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/pandas-3.0.0-py311h8032f78_0.conda + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/pandas-3.0.0-py313hbfd7664_0.conda hash: - md5: 78d3e3073a999e662385c9a80d84ecec - sha256: 19df168c25f2201b577e3b1f2ca8aec9b8ee1f7b5aeda9b5354a8b330a790a75 + md5: ab6d05e915ab2ae4c41d275b14592151 + sha256: 05719fdfacdf97206a901621d79ab103c34905973ec8a18627825d5adab7a1b0 category: main optional: false - name: pandas @@ -5023,14 +5104,14 @@ package: python: '' python-dateutil: '>=2.8.2' python-tzdata: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pandas-3.0.0-py311h0610301_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pandas-3.0.0-py313h26f5e95_0.conda hash: - md5: 35cc74cfc8cf3824a9ae45ee706b3fe0 - sha256: 2790793389a779899db76b8e1e66493e7a7f703e69022c941843702412fb6fda + md5: fd6e35ea1658e107cd81ec1403d5ffd7 + sha256: cc009318202a19e78c7be1e8d8147ea678ebb73f89438040d73619bd29004f20 category: main optional: false - name: pandoc @@ -5145,51 +5226,54 @@ package: category: dev optional: true - name: pillow - version: 10.3.0 + version: 12.1.1 manager: conda platform: linux-64 dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.16,<3.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.8.0a0' - libwebp-base: '>=1.4.0,<2.0a0' - libxcb: '>=1.16,<2.0.0a0' - libzlib: '>=1.3.1,<2.0a0' - openjpeg: '>=2.5.2,<3.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + __glibc: '>=2.17,<3.0.a0' + lcms2: '>=2.18,<3.0a0' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libgcc: '>=14' + libjpeg-turbo: '>=3.1.2,<4.0a0' + libtiff: '>=4.7.1,<4.8.0a0' + libwebp-base: '>=1.6.0,<2.0a0' + libxcb: '>=1.17.0,<2.0a0' + openjpeg: '>=2.5.4,<3.0a0' + python: '' + python_abi: 3.13.* tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pillow-10.3.0-py311h82a398c_1.conda + zlib-ng: '>=2.3.3,<2.4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.1.1-py313h80991f8_0.conda hash: - md5: 4dc0b6fcf0bc041a1bfb763fa6e5302f - sha256: ce420bfba7ed8641aa376b4446e16299fcb37113c27e9655503fd5d517cb7fcd + md5: 2d5ee4938cdde91a8967f3eea686c546 + sha256: 50738b145a45db78ec12ffebf649127d53e1777166c5c3b006476890250ac265 category: main optional: false - name: pillow - version: 10.3.0 + version: 12.1.1 manager: conda platform: win-64 dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.16,<3.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.8.0a0' - libwebp-base: '>=1.4.0,<2.0a0' - libxcb: '>=1.16,<2.0.0a0' - libzlib: '>=1.3.1,<2.0a0' - openjpeg: '>=2.5.2,<3.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + lcms2: '>=2.18,<3.0a0' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libjpeg-turbo: '>=3.1.2,<4.0a0' + libtiff: '>=4.7.1,<4.8.0a0' + libwebp-base: '>=1.6.0,<2.0a0' + libxcb: '>=1.17.0,<2.0a0' + openjpeg: '>=2.5.4,<3.0a0' + python: '' + python_abi: 3.13.* tk: '>=8.6.13,<8.7.0a0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pillow-10.3.0-py311h5592be9_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + zlib-ng: '>=2.3.3,<2.4.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.1.1-py313h38f99e1_0.conda hash: - md5: 034f612fd103c2c1058538533598ce4f - sha256: 5404b51b1c93180940e0f8340e905d435bf187224512bab2993c5b7f30aa0615 + md5: 41b079447f12baa3852549e1f3a072d2 + sha256: ee2384117c93c0386874ba526a12f60b8f2c700b7cb912e899c62f41927c1666 category: main optional: false - name: pip @@ -5197,13 +5281,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10,<3.13.0a0' - setuptools: '' - wheel: '' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh8b19718_0.conda + python: '>=3.13.0a0' + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda hash: - md5: 67bdec43082fd8a9cffb9484420b39a2 - sha256: 8e1497814a9997654ed7990a79c054ea5a42545679407acbc6f7e809c73c9120 + md5: 09a970fbf75e8ed1aa633827ded6aa4f + sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c category: main optional: false - name: pip @@ -5211,13 +5293,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.13.0a0' - setuptools: '' - wheel: '' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh8b19718_0.conda + python: '>=3.13.0a0' + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda hash: - md5: 67bdec43082fd8a9cffb9484420b39a2 - sha256: 8e1497814a9997654ed7990a79c054ea5a42545679407acbc6f7e809c73c9120 + md5: 09a970fbf75e8ed1aa633827ded6aa4f + sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c category: main optional: false - name: platformdirs @@ -5326,11 +5406,11 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py311haee01d2_0.conda + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py313h54dd161_0.conda hash: - md5: 2ed8f6fe8b51d8e19f7621941f7bb95f - sha256: 8d9325af538a8f56013e42bbb91a4dc6935aece34476e20bafacf6007b571e86 + md5: 25fe6e02c2083497b3239e21b49d8093 + sha256: f19fd682d874689dfde20bf46d7ec1a28084af34583e0405685981363af47c91 category: main optional: false - name: psutil @@ -5339,14 +5419,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py311hf893f09_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py313h5fd188c_0.conda hash: - md5: fd968cdacc7967efd0ff5ef1805b812c - sha256: 32da17824abadd1f5b46faedfa4964c7b1817b11887c2e8bb4e48628da51b93a + md5: 761b299a6289c77459defea3563f8fc0 + sha256: 3ec3373748f83069bef93b540de416e637ee30231b222d5df8f712e93f2f9195 category: main optional: false - name: pthread-stubs @@ -5478,12 +5558,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.11.* + python_abi: 3.13.* typing-extensions: '>=4.6.0,!=4.7.0' - url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.5-py311h902ca64_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.5-py313h843e2db_1.conda hash: - md5: 08d407f0331ff8e871db23bec7eef83c - sha256: da6e2060a91de065031214f9ca56e24906785ea412cd274d1f32128992dc0d43 + md5: f27c39a1906771bbe56cd26a76bf0b8b + sha256: b15568ddc03bd33ea41610e5df951be4e245cd61957cbf8c2cfd12557f3d53b5 category: main optional: false - name: pydantic-core @@ -5492,52 +5572,52 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* typing-extensions: '>=4.6.0,!=4.7.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.5-py311hf51aa87_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.5-py313hfbe8231_1.conda hash: - md5: 6e9d7d8626b17cd232099a8dcd645b3c - sha256: bb8195087084a37d7cfca208aca6b519dc4917592dc867b8bbc6975a01b2d6e0 + md5: 0437f87004ad7c64c98a013d1611db97 + sha256: fb9391dc09dd01574c85e2342b9aa3b8664cd713401ef8fd6267865cc28988d8 category: main optional: false - name: pydiso - version: 0.1.2 + version: 0.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - mkl: '>=2024.1.0,<2025.0a0' - numpy: '>=1.23,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - scipy: '>=0.13' - url: https://repo.prefix.dev/conda-forge/linux-64/pydiso-0.1.2-py311h6070e36_1.conda + mkl: '>=2025.3.0,<2026.0a0' + numpy: '>=1.22.4' + python: '' + python_abi: 3.13.* + scipy: '>=1.12' + url: https://repo.prefix.dev/conda-forge/linux-64/pydiso-0.2.0-np2py313h5fc5e36_1.conda hash: - md5: 07d7d14a9554022c5aa7f1cc62bf3e1f - sha256: c63db744044c6ae5d22f86c0c37c818ef733ac486f7fdcc3b9e602dd0a7ba942 + md5: ca0d84c5f7604c71f06a5d8b5f19570a + sha256: 56b64b1aabe8e33bd82dbe16ded328f3ff35a27005b5349ec127a4a68d7c19d0 category: main optional: false - name: pydiso - version: 0.1.2 + version: 0.2.0 manager: conda platform: win-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - numpy: '>=1.23,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - scipy: '>=0.13' + mkl: '>=2025.3.0,<2026.0a0' + numpy: '>=1.22.4' + python: '' + python_abi: 3.13.* + scipy: '>=1.12' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pydiso-0.1.2-py311h1c8cef1_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pydiso-0.2.0-np2py313h16cfc55_1.conda hash: - md5: 18b9a3a6950521255812a55f334246f1 - sha256: 4c824fa29c25d53a00106b29373b8be0d9327f2588a00052661297b99e498caa + md5: e0f69eea2d8d5eb7faf99a01475f02b9 + sha256: 5122443c2f1fdf21171b45a76936256c69ff41a0732c2e639921478189a0acfd category: main optional: false - name: pygments @@ -5756,7 +5836,7 @@ package: category: dev optional: true - name: python - version: 3.11.14 + version: 3.13.12 manager: conda platform: linux-64 dependencies: @@ -5767,25 +5847,25 @@ package: libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' liblzma: '>=5.8.2,<6.0a0' - libnsl: '>=2.0.1,<2.1.0a0' + libmpdec: '>=4.0.0,<5.0a0' libsqlite: '>=3.51.2,<4.0a0' libuuid: '>=2.41.3,<3.0a0' - libxcrypt: '>=4.4.36' libzlib: '>=1.3.1,<2.0a0' ncurses: '>=6.5,<7.0a0' - openssl: '>=3.5.4,<4.0a0' + openssl: '>=3.5.5,<4.0a0' pip: '' + python_abi: 3.13.* readline: '>=8.3,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.11.14-hd63d673_3_cpython.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.13.12-hc97d973_100_cp313.conda hash: - md5: 26d8f4db8c578dedba9f2c11423e59e5 - sha256: 41b29c2d62f7028bb7bb05eef3ff55f81e3c1cb40e76ba95a890a058fbc2a896 + md5: 4c875ed0e78c2d407ec55eadffb8cf3d + sha256: 8a08fe5b7cb5a28aa44e2994d18dbf77f443956990753a4ca8173153ffb6eb56 category: main optional: false - name: python - version: 3.11.14 + version: 3.13.12 manager: conda platform: win-64 dependencies: @@ -5793,19 +5873,21 @@ package: libexpat: '>=2.7.3,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' liblzma: '>=5.8.2,<6.0a0' + libmpdec: '>=4.0.0,<5.0a0' libsqlite: '>=3.51.2,<4.0a0' libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.4,<4.0a0' + openssl: '>=3.5.5,<4.0a0' pip: '' + python_abi: 3.13.* tk: '>=8.6.13,<8.7.0a0' tzdata: '' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/python-3.11.14-h0159041_3_cpython.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.13.12-h09917c8_100_cp313.conda hash: - md5: 05ded1dca7befb66ec95a9ec6d34a71a - sha256: 5676dadd9d4fba1bce51bd7e5cf8fcf76f85b88b7baa15bd10ca00557e67f10e + md5: 4440c24966d0aa0c8f1e1d5006dac2d6 + sha256: da70aec20ff5a5ae18bbba9fdd1e18190b419605cafaafb3bdad8becf11ce94d category: main optional: false - name: python-dateutil @@ -5858,6 +5940,32 @@ package: sha256: df9aa74e9e28e8d1309274648aac08ec447a92512c33f61a8de0afa9ce32ebe8 category: dev optional: true +- name: python-gil + version: 3.13.12 + manager: conda + platform: linux-64 + dependencies: + cpython: 3.13.12.* + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.13.12-h4df99d1_100.conda + hash: + md5: 3d92938d5b83c49162ade038aab58a59 + sha256: f306304235197434494355351ac56020a65b7c5c56ff10ca1ed53356d575557a + category: dev + optional: true +- name: python-gil + version: 3.13.12 + manager: conda + platform: win-64 + dependencies: + cpython: 3.13.12.* + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.13.12-h4df99d1_100.conda + hash: + md5: 3d92938d5b83c49162ade038aab58a59 + sha256: f306304235197434494355351ac56020a65b7c5c56ff10ca1ed53356d575557a + category: dev + optional: true - name: python-json-logger version: 2.0.7 manager: conda @@ -5883,40 +5991,40 @@ package: category: dev optional: true - name: python-mumps - version: 0.0.3 + version: 0.0.6 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - mumps-seq: '>=5.7.3,<5.7.4.0a0' - numpy: '>=1.19,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/python-mumps-0.0.3-py311h4b558b0_0.conda + libgcc: '>=14' + mumps-seq: '>=5.8.1,<5.8.2.0a0' + numpy: '>=1.23,<3' + python: '' + python_abi: 3.13.* + scipy: '>=1.13' + url: https://repo.prefix.dev/conda-forge/linux-64/python-mumps-0.0.6-nompi_he344ac6.conda hash: - md5: 5c50e4db02aa7d89b5200773605175e1 - sha256: a46217f37ead2d17a59626d8f23517ba0f3026b9dd281ec251e880b3afe4cb13 + md5: 5f908b8e257ffb38d33ad1b63ba716f8 + sha256: 9764299da1bc92216e86eb8f48a9541966d3480eeb82d161de854151ee02c8c5 category: main optional: false - name: python-mumps - version: 0.0.3 + version: 0.0.6 manager: conda platform: win-64 dependencies: - mumps-seq: '>=5.7.3,<5.7.4.0a0' - numpy: '>=1.19,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - scipy: '>=1.8' + mumps-seq: '>=5.8.1,<5.8.2.0a0' + numpy: '>=1.23,<3' + python: '' + python_abi: 3.13.* + scipy: '>=1.13' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/python-mumps-0.0.3-py311h5bfbc98_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/python-mumps-0.0.6-nompi_h892cc54.conda hash: - md5: 5e8a15c6501520752ca264fa7a1a762d - sha256: 330afd54afd2087de0aa320be05dbbee64893359fe395067209e8c8fd9650b05 + md5: 1b9357e668f4770ab8a413f353e7968c + sha256: 541569f6148569ad52aee8e72d0659f23f7defcf337eee93e69a7f23d95b100a category: main optional: false - name: python-tzdata @@ -5944,25 +6052,25 @@ package: category: main optional: false - name: python_abi - version: '3.11' + version: '3.13' manager: conda platform: linux-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.11-8_cp311.conda + url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.13-8_cp313.conda hash: - md5: 8fcb6b0e2161850556231336dae58358 - sha256: fddf123692aa4b1fc48f0471e346400d9852d96eeed77dbfdd746fa50a8ff894 + md5: 94305520c52a4aa3f6c2b1ff6008d9f8 + sha256: 210bffe7b121e651419cb196a2a63687b087497595c9be9d20ebe97dd06060a7 category: main optional: false - name: python_abi - version: '3.11' + version: '3.13' manager: conda platform: win-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.11-8_cp311.conda + url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.13-8_cp313.conda hash: - md5: 8fcb6b0e2161850556231336dae58358 - sha256: fddf123692aa4b1fc48f0471e346400d9852d96eeed77dbfdd746fa50a8ff894 + md5: 94305520c52a4aa3f6c2b1ff6008d9f8 + sha256: 210bffe7b121e651419cb196a2a63687b087497595c9be9d20ebe97dd06060a7 category: main optional: false - name: pytz @@ -5995,14 +6103,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pywin32-311-py311hefeebc8_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pywin32-311-py313h40c08fc_1.conda hash: - md5: c1cfe9f5d8e278cc4d2d4c7b0126634d - sha256: e3ef7e0cc53111ab81b8a9dd3eabc1374d7420d4c9fce3c8631e73310203ad55 + md5: 1ce4f826332dca56c76a5b0cc89fb19e + sha256: 87eaeb79b5961e0f216aa840bc35d5f0b9b123acffaecc4fda4de48891901f20 category: dev optional: true - name: pywinpty @@ -6010,16 +6118,16 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' winpty: '' - url: https://repo.prefix.dev/conda-forge/win-64/pywinpty-2.0.15-py311hda3d55a_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pywinpty-2.0.15-py313h5813708_1.conda hash: - md5: e5dd9afed138ff193d4593f1b15a388b - sha256: b1f6b3a907e36f7af486faf3892f47fab42993c13c934cc19855bbae227f2b18 + md5: 8f01ed27e2baa455e753301218e054fd + sha256: d34a7cd0a4a7dc79662cb6005e01d630245d9a942e359eb4d94b2fb464ed2552 category: dev optional: true - name: pyyaml @@ -6029,13 +6137,13 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* yaml: '>=0.2.5,<0.3.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyyaml-6.0.3-py313h3dea7bd_1.conda hash: - md5: a24add9a3bababee946f3bc1c829acfe - sha256: c9a6cd2c290d7c3d2b30ea34a0ccda30f770e8ddb2937871f2c404faf60d0050 + md5: f256753e840c3cd3766488c9437a8f8b + sha256: ef7df29b38ef04ec67a8888a4aa039973eaa377e8c4b59a7be0a1c50cd7e4ac6 category: main optional: false - name: pyyaml @@ -6043,16 +6151,16 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' yaml: '>=0.2.5,<0.3.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyyaml-6.0.3-py311h3f79411_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyyaml-6.0.3-py313hd650c13_1.conda hash: - md5: a0153c033dc55203e11d1cac8f6a9cf2 - sha256: 301c3ba100d25cd5ae37895988ee3ab986210d4d972aa58efed948fbe857773d + md5: c1bdb8dd255c79fb9c428ad25cc6ee54 + sha256: dfaed50de8ee72a51096163b87631921688851001e38c78a841eba1ae8b35889 category: main optional: false - name: pyzmq @@ -6061,15 +6169,16 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + _python_abi3_support: 1.* + cpython: '>=3.12' libgcc: '>=14' libstdcxx: '>=14' python: '' - python_abi: 3.11.* zeromq: '>=4.3.5,<4.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.1.0-py311h2315fbb_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.1.0-py312hfb55c3c_0.conda hash: - md5: 6c87a0f4566469af3585b11d89163fd7 - sha256: 719104f31c414166a20281c973b6e29d1a2ab35e7930327368949895b8bc5629 + md5: 3399d43f564c905250c1aea268ebb935 + sha256: a00a41b66c12d9c60e66b391e9a4832b7e28743348cf4b48b410b91927cd7819 category: dev optional: true - name: pyzmq @@ -6077,18 +6186,47 @@ package: manager: conda platform: win-64 dependencies: + _python_abi3_support: 1.* + cpython: '>=3.12' python: '' - python_abi: 3.11.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zeromq: '>=4.3.5,<4.3.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.1.0-py311hb77b9c8_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.1.0-py312hbb5da91_0.conda hash: - md5: 96460f14570e237d27b475ef8238fdf3 - sha256: 1f146a62329093139fbe7fc109b595f19ca2b44beb921d0e1c6e61d2cb5ebef1 + md5: 808d263ec97bbd93b41ca01552b5fbd4 + sha256: fd46b30e6a1e4c129045e3174446de3ca90da917a595037d28595532ab915c5d category: dev optional: true +- name: qhull + version: '2020.2' + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://repo.prefix.dev/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + hash: + md5: 353823361b1d27eb3960efb076dfcaf6 + sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc + category: main + optional: false +- name: qhull + version: '2020.2' + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://repo.prefix.dev/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda + hash: + md5: 854fbdff64b572b5c0b470f334d34c11 + sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 + category: main + optional: false - name: readline version: '8.3' manager: conda @@ -6279,11 +6417,11 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.30.0-py311h902ca64_0.conda + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.30.0-py313h843e2db_0.conda hash: - md5: 3893f7b40738f9fe87510cb4468cdda5 - sha256: bf5e6197fb08b8c6e421ca0126e966b7c3ae62b84d7b98523356b4fd5ae6f8ae + md5: 779e3307a0299518713765b83a36f4b1 + sha256: 076d26e51c62c8ecfca6eb19e3c1febdd7632df1990a7aa53da5df5e54482b1c category: dev optional: true - name: rpds-py @@ -6292,125 +6430,123 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.11.* + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.30.0-py311hf51aa87_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.30.0-py313hfbe8231_0.conda hash: - md5: 43ab63451a9df29f2c499da524665de9 - sha256: 6edeab1412def450e72f0e96a5d8bb31a2a0b4e56624699c916d3bafd4d9b475 + md5: 58ae648b12cfa6df3923b5fd219931cb + sha256: 27bd383787c0df7a0a926b11014fd692d60d557398dcf1d50c55aa2378507114 category: dev optional: true - name: rtree - version: 1.2.0 + version: 1.4.1 manager: conda platform: linux-64 dependencies: - libspatialindex: '>=2.0.0,<2.0.1.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/rtree-1.2.0-py311ha1603b9_1.conda + libspatialindex: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/rtree-1.4.1-pyh11ca60a_0.conda hash: - md5: 0737315cc9761f4060f9d52d12cea92e - sha256: 9b9d5be1924ced85110f635331379354ba57d44c5416c5709070ddb111048ef6 + md5: 73f0eccab422ca6a96d904a805d68fa3 + sha256: 461ddd1d84c180bb682560b50d538e9e264ee5cc78cab5eb2a0f21cc24815bed category: main optional: false - name: rtree - version: 1.2.0 + version: 1.4.1 manager: conda platform: win-64 dependencies: - libspatialindex: '>=2.0.0,<2.0.1.0a0' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/win-64/rtree-1.2.0-py311h44d53c4_1.conda + libspatialindex: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/rtree-1.4.1-pyh11ca60a_0.conda hash: - md5: a182e3a376af719a275136bfdbc3a70e - sha256: 78fecaad4f4b25ba60dc55af7fb5326d1b3512b8ed240eb45aabc1e86e50e77e + md5: 73f0eccab422ca6a96d904a805d68fa3 + sha256: 461ddd1d84c180bb682560b50d538e9e264ee5cc78cab5eb2a0f21cc24815bed category: main optional: false - name: scikit-learn - version: 1.6.1 + version: 1.8.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - joblib: '>=1.2.0' - libgcc: '>=13' - libstdcxx: '>=13' - numpy: '>=1.19,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - scipy: '' - threadpoolctl: '>=3.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/scikit-learn-1.6.1-py311h57cc02b_0.conda + joblib: '>=1.3.0' + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.24.1' + python: '' + python_abi: 3.13.* + scipy: '>=1.10.0' + threadpoolctl: '>=3.2.0' + url: https://repo.prefix.dev/conda-forge/linux-64/scikit-learn-1.8.0-np2py313h16d504d_1.conda hash: - md5: 5a9d7250b6a2ffdd223c514bc70242ba - sha256: 8b32a09fafa63e2d71cfeb10f908fd3ad10d7d66776d0805bacc00e9315171c4 + md5: d43a148434f123b3e060780d84a05ddc + sha256: 5195fa9172a31d9f0b643c608aa90fbef4e98a50dd0d896e7d25f2939123c72c category: main optional: false - name: scikit-learn - version: 1.6.1 + version: 1.8.0 manager: conda platform: win-64 dependencies: - joblib: '>=1.2.0' - numpy: '>=1.19,<3' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - scipy: '' - threadpoolctl: '>=3.1.0' + joblib: '>=1.3.0' + numpy: '>=1.24.1' + python: '' + python_abi: 3.13.* + scipy: '>=1.10.0' + threadpoolctl: '>=3.2.0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/scikit-learn-1.6.1-py311hdcb8d17_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/scikit-learn-1.8.0-np2py313h4ce4a18_1.conda hash: - md5: c3a6f96c83982aac6ebcc8c98518521c - sha256: a3bc68f2037abd9522d92bd82c170279a7268742d3f430c9bb790b2b5bbef85f + md5: 1a636c8e6f5b92fca019972db0ed348e + sha256: 8b69613ebb401fd80d00316b729950c0a1b0ee9d27c8848adf5f3e7619c4e50c category: main optional: false - name: scipy - version: 1.14.1 + version: 1.17.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' + libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' - libstdcxx: '>=13' - numpy: <2.3 - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.14.1-py311he9a78e4_2.conda + libstdcxx: '>=14' + numpy: <2.7 + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.0-py313h4b8bb8b_1.conda hash: - md5: c4aee8cadc4c9fc9a91aca0803473690 - sha256: b28d91a55205b886308da82428cd522e9dce0ef912445a2e9d89318379c15759 + md5: 2b18fe5b4b2d1611ddf8c2f080a46563 + sha256: e812ebe8115f8daf005f5788ed8f05a0fdabe47eeb4c30bf0a190f2d1d1da0b6 category: main optional: false - name: scipy - version: 1.14.1 + version: 1.17.0 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: <2.3 - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + numpy: <2.7 + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.14.1-py311hf16d85f_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.0-py313he51e9a2_1.conda hash: - md5: 8d3393f64df60e48be00d06ccb63bb18 - sha256: ef98270586c1dfb551f9ff868312554f248f155406f924b91df07cd46c14d302 + md5: b54fb98c96446df58e04957b6c98520e + sha256: 9da71fa94c2de66f5d1eb7d926f655efadf8c4e0a6b6e934a45adaeea0905e9b category: main optional: false - name: send2trash @@ -6420,10 +6556,10 @@ package: dependencies: __linux: '' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyha191276_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda hash: - md5: 645026465469ecd4989188e1c4e24953 - sha256: b25d573874fe39cb8e4cf6ed0279acb9a94fedce5c5ae885da11566d595035ad + md5: 28eb91468df04f655a57bcfbb35fc5c5 + sha256: 59656f6b2db07229351dfb3a859c35e57cc8e8bcbc86d4e501bff881a6f771f1 category: dev optional: true - name: send2trash @@ -6434,10 +6570,10 @@ package: __win: '' python: '>=3.10' pywin32: '' - url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyh6dadd2b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyh6dadd2b_1.conda hash: - md5: 69ba308f1356f39901f5654d82405df3 - sha256: b64e5cdb66f5d31fcef05b6ed95b8be3e80796528aa8a165428496c0dda3383f + md5: 6ac53f3fff2c416d63511843a04646fa + sha256: 305446a0b018f285351300463653d3d3457687270e20eda37417b12ee386ef76 category: dev optional: true - name: setuptools @@ -6827,7 +6963,7 @@ package: category: dev optional: true - name: tbb - version: 2021.13.0 + version: 2022.3.0 manager: conda platform: linux-64 dependencies: @@ -6835,14 +6971,14 @@ package: libgcc: '>=14' libhwloc: '>=2.12.2,<2.12.3.0a0' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2021.13.0-hb700be7_5.conda + url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2022.3.0-hb700be7_2.conda hash: - md5: d4cfccb9ccd4f7cbfde7353b5e20d31a - sha256: a49f26ddf4b954670733586e42e41e43d13f7e8e589b70ead8b7512657404d82 + md5: 8f7278ca5f7456a974992a8b34284737 + sha256: 975710e4b7f1b13c3c30b7fbf21e22f50abe0463b6b47a231582fdedcc45c961 category: main optional: false - name: tbb - version: 2021.13.0 + version: 2022.3.0 manager: conda platform: win-64 dependencies: @@ -6850,10 +6986,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tbb-2021.13.0-h3155e25_5.conda + url: https://repo.prefix.dev/conda-forge/win-64/tbb-2022.3.0-h3155e25_2.conda hash: - md5: 65dea6d658cdf1a4edb27a3cc132d389 - sha256: d4ae2d8556fbbf48ce3e73105d4fa2d17c01207c3753b437f452d0859bb4edbc + md5: 0f9817ffbe25f9e69ceba5ea70c52606 + sha256: abd9a489f059fba85c8ffa1abdaa4d515d6de6a3325238b8e81203b913cf65a9 category: main optional: false - name: tblib @@ -7067,12 +7203,12 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/tornado-6.5.3-py311h49ec1c0_0.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/tornado-6.5.3-py313h07c4f96_0.conda hash: - md5: a0d8cab7384ccfca582b952d9c8c619a - sha256: 0d5c53a3ae7531ddf6bc28fb95edded05f1908f3ccffe5ab820f5992b81e5418 + md5: 82da2dcf1ea3e298f2557b50459809e0 + sha256: 6006d4e5a6ff99be052c939e43adee844a38f2dc148f44a7c11aa0011fd3d811 category: main optional: false - name: tornado @@ -7080,15 +7216,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tornado-6.5.4-py311h3485c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/tornado-6.5.4-py313h5ea7bf4_0.conda hash: - md5: 6e8d1faf5c0c08641c151e0fb79cb4db - sha256: 9e6f04d593e9ced76a72cfe2ad79cc9bc1ad4b6a2bc68c8eda959c5f1103e0a0 + md5: 1402782887fafaa117a8d76d2cfa4761 + sha256: 81b131db1bebed88f11a5f9891c0c0a7c6998dfd96cd96f54839f3a0cbebd5a0 category: main optional: false - name: tqdm @@ -7299,37 +7435,6 @@ package: sha256: 3005729dce6f3d3f5ec91dfc49fc75a0095f9cd23bab49efb899657297ac91a5 category: main optional: false -- name: unicodedata2 - version: 17.0.0 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.0-py311h49ec1c0_1.conda - hash: - md5: 5e6d4026784e83c0a51c86ec428e8cc8 - sha256: d3c0e3ca6eb49095159d8c78970a279a30b98863eff5c3eeb037296d2e1d1670 - category: main - optional: false -- name: unicodedata2 - version: 17.0.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.0-py311h3485c13_1.conda - hash: - md5: a30a6a70ab7754dbf0b06fe1a96af9cb - sha256: 1b1bda3e9eca513cda58e9a3f1d112839bd56c9a1f6e0bf35035acbf028b0f4f - category: main - optional: false - name: uri-template version: 1.3.0 manager: conda @@ -7519,32 +7624,6 @@ package: sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true -- name: wheel - version: 0.46.3 - manager: conda - platform: linux-64 - dependencies: - packaging: '>=24.0' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda - hash: - md5: bdbd7385b4a67025ac2dba4ef8cb6a8f - sha256: d6cf2f0ebd5e09120c28ecba450556ce553752652d91795442f0e70f837126ae - category: main - optional: false -- name: wheel - version: 0.46.3 - manager: conda - platform: win-64 - dependencies: - packaging: '>=24.0' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda - hash: - md5: bdbd7385b4a67025ac2dba4ef8cb6a8f - sha256: d6cf2f0ebd5e09120c28ecba450556ce553752652d91795442f0e70f837126ae - category: main - optional: false - name: widgetsnbextension version: 3.6.10 manager: conda @@ -7602,12 +7681,12 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/wrapt-2.1.1-py311h49ec1c0_0.conda + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/wrapt-2.1.1-py313h07c4f96_0.conda hash: - md5: 248f851a54a5bb314ff5693663a75e64 - sha256: 2208c3a7a36e2c36e028ac5494d4b4812f3c6034bfe98ef1bea5ccaac0c81122 + md5: 3408e776e4e43f04b24dcf74fe8d89a9 + sha256: 7b2790c5cc8ea4acf9bfd9e53aab839f017c3b17110bd55c9fa417d1e30bcd91 category: main optional: false - name: wrapt @@ -7615,15 +7694,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/wrapt-2.1.1-py311h3485c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/wrapt-2.1.1-py313h5ea7bf4_0.conda hash: - md5: d36a4dbd346d2daf28b822abb6a3312c - sha256: c7042eec2064b3806ea52497dca5e35ab8393af7160012be2a054b9684c19453 + md5: 793dd7317d8017677dd1b9ae7d8a5179 + sha256: 1b67e62db527976a6194aab8cbedc8c6e3674f01545e622259daabbcb0f32eae category: main optional: false - name: xorg-libxau @@ -7857,6 +7936,34 @@ package: sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab category: dev optional: true +- name: zlib-ng + version: 2.3.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + libstdcxx: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/zlib-ng-2.3.3-hceb46e0_1.conda + hash: + md5: 2aadb0d17215603a82a2a6b0afd9a4cb + sha256: ea4e50c465d70236408cb0bfe0115609fd14db1adcd8bd30d8918e0291f8a75f + category: main + optional: false +- name: zlib-ng + version: 2.3.3 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/zlib-ng-2.3.3-h0261ad2_1.conda + hash: + md5: 46a21c0a4e65f1a135251fc7c8663f83 + sha256: 71332532332d13b5dbe57074ddcf82ae711bdc132affa5a2982a29ffa06dc234 + category: main + optional: false - name: zstd version: 1.5.7 manager: conda @@ -7886,111 +7993,101 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev12+f38f025 + version: 0.7.0a2.dev16+9039f80 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a2.dev134+53fbc8c6 - matplotlib: '>=3.8.4,<3.9.0' - numpy: '>=1.26.0,<1.27.0' + geoh5py: 0.13.0a2.dev137+84e4d20a + matplotlib: '>=3.10.0,<3.11.0' pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 hash: - sha256: f38f025b418b3cc80f26f198084566fbf2f9711e + sha256: 9039f80d05d94149589480f02eaa1455a58e5970 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev12+f38f025 + version: 0.7.0a2.dev16+9039f80 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a2.dev134+53fbc8c6 - matplotlib: '>=3.8.4,<3.9.0' - numpy: '>=1.26.0,<1.27.0' + geoh5py: 0.13.0a2.dev137+84e4d20a + matplotlib: '>=3.10.0,<3.11.0' pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 hash: - sha256: f38f025b418b3cc80f26f198084566fbf2f9711e + sha256: 9039f80d05d94149589480f02eaa1455a58e5970 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev134+53fbc8c6 + version: 0.13.0a2.dev137+84e4d20a manager: pip platform: linux-64 dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' + h5py: '>=3.15.0,<4.0.0' + numpy: '>=2.0.0,<2.1.0' + pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 hash: - sha256: 53fbc8c6620894ac37f52dfa210909a2fa472714 + sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev134+53fbc8c6 + version: 0.13.0a2.dev137+84e4d20a manager: pip platform: win-64 dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' + h5py: '>=3.15.0,<4.0.0' + numpy: '>=2.0.0,<2.1.0' + pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 hash: - sha256: 53fbc8c6620894ac37f52dfa210909a2fa472714 + sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev5+b453eb3 + version: 0.2.0a2.dev7+433adcf manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev12+f38f025 - geoh5py: 0.13.0a2.dev134+53fbc8c6 - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + geoapps-utils: 0.7.0a2.dev16+9039f80 + geoh5py: 0.13.0a2.dev137+84e4d20a + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 hash: - sha256: b453eb336ace73ced82149313b91eeff030371de + sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev5+b453eb3 + version: 0.2.0a2.dev7+433adcf manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev12+f38f025 - geoh5py: 0.13.0a2.dev134+53fbc8c6 - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + geoapps-utils: 0.7.0a2.dev16+9039f80 + geoh5py: 0.13.0a2.dev137+84e4d20a + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 hash: - sha256: b453eb336ace73ced82149313b91eeff030371de + sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 category: main optional: false - name: mira-simpeg @@ -8006,7 +8103,6 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - typing-extensions: '*' url: git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c hash: sha256: ef94a62a27ecf9713377801f6632861a07e2a65c @@ -8028,7 +8124,6 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - typing-extensions: '*' url: git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c hash: sha256: ef94a62a27ecf9713377801f6632861a07e2a65c diff --git a/py-3.10.conda-lock.yml b/py-3.14.conda-lock.yml similarity index 85% rename from py-3.10.conda-lock.yml rename to py-3.14.conda-lock.yml index c0572784a..6163c06bb 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.14.conda-lock.yml @@ -5,18 +5,18 @@ # available, unless you explicitly update the lock file. # # Install this environment as "YOURENV" with: -# conda-lock install -n YOURENV py-3.10.conda-lock.yml +# conda-lock install -n YOURENV py-3.14.conda-lock.yml # This lock contains optional development dependencies. Include them in the installed environment with: -# conda-lock install --dev-dependencies -n YOURENV py-3.10.conda-lock.yml +# conda-lock install --dev-dependencies -n YOURENV py-3.14.conda-lock.yml # To update a single package to the latest version compatible with the version constraints in the source: -# conda-lock lock --lockfile py-3.10.conda-lock.yml --update PACKAGE +# conda-lock lock --lockfile py-3.14.conda-lock.yml --update PACKAGE # To re-solve the entire environment, e.g. after changing a version constraint in the source file: -# conda-lock -f pyproject.toml -f environments/env-python-3.10.yml --lockfile py-3.10.conda-lock.yml +# conda-lock -f pyproject.toml -f environments/env-python-3.14.yml --lockfile py-3.14.conda-lock.yml version: 1 metadata: content_hash: - win-64: 4095d8c1a6c5ba4facb54b1eef593eaa3c13a1bb5dba5638b7d7103f84795d37 - linux-64: 56acf844153236bc0bae9c73a9c7a6769bafd992ebe223ac3fa1ee1ba32d25ef + win-64: 854d7db56e54894b76c440f6525b2d56665c359c03f307513bd606d7fd635941 + linux-64: f1fa4dc6e9e3caf0b7dbd62e65b6b9a2165607c6318db46e72ba5e50be01d331 channels: - url: conda-forge used_env_vars: [] @@ -27,7 +27,7 @@ metadata: - linux-64 sources: - pyproject.toml - - environments/env-python-3.10.yml + - environments/env-python-3.14.yml package: - name: _openmp_mutex version: '4.5' @@ -47,13 +47,39 @@ package: platform: win-64 dependencies: libgomp: '>=7.5.0' - libwinpthread: '>=12.0.0.r2.ggc561118da' - url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-2_gnu.conda + libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' + url: https://repo.prefix.dev/conda-forge/win-64/_openmp_mutex-4.5-20_gnu.conda hash: - md5: 37e16618af5c4851a3f3d66dd0e11141 - sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d + md5: 1626967b574d1784b578b52eaeb071e7 + sha256: 8a1cee28bd0ee7451ada1cd50b64720e57e17ff994fc62dd8329bef570d382e4 category: main optional: false +- name: _python_abi3_support + version: '1.0' + manager: conda + platform: linux-64 + dependencies: + cpython: '' + python-gil: '' + url: https://repo.prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda + hash: + md5: aaa2a381ccc56eac91d63b6c1240312f + sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661 + category: dev + optional: true +- name: _python_abi3_support + version: '1.0' + manager: conda + platform: win-64 + dependencies: + cpython: '' + python-gil: '' + url: https://repo.prefix.dev/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda + hash: + md5: aaa2a381ccc56eac91d63b6c1240312f + sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661 + category: dev + optional: true - name: alabaster version: 0.7.16 manager: conda @@ -111,7 +137,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '' + python: '>=3.10' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.12.1-pyhcf101f3_0.conda hash: @@ -168,14 +194,14 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - cffi: '>=1.0.1' + cffi: '>=2.0.0b1' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py310h7c4b9e2_2.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/argon2-cffi-bindings-25.1.0-py314h5bd0f2a_2.conda hash: - md5: 7f9a178be0c687e77f7248507737d15e - sha256: 5396242c40688b33b57d8564025569598ab4848fd03852bb7415443b9f421fa1 + md5: 3cca1b74b2752917b5b65b81f61f0553 + sha256: 39234a99df3d2e3065383808ed8bfda36760de5ef590c54c3692bb53571ef02b category: dev optional: true - name: argon2-cffi-bindings @@ -183,16 +209,16 @@ package: manager: conda platform: win-64 dependencies: - cffi: '>=1.0.1' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + cffi: '>=2.0.0b1' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/argon2-cffi-bindings-25.1.0-py310h29418f3_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/argon2-cffi-bindings-25.1.0-py314h5a2d7ad_2.conda hash: - md5: 16b3afb462e093533f45c21d0ee3a0d7 - sha256: f7302250bc8844057271c3a7ba610f4cd6cf50dba850ed4138a0205edbed8f98 + md5: ffa247e46f47e157851dc547f4c513e4 + sha256: a742e7cd0d5534bfff3fd550a0c1e430411fad60a24f88930d261056ab08096f category: dev optional: true - name: arrow @@ -200,7 +226,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' python-dateutil: '>=2.7.0' python-tzdata: '' url: https://repo.prefix.dev/conda-forge/noarch/arrow-1.4.0-pyhcf101f3_0.conda @@ -252,13 +278,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - typing_extensions: '>=4' - url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.4-py310hff52083_0.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.4-py314hdafbbf9_0.conda hash: - md5: fe5ef751d646f833524f4df1d0e438d2 - sha256: 2b20935b848c87aef6a21ab4112c162688ad8b28a8f48fc149ed0aa1f7601af5 + md5: bc30c5eab5cb4daeff7931dd6523e1d7 + sha256: 64b35b179ffc0e2409eced094c6280f89c4bbbba5715ae2ba18d37e18e00fce0 category: dev optional: true - name: astroid @@ -266,13 +291,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - typing_extensions: '>=4' - url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.4-py310h5588dad_0.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.4-py314h86ab7b2_0.conda hash: - md5: a1c7d585959ba5f072aef39ec4155478 - sha256: 6026ea03e3ff39764e5f24676290e642ef75b64c5d3a25954b82dcfa673de107 + md5: d104588051bc8b8c592cfd1ccdbf0a6b + sha256: 18d45f2251b15637c73f3d9a5818601797a9ee89b0bb0203bf810dac27d1294a category: dev optional: true - name: asttokens @@ -304,7 +328,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.1.0-pyhcf101f3_0.conda hash: @@ -330,7 +354,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/attrs-25.4.0-pyhcf101f3_1.conda hash: md5: 537296d57ea995666c68c821b00e360b @@ -354,7 +378,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' pytz: '>=2015.7' url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda hash: @@ -380,15 +404,11 @@ package: manager: conda platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - python: '' - python_abi: 3.10.* - zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py310h69bd2ac_0.conda + python: '>=3.14' + url: https://repo.prefix.dev/conda-forge/noarch/backports.zstd-1.3.0-py314h680f03e_0.conda hash: - md5: 276a3ddf300498921601822e3b407088 - sha256: 6660be15a45175c98f750b8bbc3fd07e0da36043624b376de49769bd14a0a16f + md5: a2ac7763a9ac75055b68f325d3255265 + sha256: c31ab719d256bc6f89926131e88ecd0f0c5d003fe8481852c6424f4ec6c7eb29 category: main optional: false - name: backports.zstd @@ -396,16 +416,11 @@ package: manager: conda platform: win-64 dependencies: - python: '' - python_abi: 3.10.* - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.3.0-py310h458dff3_0.conda + python: '>=3.14' + url: https://repo.prefix.dev/conda-forge/noarch/backports.zstd-1.3.0-py314h680f03e_0.conda hash: - md5: 9f9e5cd3aa06ea10681a65355f5dca09 - sha256: ceb8b49b9bf0246b606089ce95e5afe0c4fd39ada3c8c381a3d03fd9beafba88 + md5: a2ac7763a9ac75055b68f325d3255265 + sha256: c31ab719d256bc6f89926131e88ecd0f0c5d003fe8481852c6424f4ec6c7eb29 category: main optional: false - name: beautifulsoup4 @@ -441,7 +456,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.3.0-pyhcf101f3_1.conda hash: @@ -602,12 +617,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py310hba01987_1.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py314h3de4e8d_1.conda hash: - md5: 393fca4557fbd2c4d995dcb89f569048 - sha256: f036fe554d902549f86689a9650a0996901d5c9242b0a1e3fbfe6dbccd2ae011 + md5: 8910d2c46f7e7b519129f486e0fe927a + sha256: 3ad3500bff54a781c29f16ce1b288b36606e2189d0b0ef2f67036554f47f12b0 category: main optional: false - name: brotli-python @@ -615,15 +630,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py310hfff998d_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py314he701e3d_1.conda hash: - md5: 0caf12fa6690b7f64883b2239853dda0 - sha256: fd250a4f92c2176f23dd4e07de1faf76741dabcc8fa00b182748db4d9578ff7e + md5: 1302b74b93c44791403cbeee6a0f62a3 + sha256: 6854ee7675135c57c73a04849c29cbebc2fb6a3a3bfee1f308e64bf23074719b category: main optional: false - name: bzip2 @@ -748,8 +763,8 @@ package: hash: md5: eacc711330cd46939f66cd401ff9c44b sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 - category: main - optional: false + category: dev + optional: true - name: certifi version: 2026.1.4 manager: conda @@ -760,8 +775,8 @@ package: hash: md5: eacc711330cd46939f66cd401ff9c44b sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 - category: main - optional: false + category: dev + optional: true - name: cffi version: 2.0.0 manager: conda @@ -771,12 +786,12 @@ package: libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' pycparser: '' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py310he7384ee_1.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py314h4a8dc5f_1.conda hash: - md5: 803e2d778b8dcccdc014127ec5001681 - sha256: bf76ead6d59b70f3e901476a73880ac92011be63b151972d135eec55bbbe6091 + md5: cf45f4278afd6f4e6d03eda0f435d527 + sha256: c6339858a0aaf5d939e00d345c98b99e4558f285942b27232ac098ad17ac7f8e category: dev optional: true - name: cffi @@ -785,15 +800,15 @@ package: platform: win-64 dependencies: pycparser: '' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py310h29418f3_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py314h5a2d7ad_1.conda hash: - md5: 269ba3d69bf6569296a29425a26400df - sha256: abd04b75ee9a04a2f00dc102b4dc126f393fde58536ca4eaf1a72bb7d60dadf4 + md5: c360170be1c9183654a240aadbedad94 + sha256: 924f2f01fa7a62401145ef35ab6fc95f323b7418b2644a87fea0ea68048880ed category: dev optional: true - name: charset-normalizer @@ -826,7 +841,7 @@ package: platform: linux-64 dependencies: __unix: '' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/click-8.3.1-pyh8f84b5b_1.conda hash: md5: ea8a6c3256897cc31263de9f455e25d9 @@ -852,7 +867,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhcf101f3_1.conda hash: md5: 61b8078a0905b12529abc622406cb62c @@ -900,7 +915,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' url: https://repo.prefix.dev/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda hash: md5: 2da13f2b299d8e1995bafbbe9689a2f7 @@ -920,37 +935,37 @@ package: category: dev optional: true - name: contourpy - version: 1.3.2 + version: 1.3.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' - numpy: '>=1.23' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.2-py310h3788b33_0.conda + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.25' + python: '' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/contourpy-1.3.3-py314h97ea11e_4.conda hash: - md5: b6420d29123c7c823de168f49ccdfe6a - sha256: 5231c1b68e01a9bc9debabc077a6fb48c4395206d59f40a4598d1d5e353e11d8 + md5: 95bede9cdb7a30a4b611223d52a01aa4 + sha256: b0314a7f1fb4a294b1a8bcf5481d4a8d9412a9fee23b7e3f93fb10e4d504f2cc category: main optional: false - name: contourpy - version: 1.3.2 + version: 1.3.3 manager: conda platform: win-64 dependencies: - numpy: '>=1.23' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + numpy: '>=1.25' + python: '' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/contourpy-1.3.2-py310hc19bc0b_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/contourpy-1.3.3-py314hf309875_4.conda hash: - md5: 039416813b5290e7d100a05bb4326110 - sha256: 096a7cf6bf77faf3e093936d831118151781ddbd2ab514355ee2f0104b490b1e + md5: c26934035616f7d578f9da0491aed3d8 + sha256: f141bcbf8e490b49b2f53f517173d13a64d75e43cfae170e0d931cb0b66f4bce category: main optional: false - name: coverage @@ -960,13 +975,13 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py310h3406613_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py314h67df5f8_0.conda hash: - md5: be1cd42538c1a1f587ea319f756ecc37 - sha256: 68afd2810131ac1e6d8db9b59947eeca4087060588abb16a06ca28813e8f95e6 + md5: 6c7efc167cee337d9c41200506d022b8 + sha256: b84aa99886610e0c3856ee1b577fe5c2552a5677bb7d281b4a86e79248813898 category: dev optional: true - name: coverage @@ -974,16 +989,42 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* tomli: '' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py310hdb0e946_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py314h2359020_0.conda + hash: + md5: ac7417dc27e19765fd50f547d9a9e445 + sha256: be570faa6580aa8ddeead7f3639ae27c46e02446613c85af9c3eab395f8dedd6 + category: dev + optional: true +- name: cpython + version: 3.14.3 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.14,<3.15.0a0' + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.14.3-py314hd8ed1ab_101.conda + hash: + md5: 3bb89e4f795e5414addaa531d6b1500a + sha256: 91b06300879df746214f7363d6c27c2489c80732e46a369eb2afc234bcafb44c + category: dev + optional: true +- name: cpython + version: 3.14.3 + manager: conda + platform: win-64 + dependencies: + python: '>=3.14,<3.15.0a0' + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.14.3-py314hd8ed1ab_101.conda hash: - md5: 01b89e256c65f368ea1b5c0c6f82fa18 - sha256: 8ca420e16d33217cda0e1bf521d0b78fcdc6d8a0ce5e54196c3a65539d212c73 + md5: 3bb89e4f795e5414addaa531d6b1500a + sha256: 91b06300879df746214f7363d6c27c2489c80732e46a369eb2afc234bcafb44c category: dev optional: true - name: cycler @@ -991,7 +1032,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -1017,13 +1058,13 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* toolz: '>=0.10.0' - url: https://repo.prefix.dev/conda-forge/linux-64/cytoolz-1.1.0-py310h7c4b9e2_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/cytoolz-1.1.0-py314h5bd0f2a_1.conda hash: - md5: aa27c9572fd9f548f911300dc6305bf4 - sha256: 9cbeb77ad9e23c7ffc85399fd41a85a61d511a1e28d0ff2132baf4b116983596 + md5: 51b0391b0ce96be49b1174e9a3e4a279 + sha256: 7d0c7ac736f944ae1e97a2f066d5529d280d7d014bbf181c1d6d48d5efb1488d category: main optional: false - name: cytoolz @@ -1031,16 +1072,16 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* toolz: '>=0.10.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/cytoolz-1.1.0-py310h29418f3_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/cytoolz-1.1.0-py314h5a2d7ad_1.conda hash: - md5: ac4ba4ddb0149dcf20a4bd6a917c5702 - sha256: 3ab0ef8ee81b79adec8ad27142a8bbda4b6c3abd699f091bdd5188c93ac46245 + md5: 0453c0a90d9e3ff1c1812103aff3c974 + sha256: 6a87eb2343b80fe22043e77a67076cfb213e2ae89763201c1c2da2f1ef71219b category: main optional: false - name: dask-core @@ -1092,11 +1133,11 @@ package: libgcc: '>=14' libstdcxx: '>=14' python: '' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/debugpy-1.8.20-py310h25320af_0.conda + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/debugpy-1.8.20-py314h42812f9_0.conda hash: - md5: 6ae8cc92dfb0b063519b9203445506af - sha256: 129b1c9a2a2ed1fc3cdb2005d0af8bd1e4d12486c9d27fd5b154d39b4c2373a7 + md5: 57e6fad901c05754d5256fe3ab9f277b + sha256: d9e89e351d7189c41615cfceca76b3bcacaa9c81d9945ac1caa6fb9e5184f610 category: dev optional: true - name: debugpy @@ -1105,14 +1146,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.10.* + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/debugpy-1.8.20-py310h699e580_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/debugpy-1.8.20-py314hb98de8c_0.conda hash: - md5: b2593f2b78589063833a245823e830ed - sha256: 54fe3d0c32dca060666828e216d92a68c59de9a154c8e21d9800714cd3ba32c3 + md5: 48ae8370a4562f7049d587d017792a3a + sha256: ece1d8299ad081edaf1e5279f2a900bdedddb2c795ac029a06401543cd7610ad category: dev optional: true - name: decorator @@ -1163,12 +1204,38 @@ package: sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be category: dev optional: true +- name: deprecated + version: 1.3.1 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.10' + wrapt: <3,>=1.10 + url: https://repo.prefix.dev/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda + hash: + md5: 5498feb783ab29db6ca8845f68fa0f03 + sha256: 7d57a7b8266043ffb99d092ebc25e89a0a2490bed4146b9432c83c2c476fa94d + category: main + optional: false +- name: deprecated + version: 1.3.1 + manager: conda + platform: win-64 + dependencies: + python: '>=3.10' + wrapt: <3,>=1.10 + url: https://repo.prefix.dev/conda-forge/noarch/deprecated-1.3.1-pyhd8ed1ab_1.conda + hash: + md5: 5498feb783ab29db6ca8845f68fa0f03 + sha256: 7d57a7b8266043ffb99d092ebc25e89a0a2490bed4146b9432c83c2c476fa94d + category: main + optional: false - name: dill version: 0.4.1 manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -1196,13 +1263,13 @@ package: libgcc: '>=14' libstdcxx: '>=14' numpy: '>=1.22.4' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py310hc563356_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py314h3a4f467_1.conda hash: - md5: d9efc4158d8b8ced5fe03de5be5b69d1 - sha256: e415905d8a52a48311e0a945d3f36b202ad03bffea055c382ce4b1d98fa4358e + md5: 2960de522f582f8e82ca103f07bf99cb + sha256: 0fb0367ac9a142b573a1f1f58691528a3ff875f580c46a7a74c9c8f693ed3ca2 category: main optional: false - name: discretize @@ -1211,16 +1278,16 @@ package: platform: win-64 dependencies: numpy: '>=1.22.4' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* scipy: '>=1.8' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py310hfb7dd09_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py314hbac2fa4_1.conda hash: - md5: 2c96382a0b0f165f9531169cb976364d - sha256: dfc5d6d83ec306f8ac45e9d71d35c9d4fe8504753264d426e0e2dd55173124c7 + md5: 734136652f15b6bd1482f92dc56a7a82 + sha256: fa7efeb39faa0e2c95eaa2ac72ad4e006d6184456443718cbc7250c31d42d9ef category: main optional: false - name: distributed @@ -1280,29 +1347,29 @@ package: category: main optional: false - name: docutils - version: '0.19' + version: 0.18.1 manager: conda platform: linux-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/docutils-0.19-py310hff52083_1.tar.bz2 + python: '>=3.14.0rc2,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/docutils-0.18.1-py314hdafbbf9_1.conda hash: - md5: 21b8fa2179290505e607f5ccd65b01b0 - sha256: f3a564449daedafe5931ab4efe7bc4f240182f2b760e7877f15b2898b7f1c988 + md5: 5fb3582c49ec839438373e2ddc075b52 + sha256: aaca2c89a272ea141e636c71510b1c1b44d9b1a408c549d598bc711b9bdcd90b category: dev optional: true - name: docutils - version: '0.19' + version: 0.18.1 manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/win-64/docutils-0.19-py310h5588dad_1.tar.bz2 + python: '>=3.14.0rc2,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/win-64/docutils-0.18.1-py314h86ab7b2_1.conda hash: - md5: 88111d95b12d83681d0ecdbbc24eee8e - sha256: 6b40f145b1fdf6b45016d29f193a8ca72a9359ea44cc19624901248f7a9b5ba7 + md5: 1714b7424cf90e745351757cf629e022 + sha256: ca1d41146115afd54590dad17af0a8c41359c454797d44e290fb3e5bff51034e category: dev optional: true - name: exceptiongroup @@ -1384,17 +1451,14 @@ package: manager: conda platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' brotli: '' - libgcc: '>=14' munkres: '' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.10' unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.61.1-py310h3406613_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/fonttools-4.61.1-pyh7db6752_0.conda hash: - md5: 24fa891e40acdb1c7f51efd0c5f97084 - sha256: 6dccba7a293b6dbab029da4d921d2d94227c9541152489fc7d7db4ec3c68dff3 + md5: d5da976e963e70364b9e3ff270842b9f + sha256: bb74f1732065eb95c3ea4ae7f7ab29d6ddaafe6da32f009106bf9a335147cb77 category: main optional: false - name: fonttools @@ -1404,16 +1468,12 @@ package: dependencies: brotli: '' munkres: '' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - ucrt: '>=10.0.20348.0' + python: '>=3.10' unicodedata2: '>=15.1.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.61.1-py310hdb0e946_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/fonttools-4.61.1-pyh7db6752_0.conda hash: - md5: c2b488b68301c02d503e5cc9ee7bafc8 - sha256: 433be2ca71f302bb9fa6bde0b842417f2ab9b203fae8547ce95a3def9edfc9e3 + md5: d5da976e963e70364b9e3ff270842b9f + sha256: bb74f1732065eb95c3ea4ae7f7ab29d6ddaafe6da32f009106bf9a335147cb77 category: main optional: false - name: fqdn @@ -1501,14 +1561,14 @@ package: libdlf: '' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.21,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + numpy: '>=1.23,<3' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/geoana-0.7.2-py310hc563356_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/geoana-0.7.2-py314h3a4f467_1.conda hash: - md5: 80cd885633007a9b37ef06e9a77360cd - sha256: 31a39035425c59c1aa1aa78a5074e5f023b2de59362bf146aec1e9ad16febc5c + md5: be58ca9776e71397681293d1130afe4e + sha256: 80e71c39092eb69bca24fa37f3c7629d153074f45b8d4ab73be021563433cb61 category: main optional: false - name: geoana @@ -1517,17 +1577,17 @@ package: platform: win-64 dependencies: libdlf: '' - numpy: '>=1.21,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + numpy: '>=1.23,<3' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* scipy: '>=1.8' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/geoana-0.7.2-py310hfb7dd09_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/geoana-0.7.2-py314hbac2fa4_1.conda hash: - md5: bd26f60d029b7966d9118992349a1a6e - sha256: fffda4c51a94c405a222a7c2649c1b138424b066560eac2fccbf82d7c3064375 + md5: 8105ba4c29e94e2c9335d0996688e11b + sha256: c715f5c1457efbd51952a7c2d13044630b3e7e6b263c5180a130147f4b6eae7e category: main optional: false - name: h11 @@ -1535,7 +1595,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/h11-0.16.0-pyhcf101f3_1.conda hash: @@ -1563,7 +1623,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -1593,13 +1653,13 @@ package: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' libgcc: '>=14' - numpy: '>=1.21,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py310h4aa865e_101.conda + numpy: '>=1.23,<3' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py314hc32fe06_101.conda hash: - md5: 4fccf52eaeb2ae9d9e251623e2b66e63 - sha256: 427fc2540a4728dc80d9f0b464541aed61d35ae9ccafcd7f6bbce499eeaf8ce9 + md5: d5f709371311de1343675757978a50d5 + sha256: 36f836d9212fda38e09e3d7c1e694996112456c1b1da1b1bb6c0072321559082 category: main optional: false - name: h5py @@ -1609,16 +1669,16 @@ package: dependencies: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' - numpy: '>=1.21,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + numpy: '>=1.23,<3' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py310hb7e4da9_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py314hc249e69_101.conda hash: - md5: 357927e58b9ead286f57328aa6eff36b - sha256: cdd286739e413eb96a6b6d304d8ad53cb3345e426a75c4c44ce55d1a1a649efb + md5: 4019722f94eac6540faf77d20cc4190d + sha256: 7a05562f2cf290b50de67eefef6ea704ec2356551a2683b767c511680562eeaa category: main optional: false - name: hdf5 @@ -1692,7 +1752,7 @@ package: certifi: '' h11: '>=0.16' h2: '>=3,<5' - python: '' + python: '>=3.9' sniffio: 1.* url: https://repo.prefix.dev/conda-forge/noarch/httpcore-1.0.9-pyh29332c3_0.conda hash: @@ -1854,7 +1914,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' zipp: '>=3.20' url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda hash: @@ -1940,7 +2000,7 @@ package: nest-asyncio: '>=1.4' packaging: '>=22' psutil: '>=5.7' - python: '' + python: '>=3.10' pyzmq: '>=25' tornado: '>=6.4.1' traitlets: '>=5.4.0' @@ -1976,51 +2036,49 @@ package: category: dev optional: true - name: ipython - version: 8.37.0 + version: 9.10.0 manager: conda platform: linux-64 dependencies: __unix: '' - decorator: '' - exceptiongroup: '' - jedi: '>=0.16' - matplotlib-inline: '' + decorator: '>=4.3.2' + ipython_pygments_lexers: '>=1.0.0' + jedi: '>=0.18.1' + matplotlib-inline: '>=0.1.5' pexpect: '>4.3' - pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' - pygments: '>=2.4.0' - python: '' - stack_data: '' + pygments: '>=2.11.0' + python: '>=3.11' + stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' - url: https://repo.prefix.dev/conda-forge/noarch/ipython-8.37.0-pyh8f84b5b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.10.0-pyh53cf698_0.conda hash: - md5: 177cfa19fe3d74c87a8889286dc64090 - sha256: e43fa762183b49c3c3b811d41259e94bb14b7bff4a239b747ef4e1c6bbe2702d + md5: 441ca4e203a62f7db2f29f190c02b9cf + sha256: 12cb4db242ea1a2e5e60a51b20f16e9c8120a9eb5d013c641cbf827bf3bb78e1 category: dev optional: true - name: ipython - version: 8.37.0 + version: 9.10.0 manager: conda platform: win-64 dependencies: __win: '' - colorama: '' - decorator: '' - exceptiongroup: '' - jedi: '>=0.16' - matplotlib-inline: '' - pickleshare: '' + colorama: '>=0.4.4' + decorator: '>=4.3.2' + ipython_pygments_lexers: '>=1.0.0' + jedi: '>=0.18.1' + matplotlib-inline: '>=0.1.5' prompt-toolkit: '>=3.0.41,<3.1.0' - pygments: '>=2.4.0' - python: '>=3.10' - stack_data: '' + pygments: '>=2.11.0' + python: '>=3.11' + stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' - url: https://repo.prefix.dev/conda-forge/noarch/ipython-8.37.0-pyha7b4d00_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.10.0-pyhe2676ad_0.conda hash: - md5: 2ffea44095ca39b38b67599e8091bca3 - sha256: 4812e69a1c9d6d43746fa7e8efaf9127d257508249e7192e68cd163511a751ee + md5: d44777fc7219cb62865dfdcba308ea0d + sha256: 89e39c69cb3b8b0d11930968d66dca6f7c3dff3ad8c520ac10af11f53a10fae4 category: dev optional: true - name: ipython_genutils @@ -2047,6 +2105,32 @@ package: sha256: 45821a8986b4cb2421f766b240dbe6998a3c3123f012dd566720c1322e9b6e18 category: dev optional: true +- name: ipython_pygments_lexers + version: 1.1.1 + manager: conda + platform: linux-64 + dependencies: + pygments: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/ipython_pygments_lexers-1.1.1-pyhd8ed1ab_0.conda + hash: + md5: bd80ba060603cc228d9d81c257093119 + sha256: 894682a42a7d659ae12878dbcb274516a7031bbea9104e92f8e88c1f2765a104 + category: dev + optional: true +- name: ipython_pygments_lexers + version: 1.1.1 + manager: conda + platform: win-64 + dependencies: + pygments: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/ipython_pygments_lexers-1.1.1-pyhd8ed1ab_0.conda + hash: + md5: bd80ba060603cc228d9d81c257093119 + sha256: 894682a42a7d659ae12878dbcb274516a7031bbea9104e92f8e88c1f2765a104 + category: dev + optional: true - name: ipywidgets version: 7.8.5 manager: conda @@ -2167,7 +2251,7 @@ package: platform: linux-64 dependencies: markupsafe: '>=2.0' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -2242,7 +2326,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/jsonpointer-3.0.0-pyhcf101f3_3.conda hash: md5: cd2214824e36b0180141d422aba01938 @@ -2268,7 +2352,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '' + python: '>=3.10' referencing: '>=0.28.4' rpds-py: '>=0.25.0' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.26.0-pyhcf101f3_0.conda @@ -2298,7 +2382,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' referencing: '>=0.31.0' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-specifications-2025.9.1-pyhcf101f3_0.conda hash: @@ -2371,7 +2455,7 @@ package: jupyter_server: '' nodejs: '>=20' platformdirs: '>=4.2.2' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.1.2-pyhcf101f3_0.conda hash: md5: e1b35482145a0ad4ff458d5803ebb158 @@ -2402,7 +2486,7 @@ package: dependencies: importlib-metadata: '>=4.8.3' jupyter_server: '>=1.1.2' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/jupyter-lsp-2.3.0-pyhcf101f3_0.conda hash: md5: 62b7c96c6cd77f8173cc5cada6a9acaa @@ -2429,7 +2513,7 @@ package: platform: linux-64 dependencies: jupyter_core: '>=5.1' - python: '' + python: '>=3.10' python-dateutil: '>=2.8.2' pyzmq: '>=25.0' tornado: '>=6.4.1' @@ -2495,17 +2579,17 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '' + python: '>=3.9' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' rfc3339-validator: '' rfc3986-validator: '>=0.1.1' traitlets: '>=5.3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda hash: - md5: f56000b36f09ab7533877e695e4e8cb0 - sha256: 37e6ac3ccf7afcc730c3b93cb91a13b9ae827fd306f35dd28f958a74a14878b5 + md5: 31e11c30bbee1682a55627f953c6725a + sha256: e9964aaaf6d24a685cd5ce9d75731b643ed7f010fb979574a6580cd2f974c6cd category: dev optional: true - name: jupyter_events @@ -2522,10 +2606,10 @@ package: rfc3339-validator: '' rfc3986-validator: '>=0.1.1' traitlets: '>=5.3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyh29332c3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyter_events-0.12.0-pyhe01879c_0.conda hash: - md5: f56000b36f09ab7533877e695e4e8cb0 - sha256: 37e6ac3ccf7afcc730c3b93cb91a13b9ae827fd306f35dd28f958a74a14878b5 + md5: 31e11c30bbee1682a55627f953c6725a + sha256: e9964aaaf6d24a685cd5ce9d75731b643ed7f010fb979574a6580cd2f974c6cd category: dev optional: true - name: jupyter_server @@ -2545,7 +2629,7 @@ package: overrides: '>=5.0' packaging: '>=22.0' prometheus_client: '>=0.9' - python: '' + python: '>=3.10' pyzmq: '>=24' send2trash: '>=1.8.2' terminado: '>=0.8.3' @@ -2593,7 +2677,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' terminado: '>=0.8.3' url: https://repo.prefix.dev/conda-forge/noarch/jupyter_server_terminals-0.5.4-pyhcf101f3_0.conda hash: @@ -2615,7 +2699,7 @@ package: category: dev optional: true - name: jupyterlab - version: 4.5.3 + version: 4.5.4 manager: conda platform: linux-64 dependencies: @@ -2634,14 +2718,14 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.4-pyhd8ed1ab_0.conda hash: - md5: 106f4e36e14797b9c2abfc3849d9e92f - sha256: 18b5bff46717023ef5e81ae6ba71b254c1aca474db32c6dc21897c46ea26fa75 + md5: b555f252a0796e00ce9d8ec318196da7 + sha256: 393286d44caf54ff321306be88d3f5b926b0a7b87cc34ae10dd94da71a572008 category: dev optional: true - name: jupyterlab - version: 4.5.3 + version: 4.5.4 manager: conda platform: win-64 dependencies: @@ -2660,10 +2744,10 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.5.4-pyhd8ed1ab_0.conda hash: - md5: 106f4e36e14797b9c2abfc3849d9e92f - sha256: 18b5bff46717023ef5e81ae6ba71b254c1aca474db32c6dc21897c46ea26fa75 + md5: b555f252a0796e00ce9d8ec318196da7 + sha256: 393286d44caf54ff321306be88d3f5b926b0a7b87cc34ae10dd94da71a572008 category: dev optional: true - name: jupyterlab_pygments @@ -2703,7 +2787,7 @@ package: jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '' + python: '>=3.10' requests: '>=2.31' url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: @@ -2812,11 +2896,11 @@ package: libgcc: '>=14' libstdcxx: '>=14' python: '' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py310haaf941d_2.conda + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py314h97ea11e_2.conda hash: - md5: 7426d76535fc6347f1b74f85fb17d6eb - sha256: 5ef8337c7a89719427d25b0cdc776b34116fe988efc9bf56f5a2831d74b1584e + md5: 57f1ce4f7ba6bcd460be8f83c8f04c69 + sha256: a707d08c095d02148201f2da9fba465054fb750e33117e215892a4fefcc1b54a category: main optional: false - name: kiwisolver @@ -2825,14 +2909,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.10.* + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py310h1e1005b_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py314hf309875_2.conda hash: - md5: 6b165d2b50fce619244bec7495bbbbc2 - sha256: dbca5656a0e07dbc998d4d5e51497782d2e0d9c097a1072a9d4df5e2ef797dce + md5: e9d93271b021332f5492ff5478601614 + sha256: ded907ab1ce24abcff20bc239e770ae7ef4cff6fdcfb8cc24ca59ebe736a1d3f category: main optional: false - name: krb5 @@ -2991,27 +3075,27 @@ package: category: main optional: false - name: libblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-37_h5875eb1_mkl.conda + libopenblas: '>=0.3.30,<0.3.31.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h4a7cf45_openblas.conda hash: - md5: 888c2ae634bce09709dffd739ba9f1bc - sha256: 815cc467cb4ffe421f72cff675da33287555ec977388ed5baa09be90448efcbe + md5: c160954f7418d7b6e87eaf05a8913fa9 + sha256: 18c72545080b86739352482ba14ba2c4815e19e26a7417ca21a95b76ec8da24c category: main optional: false - name: libblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-35_h5709861_mkl.conda + mkl: '>=2025.3.0,<2026.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-5_hf2e6a31_mkl.conda hash: - md5: 45d98af023f8b4a7640b1f713ce6b602 - sha256: 4180e7ab27ed03ddf01d7e599002fcba1b32dcb68214ee25da823bac371ed362 + md5: f9decf88743af85c9c9e05556a4c47c0 + sha256: f0cb7b2697461a306341f7ff32d5b361bb84f3e94478464c1e27ee01fc8f276b category: main optional: false - name: libbrotlicommon @@ -3100,27 +3184,27 @@ package: category: main optional: false - name: libcblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-37_hfef963f_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_h0358290_openblas.conda hash: - md5: f66eb9a9396715013772b8a3ef7396be - sha256: d3d3bf31803396001e74de27f266781cd9d5f9e34b288762b9e6e1183a7815a4 + md5: 6636a2b6f1a87572df2970d3ebc87cc0 + sha256: 0cbdcc67901e02dc17f1d19e1f9170610bd828100dc207de4d5b6b8ad1ae7ad8 category: main optional: false - name: libcblas - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-35_h2a3cdd5_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-5_h2a3cdd5_mkl.conda hash: - md5: 9639091d266e92438582d0cc4cfc8350 - sha256: 88939f6c1b5da75bd26ce663aa437e1224b26ee0dab5e60cecc77600975f397e + md5: b3fa8e8b55310ba8ef0060103afb02b5 + sha256: 49dc59d8e58360920314b8d276dd80da7866a1484a9abae4ee2760bc68f3e68d category: main optional: false - name: libcurl @@ -3510,27 +3594,27 @@ package: category: main optional: false - name: liblapack - version: 3.9.0 + version: 3.11.0 manager: conda platform: linux-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-37_h5e43f62_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h47877c9_openblas.conda hash: - md5: 0c4af651539e79160cd3f0783391e918 - sha256: 1919047509e5067052130db19d7e9afcf74c045f45cbbf72940919f3875359de + md5: b38076eb5c8e40d0106beda6f95d7609 + sha256: c723b6599fcd4c6c75dee728359ef418307280fa3e2ee376e14e85e5bbdda053 category: main optional: false - name: liblapack - version: 3.9.0 + version: 3.11.0 manager: conda platform: win-64 dependencies: - libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-35_hf9ab0e9_mkl.conda + libblas: 3.11.0 + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-5_hf9ab0e9_mkl.conda hash: - md5: 0c6ed9d722cecda18f50f17fb3c30002 - sha256: 56e0992fb58eed8f0d5fa165b8621fa150b84aa9af1467ea0a7a9bb7e2fced4f + md5: e62c42a4196dee97d20400612afcb2b1 + sha256: a2d33f5cc2b8a9042f2af6981c6733ab1a661463823eaa56595a9c58c0ab77e1 category: main optional: false - name: liblzma @@ -3560,6 +3644,33 @@ package: sha256: f25bf293f550c8ed2e0c7145eb404324611cfccff37660869d97abf526eb957c category: main optional: false +- name: libmpdec + version: 4.0.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libmpdec-4.0.0-hb03c661_1.conda + hash: + md5: 2c21e66f50753a083cbe6b80f38268fa + sha256: fe171ed5cf5959993d43ff72de7596e8ac2853e9021dec0344e583734f1e0843 + category: main + optional: false +- name: libmpdec + version: 4.0.0 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libmpdec-4.0.0-hfd05255_1.conda + hash: + md5: e4a9fc2bba3b022dad998c78856afe47 + sha256: 40dcd0b9522a6e0af72a9db0ced619176e7cfdb114855c7a64f278e73f8a7514 + category: main + optional: false - name: libnghttp2 version: 1.67.0 manager: conda @@ -3578,17 +3689,21 @@ package: sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 category: main optional: false -- name: libnsl - version: 2.0.1 +- name: libopenblas + version: 0.3.30 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda + _openmp_mutex: '*' + libgcc: '>=14' + libgfortran: '' + libgfortran5: '>=14.3.0' + llvm-openmp: '>=21.1.5' + url: https://repo.prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-openmp_hd680484_4.conda hash: - md5: d864d34357c3b65a4b731f78c0801dc4 - sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 + md5: c0512e4f60d62ccccb4c3c8333b33608 + sha256: d82311c4bcf0cbd7af192ec707520c7a7486926e23387afac513cd51e41f463d category: main optional: false - name: libpng @@ -3621,21 +3736,21 @@ package: category: main optional: false - name: libscotch - version: 7.0.6 + version: 7.0.10 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' bzip2: '>=1.0.8,<2.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' - liblzma: '>=5.6.3,<6.0a0' + libgfortran5: '>=14.3.0' + liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libscotch-7.0.6-hea33c07_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libscotch-7.0.10-int32_h8512f2c_2.conda hash: - md5: 1b600d55dcd98c958192a69a79e6acd2 - sha256: 8330bba8b7b3a37da6eca04bace985fb9f8d487d3249b8f690e8f4a3d8d3c7dc + md5: dc1519e1ad20cda94f6c0fd4719d3413 + sha256: cc071fb48c78d26b2ebc583809d62a8e9fb8bd04db3fd96361ffac9127fd6245 category: main optional: false - name: libsodium @@ -3665,31 +3780,31 @@ package: category: dev optional: true - name: libspatialindex - version: 2.0.0 + version: 2.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libspatialindex-2.0.0-he02047a_0.conda + libgcc: '>=13' + libstdcxx: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libspatialindex-2.1.0-he57a185_0.conda hash: - md5: e7d2dcd1a058149ff9731a8dca39566e - sha256: 997a4fa13864dcb35ac9dfe87ed70fb3e9509dd071fa1951ac7f184e7ffcde5d + md5: 2df7aaf3f8a2944885372a62c6f33b20 + sha256: 03963a7786b3f53eb36ca3ec10d7a5ddd5265a81e205e28902c53a536cdfd3ad category: main optional: false - name: libspatialindex - version: 2.0.0 + version: 2.1.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libspatialindex-2.0.0-h5a68840_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libspatialindex-2.1.0-h518811d_0.conda hash: - md5: 667559340fdf805ee1652de7b73e2b59 - sha256: 7802e6c51d59bc7e062841c525d772656708cdc44e42b6556493d345f08d7e50 + md5: 8ca34da29812354d8ea421a1b68897db + sha256: c72149515f10219bb1c71c40865b8a73bcaa07e755f13200d278674a987fc097 category: main optional: false - name: libsqlite @@ -3915,18 +4030,6 @@ package: sha256: 08dec73df0e161c96765468847298a420933a36bc4f09b50e062df8793290737 category: main optional: false -- name: libxcrypt - version: 4.4.36 - manager: conda - platform: linux-64 - dependencies: - libgcc-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - hash: - md5: 5aa797f8787fe7a17d1b0821485b5adc - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - category: main - optional: false - name: libxml2 version: 2.15.1 manager: conda @@ -4107,14 +4210,11 @@ package: manager: conda platform: linux-64 dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py310h3406613_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markupsafe-3.0.3-pyh7db6752_0.conda hash: - md5: 8854df4fb4e37cc3ea0a024e48c9c180 - sha256: b3894b37cab530d1adab5b9ce39a1b9f28040403cc0042b77e04a2f227a447de + md5: fab1be106a50e20f10fe5228fd1d1651 + sha256: e0cbfea51a19b3055ca19428bd9233a25adca956c208abb9d00b21e7259c7e03 category: main optional: false - name: markupsafe @@ -4122,69 +4222,70 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py310hdb0e946_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markupsafe-3.0.3-pyh7db6752_0.conda hash: - md5: 1fdd2255424eaf0d5e707c205ace2c30 - sha256: 87203ea8bbe265ebabb16673c9442d2097e1b405dc70df49d6920730e7be6e74 + md5: fab1be106a50e20f10fe5228fd1d1651 + sha256: e0cbfea51a19b3055ca19428bd9233a25adca956c208abb9d00b21e7259c7e03 category: main optional: false - name: matplotlib-base - version: 3.8.4 + version: 3.10.8 manager: conda platform: linux-64 dependencies: - certifi: '>=2020.06.20' + __glibc: '>=2.17,<3.0.a0' contourpy: '>=1.0.1' cycler: '>=0.10' fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' + freetype: '' kiwisolver: '>=1.3.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.21' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.23' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' - python: '>=3.10,<3.11.0a0' + python: '>=3.14,<3.15.0a0' python-dateutil: '>=2.7' - python_abi: 3.10.* + python_abi: 3.14.* + qhull: '>=2020.2,<2020.3.0a0' tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.8.4-py310hef631a5_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.8-py314h1194b4b_0.conda hash: - md5: b3fa3fc2a0fa8b53b913c94297b12e27 - sha256: 5733c68ff72a04a42d8363965155d4b27a1ed3364a507b8cac582c0b4881d222 + md5: b8683e6068099b69c10dbfcf7204203f + sha256: ee773261fbd6c76fc8174b0e4e1ce272b0bbaa56610f130e9d3d1f575106f04f category: main optional: false - name: matplotlib-base - version: 3.8.4 + version: 3.10.8 manager: conda platform: win-64 dependencies: - certifi: '>=2020.06.20' contourpy: '>=1.0.1' cycler: '>=0.10' fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' + freetype: '' kiwisolver: '>=1.3.1' - numpy: '>=1.21' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + numpy: '>=1.23' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' - python: '>=3.10,<3.11.0a0' + python: '>=3.14,<3.15.0a0' python-dateutil: '>=2.7' - python_abi: 3.10.* + python_abi: 3.14.* + qhull: '>=2020.2,<2020.3.0a0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.8.4-py310hadb10a8_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.8-py314hfa45d96_0.conda hash: - md5: 8f5e26aa64ab245691efb7f87c584060 - sha256: bc3ecb8e9f68fd1b4214e223f08e94d8f88e6fdc237dc0e86efcb9f090737e96 + md5: 9d491a60700e0e90e92607fcc4e2566c + sha256: 82a50284275e8a1818cd3323846f3032dc89bd23a3f80dcf44e34a62b016256b category: main optional: false - name: matplotlib-inline @@ -4306,7 +4407,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.2.0-pyhcf101f3_0.conda hash: @@ -4328,30 +4429,36 @@ package: category: dev optional: true - name: mkl - version: 2024.2.2 + version: 2025.3.0 manager: conda platform: linux-64 dependencies: - _openmp_mutex: '>=4.5' - llvm-openmp: '>=20.1.8' - tbb: 2021.* - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2024.2.2-ha770c72_17.conda + __glibc: '>=2.17,<3.0.a0' + _openmp_mutex: '*' + libgcc: '>=14' + libstdcxx: '>=14' + llvm-openmp: '>=21.1.8' + tbb: '>=2022.3.0' + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2025.3.0-h0e700b2_463.conda hash: - md5: e4ab075598123e783b788b995afbdad0 - sha256: 1e59d0dc811f150d39c2ff2da930d69dcb91cb05966b7df5b7d85133006668ed + md5: f121ddfc96e6a93a26d85906adf06208 + sha256: 659d79976f06d2b796a0836414573a737a0856b05facfa77e5cc114081a8b3d4 category: main optional: false - name: mkl - version: 2024.2.2 + version: 2025.3.0 manager: conda platform: win-64 dependencies: - llvm-openmp: '>=20.1.8' - tbb: 2021.* - url: https://repo.prefix.dev/conda-forge/win-64/mkl-2024.2.2-h57928b3_16.conda + llvm-openmp: '>=21.1.8' + tbb: '>=2022.3.0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mkl-2025.3.0-hac47afa_455.conda hash: - md5: 5cddc979c74b90cf5e5cda4f97d5d8bb - sha256: ce841e7c3898764154a9293c0f92283c1eb28cdacf7a164c94b632a6af675d91 + md5: fd05d1e894497b012d05a804232254ed + sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false - name: msgpack-python @@ -4362,12 +4469,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py310h03d9f68_1.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py314h9891dd4_1.conda hash: - md5: 5eea9d8f8fcf49751dab7927cb0dfc3f - sha256: 61cf3572d6afa3fa711c5f970a832783d2c281facb7b3b946a6b71a0bac2c592 + md5: c6752022dcdbf4b9ef94163de1ab7f03 + sha256: d41c2734d314303e329680aeef282766fe399a0ce63297a68a2f8f9b43b1b68a category: main optional: false - name: msgpack-python @@ -4375,64 +4482,64 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py310he9f1925_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py314h909e829_1.conda hash: - md5: 65fb9838e245ef4bea6cab32a7056dfc - sha256: 6b7bfd07c5be57df2922e2f5238751ee6bb09d81540a44c6554d059eac2a3bd5 + md5: ad4584f884d029b02fc9eaf89afc5d9f + sha256: 2ce1f564d5aa2e0637c03692baeea4ecf234c7fb2a43e7810c369e1b054d7a30 category: main optional: false - name: mumps-include - version: 5.7.3 + version: 5.8.1 manager: conda platform: linux-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/linux-64/mumps-include-5.7.3-h82cca05_10.conda + url: https://repo.prefix.dev/conda-forge/linux-64/mumps-include-5.8.1-h1795ed4_4.conda hash: - md5: d6c7d8811686ed912ed4317831dd8c44 - sha256: c723d6e331444411db0a871958fc45621758595d12b4d6561fa20324535ce67a + md5: ea5ef10a7cab2db49b594285e135ab96 + sha256: 0abe54874dc8b4751e599b7310abbafbe35cd6c49eab80287fcbbefb8d2a2ff1 category: main optional: false - name: mumps-seq - version: 5.7.3 + version: 5.8.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' libblas: '>=3.9.0,<4.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' + libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' - libscotch: '>=7.0.6,<7.0.7.0a0' + libscotch: '>=7.0.10,<7.0.11.0a0' metis: '>=5.1.0,<5.1.1.0a0' - mumps-include: ==5.7.3 - url: https://repo.prefix.dev/conda-forge/linux-64/mumps-seq-5.7.3-h06cbf8f_10.conda + mumps-include: ==5.8.1 + url: https://repo.prefix.dev/conda-forge/linux-64/mumps-seq-5.8.1-h4374b6a_4.conda hash: - md5: deb3c7cb10d67fde01d264b3d5bc79bc - sha256: bf7049864150d714debbe3d89a9db79e3163655c1fbab7b18b1fd613f9e27878 + md5: fe5cc261c431673f2cd35f78a5b43d95 + sha256: 5fb7c097e21948bfe0935e82ded7c8617d305420fe59270f4409f90289193768 category: main optional: false - name: mumps-seq - version: 5.7.3 + version: 5.8.1 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - llvm-openmp: '>=20.1.3' + llvm-openmp: '>=21.1.2' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/mumps-seq-5.7.3-hbaa6519_10.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mumps-seq-5.8.1-hd297af6_4.conda hash: - md5: 5c35d7fd93b2d7cddaa3ce881aadad83 - sha256: 6209255427a10879ca3731ec04eecf112e92b617af60c053073c8330928cb8ab + md5: 69feddba6b736c7ef62f7384a0aeeadc + sha256: 963dd511d87c00b7ec0b386e227aa6233a1866f43b12547642dd21fdb2c9baeb category: main optional: false - name: munkres @@ -4536,7 +4643,7 @@ package: packaging: '' pandocfilters: '>=1.4.1' pygments: '>=2.4.1' - python: '' + python: '>=3.10' traitlets: '>=5.1' url: https://repo.prefix.dev/conda-forge/noarch/nbconvert-core-7.16.6-pyhcf101f3_1.conda hash: @@ -4706,7 +4813,7 @@ package: jupyterlab: '>=4.5.3,<4.6' jupyterlab_server: '>=2.28.0,<3' notebook-shim: '>=0.2,<0.3' - python: '' + python: '>=3.10' tornado: '>=6.2.0' url: https://repo.prefix.dev/conda-forge/noarch/notebook-7.5.3-pyhcf101f3_0.conda hash: @@ -4759,76 +4866,81 @@ package: category: dev optional: true - name: numcodecs - version: 0.13.1 + version: 0.15.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' + deprecated: '' + libgcc: '>=14' + libstdcxx: '>=14' msgpack-python: '' - numpy: '>=1.7' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/numcodecs-0.13.1-py310h5eaa309_0.conda + numpy: '>=1.24' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + typing_extensions: '' + url: https://repo.prefix.dev/conda-forge/linux-64/numcodecs-0.15.1-py314ha0b5721_1.conda hash: - md5: a3e9933fc59e8bcd2aa20753fb56db42 - sha256: 70cb0fa431ba9e75ef36d94f35324089dfa7da8f967e9c758f60e08aaf29b732 + md5: 23a5b153b5011ce92797637a66dd4a89 + sha256: 6241b2693454961398c7dd1f48c0ae4e326578e5d811148afa1b890780c22f76 category: main optional: false - name: numcodecs - version: 0.13.1 + version: 0.15.1 manager: conda platform: win-64 dependencies: + deprecated: '' msgpack-python: '' - numpy: '>=1.7' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + numpy: '>=1.24' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + typing_extensions: '' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/numcodecs-0.13.1-py310hb4db72f_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/numcodecs-0.15.1-py314hd8fd7ce_1.conda hash: - md5: 0d316ad384c5c153a67a416f1a8abf97 - sha256: 4aa5d7fc0ea81120f2fab5ef6ff3e0c8ea3458a2c8a21935b99dff70b73a349c + md5: 52b3bfce6a79056ae2f8f7ef3e4d9bf6 + sha256: 56c1c274269ae32da4374cf9931d45a387b98427e6c316bfdf7cdf4dc89e9e86 category: main optional: false - name: numpy - version: 1.26.4 + version: 2.4.2 manager: conda platform: linux-64 dependencies: + __glibc: '>=2.17,<3.0.a0' libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' + libgcc: '>=14' liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/numpy-1.26.4-py310hb13e2d6_0.conda + libstdcxx: '>=14' + python: '' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.2-py314h2b28147_1.conda hash: - md5: 6593de64c935768b6bad3e19b3e978be - sha256: 028fe2ea8e915a0a032b75165f11747770326f3d767e642880540c60a3256425 + md5: 4ea6b620fdf24a1a0bc4f1c7134dfafb + sha256: 1d8377c8001c15ed12c2713b723213474b435706ab9d34ede69795d64af9e94d category: main optional: false - name: numpy - version: 1.26.4 + version: 2.4.2 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/numpy-1.26.4-py310hf667824_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.2-py314h06c3c77_1.conda hash: - md5: 93e881c391880df90e74e43a4b67c16d - sha256: 20ca447a8f840c01961f2bdf0847fc7b7785a62968e867d7aa4ca8a66d70f9ad + md5: 2fccd2c4e9feb4e4c2a90043015525d6 + sha256: 34fc25b81cfa987e1825586ddb1a4ac76a246fdef343c9171109017674ad6503 category: main optional: false - name: openjpeg @@ -4925,7 +5037,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.8' url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda hash: md5: b76541e68fea4d511b1ac46a28dcd2c6 @@ -4945,43 +5057,40 @@ package: category: main optional: false - name: pandas - version: 2.3.3 + version: 3.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.22.4' - python: '>=3.10,<3.11.0a0' + numpy: '>=1.26.0' + python: '' python-dateutil: '>=2.8.2' - python-tzdata: '>=2022.7' - python_abi: 3.10.* - pytz: '>=2020.1' - url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.3.3-py310h0158d43_2.conda + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/pandas-3.0.0-py314hb4ffadd_0.conda hash: - md5: 0610ed073acc4737d036125a5a6dbae2 - sha256: b9e88fa02fd5e99f54c168df622eda9ddf898cc15e631179963aca51d97244bf + md5: 90e3461036907dcd77c950308c1033d2 + sha256: f30137257c499f8f38943c21d46c90a2c23e4d6d54babdcef9c130acf8cb1a94 category: main optional: false - name: pandas - version: 2.3.3 + version: 3.0.0 manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' - python: '>=3.10,<3.11.0a0' + numpy: '>=1.26.0' + python: '' python-dateutil: '>=2.8.2' - python-tzdata: '>=2022.7' - python_abi: 3.10.* - pytz: '>=2020.1' + python-tzdata: '' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.3.3-py310hed136d8_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/pandas-3.0.0-py314hf700ef7_0.conda hash: - md5: fcec00cec231a3217c53341f74846c26 - sha256: 9880f0d721e2ce487cfa0ceeb564b5db080fd3da958ea2d2ad1fb24e8d4de005 + md5: 9d14b9c28339fb30b1382787784c007f + sha256: 00c4c8032729fef4bf8108cb649753b96ac989742e509a8d70428f927e36fafb category: main optional: false - name: pandoc @@ -5035,7 +5144,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.6-pyhcf101f3_0.conda hash: md5: 97c1ce2fffa1209e7afb432810ec6e12 @@ -5095,76 +5204,55 @@ package: sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a category: dev optional: true -- name: pickleshare - version: 0.7.5 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - hash: - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - category: dev - optional: true -- name: pickleshare - version: 0.7.5 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - hash: - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - category: dev - optional: true - name: pillow - version: 10.3.0 + version: 12.1.1 manager: conda platform: linux-64 dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.16,<3.0a0' - libgcc-ng: '>=12' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.8.0a0' - libwebp-base: '>=1.4.0,<2.0a0' - libxcb: '>=1.16,<2.0.0a0' - libzlib: '>=1.3.1,<2.0a0' - openjpeg: '>=2.5.2,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + __glibc: '>=2.17,<3.0.a0' + lcms2: '>=2.18,<3.0a0' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libgcc: '>=14' + libjpeg-turbo: '>=3.1.2,<4.0a0' + libtiff: '>=4.7.1,<4.8.0a0' + libwebp-base: '>=1.6.0,<2.0a0' + libxcb: '>=1.17.0,<2.0a0' + openjpeg: '>=2.5.4,<3.0a0' + python: '' + python_abi: 3.14.* tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pillow-10.3.0-py310hebfe307_1.conda + zlib-ng: '>=2.3.3,<2.4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.1.1-py314h8ec4b1a_0.conda hash: - md5: 8d357fd769e0e1a957f5916bdc8b1fa2 - sha256: adb1d874246c47cc8972894b13eeb70ef1aab067f51e615f4976cfe9c3ee3208 + md5: 79678378ae235e24b3aa83cee1b38207 + sha256: 9e6ec8f3213e8b7d64b0ad45f84c51a2c9eba4398efda31e196c9a56186133ee category: main optional: false - name: pillow - version: 10.3.0 + version: 12.1.1 manager: conda platform: win-64 dependencies: - freetype: '>=2.12.1,<3.0a0' - lcms2: '>=2.16,<3.0a0' - libjpeg-turbo: '>=3.0.0,<4.0a0' - libtiff: '>=4.6.0,<4.8.0a0' - libwebp-base: '>=1.4.0,<2.0a0' - libxcb: '>=1.16,<2.0.0a0' - libzlib: '>=1.3.1,<2.0a0' - openjpeg: '>=2.5.2,<3.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + lcms2: '>=2.18,<3.0a0' + libfreetype: '>=2.14.1' + libfreetype6: '>=2.14.1' + libjpeg-turbo: '>=3.1.2,<4.0a0' + libtiff: '>=4.7.1,<4.8.0a0' + libwebp-base: '>=1.6.0,<2.0a0' + libxcb: '>=1.17.0,<2.0a0' + openjpeg: '>=2.5.4,<3.0a0' + python: '' + python_abi: 3.14.* tk: '>=8.6.13,<8.7.0a0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pillow-10.3.0-py310h3e38d90_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + zlib-ng: '>=2.3.3,<2.4.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.1.1-py314h61b30b5_0.conda hash: - md5: ee35afda8b2154e7396fae5ca7fbea6b - sha256: 50a0d0f8de51c47f8ca0820f0ebfc7730aec4a7a98069347a3395b21b67f7e21 + md5: 819c3d15988cea0f2c599b405023f55d + sha256: f4387e480970e0f429a0505d668bc677e84ef118d3db2cba56b547d1bd2c2dbf category: main optional: false - name: pip @@ -5172,13 +5260,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10,<3.13.0a0' - setuptools: '' - wheel: '' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh8b19718_0.conda + python: '>=3.13.0a0' + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda hash: - md5: 67bdec43082fd8a9cffb9484420b39a2 - sha256: 8e1497814a9997654ed7990a79c054ea5a42545679407acbc6f7e809c73c9120 + md5: 09a970fbf75e8ed1aa633827ded6aa4f + sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c category: main optional: false - name: pip @@ -5186,13 +5272,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.13.0a0' - setuptools: '' - wheel: '' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh8b19718_0.conda + python: '>=3.13.0a0' + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda hash: - md5: 67bdec43082fd8a9cffb9484420b39a2 - sha256: 8e1497814a9997654ed7990a79c054ea5a42545679407acbc6f7e809c73c9120 + md5: 09a970fbf75e8ed1aa633827ded6aa4f + sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c category: main optional: false - name: platformdirs @@ -5200,7 +5284,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda hash: md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 @@ -5224,7 +5308,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e @@ -5301,11 +5385,11 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py310h139afa4_0.conda + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py314h0f05182_0.conda hash: - md5: d210342acdb8e3ca6434295497c10b7c - sha256: 3a6d46033ebad3e69ded3f76852b9c378c2cff632f57421b5926c6add1bae475 + md5: 4f225a966cfee267a79c5cb6382bd121 + sha256: f15574ed6c8c8ed8c15a0c5a00102b1efe8b867c0bd286b498cd98d95bd69ae5 category: main optional: false - name: psutil @@ -5314,14 +5398,14 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.10.* + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py310h1637853_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py314hc5dbbe4_0.conda hash: - md5: 97d88bac43c17c12d0b266f523a37f61 - sha256: 71b14cfddc05c0d8c22e2e15103a29ce404ea346e328c7bca5fd1ad682f7f274 + md5: fd539ac231820f64066839251aa9fa48 + sha256: 17c8274ce5a32c9793f73a5a0094bd6188f3a13026a93147655143d4df034214 category: main optional: false - name: pthread-stubs @@ -5392,7 +5476,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' url: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda hash: md5: 12c566707c80111f9799308d9e265aef @@ -5418,7 +5502,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '' + python: '>=3.10' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -5453,12 +5537,12 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.10.* + python_abi: 3.14.* typing-extensions: '>=4.6.0,!=4.7.0' - url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.5-py310hd8f68c5_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.5-py314h2e6c369_1.conda hash: - md5: eaab3d18db92c656e5e2508de78f4a8c - sha256: feb22e14b42321f3791ea24d726b7007e489a61ba72c98e22c7ec964671bb08a + md5: 432b0716a1dfac69b86aa38fdd59b7e6 + sha256: 7e0ae379796e28a429f8e48f2fe22a0f232979d65ec455e91f8dac689247d39f category: main optional: false - name: pydantic-core @@ -5467,52 +5551,52 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.10.* + python_abi: 3.14.* typing-extensions: '>=4.6.0,!=4.7.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.5-py310h034784e_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.5-py314h9f07db2_1.conda hash: - md5: 62acf7285af0808040ee7b92c986512d - sha256: b0d36de67b42b6074de1cd3186b98334db451c05bc176addaf5a9a56105c6ea5 + md5: c1f37669ed289c378f3193b35c9df2a7 + sha256: 51773479d973c0b0b96cf581cb8444061eaac9b6c28f1cc6d33afc39201d5f13 category: main optional: false - name: pydiso - version: 0.1.2 + version: 0.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - mkl: '>=2024.1.0,<2025.0a0' - numpy: '>=1.21,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - scipy: '>=0.13' - url: https://repo.prefix.dev/conda-forge/linux-64/pydiso-0.1.2-py310h4b187eb_1.conda + mkl: '>=2025.3.0,<2026.0a0' + numpy: '>=1.22.4' + python: '' + python_abi: 3.14.* + scipy: '>=1.12' + url: https://repo.prefix.dev/conda-forge/linux-64/pydiso-0.2.0-np2py314h7d8def5_1.conda hash: - md5: 59524eeb7f059e05d1e800dade82e5cf - sha256: 58e431e8173517b29899cc0474bb10ca74d340aa09c4925a5010fa6330ccc615 + md5: b58a67384d152e59e83f19ad381a06c7 + sha256: def6b1e0b3995600a6d8d703367736a30ca61f583a9c77907956076cc61300c8 category: main optional: false - name: pydiso - version: 0.1.2 + version: 0.2.0 manager: conda platform: win-64 dependencies: - mkl: '>=2024.1.0,<2025.0a0' - numpy: '>=1.21,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - scipy: '>=0.13' + mkl: '>=2025.3.0,<2026.0a0' + numpy: '>=1.22.4' + python: '' + python_abi: 3.14.* + scipy: '>=1.12' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pydiso-0.1.2-py310h3dbbb0c_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pydiso-0.2.0-np2py314h2b9c9a4_1.conda hash: - md5: 220c7874e74cef55a11bfd18862150bd - sha256: 8721f3cb9267938ed4c75f787c4a2e32ce3a1cd4a1c0847933379a0301125dca + md5: 176240a043c0cfd50d2091eac1408f08 + sha256: c01c87051b74fed3d98337973b7e35a4cbf60cb3cc6507446d9976e9a2ec7f2f category: main optional: false - name: pygments @@ -5550,7 +5634,7 @@ package: isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '' + python: '>=3.10' tomli: '>=1.1.0' tomlkit: '>=0.10.1' url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda @@ -5616,7 +5700,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -5673,7 +5757,7 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '' + python: '>=3.10' tomli: '>=1' url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda hash: @@ -5708,7 +5792,7 @@ package: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda hash: md5: 6891acad5e136cb62a8c2ed2679d6528 @@ -5731,7 +5815,7 @@ package: category: dev optional: true - name: python - version: 3.10.19 + version: 3.14.3 manager: conda platform: linux-64 dependencies: @@ -5739,48 +5823,52 @@ package: bzip2: '>=1.0.8,<2.0a0' ld_impl_linux-64: '>=2.36.1' libexpat: '>=2.7.3,<3.0a0' - libffi: '>=3.4,<4.0a0' + libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' liblzma: '>=5.8.2,<6.0a0' - libnsl: '>=2.0.1,<2.1.0a0' + libmpdec: '>=4.0.0,<5.0a0' libsqlite: '>=3.51.2,<4.0a0' libuuid: '>=2.41.3,<3.0a0' - libxcrypt: '>=4.4.36' libzlib: '>=1.3.1,<2.0a0' ncurses: '>=6.5,<7.0a0' - openssl: '>=3.5.4,<4.0a0' + openssl: '>=3.5.5,<4.0a0' pip: '' + python_abi: 3.14.* readline: '>=8.3,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.10.19-h3c07f61_3_cpython.conda + zstd: '>=1.5.7,<1.6.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.14.3-h32b2ec7_101_cp314.conda hash: - md5: be48679ccfbc8710dea1d5970600fa04 - sha256: 2d8b5566d82c3872f057661e056d696f2f77a17ee5a36d9ae6ec43052c4d1c51 + md5: c014ad06e60441661737121d3eae8a60 + sha256: cb0628c5f1732f889f53a877484da98f5a0e0f47326622671396fb4f2b0cd6bd category: main optional: false - name: python - version: 3.10.19 + version: 3.14.3 manager: conda platform: win-64 dependencies: bzip2: '>=1.0.8,<2.0a0' libexpat: '>=2.7.3,<3.0a0' - libffi: '>=3.4,<4.0a0' + libffi: '>=3.5.2,<3.6.0a0' liblzma: '>=5.8.2,<6.0a0' + libmpdec: '>=4.0.0,<5.0a0' libsqlite: '>=3.51.2,<4.0a0' libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.4,<4.0a0' + openssl: '>=3.5.5,<4.0a0' pip: '' + python_abi: 3.14.* tk: '>=8.6.13,<8.7.0a0' tzdata: '' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/python-3.10.19-hc20f281_3_cpython.conda + zstd: '>=1.5.7,<1.6.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/python-3.14.3-h4b44e0e_101_cp314.conda hash: - md5: 7be098c303e842443528587a5b2297f1 - sha256: 77cbf9ab8e6c9f67e645b00a3224f35c92333fd9a737f5e53ef7060d0604c4cb + md5: 7ec2be7eaf59f83f3e5617665f3fbb2e + sha256: 3f99d83bfd95b9bdae64a42a1e4bf5131dc20b724be5ac8a9a7e1ac2c0f006d7 category: main optional: false - name: python-dateutil @@ -5788,7 +5876,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -5814,7 +5902,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' url: https://repo.prefix.dev/conda-forge/noarch/python-fastjsonschema-2.21.2-pyhe01879c_0.conda hash: md5: 23029aae904a2ba587daba708208012f @@ -5833,6 +5921,32 @@ package: sha256: df9aa74e9e28e8d1309274648aac08ec447a92512c33f61a8de0afa9ce32ebe8 category: dev optional: true +- name: python-gil + version: 3.14.3 + manager: conda + platform: linux-64 + dependencies: + cpython: 3.14.3.* + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.14.3-h4df99d1_101.conda + hash: + md5: 235765e4ea0d0301c75965985163b5a1 + sha256: 233aebd94c704ac112afefbb29cf4170b7bc606e22958906f2672081bc50638a + category: dev + optional: true +- name: python-gil + version: 3.14.3 + manager: conda + platform: win-64 + dependencies: + cpython: 3.14.3.* + python_abi: '*' + url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.14.3-h4df99d1_101.conda + hash: + md5: 235765e4ea0d0301c75965985163b5a1 + sha256: 233aebd94c704ac112afefbb29cf4170b7bc606e22958906f2672081bc50638a + category: dev + optional: true - name: python-json-logger version: 2.0.7 manager: conda @@ -5858,40 +5972,40 @@ package: category: dev optional: true - name: python-mumps - version: 0.0.3 + version: 0.0.6 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - mumps-seq: '>=5.7.3,<5.7.4.0a0' - numpy: '>=1.19,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/python-mumps-0.0.3-py310h6410a28_0.conda + libgcc: '>=14' + mumps-seq: '>=5.8.1,<5.8.2.0a0' + numpy: '>=1.23,<3' + python: '' + python_abi: 3.14.* + scipy: '>=1.13' + url: https://repo.prefix.dev/conda-forge/linux-64/python-mumps-0.0.6-nompi_h8c06994.conda hash: - md5: f7e3766b109232dadef0cc072e1e3cc6 - sha256: bf869230e332833c9f9f1908731a859c3b39a612e74ae8f65b5338d67795c613 + md5: 8fa83f6e3fc167c771c017214f11fc28 + sha256: fb2befc46e1559743a4b9bd3fe9834963504cdd5ce73336e6a2d75b981d58b66 category: main optional: false - name: python-mumps - version: 0.0.3 + version: 0.0.6 manager: conda platform: win-64 dependencies: - mumps-seq: '>=5.7.3,<5.7.4.0a0' - numpy: '>=1.19,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - scipy: '>=1.8' + mumps-seq: '>=5.8.1,<5.8.2.0a0' + numpy: '>=1.23,<3' + python: '' + python_abi: 3.14.* + scipy: '>=1.13' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/python-mumps-0.0.3-py310hb64895d_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/python-mumps-0.0.6-nompi_haa1430b.conda hash: - md5: 477083091731501c8bef2fd4733ec23f - sha256: 1461a60b36aa7b2189ad3bd0ca9bb356d42ea2e54c8aaf122826e9f8bd33735c + md5: c8af08024a1095594daeed4c0cdff4f2 + sha256: 7c7b648783b93e043bfb9864404e85977a45e85fb62f1358fce6308b5433622a category: main optional: false - name: python-tzdata @@ -5919,25 +6033,25 @@ package: category: main optional: false - name: python_abi - version: '3.10' + version: '3.14' manager: conda platform: linux-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.10-8_cp310.conda + url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.14-8_cp314.conda hash: - md5: 05e00f3b21e88bb3d658ac700b2ce58c - sha256: 7ad76fa396e4bde336872350124c0819032a9e8a0a40590744ff9527b54351c1 + md5: 0539938c55b6b1a59b560e843ad864a4 + sha256: ad6d2e9ac39751cc0529dd1566a26751a0bf2542adb0c232533d32e176e21db5 category: main optional: false - name: python_abi - version: '3.10' + version: '3.14' manager: conda platform: win-64 dependencies: {} - url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.10-8_cp310.conda + url: https://repo.prefix.dev/conda-forge/noarch/python_abi-3.14-8_cp314.conda hash: - md5: 05e00f3b21e88bb3d658ac700b2ce58c - sha256: 7ad76fa396e4bde336872350124c0819032a9e8a0a40590744ff9527b54351c1 + md5: 0539938c55b6b1a59b560e843ad864a4 + sha256: ad6d2e9ac39751cc0529dd1566a26751a0bf2542adb0c232533d32e176e21db5 category: main optional: false - name: pytz @@ -5950,8 +6064,8 @@ package: hash: md5: bc8e3267d44011051f2eb14d22fb0960 sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: main - optional: false + category: dev + optional: true - name: pytz version: '2025.2' manager: conda @@ -5962,22 +6076,22 @@ package: hash: md5: bc8e3267d44011051f2eb14d22fb0960 sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: main - optional: false + category: dev + optional: true - name: pywin32 version: '311' manager: conda platform: win-64 dependencies: python: '' - python_abi: 3.10.* + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/pywin32-311-py310h282bd7d_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pywin32-311-py314h8f8f202_1.conda hash: - md5: 0289b272f8a22ad8fc29d6747383b503 - sha256: 2ce920e200699cc2a114106665451c05efcaf5cf0ca46685d9a7a5914616f7b5 + md5: 2d7b7ba21e8a8ced0eca553d4d53f773 + sha256: 6918a8067f296f3c65d43e84558170c9e6c3f4dd735cfe041af41a7fdba7b171 category: dev optional: true - name: pywinpty @@ -5985,16 +6099,16 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14.0rc3,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' winpty: '' - url: https://repo.prefix.dev/conda-forge/win-64/pywinpty-2.0.15-py310h9e98ed7_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pywinpty-2.0.15-py314h51f0985_1.conda hash: - md5: 2d4cae270689fefe4895ee1690b34bd1 - sha256: b6d9fc08bfb275fcf038e77302d6f3d8429972116acf962401ebf043d6179770 + md5: dd84e8748bd3c85a5c751b0576488080 + sha256: 048e20641da680aedaab285640a2aca56b7b5baf7a18f8f164f2796e13628c1f category: dev optional: true - name: pyyaml @@ -6004,13 +6118,13 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* yaml: '>=0.2.5,<0.3.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyyaml-6.0.3-py310h3406613_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyyaml-6.0.3-py314h67df5f8_1.conda hash: - md5: 2160894f57a40d2d629a34ee8497795f - sha256: f23de6cc72541c6081d3d27482dbc9fc5dd03be93126d9155f06d0cf15d6e90e + md5: 2035f68f96be30dc60a5dfd7452c7941 + sha256: b318fb070c7a1f89980ef124b80a0b5ccf3928143708a85e0053cde0169c699d category: main optional: false - name: pyyaml @@ -6018,16 +6132,16 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' yaml: '>=0.2.5,<0.3.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyyaml-6.0.3-py310hdb0e946_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyyaml-6.0.3-py314h2359020_1.conda hash: - md5: 463566b14434383e34e366143808b4b7 - sha256: 3b643534d7b029073fd0ec1548a032854bb45391bc51dfdf9fec8d327e9f688d + md5: 0cd9b88826d0f8db142071eb830bce56 + sha256: a2aff34027aa810ff36a190b75002d2ff6f9fbef71ec66e567616ac3a679d997 category: main optional: false - name: pyzmq @@ -6036,15 +6150,16 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + _python_abi3_support: 1.* + cpython: '>=3.12' libgcc: '>=14' libstdcxx: '>=14' python: '' - python_abi: 3.10.* zeromq: '>=4.3.5,<4.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.1.0-py310h4f33d48_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.1.0-py312hfb55c3c_0.conda hash: - md5: d175993378311ef7c74f17971a380655 - sha256: 0c059e38246a3e148a019e18148098a4016b04e63a716942279e92301d3d16ae + md5: 3399d43f564c905250c1aea268ebb935 + sha256: a00a41b66c12d9c60e66b391e9a4832b7e28743348cf4b48b410b91927cd7819 category: dev optional: true - name: pyzmq @@ -6052,18 +6167,47 @@ package: manager: conda platform: win-64 dependencies: + _python_abi3_support: 1.* + cpython: '>=3.12' python: '' - python_abi: 3.10.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zeromq: '>=4.3.5,<4.3.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.1.0-py310h535538e_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.1.0-py312hbb5da91_0.conda hash: - md5: e892d2b08f97504517be3e9393cacf3b - sha256: f906e317a3a88ff02fccc6d23507c50b7d34fdb6c65a87d680a7dbb9f2cb3aba + md5: 808d263ec97bbd93b41ca01552b5fbd4 + sha256: fd46b30e6a1e4c129045e3174446de3ca90da917a595037d28595532ab915c5d category: dev optional: true +- name: qhull + version: '2020.2' + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://repo.prefix.dev/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + hash: + md5: 353823361b1d27eb3960efb076dfcaf6 + sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc + category: main + optional: false +- name: qhull + version: '2020.2' + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://repo.prefix.dev/conda-forge/win-64/qhull-2020.2-hc790b64_5.conda + hash: + md5: 854fbdff64b572b5c0b470f334d34c11 + sha256: 887d53486a37bd870da62b8fa2ebe3993f912ad04bd755e7ed7c47ced97cbaa8 + category: main + optional: false - name: readline version: '8.3' manager: conda @@ -6114,7 +6258,7 @@ package: platform: linux-64 dependencies: attrs: '>=22.2.0' - python: '' + python: '>=3.10' rpds-py: '>=0.7.0' typing_extensions: '>=4.4.0' url: https://repo.prefix.dev/conda-forge/noarch/referencing-0.37.0-pyhcf101f3_0.conda @@ -6146,7 +6290,7 @@ package: certifi: '>=2017.4.17' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '' + python: '>=3.10' urllib3: '>=1.21.1,<3' url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda hash: @@ -6226,7 +6370,7 @@ package: platform: linux-64 dependencies: lark: '>=1.2.2' - python: '' + python: '>=3.9' url: https://repo.prefix.dev/conda-forge/noarch/rfc3987-syntax-1.1.0-pyhe01879c_1.conda hash: md5: 7234f99325263a5af6d4cd195035e8f2 @@ -6254,11 +6398,11 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' python: '' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.30.0-py310hd8f68c5_0.conda + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.30.0-py314h2e6c369_0.conda hash: - md5: 61ff3f8e00c63bb66903636d0197e962 - sha256: ac1132a9344c77e19bbbdb966668cf73a861ceec7b075858a52c8e961fb8ea9d + md5: c1c368b5437b0d1a68f372ccf01cb133 + sha256: e53b0cbf3b324eaa03ca1fe1a688fdf4ab42cea9c25270b0a7307d8aaaa4f446 category: dev optional: true - name: rpds-py @@ -6267,125 +6411,123 @@ package: platform: win-64 dependencies: python: '' - python_abi: 3.10.* + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.30.0-py310h034784e_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.30.0-py314h9f07db2_0.conda hash: - md5: f2ae7538b9ab9a7cd375fc23e320c2b0 - sha256: a9176da0165e1fdc0582945ec22cbfac03c1bb88120389c7fe0b7406b5fee08f + md5: e86531e278ad304438e530953cd55d14 + sha256: e4435368c5c25076dc0f5918ba531c5a92caee8e0e2f9912ef6810049cf00db2 category: dev optional: true - name: rtree - version: 1.2.0 + version: 1.4.1 manager: conda platform: linux-64 dependencies: - libspatialindex: '>=2.0.0,<2.0.1.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/rtree-1.2.0-py310haf1e407_1.conda + libspatialindex: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/rtree-1.4.1-pyh11ca60a_0.conda hash: - md5: aab35e5bbaac5bc7057effffe2b55df8 - sha256: 6eb76990124941e5303eb739b2ab8684112f829b6bfafc81b43bd722c3c91616 + md5: 73f0eccab422ca6a96d904a805d68fa3 + sha256: 461ddd1d84c180bb682560b50d538e9e264ee5cc78cab5eb2a0f21cc24815bed category: main optional: false - name: rtree - version: 1.2.0 + version: 1.4.1 manager: conda platform: win-64 dependencies: - libspatialindex: '>=2.0.0,<2.0.1.0a0' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/win-64/rtree-1.2.0-py310h08d5ad2_1.conda + libspatialindex: '' + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/rtree-1.4.1-pyh11ca60a_0.conda hash: - md5: ffc97287567416c807a69aeeee794678 - sha256: 5c1dbc4390adc6a75e2c648761b9e5e2a70ec1fab4e4055fed64bb3852604ace + md5: 73f0eccab422ca6a96d904a805d68fa3 + sha256: 461ddd1d84c180bb682560b50d538e9e264ee5cc78cab5eb2a0f21cc24815bed category: main optional: false - name: scikit-learn - version: 1.6.1 + version: 1.8.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - joblib: '>=1.2.0' - libgcc: '>=13' - libstdcxx: '>=13' - numpy: '>=1.19,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - scipy: '' - threadpoolctl: '>=3.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/scikit-learn-1.6.1-py310h27f47ee_0.conda + joblib: '>=1.3.0' + libgcc: '>=14' + libstdcxx: '>=14' + numpy: '>=1.24.1' + python: '' + python_abi: 3.14.* + scipy: '>=1.10.0' + threadpoolctl: '>=3.2.0' + url: https://repo.prefix.dev/conda-forge/linux-64/scikit-learn-1.8.0-np2py314hf09ca88_1.conda hash: - md5: 618ec5a8500fb53e8e52785e06d239f4 - sha256: 5c865487412b900d0abeb934907e5357c4a6cad19093316701ffd575980d0c54 + md5: c9d90e43202c721281f3d74129223515 + sha256: bcf374fe61712928c624f410a831e9f2a36ad13429f598e6028203588d24b914 category: main optional: false - name: scikit-learn - version: 1.6.1 + version: 1.8.0 manager: conda platform: win-64 dependencies: - joblib: '>=1.2.0' - numpy: '>=1.19,<3' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - scipy: '' - threadpoolctl: '>=3.1.0' + joblib: '>=1.3.0' + numpy: '>=1.24.1' + python: '' + python_abi: 3.14.* + scipy: '>=1.10.0' + threadpoolctl: '>=3.2.0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/scikit-learn-1.6.1-py310hf2a6c47_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/scikit-learn-1.8.0-np2py314h1b5b07a_1.conda hash: - md5: e15710d6d5f6ff3e0c8dbd3bbc21b6fa - sha256: 3d171289529b5e0f41fdbb547e08d749e3fe2f25975bde3b150e672fd69751c1 + md5: ba2216c82d626684433912bfec8a4843 + sha256: ce701fcf35e0b65d0822fe916f5536ed326c1b842fe1ba6d08c5fcac4ec8dc75 category: main optional: false - name: scipy - version: 1.14.1 + version: 1.17.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' - libgcc: '>=13' + libgcc: '>=14' libgfortran: '' - libgfortran5: '>=13.3.0' + libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' - libstdcxx: '>=13' - numpy: '>=1.23.5' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.14.1-py310hfcf56fc_2.conda + libstdcxx: '>=14' + numpy: <2.7 + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.0-py314hf07bd8e_1.conda hash: - md5: b5d548b2a7cf8d0c74fc6c4bf42d1ca5 - sha256: a15008a51fd6b6dcaeb5563869ff0a8a015f1e0a8634a9d89d2c189eefbd7182 + md5: c7df812186fb1290bc00d9b7b5a50b18 + sha256: a95de421c586de901402107fbeb7524efaee5bb55c1aba2e1334f8b8ebc89093 category: main optional: false - name: scipy - version: 1.14.1 + version: 1.17.0 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: '>=1.23.5' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + numpy: <2.7 + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.14.1-py310hbd0dde3_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.0-py314h221f224_1.conda hash: - md5: 72a2a7c264a8b48d113111756c2bbbb4 - sha256: 761829fa9c91fdffff0ba5a1f56f7d4cc00bec71ca7fa06859dc7f5a98117273 + md5: 0f9edd5793da94f7ec58690abe25c8a2 + sha256: 3e206736e3afce07be3f2f714518c0eff211f49e603b6aadb468e9d96ef4c420 category: main optional: false - name: send2trash @@ -6394,11 +6536,11 @@ package: platform: linux-64 dependencies: __linux: '' - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyha191276_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyha191276_1.conda hash: - md5: 645026465469ecd4989188e1c4e24953 - sha256: b25d573874fe39cb8e4cf6ed0279acb9a94fedce5c5ae885da11566d595035ad + md5: 28eb91468df04f655a57bcfbb35fc5c5 + sha256: 59656f6b2db07229351dfb3a859c35e57cc8e8bcbc86d4e501bff881a6f771f1 category: dev optional: true - name: send2trash @@ -6409,10 +6551,10 @@ package: __win: '' python: '>=3.10' pywin32: '' - url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyh6dadd2b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/send2trash-2.1.0-pyh6dadd2b_1.conda hash: - md5: 69ba308f1356f39901f5654d82405df3 - sha256: b64e5cdb66f5d31fcef05b6ed95b8be3e80796528aa8a165428496c0dda3383f + md5: 6ac53f3fff2c416d63511843a04646fa + sha256: 305446a0b018f285351300463653d3d3457687270e20eda37417b12ee386ef76 category: dev optional: true - name: setuptools @@ -6444,7 +6586,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.9' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -6802,7 +6944,7 @@ package: category: dev optional: true - name: tbb - version: 2021.13.0 + version: 2022.3.0 manager: conda platform: linux-64 dependencies: @@ -6810,14 +6952,14 @@ package: libgcc: '>=14' libhwloc: '>=2.12.2,<2.12.3.0a0' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2021.13.0-hb700be7_5.conda + url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2022.3.0-hb700be7_2.conda hash: - md5: d4cfccb9ccd4f7cbfde7353b5e20d31a - sha256: a49f26ddf4b954670733586e42e41e43d13f7e8e589b70ead8b7512657404d82 + md5: 8f7278ca5f7456a974992a8b34284737 + sha256: 975710e4b7f1b13c3c30b7fbf21e22f50abe0463b6b47a231582fdedcc45c961 category: main optional: false - name: tbb - version: 2021.13.0 + version: 2022.3.0 manager: conda platform: win-64 dependencies: @@ -6825,10 +6967,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tbb-2021.13.0-h3155e25_5.conda + url: https://repo.prefix.dev/conda-forge/win-64/tbb-2022.3.0-h3155e25_2.conda hash: - md5: 65dea6d658cdf1a4edb27a3cc132d389 - sha256: d4ae2d8556fbbf48ce3e73105d4fa2d17c01207c3753b437f452d0859bb4edbc + md5: 0f9817ffbe25f9e69ceba5ea70c52606 + sha256: abd9a489f059fba85c8ffa1abdaa4d515d6de6a3325238b8e81203b913cf65a9 category: main optional: false - name: tblib @@ -6836,7 +6978,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/tblib-3.2.2-pyhcf101f3_0.conda hash: md5: f88bb644823094f436792f80fba3207e @@ -6862,7 +7004,7 @@ package: dependencies: __unix: '' ptyprocess: '' - python: '' + python: '>=3.10' tornado: '>=6.1.0' url: https://repo.prefix.dev/conda-forge/noarch/terminado-0.18.1-pyhc90fa1f_1.conda hash: @@ -6968,7 +7110,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda hash: md5: 72e780e9aa2d0a3295f59b1874e3768b @@ -7042,12 +7184,12 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/tornado-6.5.3-py310h7c4b9e2_0.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/tornado-6.5.3-py314h5bd0f2a_0.conda hash: - md5: 30b9d5c1bc99ffbc45a63ab8d1725b93 - sha256: c27c28d19f8ba8ef6efd35dc47951c985db8a828db38444e1fad3f93f8cedb8d + md5: e35f08043f54d26a1be93fdbf90d30c3 + sha256: b8f9f9ae508d79c9c697eb01b6a8d2ed4bc1899370f44aa6497c8abbd15988ea category: main optional: false - name: tornado @@ -7055,15 +7197,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tornado-6.5.4-py310h29418f3_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/tornado-6.5.4-py314h5a2d7ad_0.conda hash: - md5: 5f19583828bd8325b001fe471776ead8 - sha256: fa9d807ba6b2c33ab061586292709fedeb3113f5462829d1357ac18193c8fd44 + md5: 00157f40fd3ea957a2616e9ffda6b84f + sha256: 40fde32a4992ab0f875618f97d9aadf263d39c6c92ace7572c6b0a71c655abe1 category: main optional: false - name: tqdm @@ -7072,7 +7214,7 @@ package: platform: linux-64 dependencies: __unix: '' - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/tqdm-4.67.3-pyh8f84b5b_0.conda hash: md5: e5ce43272193b38c2e9037446c1d9206 @@ -7198,7 +7340,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -7275,34 +7417,34 @@ package: category: main optional: false - name: unicodedata2 - version: 17.0.0 + version: 17.0.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.0-py310h7c4b9e2_1.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.1-py314h5bd0f2a_0.conda hash: - md5: b1ccdb989be682ab0dd430c1c15d5012 - sha256: cffe509e0294586fbcee9cbb762d6144636c5d4a19defffda9f9c726a84b55e7 + md5: 494fdf358c152f9fdd0673c128c2f3dd + sha256: ff1c1d7c23b91c9b0eb93a3e1380f4e2ac6c37ea2bba4f932a5484e9a55bba30 category: main optional: false - name: unicodedata2 - version: 17.0.0 + version: 17.0.1 manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.0-py310h29418f3_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.1-py314h5a2d7ad_0.conda hash: - md5: fcbbbdf7b8ebd24940f15af0fb52562e - sha256: 43c75e924ec25549c0080cfcf9906bd0a2903dfd0710d1ea9b1583e7834818e1 + md5: d6b580a13384df5155c6ca19ee66854e + sha256: 9041e463044944460f73f9528f2ec491180f0ffe857e3555aa8160b81050b8d9 category: main optional: false - name: uri-template @@ -7494,32 +7636,6 @@ package: sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true -- name: wheel - version: 0.46.3 - manager: conda - platform: linux-64 - dependencies: - packaging: '>=24.0' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda - hash: - md5: bdbd7385b4a67025ac2dba4ef8cb6a8f - sha256: d6cf2f0ebd5e09120c28ecba450556ce553752652d91795442f0e70f837126ae - category: main - optional: false -- name: wheel - version: 0.46.3 - manager: conda - platform: win-64 - dependencies: - packaging: '>=24.0' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda - hash: - md5: bdbd7385b4a67025ac2dba4ef8cb6a8f - sha256: d6cf2f0ebd5e09120c28ecba450556ce553752652d91795442f0e70f837126ae - category: main - optional: false - name: widgetsnbextension version: 3.6.10 manager: conda @@ -7570,6 +7686,37 @@ package: sha256: 9df10c5b607dd30e05ba08cbd940009305c75db242476f4e845ea06008b0a283 category: dev optional: true +- name: wrapt + version: 2.1.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/wrapt-2.1.1-py314h5bd0f2a_0.conda + hash: + md5: 283c1cbf4998f556c2638b72923e52e9 + sha256: c95bd78d4cdd1457e03342e8e72e62226225c9b9172bdfe6f7d66578787ffcf2 + category: main + optional: false +- name: wrapt + version: 2.1.1 + manager: conda + platform: win-64 + dependencies: + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/wrapt-2.1.1-py314h5a2d7ad_0.conda + hash: + md5: 330fceeb8f04b03bb40637952a5eb0c8 + sha256: 82dc56df4ee2ac82ae54fa88c129cec773e752945805f2e86a0addd1f2f9aa29 + category: main + optional: false - name: xorg-libxau version: 1.0.12 manager: conda @@ -7768,7 +7915,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '' + python: '>=3.10' url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda hash: md5: 30cd29cb87d819caead4d55184c1d115 @@ -7801,6 +7948,34 @@ package: sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab category: dev optional: true +- name: zlib-ng + version: 2.3.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + libstdcxx: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/zlib-ng-2.3.3-hceb46e0_1.conda + hash: + md5: 2aadb0d17215603a82a2a6b0afd9a4cb + sha256: ea4e50c465d70236408cb0bfe0115609fd14db1adcd8bd30d8918e0291f8a75f + category: main + optional: false +- name: zlib-ng + version: 2.3.3 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/zlib-ng-2.3.3-h0261ad2_1.conda + hash: + md5: 46a21c0a4e65f1a135251fc7c8663f83 + sha256: 71332532332d13b5dbe57074ddcf82ae711bdc132affa5a2982a29ffa06dc234 + category: main + optional: false - name: zstd version: 1.5.7 manager: conda @@ -7830,111 +8005,101 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev12+f38f025 + version: 0.7.0a2.dev16+9039f80 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a2.dev134+53fbc8c6 - matplotlib: '>=3.8.4,<3.9.0' - numpy: '>=1.26.0,<1.27.0' + geoh5py: 0.13.0a2.dev137+84e4d20a + matplotlib: '>=3.10.0,<3.11.0' pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 hash: - sha256: f38f025b418b3cc80f26f198084566fbf2f9711e + sha256: 9039f80d05d94149589480f02eaa1455a58e5970 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev12+f38f025 + version: 0.7.0a2.dev16+9039f80 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a2.dev134+53fbc8c6 - matplotlib: '>=3.8.4,<3.9.0' - numpy: '>=1.26.0,<1.27.0' + geoh5py: 0.13.0a2.dev137+84e4d20a + matplotlib: '>=3.10.0,<3.11.0' pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 hash: - sha256: f38f025b418b3cc80f26f198084566fbf2f9711e + sha256: 9039f80d05d94149589480f02eaa1455a58e5970 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@f38f025b418b3cc80f26f198084566fbf2f9711e + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev134+53fbc8c6 + version: 0.13.0a2.dev137+84e4d20a manager: pip platform: linux-64 dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' + h5py: '>=3.15.0,<4.0.0' + numpy: '>=2.0.0,<2.1.0' + pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 hash: - sha256: 53fbc8c6620894ac37f52dfa210909a2fa472714 + sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev134+53fbc8c6 + version: 0.13.0a2.dev137+84e4d20a manager: pip platform: win-64 dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' + h5py: '>=3.15.0,<4.0.0' + numpy: '>=2.0.0,<2.1.0' + pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 hash: - sha256: 53fbc8c6620894ac37f52dfa210909a2fa472714 + sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@53fbc8c6620894ac37f52dfa210909a2fa472714 + url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev5+b453eb3 + version: 0.2.0a2.dev7+433adcf manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev12+f38f025 - geoh5py: 0.13.0a2.dev134+53fbc8c6 - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + geoapps-utils: 0.7.0a2.dev16+9039f80 + geoh5py: 0.13.0a2.dev137+84e4d20a + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 hash: - sha256: b453eb336ace73ced82149313b91eeff030371de + sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev5+b453eb3 + version: 0.2.0a2.dev7+433adcf manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev12+f38f025 - geoh5py: 0.13.0a2.dev134+53fbc8c6 - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.12.0,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + geoapps-utils: 0.7.0a2.dev16+9039f80 + geoh5py: 0.13.0a2.dev137+84e4d20a + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 hash: - sha256: b453eb336ace73ced82149313b91eeff030371de + sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b453eb336ace73ced82149313b91eeff030371de + url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 category: main optional: false - name: mira-simpeg @@ -7950,7 +8115,6 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - typing-extensions: '*' url: git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c hash: sha256: ef94a62a27ecf9713377801f6632861a07e2a65c @@ -7972,7 +8136,6 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - typing-extensions: '*' url: git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c hash: sha256: ef94a62a27ecf9713377801f6632861a07e2a65c diff --git a/pyproject.toml b/pyproject.toml index 87e4076e3..8e9f94703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ build-backend = "poetry_dynamic_versioning.backend" [project] name = "simpeg-drivers" -requires-python = ">=3.10, ==3.*" +requires-python = ">=3.12, <3.15" description = "Application to run SimPEG inversions with geoh5 files from Geoscience Analyst." license = "MIT" @@ -76,31 +76,25 @@ version = "0.0.0.dev0" [tool.poetry.dependencies] # note: py-deps-clock defines custom mapping from dask to dask-core dask = "2025.3.*" # also in simpeg[dask] - discretize = "0.11.*" # also in simpeg, grid-apps distributed = "2025.3.*" # for dask[distributed] -numpy = "~1.26.0" # also in geoh5py, simpeg pydantic = "^2.12.0" # also in geoh5py, curve-apps, geoapps-utils -Rtree = "~1.2.0" -scikit-learn = "~1.6.0" -scipy = "~1.14.0" tqdm = "^4.66.1" trimesh = "~4.1.3" # solvers for simpeg: not imported, but at least one required at runtime -pydiso = "0.1.*" -python-mumps = "0.0.3.*" + ## Pip dependencies from Git repositories #---------------------------------------- #geoh5py = {version = ">=0.13.0a, 0.13.*", source = "pypi", allow-prereleases = true} -geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "develop"} +geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "GEOPY-2661"} #grid-apps = {version = ">=0.2.0a, 0.2.*", source = "pypi", allow-prereleases = true} -grid-apps = {git = "https://github.com/MiraGeoscience/grid-apps.git", rev = "develop"} +grid-apps = {git = "https://github.com/MiraGeoscience/grid-apps.git", rev = "GEOPY-2661"} #geoapps-utils = {version = ">=0.7.0a, 0.7.*", source = "pypi", allow-prereleases = true} -geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "develop"} +geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "GEOPY-2661"} #mira-simpeg = {version = ">=0.23.0.3a, 0.23.0.*", source="pypi", allow-prereleases = true, extras = ["dask"]} mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "develop", extras = ["dask"]} @@ -134,19 +128,25 @@ platforms = ['win-64', 'linux-64'] channels = ['conda-forge'] [tool.conda-lock.dependencies] -libblas = "*=*mkl" # because simpeg already brings in the MKL ## indirect dependencies, forcing them here for installation through Conda not pip #--------------------------------------------------------------------------------- bokeh = "3.6.*" # optional, for dask reporting fsspec = ">=2022.0" # from simpeg[dask] geoana = "0.7.*" # from simpeg -h5py = ">=3.2.1, 3.*" # from geoh5py -matplotlib-base = ">=3.8.4, 3.8.*" # from geoapps-utils, simpeg -mkl = ">=2024.2.2" -Pillow = ">=10.3.0, 10.3.*" # from geoh5py + pymatsolver = "0.3.*" # from simpeg zarr = ">=2.14.2, 2.14.*" # from simpeg[dask] +matplotlib-base = ">=3.10.0, <3.11.dev" # from geoapps-utils +Pillow = ">=12.1.0, <13.0.dev" # from geoh5py +h5py = ">=3.15.1, <4.0.dev" # from geoh5py +python_abi = ">=3.*" +numpy = ">=2.0.0" +scipy = ">=1.17.0" +rtree = ">=1.4.0" +scikit-learn = ">=1.8.0" +pydiso = ">=0.2.*" +python-mumps = ">=0.0.6.*" [tool.poetry.requires-plugins] poetry-dynamic-versioning = { version = ">=1.9.1, 1.*", extras = ["plugin"] } diff --git a/recipe.yaml b/recipe.yaml index ff0c5afae..f53500f20 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -3,7 +3,7 @@ schema_version: 1 context: name: "simpeg-drivers" version: "0.0.0.dev0" # This will be replaced by the actual version in the build process - python_min: "3.10" + python_min: "3.12" module_name: ${{ name|lower|replace("-", "_") }} package: From 94eadf686c69df35463463f60a17c708e58f03dc Mon Sep 17 00:00:00 2001 From: dominiquef Date: Fri, 13 Feb 2026 08:29:20 -0800 Subject: [PATCH 2/4] Fix test --- .../utils/synthetics/surveys/time_domain/ground_tdem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpeg_drivers/utils/synthetics/surveys/time_domain/ground_tdem.py b/simpeg_drivers/utils/synthetics/surveys/time_domain/ground_tdem.py index cee75a506..5421e9d2c 100644 --- a/simpeg_drivers/utils/synthetics/surveys/time_domain/ground_tdem.py +++ b/simpeg_drivers/utils/synthetics/surveys/time_domain/ground_tdem.py @@ -34,7 +34,7 @@ def generate_tdem_survey( vertices = np.column_stack([X.flatten(), Y.flatten(), Z.flatten()]) center = np.mean(vertices, axis=0) if flatten: - center[2] -= np.unique(Z) + center[2] -= np.mean(Z) n_lines = X.shape[0] arrays = [ np.c_[ From cd7f281c6fae53102818a176f99eae6266e33921 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Fri, 13 Feb 2026 08:41:25 -0800 Subject: [PATCH 3/4] Re-lock with mkl-service --- .../py-3.12-linux-64-dev.conda.lock.yml | 5 +- environments/py-3.12-linux-64.conda.lock.yml | 3 +- .../py-3.12-win-64-dev.conda.lock.yml | 5 +- environments/py-3.12-win-64.conda.lock.yml | 3 +- .../py-3.13-linux-64-dev.conda.lock.yml | 5 +- environments/py-3.13-linux-64.conda.lock.yml | 3 +- .../py-3.13-win-64-dev.conda.lock.yml | 5 +- environments/py-3.13-win-64.conda.lock.yml | 3 +- .../py-3.14-linux-64-dev.conda.lock.yml | 5 +- environments/py-3.14-linux-64.conda.lock.yml | 3 +- .../py-3.14-win-64-dev.conda.lock.yml | 5 +- environments/py-3.14-win-64.conda.lock.yml | 3 +- py-3.12.conda-lock.yml | 53 +++++++++++++++---- py-3.13.conda-lock.yml | 53 +++++++++++++++---- py-3.14.conda-lock.yml | 53 +++++++++++++++---- pyproject.toml | 3 +- 16 files changed, 160 insertions(+), 50 deletions(-) diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index 9bb33f08f..1075ac4c0 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: cb8dc97c57f6e80f9d7a889d8e8ac9e26205d4fa90fcdc6b69c8ba96cd5f6f8d +# input_hash: 5bd1997f80c6e23a223778e0b084eda8978a936df1ad468eae12139bf07cac3a channels: - conda-forge @@ -166,6 +166,7 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=h0e700b2_463 + - mkl-service=2.6.1=py312h4307cf8_0 - msgpack-python=1.1.2=py312hd9148b4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -194,7 +195,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pillow=12.1.1=py312h50c33e8_0 - pip=26.0.1=pyh8b19718_0 - - platformdirs=4.5.1=pyhcf101f3_0 + - platformdirs=4.7.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 7532b8775..4a592b1fc 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: cb8dc97c57f6e80f9d7a889d8e8ac9e26205d4fa90fcdc6b69c8ba96cd5f6f8d +# input_hash: 5bd1997f80c6e23a223778e0b084eda8978a936df1ad468eae12139bf07cac3a channels: - conda-forge @@ -96,6 +96,7 @@ dependencies: - matplotlib-base=3.10.8=py312he3d6523_0 - metis=5.1.0=hd0bcaf9_1007 - mkl=2025.3.0=h0e700b2_463 + - mkl-service=2.6.1=py312h4307cf8_0 - msgpack-python=1.1.2=py312hd9148b4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index e42dd4c05..925432bdd 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: e9abbdcce100afdd8e3b6d906732aa97fd2e7f2ac2d33af987b1c70639f35383 +# input_hash: 10d8ace21865f29d537b611e38f88febdd43f8b7c93f838dc55ca62e1821ef72 channels: - conda-forge @@ -150,6 +150,7 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=hac47afa_455 + - mkl-service=2.6.1=py312hde5ce01_0 - msgpack-python=1.1.2=py312hf90b1b7_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -175,7 +176,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=12.1.1=py312h31f0997_0 - pip=26.0.1=pyh8b19718_0 - - platformdirs=4.5.1=pyhcf101f3_0 + - platformdirs=4.7.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index d998ab555..5465315e9 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: e9abbdcce100afdd8e3b6d906732aa97fd2e7f2ac2d33af987b1c70639f35383 +# input_hash: 10d8ace21865f29d537b611e38f88febdd43f8b7c93f838dc55ca62e1821ef72 channels: - conda-forge @@ -82,6 +82,7 @@ dependencies: - markupsafe=3.0.3=py312h05f76fc_0 - matplotlib-base=3.10.8=py312h0ebf65c_0 - mkl=2025.3.0=hac47afa_455 + - mkl-service=2.6.1=py312hde5ce01_0 - msgpack-python=1.1.2=py312hf90b1b7_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 diff --git a/environments/py-3.13-linux-64-dev.conda.lock.yml b/environments/py-3.13-linux-64-dev.conda.lock.yml index de3f1142e..e0dd4f1d5 100644 --- a/environments/py-3.13-linux-64-dev.conda.lock.yml +++ b/environments/py-3.13-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: ca08f4eed607722e5e901c06390bb826ebba821cd2041ba0aeecca8283aec238 +# input_hash: 06fb1fb8c972bc4139434c04db9ef9c1724f79dacbdd239baf797fb346e55d91 channels: - conda-forge @@ -165,6 +165,7 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=h0e700b2_463 + - mkl-service=2.6.1=py313hf2376e9_0 - msgpack-python=1.1.2=py313h7037e92_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -193,7 +194,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pillow=12.1.1=py313h80991f8_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.5.1=pyhcf101f3_0 + - platformdirs=4.7.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 diff --git a/environments/py-3.13-linux-64.conda.lock.yml b/environments/py-3.13-linux-64.conda.lock.yml index 3e831351d..ce1130a52 100644 --- a/environments/py-3.13-linux-64.conda.lock.yml +++ b/environments/py-3.13-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: ca08f4eed607722e5e901c06390bb826ebba821cd2041ba0aeecca8283aec238 +# input_hash: 06fb1fb8c972bc4139434c04db9ef9c1724f79dacbdd239baf797fb346e55d91 channels: - conda-forge @@ -95,6 +95,7 @@ dependencies: - matplotlib-base=3.10.8=py313h683a580_0 - metis=5.1.0=hd0bcaf9_1007 - mkl=2025.3.0=h0e700b2_463 + - mkl-service=2.6.1=py313hf2376e9_0 - msgpack-python=1.1.2=py313h7037e92_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 diff --git a/environments/py-3.13-win-64-dev.conda.lock.yml b/environments/py-3.13-win-64-dev.conda.lock.yml index 65a59f47a..fe0d08669 100644 --- a/environments/py-3.13-win-64-dev.conda.lock.yml +++ b/environments/py-3.13-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 32884c668bdf8b648309d42e15d5f5900e848c367d767cfd9694ab631a562e82 +# input_hash: ae20244d3b512165e354afb5a4f7d4bb9ada0412a9f56b384cc4f4fd5f4ec82e channels: - conda-forge @@ -151,6 +151,7 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=hac47afa_455 + - mkl-service=2.6.1=py313hd339338_0 - msgpack-python=1.1.2=py313hf069bd2_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -176,7 +177,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=12.1.1=py313h38f99e1_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.5.1=pyhcf101f3_0 + - platformdirs=4.7.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 diff --git a/environments/py-3.13-win-64.conda.lock.yml b/environments/py-3.13-win-64.conda.lock.yml index f9abd55c0..7ba380239 100644 --- a/environments/py-3.13-win-64.conda.lock.yml +++ b/environments/py-3.13-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 32884c668bdf8b648309d42e15d5f5900e848c367d767cfd9694ab631a562e82 +# input_hash: ae20244d3b512165e354afb5a4f7d4bb9ada0412a9f56b384cc4f4fd5f4ec82e channels: - conda-forge @@ -83,6 +83,7 @@ dependencies: - markupsafe=3.0.3=py313hd650c13_0 - matplotlib-base=3.10.8=py313he1ded55_0 - mkl=2025.3.0=hac47afa_455 + - mkl-service=2.6.1=py313hd339338_0 - msgpack-python=1.1.2=py313hf069bd2_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 diff --git a/environments/py-3.14-linux-64-dev.conda.lock.yml b/environments/py-3.14-linux-64-dev.conda.lock.yml index 2e86ac738..2eac157fe 100644 --- a/environments/py-3.14-linux-64-dev.conda.lock.yml +++ b/environments/py-3.14-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: f1fa4dc6e9e3caf0b7dbd62e65b6b9a2165607c6318db46e72ba5e50be01d331 +# input_hash: a3989ca05d39740b7af7d3eced57f60123978d87a0e5020567be38459df0476d channels: - conda-forge @@ -165,6 +165,7 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=h0e700b2_463 + - mkl-service=2.6.1=py314ha1a38ac_0 - msgpack-python=1.1.2=py314h9891dd4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -193,7 +194,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pillow=12.1.1=py314h8ec4b1a_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.5.1=pyhcf101f3_0 + - platformdirs=4.7.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 diff --git a/environments/py-3.14-linux-64.conda.lock.yml b/environments/py-3.14-linux-64.conda.lock.yml index 057706d99..7528e8f4f 100644 --- a/environments/py-3.14-linux-64.conda.lock.yml +++ b/environments/py-3.14-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: f1fa4dc6e9e3caf0b7dbd62e65b6b9a2165607c6318db46e72ba5e50be01d331 +# input_hash: a3989ca05d39740b7af7d3eced57f60123978d87a0e5020567be38459df0476d channels: - conda-forge @@ -95,6 +95,7 @@ dependencies: - matplotlib-base=3.10.8=py314h1194b4b_0 - metis=5.1.0=hd0bcaf9_1007 - mkl=2025.3.0=h0e700b2_463 + - mkl-service=2.6.1=py314ha1a38ac_0 - msgpack-python=1.1.2=py314h9891dd4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 diff --git a/environments/py-3.14-win-64-dev.conda.lock.yml b/environments/py-3.14-win-64-dev.conda.lock.yml index f829bb828..fbc4ef4e6 100644 --- a/environments/py-3.14-win-64-dev.conda.lock.yml +++ b/environments/py-3.14-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 854d7db56e54894b76c440f6525b2d56665c359c03f307513bd606d7fd635941 +# input_hash: d16ce4bd012e0c3dc21454a8c17a2d35521ff27ba4732b5664f22765498556d8 channels: - conda-forge @@ -151,6 +151,7 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=hac47afa_455 + - mkl-service=2.6.1=py314heade15a_0 - msgpack-python=1.1.2=py314h909e829_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -176,7 +177,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=12.1.1=py314h61b30b5_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.5.1=pyhcf101f3_0 + - platformdirs=4.7.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 diff --git a/environments/py-3.14-win-64.conda.lock.yml b/environments/py-3.14-win-64.conda.lock.yml index f79c30d97..6e688b49e 100644 --- a/environments/py-3.14-win-64.conda.lock.yml +++ b/environments/py-3.14-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 854d7db56e54894b76c440f6525b2d56665c359c03f307513bd606d7fd635941 +# input_hash: d16ce4bd012e0c3dc21454a8c17a2d35521ff27ba4732b5664f22765498556d8 channels: - conda-forge @@ -83,6 +83,7 @@ dependencies: - markupsafe=3.0.3=pyh7db6752_0 - matplotlib-base=3.10.8=py314hfa45d96_0 - mkl=2025.3.0=hac47afa_455 + - mkl-service=2.6.1=py314heade15a_0 - msgpack-python=1.1.2=py314h909e829_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 7d3e8ef3a..15e11281d 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: e9abbdcce100afdd8e3b6d906732aa97fd2e7f2ac2d33af987b1c70639f35383 - linux-64: cb8dc97c57f6e80f9d7a889d8e8ac9e26205d4fa90fcdc6b69c8ba96cd5f6f8d + win-64: 10d8ace21865f29d537b611e38f88febdd43f8b7c93f838dc55ca62e1821ef72 + linux-64: 5bd1997f80c6e23a223778e0b084eda8978a936df1ad468eae12139bf07cac3a channels: - url: conda-forge used_env_vars: [] @@ -4482,6 +4482,39 @@ package: sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false +- name: mkl-service + version: 2.6.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + mkl: '>=2025.3.0,<2026.0a0' + python: '>=3.12,<3.13.0a0' + python_abi: 3.12.* + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-service-2.6.1-py312h4307cf8_0.conda + hash: + md5: 3585643974b5e2c5e8f191c6ef9c01a7 + sha256: 38d4196ebeb3e61d1603592b2640c70f2b92e01807faab25f8814a3b88b50e57 + category: main + optional: false +- name: mkl-service + version: 2.6.1 + manager: conda + platform: win-64 + dependencies: + mkl: '>=2025.3.0,<2026.0a0' + python: '>=3.12,<3.13.0a0' + python_abi: 3.12.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mkl-service-2.6.1-py312hde5ce01_0.conda + hash: + md5: db2f74a9a2dbf815afbf3991409e388d + sha256: 8e79a374cf0dd55b67ea12ee377ba6803acb7f1f887af401ee716f6ec0699837 + category: main + optional: false - name: msgpack-python version: 1.1.2 manager: conda @@ -5305,27 +5338,27 @@ package: category: main optional: false - name: platformdirs - version: 4.5.1 + version: 4.7.0 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda hash: - md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 - sha256: 04c64fb78c520e5c396b6e07bc9082735a5cc28175dbe23138201d0a9441800b + md5: 2157d0900a4bc2e9a0ba3cccb8497e8c + sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c category: dev optional: true - name: platformdirs - version: 4.5.1 + version: 4.7.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda hash: - md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 - sha256: 04c64fb78c520e5c396b6e07bc9082735a5cc28175dbe23138201d0a9441800b + md5: 2157d0900a4bc2e9a0ba3cccb8497e8c + sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c category: dev optional: true - name: pluggy diff --git a/py-3.13.conda-lock.yml b/py-3.13.conda-lock.yml index 82c62a26d..5b34a0c03 100644 --- a/py-3.13.conda-lock.yml +++ b/py-3.13.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 32884c668bdf8b648309d42e15d5f5900e848c367d767cfd9694ab631a562e82 - linux-64: ca08f4eed607722e5e901c06390bb826ebba821cd2041ba0aeecca8283aec238 + win-64: ae20244d3b512165e354afb5a4f7d4bb9ada0412a9f56b384cc4f4fd5f4ec82e + linux-64: 06fb1fb8c972bc4139434c04db9ef9c1724f79dacbdd239baf797fb346e55d91 channels: - url: conda-forge used_env_vars: [] @@ -4482,6 +4482,39 @@ package: sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false +- name: mkl-service + version: 2.6.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + mkl: '>=2025.3.0,<2026.0a0' + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-service-2.6.1-py313hf2376e9_0.conda + hash: + md5: 2d4ed94eef2f2654338abce466bb245e + sha256: 7b6159b55a053ece69b8bad334b0ff5704835491c0065c33e67650bc7220aee6 + category: main + optional: false +- name: mkl-service + version: 2.6.1 + manager: conda + platform: win-64 + dependencies: + mkl: '>=2025.3.0,<2026.0a0' + python: '>=3.13,<3.14.0a0' + python_abi: 3.13.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mkl-service-2.6.1-py313hd339338_0.conda + hash: + md5: 7a43de88eb78db5c0a569ea304835c44 + sha256: 604c4922a5db0f68ef4a917e5ccc427d6d05786ba645911eeab20330cb130cf3 + category: main + optional: false - name: msgpack-python version: 1.1.2 manager: conda @@ -5301,27 +5334,27 @@ package: category: main optional: false - name: platformdirs - version: 4.5.1 + version: 4.7.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda hash: - md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 - sha256: 04c64fb78c520e5c396b6e07bc9082735a5cc28175dbe23138201d0a9441800b + md5: 2157d0900a4bc2e9a0ba3cccb8497e8c + sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c category: dev optional: true - name: platformdirs - version: 4.5.1 + version: 4.7.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda hash: - md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 - sha256: 04c64fb78c520e5c396b6e07bc9082735a5cc28175dbe23138201d0a9441800b + md5: 2157d0900a4bc2e9a0ba3cccb8497e8c + sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c category: dev optional: true - name: pluggy diff --git a/py-3.14.conda-lock.yml b/py-3.14.conda-lock.yml index 6163c06bb..506c53c35 100644 --- a/py-3.14.conda-lock.yml +++ b/py-3.14.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 854d7db56e54894b76c440f6525b2d56665c359c03f307513bd606d7fd635941 - linux-64: f1fa4dc6e9e3caf0b7dbd62e65b6b9a2165607c6318db46e72ba5e50be01d331 + win-64: d16ce4bd012e0c3dc21454a8c17a2d35521ff27ba4732b5664f22765498556d8 + linux-64: a3989ca05d39740b7af7d3eced57f60123978d87a0e5020567be38459df0476d channels: - url: conda-forge used_env_vars: [] @@ -4461,6 +4461,39 @@ package: sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false +- name: mkl-service + version: 2.6.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + mkl: '>=2025.3.0,<2026.0a0' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-service-2.6.1-py314ha1a38ac_0.conda + hash: + md5: 9d612b72661fcd95565eabaaf2b53523 + sha256: 4da319b91ee6956bc1fd38be311aba16abc271412c0c3fdf8ee7eeb4e78834f6 + category: main + optional: false +- name: mkl-service + version: 2.6.1 + manager: conda + platform: win-64 + dependencies: + mkl: '>=2025.3.0,<2026.0a0' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/mkl-service-2.6.1-py314heade15a_0.conda + hash: + md5: cee0533935972eb799cc5cebc7321087 + sha256: 9b2e04e856ef235ec9a2325cd7493031f699f60f5ad30172d42f56e7ffc3dfac + category: main + optional: false - name: msgpack-python version: 1.1.2 manager: conda @@ -5280,27 +5313,27 @@ package: category: main optional: false - name: platformdirs - version: 4.5.1 + version: 4.7.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda hash: - md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 - sha256: 04c64fb78c520e5c396b6e07bc9082735a5cc28175dbe23138201d0a9441800b + md5: 2157d0900a4bc2e9a0ba3cccb8497e8c + sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c category: dev optional: true - name: platformdirs - version: 4.5.1 + version: 4.7.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.1-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda hash: - md5: 1bd2e65c8c7ef24f4639ae6e850dacc2 - sha256: 04c64fb78c520e5c396b6e07bc9082735a5cc28175dbe23138201d0a9441800b + md5: 2157d0900a4bc2e9a0ba3cccb8497e8c + sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c category: dev optional: true - name: pluggy diff --git a/pyproject.toml b/pyproject.toml index 8e9f94703..6f76bb400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,7 @@ distributed = "2025.3.*" # for dask[distributed] pydantic = "^2.12.0" # also in geoh5py, curve-apps, geoapps-utils tqdm = "^4.66.1" trimesh = "~4.1.3" - -# solvers for simpeg: not imported, but at least one required at runtime +mkl-service = "~2.6.1" # for Windows crash in IDE ## Pip dependencies from Git repositories From e42d907256f9fa9e116de91457ca52c7c7381537 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Sat, 14 Feb 2026 09:48:35 -0800 Subject: [PATCH 4/4] Re-order alphabetically, re-lock (cherry picked from commit f19c57a134b9b3117982c204a6875c522f8ae051) --- .../py-3.12-linux-64-dev.conda.lock.yml | 18 +- environments/py-3.12-linux-64.conda.lock.yml | 16 +- .../py-3.12-win-64-dev.conda.lock.yml | 11 +- environments/py-3.12-win-64.conda.lock.yml | 9 +- .../py-3.13-linux-64-dev.conda.lock.yml | 18 +- environments/py-3.13-linux-64.conda.lock.yml | 16 +- .../py-3.13-win-64-dev.conda.lock.yml | 11 +- environments/py-3.13-win-64.conda.lock.yml | 9 +- .../py-3.14-linux-64-dev.conda.lock.yml | 18 +- environments/py-3.14-linux-64.conda.lock.yml | 16 +- .../py-3.14-win-64-dev.conda.lock.yml | 11 +- environments/py-3.14-win-64.conda.lock.yml | 9 +- py-3.12.conda-lock.yml | 164 +++++++----------- py-3.13.conda-lock.yml | 164 +++++++----------- py-3.14.conda-lock.yml | 164 +++++++----------- pyproject.toml | 22 ++- 16 files changed, 268 insertions(+), 408 deletions(-) diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index 1075ac4c0..e86c81eb8 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 5bd1997f80c6e23a223778e0b084eda8978a936df1ad468eae12139bf07cac3a +# input_hash: 8e323951c273b57b2e693c63cd5efff6356e54fb0a7ba21701cafc8d99fe3026 channels: - conda-forge @@ -111,11 +111,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h4a7cf45_openblas + - libblas=3.11.0=5_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_h0358290_openblas + - libcblas=3.11.0=5_hfef963f_mkl - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -132,11 +132,10 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h47877c9_openblas + - liblapack=3.11.0=5_h5e43f62_mkl - liblzma=5.8.2=hb03c661_0 - libnghttp2=1.67.0=had1ee68_0 - libnsl=2.0.1=hb9d3cd8_1 - - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - libscotch=7.0.10=int32_h8512f2c_2 - libsodium=1.0.20=h4ab18f5_0 @@ -166,7 +165,6 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=h0e700b2_463 - - mkl-service=2.6.1=py312h4307cf8_0 - msgpack-python=1.1.2=py312hd9148b4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -195,7 +193,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pillow=12.1.1=py312h50c33e8_0 - pip=26.0.1=pyh8b19718_0 - - platformdirs=4.7.0=pyhcf101f3_0 + - platformdirs=4.8.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -292,9 +290,9 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 4a592b1fc..895fc941f 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 5bd1997f80c6e23a223778e0b084eda8978a936df1ad468eae12139bf07cac3a +# input_hash: 8e323951c273b57b2e693c63cd5efff6356e54fb0a7ba21701cafc8d99fe3026 channels: - conda-forge @@ -49,11 +49,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h4a7cf45_openblas + - libblas=3.11.0=5_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_h0358290_openblas + - libcblas=3.11.0=5_hfef963f_mkl - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -70,11 +70,10 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h47877c9_openblas + - liblapack=3.11.0=5_h5e43f62_mkl - liblzma=5.8.2=hb03c661_0 - libnghttp2=1.67.0=had1ee68_0 - libnsl=2.0.1=hb9d3cd8_1 - - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - libscotch=7.0.10=int32_h8512f2c_2 - libspatialindex=2.1.0=he57a185_0 @@ -96,7 +95,6 @@ dependencies: - matplotlib-base=3.10.8=py312he3d6523_0 - metis=5.1.0=hd0bcaf9_1007 - mkl=2025.3.0=h0e700b2_463 - - mkl-service=2.6.1=py312h4307cf8_0 - msgpack-python=1.1.2=py312hd9148b4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -159,9 +157,9 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index 925432bdd..7eb2bbae9 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 10d8ace21865f29d537b611e38f88febdd43f8b7c93f838dc55ca62e1821ef72 +# input_hash: be6d3ca6e70781760474b5bf4b3c7d39e46d78f3eb9203327a9d6f7653abeaa8 channels: - conda-forge @@ -150,7 +150,6 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=hac47afa_455 - - mkl-service=2.6.1=py312hde5ce01_0 - msgpack-python=1.1.2=py312hf90b1b7_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -176,7 +175,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=12.1.1=py312h31f0997_0 - pip=26.0.1=pyh8b19718_0 - - platformdirs=4.7.0=pyhcf101f3_0 + - platformdirs=4.8.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -278,9 +277,9 @@ dependencies: - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index 5465315e9..ac4af38c7 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 10d8ace21865f29d537b611e38f88febdd43f8b7c93f838dc55ca62e1821ef72 +# input_hash: be6d3ca6e70781760474b5bf4b3c7d39e46d78f3eb9203327a9d6f7653abeaa8 channels: - conda-forge @@ -82,7 +82,6 @@ dependencies: - markupsafe=3.0.3=py312h05f76fc_0 - matplotlib-base=3.10.8=py312h0ebf65c_0 - mkl=2025.3.0=hac47afa_455 - - mkl-service=2.6.1=py312hde5ce01_0 - msgpack-python=1.1.2=py312hf90b1b7_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -147,9 +146,9 @@ dependencies: - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.13-linux-64-dev.conda.lock.yml b/environments/py-3.13-linux-64-dev.conda.lock.yml index e0dd4f1d5..cacf4fc07 100644 --- a/environments/py-3.13-linux-64-dev.conda.lock.yml +++ b/environments/py-3.13-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 06fb1fb8c972bc4139434c04db9ef9c1724f79dacbdd239baf797fb346e55d91 +# input_hash: 68a2de28a7756311781112fab6cbffa52cbb4983a656c81226e008959a0a8f1c channels: - conda-forge @@ -111,11 +111,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h4a7cf45_openblas + - libblas=3.11.0=5_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_h0358290_openblas + - libcblas=3.11.0=5_hfef963f_mkl - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -132,11 +132,10 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h47877c9_openblas + - liblapack=3.11.0=5_h5e43f62_mkl - liblzma=5.8.2=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - libscotch=7.0.10=int32_h8512f2c_2 - libsodium=1.0.20=h4ab18f5_0 @@ -165,7 +164,6 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=h0e700b2_463 - - mkl-service=2.6.1=py313hf2376e9_0 - msgpack-python=1.1.2=py313h7037e92_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -194,7 +192,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pillow=12.1.1=py313h80991f8_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.7.0=pyhcf101f3_0 + - platformdirs=4.8.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -289,9 +287,9 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.13-linux-64.conda.lock.yml b/environments/py-3.13-linux-64.conda.lock.yml index ce1130a52..679147d03 100644 --- a/environments/py-3.13-linux-64.conda.lock.yml +++ b/environments/py-3.13-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 06fb1fb8c972bc4139434c04db9ef9c1724f79dacbdd239baf797fb346e55d91 +# input_hash: 68a2de28a7756311781112fab6cbffa52cbb4983a656c81226e008959a0a8f1c channels: - conda-forge @@ -49,11 +49,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h4a7cf45_openblas + - libblas=3.11.0=5_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_h0358290_openblas + - libcblas=3.11.0=5_hfef963f_mkl - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -70,11 +70,10 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h47877c9_openblas + - liblapack=3.11.0=5_h5e43f62_mkl - liblzma=5.8.2=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - libscotch=7.0.10=int32_h8512f2c_2 - libspatialindex=2.1.0=he57a185_0 @@ -95,7 +94,6 @@ dependencies: - matplotlib-base=3.10.8=py313h683a580_0 - metis=5.1.0=hd0bcaf9_1007 - mkl=2025.3.0=h0e700b2_463 - - mkl-service=2.6.1=py313hf2376e9_0 - msgpack-python=1.1.2=py313h7037e92_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -156,9 +154,9 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.13-win-64-dev.conda.lock.yml b/environments/py-3.13-win-64-dev.conda.lock.yml index fe0d08669..c84f3f83b 100644 --- a/environments/py-3.13-win-64-dev.conda.lock.yml +++ b/environments/py-3.13-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: ae20244d3b512165e354afb5a4f7d4bb9ada0412a9f56b384cc4f4fd5f4ec82e +# input_hash: 8ca542f72e16509b794b6267b11c23e801ee9c5ac5d42e59c2f4e3f616c3f59a channels: - conda-forge @@ -151,7 +151,6 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=hac47afa_455 - - mkl-service=2.6.1=py313hd339338_0 - msgpack-python=1.1.2=py313hf069bd2_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -177,7 +176,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=12.1.1=py313h38f99e1_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.7.0=pyhcf101f3_0 + - platformdirs=4.8.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -277,9 +276,9 @@ dependencies: - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.13-win-64.conda.lock.yml b/environments/py-3.13-win-64.conda.lock.yml index 7ba380239..7abbac6a7 100644 --- a/environments/py-3.13-win-64.conda.lock.yml +++ b/environments/py-3.13-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: ae20244d3b512165e354afb5a4f7d4bb9ada0412a9f56b384cc4f4fd5f4ec82e +# input_hash: 8ca542f72e16509b794b6267b11c23e801ee9c5ac5d42e59c2f4e3f616c3f59a channels: - conda-forge @@ -83,7 +83,6 @@ dependencies: - markupsafe=3.0.3=py313hd650c13_0 - matplotlib-base=3.10.8=py313he1ded55_0 - mkl=2025.3.0=hac47afa_455 - - mkl-service=2.6.1=py313hd339338_0 - msgpack-python=1.1.2=py313hf069bd2_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -146,9 +145,9 @@ dependencies: - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.14-linux-64-dev.conda.lock.yml b/environments/py-3.14-linux-64-dev.conda.lock.yml index 2eac157fe..086b77d31 100644 --- a/environments/py-3.14-linux-64-dev.conda.lock.yml +++ b/environments/py-3.14-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: a3989ca05d39740b7af7d3eced57f60123978d87a0e5020567be38459df0476d +# input_hash: 4b04cf01d39e1a6360f541dc2c531da1e022fafd393d5a175f6f5f12c5417209 channels: - conda-forge @@ -111,11 +111,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h4a7cf45_openblas + - libblas=3.11.0=5_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_h0358290_openblas + - libcblas=3.11.0=5_hfef963f_mkl - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -132,11 +132,10 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h47877c9_openblas + - liblapack=3.11.0=5_h5e43f62_mkl - liblzma=5.8.2=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - libscotch=7.0.10=int32_h8512f2c_2 - libsodium=1.0.20=h4ab18f5_0 @@ -165,7 +164,6 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=h0e700b2_463 - - mkl-service=2.6.1=py314ha1a38ac_0 - msgpack-python=1.1.2=py314h9891dd4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -194,7 +192,7 @@ dependencies: - pexpect=4.9.0=pyhd8ed1ab_1 - pillow=12.1.1=py314h8ec4b1a_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.7.0=pyhcf101f3_0 + - platformdirs=4.8.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -290,9 +288,9 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.14-linux-64.conda.lock.yml b/environments/py-3.14-linux-64.conda.lock.yml index 7528e8f4f..76435e90e 100644 --- a/environments/py-3.14-linux-64.conda.lock.yml +++ b/environments/py-3.14-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: a3989ca05d39740b7af7d3eced57f60123978d87a0e5020567be38459df0476d +# input_hash: 4b04cf01d39e1a6360f541dc2c531da1e022fafd393d5a175f6f5f12c5417209 channels: - conda-forge @@ -49,11 +49,11 @@ dependencies: - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - lerc=4.0.0=h0aef613_1 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h4a7cf45_openblas + - libblas=3.11.0=5_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_h0358290_openblas + - libcblas=3.11.0=5_hfef963f_mkl - libcurl=8.18.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -70,11 +70,10 @@ dependencies: - libhwloc=2.12.2=default_hafda6a7_1000 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h47877c9_openblas + - liblapack=3.11.0=5_h5e43f62_mkl - liblzma=5.8.2=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - libnghttp2=1.67.0=had1ee68_0 - - libopenblas=0.3.30=openmp_hd680484_4 - libpng=1.6.55=h421ea60_0 - libscotch=7.0.10=int32_h8512f2c_2 - libspatialindex=2.1.0=he57a185_0 @@ -95,7 +94,6 @@ dependencies: - matplotlib-base=3.10.8=py314h1194b4b_0 - metis=5.1.0=hd0bcaf9_1007 - mkl=2025.3.0=h0e700b2_463 - - mkl-service=2.6.1=py314ha1a38ac_0 - msgpack-python=1.1.2=py314h9891dd4_1 - mumps-include=5.8.1=h1795ed4_4 - mumps-seq=5.8.1=h4374b6a_4 @@ -157,9 +155,9 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.14-win-64-dev.conda.lock.yml b/environments/py-3.14-win-64-dev.conda.lock.yml index fbc4ef4e6..e9a07ded3 100644 --- a/environments/py-3.14-win-64-dev.conda.lock.yml +++ b/environments/py-3.14-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: d16ce4bd012e0c3dc21454a8c17a2d35521ff27ba4732b5664f22765498556d8 +# input_hash: eeaf0450c9adf776c0be6ef2cbdb0a09f4b7d3433670e5e8ded6200675b37145 channels: - conda-forge @@ -151,7 +151,6 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.2.0=pyhcf101f3_0 - mkl=2025.3.0=hac47afa_455 - - mkl-service=2.6.1=py314heade15a_0 - msgpack-python=1.1.2=py314h909e829_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -177,7 +176,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=12.1.1=py314h61b30b5_0 - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.7.0=pyhcf101f3_0 + - platformdirs=4.8.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 - prometheus_client=0.24.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -278,9 +277,9 @@ dependencies: - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/environments/py-3.14-win-64.conda.lock.yml b/environments/py-3.14-win-64.conda.lock.yml index 6e688b49e..6f160ae7f 100644 --- a/environments/py-3.14-win-64.conda.lock.yml +++ b/environments/py-3.14-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: d16ce4bd012e0c3dc21454a8c17a2d35521ff27ba4732b5664f22765498556d8 +# input_hash: eeaf0450c9adf776c0be6ef2cbdb0a09f4b7d3433670e5e8ded6200675b37145 channels: - conda-forge @@ -83,7 +83,6 @@ dependencies: - markupsafe=3.0.3=pyh7db6752_0 - matplotlib-base=3.10.8=py314hfa45d96_0 - mkl=2025.3.0=hac47afa_455 - - mkl-service=2.6.1=py314heade15a_0 - msgpack-python=1.1.2=py314h909e829_1 - mumps-seq=5.8.1=hd297af6_4 - munkres=1.1.4=pyhd8ed1ab_1 @@ -147,9 +146,9 @@ dependencies: - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@ef94a62a27ecf9713377801f6632861a07e2a65c variables: diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 15e11281d..a5fdf3050 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 10d8ace21865f29d537b611e38f88febdd43f8b7c93f838dc55ca62e1821ef72 - linux-64: 5bd1997f80c6e23a223778e0b084eda8978a936df1ad468eae12139bf07cac3a + win-64: be6d3ca6e70781760474b5bf4b3c7d39e46d78f3eb9203327a9d6f7653abeaa8 + linux-64: 8e323951c273b57b2e693c63cd5efff6356e54fb0a7ba21701cafc8d99fe3026 channels: - url: conda-forge used_env_vars: [] @@ -3095,11 +3095,11 @@ package: manager: conda platform: linux-64 dependencies: - libopenblas: '>=0.3.30,<1.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h4a7cf45_openblas.conda + mkl: '>=2025.3.0,<2026.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h5875eb1_mkl.conda hash: - md5: c160954f7418d7b6e87eaf05a8913fa9 - sha256: 18c72545080b86739352482ba14ba2c4815e19e26a7417ca21a95b76ec8da24c + md5: 9d2f2e3a943d38f972ceef9cde8ba4bf + sha256: 328d64d4eb51047c39a8039a30eb47695855829d0a11b72d932171cb1dcdfad3 category: main optional: false - name: libblas @@ -3205,10 +3205,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_h0358290_openblas.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_hfef963f_mkl.conda hash: - md5: 6636a2b6f1a87572df2970d3ebc87cc0 - sha256: 0cbdcc67901e02dc17f1d19e1f9170610bd828100dc207de4d5b6b8ad1ae7ad8 + md5: 9b6cb3aa4b7912121c64b97a76ca43d5 + sha256: 8352f472c49c42a83a20387b5f6addab1f910c5a62f4f5b8998d7dc89131ba2e category: main optional: false - name: libcblas @@ -3615,10 +3615,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h47877c9_openblas.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h5e43f62_mkl.conda hash: - md5: b38076eb5c8e40d0106beda6f95d7609 - sha256: c723b6599fcd4c6c75dee728359ef418307280fa3e2ee376e14e85e5bbdda053 + md5: 88155c848e1278b0990692e716c9eab4 + sha256: b411a9dccb21cd6231f8f66b63916a6520a7b23363e6f9d1d111e8660f2798b0 category: main optional: false - name: liblapack @@ -3691,23 +3691,6 @@ package: sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 category: main optional: false -- name: libopenblas - version: 0.3.30 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - _openmp_mutex: '>=4.5' - libgcc: '>=14' - libgfortran: '' - libgfortran5: '>=14.3.0' - llvm-openmp: '>=21.1.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-openmp_hd680484_4.conda - hash: - md5: c0512e4f60d62ccccb4c3c8333b33608 - sha256: d82311c4bcf0cbd7af192ec707520c7a7486926e23387afac513cd51e41f463d - category: main - optional: false - name: libpng version: 1.6.55 manager: conda @@ -4482,39 +4465,6 @@ package: sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false -- name: mkl-service - version: 2.6.1 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - mkl: '>=2025.3.0,<2026.0a0' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-service-2.6.1-py312h4307cf8_0.conda - hash: - md5: 3585643974b5e2c5e8f191c6ef9c01a7 - sha256: 38d4196ebeb3e61d1603592b2640c70f2b92e01807faab25f8814a3b88b50e57 - category: main - optional: false -- name: mkl-service - version: 2.6.1 - manager: conda - platform: win-64 - dependencies: - mkl: '>=2025.3.0,<2026.0a0' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/mkl-service-2.6.1-py312hde5ce01_0.conda - hash: - md5: db2f74a9a2dbf815afbf3991409e388d - sha256: 8e79a374cf0dd55b67ea12ee377ba6803acb7f1f887af401ee716f6ec0699837 - category: main - optional: false - name: msgpack-python version: 1.1.2 manager: conda @@ -5338,27 +5288,27 @@ package: category: main optional: false - name: platformdirs - version: 4.7.0 + version: 4.8.0 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.8.0-pyhcf101f3_0.conda hash: - md5: 2157d0900a4bc2e9a0ba3cccb8497e8c - sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c + md5: 8afb83f9f16ace9092cb025ed30711ce + sha256: b07015c9105be63f48762986978d88e10a65847a3d3dd2a996918178297a79d9 category: dev optional: true - name: platformdirs - version: 4.7.0 + version: 4.8.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.8.0-pyhcf101f3_0.conda hash: - md5: 2157d0900a4bc2e9a0ba3cccb8497e8c - sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c + md5: 8afb83f9f16ace9092cb025ed30711ce + sha256: b07015c9105be63f48762986978d88e10a65847a3d3dd2a996918178297a79d9 category: dev optional: true - name: pluggy @@ -8085,101 +8035,111 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev16+9039f80 + version: 0.7.0a2.dev18+3226147 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a2.dev137+84e4d20a + geoh5py: 0.13.0a2.dev138+ba9c28e7 matplotlib: '>=3.10.0,<3.11.0' + numpy: '>=2.4.2' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 hash: - sha256: 9039f80d05d94149589480f02eaa1455a58e5970 + sha256: 32261477bd3be01b7263f413233df0eeeb0cf137 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev16+9039f80 + version: 0.7.0a2.dev18+3226147 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a2.dev137+84e4d20a + geoh5py: 0.13.0a2.dev138+ba9c28e7 matplotlib: '>=3.10.0,<3.11.0' + numpy: '>=2.4.2' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 hash: - sha256: 9039f80d05d94149589480f02eaa1455a58e5970 + sha256: 32261477bd3be01b7263f413233df0eeeb0cf137 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev137+84e4d20a + version: 0.13.0a2.dev138+ba9c28e7 manager: pip platform: linux-64 dependencies: h5py: '>=3.15.0,<4.0.0' - numpy: '>=2.0.0,<2.1.0' + numpy: '>=2.4.0,<2.5.0' pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af hash: - sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 + sha256: ba9c28e73432a0511d3c596c32a566763a8e50af source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af category: main optional: false - name: geoh5py - version: 0.13.0a2.dev137+84e4d20a + version: 0.13.0a2.dev138+ba9c28e7 manager: pip platform: win-64 dependencies: h5py: '>=3.15.0,<4.0.0' - numpy: '>=2.0.0,<2.1.0' + numpy: '>=2.4.0,<2.5.0' pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af hash: - sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 + sha256: ba9c28e73432a0511d3c596c32a566763a8e50af source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af category: main optional: false - name: grid-apps - version: 0.2.0a2.dev7+433adcf + version: 0.2.0a2.dev8+2bb57c2 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev16+9039f80 - geoh5py: 0.13.0a2.dev137+84e4d20a - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + geoapps-utils: 0.7.0a2.dev18+3226147 + geoh5py: 0.13.0a2.dev138+ba9c28e7 + numpy: '>=2.4.2' + pydantic: '>=2.12.0,<3.0.0' + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 hash: - sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 + sha256: 2bb57c22404303281132aacbe43811bf0ffb09c8 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev7+433adcf + version: 0.2.0a2.dev8+2bb57c2 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev16+9039f80 - geoh5py: 0.13.0a2.dev137+84e4d20a - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + geoapps-utils: 0.7.0a2.dev18+3226147 + geoh5py: 0.13.0a2.dev138+ba9c28e7 + numpy: '>=2.4.2' + pydantic: '>=2.12.0,<3.0.0' + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 hash: - sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 + sha256: 2bb57c22404303281132aacbe43811bf0ffb09c8 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 category: main optional: false - name: mira-simpeg diff --git a/py-3.13.conda-lock.yml b/py-3.13.conda-lock.yml index 5b34a0c03..e394fc42b 100644 --- a/py-3.13.conda-lock.yml +++ b/py-3.13.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: ae20244d3b512165e354afb5a4f7d4bb9ada0412a9f56b384cc4f4fd5f4ec82e - linux-64: 06fb1fb8c972bc4139434c04db9ef9c1724f79dacbdd239baf797fb346e55d91 + win-64: 8ca542f72e16509b794b6267b11c23e801ee9c5ac5d42e59c2f4e3f616c3f59a + linux-64: 68a2de28a7756311781112fab6cbffa52cbb4983a656c81226e008959a0a8f1c channels: - url: conda-forge used_env_vars: [] @@ -3093,11 +3093,11 @@ package: manager: conda platform: linux-64 dependencies: - libopenblas: '>=0.3.30,<0.3.31.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h4a7cf45_openblas.conda + mkl: '>=2025.3.0,<2026.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h5875eb1_mkl.conda hash: - md5: c160954f7418d7b6e87eaf05a8913fa9 - sha256: 18c72545080b86739352482ba14ba2c4815e19e26a7417ca21a95b76ec8da24c + md5: 9d2f2e3a943d38f972ceef9cde8ba4bf + sha256: 328d64d4eb51047c39a8039a30eb47695855829d0a11b72d932171cb1dcdfad3 category: main optional: false - name: libblas @@ -3203,10 +3203,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_h0358290_openblas.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_hfef963f_mkl.conda hash: - md5: 6636a2b6f1a87572df2970d3ebc87cc0 - sha256: 0cbdcc67901e02dc17f1d19e1f9170610bd828100dc207de4d5b6b8ad1ae7ad8 + md5: 9b6cb3aa4b7912121c64b97a76ca43d5 + sha256: 8352f472c49c42a83a20387b5f6addab1f910c5a62f4f5b8998d7dc89131ba2e category: main optional: false - name: libcblas @@ -3613,10 +3613,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h47877c9_openblas.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h5e43f62_mkl.conda hash: - md5: b38076eb5c8e40d0106beda6f95d7609 - sha256: c723b6599fcd4c6c75dee728359ef418307280fa3e2ee376e14e85e5bbdda053 + md5: 88155c848e1278b0990692e716c9eab4 + sha256: b411a9dccb21cd6231f8f66b63916a6520a7b23363e6f9d1d111e8660f2798b0 category: main optional: false - name: liblapack @@ -3703,23 +3703,6 @@ package: sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 category: main optional: false -- name: libopenblas - version: 0.3.30 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - _openmp_mutex: '*' - libgcc: '>=14' - libgfortran: '' - libgfortran5: '>=14.3.0' - llvm-openmp: '>=21.1.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-openmp_hd680484_4.conda - hash: - md5: c0512e4f60d62ccccb4c3c8333b33608 - sha256: d82311c4bcf0cbd7af192ec707520c7a7486926e23387afac513cd51e41f463d - category: main - optional: false - name: libpng version: 1.6.55 manager: conda @@ -4482,39 +4465,6 @@ package: sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false -- name: mkl-service - version: 2.6.1 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - mkl: '>=2025.3.0,<2026.0a0' - python: '>=3.13,<3.14.0a0' - python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-service-2.6.1-py313hf2376e9_0.conda - hash: - md5: 2d4ed94eef2f2654338abce466bb245e - sha256: 7b6159b55a053ece69b8bad334b0ff5704835491c0065c33e67650bc7220aee6 - category: main - optional: false -- name: mkl-service - version: 2.6.1 - manager: conda - platform: win-64 - dependencies: - mkl: '>=2025.3.0,<2026.0a0' - python: '>=3.13,<3.14.0a0' - python_abi: 3.13.* - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/mkl-service-2.6.1-py313hd339338_0.conda - hash: - md5: 7a43de88eb78db5c0a569ea304835c44 - sha256: 604c4922a5db0f68ef4a917e5ccc427d6d05786ba645911eeab20330cb130cf3 - category: main - optional: false - name: msgpack-python version: 1.1.2 manager: conda @@ -5334,27 +5284,27 @@ package: category: main optional: false - name: platformdirs - version: 4.7.0 + version: 4.8.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.8.0-pyhcf101f3_0.conda hash: - md5: 2157d0900a4bc2e9a0ba3cccb8497e8c - sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c + md5: 8afb83f9f16ace9092cb025ed30711ce + sha256: b07015c9105be63f48762986978d88e10a65847a3d3dd2a996918178297a79d9 category: dev optional: true - name: platformdirs - version: 4.7.0 + version: 4.8.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.8.0-pyhcf101f3_0.conda hash: - md5: 2157d0900a4bc2e9a0ba3cccb8497e8c - sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c + md5: 8afb83f9f16ace9092cb025ed30711ce + sha256: b07015c9105be63f48762986978d88e10a65847a3d3dd2a996918178297a79d9 category: dev optional: true - name: pluggy @@ -8026,101 +7976,111 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev16+9039f80 + version: 0.7.0a2.dev18+3226147 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a2.dev137+84e4d20a + geoh5py: 0.13.0a2.dev138+ba9c28e7 matplotlib: '>=3.10.0,<3.11.0' + numpy: '>=2.4.2' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 hash: - sha256: 9039f80d05d94149589480f02eaa1455a58e5970 + sha256: 32261477bd3be01b7263f413233df0eeeb0cf137 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev16+9039f80 + version: 0.7.0a2.dev18+3226147 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a2.dev137+84e4d20a + geoh5py: 0.13.0a2.dev138+ba9c28e7 matplotlib: '>=3.10.0,<3.11.0' + numpy: '>=2.4.2' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 hash: - sha256: 9039f80d05d94149589480f02eaa1455a58e5970 + sha256: 32261477bd3be01b7263f413233df0eeeb0cf137 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev137+84e4d20a + version: 0.13.0a2.dev138+ba9c28e7 manager: pip platform: linux-64 dependencies: h5py: '>=3.15.0,<4.0.0' - numpy: '>=2.0.0,<2.1.0' + numpy: '>=2.4.0,<2.5.0' pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af hash: - sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 + sha256: ba9c28e73432a0511d3c596c32a566763a8e50af source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af category: main optional: false - name: geoh5py - version: 0.13.0a2.dev137+84e4d20a + version: 0.13.0a2.dev138+ba9c28e7 manager: pip platform: win-64 dependencies: h5py: '>=3.15.0,<4.0.0' - numpy: '>=2.0.0,<2.1.0' + numpy: '>=2.4.0,<2.5.0' pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af hash: - sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 + sha256: ba9c28e73432a0511d3c596c32a566763a8e50af source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af category: main optional: false - name: grid-apps - version: 0.2.0a2.dev7+433adcf + version: 0.2.0a2.dev8+2bb57c2 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev16+9039f80 - geoh5py: 0.13.0a2.dev137+84e4d20a - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + geoapps-utils: 0.7.0a2.dev18+3226147 + geoh5py: 0.13.0a2.dev138+ba9c28e7 + numpy: '>=2.4.2' + pydantic: '>=2.12.0,<3.0.0' + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 hash: - sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 + sha256: 2bb57c22404303281132aacbe43811bf0ffb09c8 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev7+433adcf + version: 0.2.0a2.dev8+2bb57c2 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev16+9039f80 - geoh5py: 0.13.0a2.dev137+84e4d20a - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + geoapps-utils: 0.7.0a2.dev18+3226147 + geoh5py: 0.13.0a2.dev138+ba9c28e7 + numpy: '>=2.4.2' + pydantic: '>=2.12.0,<3.0.0' + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 hash: - sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 + sha256: 2bb57c22404303281132aacbe43811bf0ffb09c8 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 category: main optional: false - name: mira-simpeg diff --git a/py-3.14.conda-lock.yml b/py-3.14.conda-lock.yml index 506c53c35..f77b6a0c6 100644 --- a/py-3.14.conda-lock.yml +++ b/py-3.14.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: d16ce4bd012e0c3dc21454a8c17a2d35521ff27ba4732b5664f22765498556d8 - linux-64: a3989ca05d39740b7af7d3eced57f60123978d87a0e5020567be38459df0476d + win-64: eeaf0450c9adf776c0be6ef2cbdb0a09f4b7d3433670e5e8ded6200675b37145 + linux-64: 4b04cf01d39e1a6360f541dc2c531da1e022fafd393d5a175f6f5f12c5417209 channels: - url: conda-forge used_env_vars: [] @@ -3079,11 +3079,11 @@ package: manager: conda platform: linux-64 dependencies: - libopenblas: '>=0.3.30,<0.3.31.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h4a7cf45_openblas.conda + mkl: '>=2025.3.0,<2026.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h5875eb1_mkl.conda hash: - md5: c160954f7418d7b6e87eaf05a8913fa9 - sha256: 18c72545080b86739352482ba14ba2c4815e19e26a7417ca21a95b76ec8da24c + md5: 9d2f2e3a943d38f972ceef9cde8ba4bf + sha256: 328d64d4eb51047c39a8039a30eb47695855829d0a11b72d932171cb1dcdfad3 category: main optional: false - name: libblas @@ -3189,10 +3189,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_h0358290_openblas.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_hfef963f_mkl.conda hash: - md5: 6636a2b6f1a87572df2970d3ebc87cc0 - sha256: 0cbdcc67901e02dc17f1d19e1f9170610bd828100dc207de4d5b6b8ad1ae7ad8 + md5: 9b6cb3aa4b7912121c64b97a76ca43d5 + sha256: 8352f472c49c42a83a20387b5f6addab1f910c5a62f4f5b8998d7dc89131ba2e category: main optional: false - name: libcblas @@ -3599,10 +3599,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h47877c9_openblas.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h5e43f62_mkl.conda hash: - md5: b38076eb5c8e40d0106beda6f95d7609 - sha256: c723b6599fcd4c6c75dee728359ef418307280fa3e2ee376e14e85e5bbdda053 + md5: 88155c848e1278b0990692e716c9eab4 + sha256: b411a9dccb21cd6231f8f66b63916a6520a7b23363e6f9d1d111e8660f2798b0 category: main optional: false - name: liblapack @@ -3689,23 +3689,6 @@ package: sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 category: main optional: false -- name: libopenblas - version: 0.3.30 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - _openmp_mutex: '*' - libgcc: '>=14' - libgfortran: '' - libgfortran5: '>=14.3.0' - llvm-openmp: '>=21.1.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libopenblas-0.3.30-openmp_hd680484_4.conda - hash: - md5: c0512e4f60d62ccccb4c3c8333b33608 - sha256: d82311c4bcf0cbd7af192ec707520c7a7486926e23387afac513cd51e41f463d - category: main - optional: false - name: libpng version: 1.6.55 manager: conda @@ -4461,39 +4444,6 @@ package: sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d category: main optional: false -- name: mkl-service - version: 2.6.1 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - mkl: '>=2025.3.0,<2026.0a0' - python: '>=3.14,<3.15.0a0' - python_abi: 3.14.* - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-service-2.6.1-py314ha1a38ac_0.conda - hash: - md5: 9d612b72661fcd95565eabaaf2b53523 - sha256: 4da319b91ee6956bc1fd38be311aba16abc271412c0c3fdf8ee7eeb4e78834f6 - category: main - optional: false -- name: mkl-service - version: 2.6.1 - manager: conda - platform: win-64 - dependencies: - mkl: '>=2025.3.0,<2026.0a0' - python: '>=3.14,<3.15.0a0' - python_abi: 3.14.* - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/mkl-service-2.6.1-py314heade15a_0.conda - hash: - md5: cee0533935972eb799cc5cebc7321087 - sha256: 9b2e04e856ef235ec9a2325cd7493031f699f60f5ad30172d42f56e7ffc3dfac - category: main - optional: false - name: msgpack-python version: 1.1.2 manager: conda @@ -5313,27 +5263,27 @@ package: category: main optional: false - name: platformdirs - version: 4.7.0 + version: 4.8.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.8.0-pyhcf101f3_0.conda hash: - md5: 2157d0900a4bc2e9a0ba3cccb8497e8c - sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c + md5: 8afb83f9f16ace9092cb025ed30711ce + sha256: b07015c9105be63f48762986978d88e10a65847a3d3dd2a996918178297a79d9 category: dev optional: true - name: platformdirs - version: 4.7.0 + version: 4.8.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.7.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.8.0-pyhcf101f3_0.conda hash: - md5: 2157d0900a4bc2e9a0ba3cccb8497e8c - sha256: 5b14e300187919e783b24507dbeaeee891d97a3e9a9c80b5dcd3073753bac69c + md5: 8afb83f9f16ace9092cb025ed30711ce + sha256: b07015c9105be63f48762986978d88e10a65847a3d3dd2a996918178297a79d9 category: dev optional: true - name: pluggy @@ -8038,101 +7988,111 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev16+9039f80 + version: 0.7.0a2.dev18+3226147 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a2.dev137+84e4d20a + geoh5py: 0.13.0a2.dev138+ba9c28e7 matplotlib: '>=3.10.0,<3.11.0' + numpy: '>=2.4.2' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 hash: - sha256: 9039f80d05d94149589480f02eaa1455a58e5970 + sha256: 32261477bd3be01b7263f413233df0eeeb0cf137 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev16+9039f80 + version: 0.7.0a2.dev18+3226147 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a2.dev137+84e4d20a + geoh5py: 0.13.0a2.dev138+ba9c28e7 matplotlib: '>=3.10.0,<3.11.0' + numpy: '>=2.4.2' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 hash: - sha256: 9039f80d05d94149589480f02eaa1455a58e5970 + sha256: 32261477bd3be01b7263f413233df0eeeb0cf137 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@9039f80d05d94149589480f02eaa1455a58e5970 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@32261477bd3be01b7263f413233df0eeeb0cf137 category: main optional: false - name: geoh5py - version: 0.13.0a2.dev137+84e4d20a + version: 0.13.0a2.dev138+ba9c28e7 manager: pip platform: linux-64 dependencies: h5py: '>=3.15.0,<4.0.0' - numpy: '>=2.0.0,<2.1.0' + numpy: '>=2.4.0,<2.5.0' pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af hash: - sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 + sha256: ba9c28e73432a0511d3c596c32a566763a8e50af source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af category: main optional: false - name: geoh5py - version: 0.13.0a2.dev137+84e4d20a + version: 0.13.0a2.dev138+ba9c28e7 manager: pip platform: win-64 dependencies: h5py: '>=3.15.0,<4.0.0' - numpy: '>=2.0.0,<2.1.0' + numpy: '>=2.4.0,<2.5.0' pillow: '>=12.1.0,<12.2.0' pydantic: '>=2.12.0,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af hash: - sha256: 84e4d20a541ac82d5579f42aea28bb2bd233fed2 + sha256: ba9c28e73432a0511d3c596c32a566763a8e50af source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@84e4d20a541ac82d5579f42aea28bb2bd233fed2 + url: git+https://github.com/MiraGeoscience/geoh5py.git@ba9c28e73432a0511d3c596c32a566763a8e50af category: main optional: false - name: grid-apps - version: 0.2.0a2.dev7+433adcf + version: 0.2.0a2.dev8+2bb57c2 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev16+9039f80 - geoh5py: 0.13.0a2.dev137+84e4d20a - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + geoapps-utils: 0.7.0a2.dev18+3226147 + geoh5py: 0.13.0a2.dev138+ba9c28e7 + numpy: '>=2.4.2' + pydantic: '>=2.12.0,<3.0.0' + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 hash: - sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 + sha256: 2bb57c22404303281132aacbe43811bf0ffb09c8 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 category: main optional: false - name: grid-apps - version: 0.2.0a2.dev7+433adcf + version: 0.2.0a2.dev8+2bb57c2 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a2.dev16+9039f80 - geoh5py: 0.13.0a2.dev137+84e4d20a - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + geoapps-utils: 0.7.0a2.dev18+3226147 + geoh5py: 0.13.0a2.dev138+ba9c28e7 + numpy: '>=2.4.2' + pydantic: '>=2.12.0,<3.0.0' + scipy: '>=1.17.0' + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 hash: - sha256: 433adcf84aed0ea450cbd128d4c567bf35d47881 + sha256: 2bb57c22404303281132aacbe43811bf0ffb09c8 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@433adcf84aed0ea450cbd128d4c567bf35d47881 + url: git+https://github.com/MiraGeoscience/grid-apps.git@2bb57c22404303281132aacbe43811bf0ffb09c8 category: main optional: false - name: mira-simpeg diff --git a/pyproject.toml b/pyproject.toml index 6f76bb400..99aeec05f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,11 +78,12 @@ version = "0.0.0.dev0" dask = "2025.3.*" # also in simpeg[dask] discretize = "0.11.*" # also in simpeg, grid-apps distributed = "2025.3.*" # for dask[distributed] +numpy = "~2.4.2" pydantic = "^2.12.0" # also in geoh5py, curve-apps, geoapps-utils +scikit-learn = "~1.8.0" +scipy = "~1.17.0" tqdm = "^4.66.1" trimesh = "~4.1.3" -mkl-service = "~2.6.1" # for Windows crash in IDE - ## Pip dependencies from Git repositories #---------------------------------------- @@ -127,25 +128,22 @@ platforms = ['win-64', 'linux-64'] channels = ['conda-forge'] [tool.conda-lock.dependencies] +libblas = "*=*mkl" # because simpeg already brings in the MKL ## indirect dependencies, forcing them here for installation through Conda not pip #--------------------------------------------------------------------------------- bokeh = "3.6.*" # optional, for dask reporting fsspec = ">=2022.0" # from simpeg[dask] geoana = "0.7.*" # from simpeg - -pymatsolver = "0.3.*" # from simpeg -zarr = ">=2.14.2, 2.14.*" # from simpeg[dask] +h5py = ">=3.15.1, <4.0.dev" # from geoh5py matplotlib-base = ">=3.10.0, <3.11.dev" # from geoapps-utils Pillow = ">=12.1.0, <13.0.dev" # from geoh5py -h5py = ">=3.15.1, <4.0.dev" # from geoh5py +pydiso = "~0.2.0" +pymatsolver = "0.3.*" # from simpeg python_abi = ">=3.*" -numpy = ">=2.0.0" -scipy = ">=1.17.0" -rtree = ">=1.4.0" -scikit-learn = ">=1.8.0" -pydiso = ">=0.2.*" -python-mumps = ">=0.0.6.*" +python-mumps = "~0.0.6.0" +rtree = "~1.4.0" +zarr = ">=2.14.2, 2.14.*" # from simpeg[dask] [tool.poetry.requires-plugins] poetry-dynamic-versioning = { version = ">=1.9.1, 1.*", extras = ["plugin"] }