From 4f89038151c7eee481ac126a89b12a7c2f49f949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:19:11 -0500 Subject: [PATCH 1/5] [DEVOPS-869] no need for jinja nor toml in tests --- pyproject.toml | 2 -- tests/version_test.py | 13 +++---------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ffff8fb..953a0db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,11 +126,9 @@ pylint = "*" pytest = "*" pytest-cov = "*" pyyaml = '*' -jinja2 = '*' packaging = '*' readthedocs-sphinx-ext = "*" sphinx = "^5.0" -tomli = "*" nbconvert = "~7.16.4" [tool.conda-lock] diff --git a/tests/version_test.py b/tests/version_test.py index 009cfd69..5e8051d2 100644 --- a/tests/version_test.py +++ b/tests/version_test.py @@ -16,23 +16,16 @@ import pytest import yaml -from jinja2 import Template from packaging.version import InvalidVersion, Version import simpeg_drivers def get_conda_recipe_version(): - path = Path(__file__).resolve().parents[1] / "recipe.yaml" - - with open(str(path), encoding="utf-8") as file: - content = file.read() - - template = Template(content) - rendered_yaml = template.render() - - recipe = yaml.safe_load(rendered_yaml) + recipe_path = Path(__file__).resolve().parents[1] / "recipe.yaml" + with recipe_path.open(encoding="utf-8") as file: + recipe = yaml.safe_load(file) return recipe["context"]["version"] From 030eb67ac9157f3b2b550b7334e62d7aef13b1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:19:25 -0500 Subject: [PATCH 2/5] [DEVOPS-869] relock env --- .../py-3.10-linux-64-dev.conda.lock.yml | 57 +- environments/py-3.10-linux-64.conda.lock.yml | 23 +- .../py-3.10-win-64-dev.conda.lock.yml | 50 +- environments/py-3.10-win-64.conda.lock.yml | 18 +- .../py-3.11-linux-64-dev.conda.lock.yml | 57 +- environments/py-3.11-linux-64.conda.lock.yml | 23 +- .../py-3.11-win-64-dev.conda.lock.yml | 50 +- environments/py-3.11-win-64.conda.lock.yml | 18 +- .../py-3.12-linux-64-dev.conda.lock.yml | 57 +- environments/py-3.12-linux-64.conda.lock.yml | 23 +- .../py-3.12-win-64-dev.conda.lock.yml | 50 +- environments/py-3.12-win-64.conda.lock.yml | 18 +- py-3.10.conda-lock.yml | 1186 ++++----------- py-3.11.conda-lock.yml | 1272 ++++------------- py-3.12.conda-lock.yml | 1272 ++++------------- 15 files changed, 965 insertions(+), 3209 deletions(-) diff --git a/environments/py-3.10-linux-64-dev.conda.lock.yml b/environments/py-3.10-linux-64-dev.conda.lock.yml index 93cb8c5a..19171604 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -1,13 +1,12 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: c8f7ae0bddeffc0ce95aebb250579b216dcf022feb26f8e2d841be6b05442f87 +# input_hash: c673a224b6a128d7a5be2ae3cc61985682147dba1ef082272e749eff0a34af2b channels: - conda-forge - nodefaults dependencies: - _openmp_mutex=4.5=5_kmp_llvm - - accessible-pygments=0.0.5=pyhd8ed1ab_1 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.11.0=pyhcf101f3_0 @@ -36,7 +35,7 @@ dependencies: - cffi=2.0.0=py310he7384ee_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh707e725_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.2=py310h3788b33_0 @@ -44,7 +43,6 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py310h7c4b9e2_1 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dataclasses=0.8=pyhc8e2a94_3 - debugpy=1.8.17=py310h25320af_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 @@ -60,7 +58,6 @@ dependencies: - freetype=2.14.1=ha770c72_0 - fsspec=2025.10.0=pyhd8ed1ab_0 - geoana=0.7.2=py310hc563356_1 - - greenlet=3.2.4=py310hea6c23e_1 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.3.0=pyhcf101f3_0 - h5py=3.15.1=nompi_py310h4aa865e_100 @@ -69,10 +66,10 @@ dependencies: - httpcore=1.0.9=pyh29332c3_0 - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 + - icu=75.1=he02047a_0 - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyha191276_0 - ipython=8.37.0=pyh8f84b5b_0 @@ -88,8 +85,7 @@ dependencies: - jsonschema=4.25.1=pyhe01879c_0 - jsonschema-specifications=2025.9.1=pyhcf101f3_0 - jsonschema-with-format-nongpl=4.25.1=he01879c_0 - - jupyter-book=1.0.3=pyhd8ed1ab_1 - - jupyter-cache=1.0.1=pyhff2d567_0 + - jupyter-book=2.0.2=pyhcf101f3_0 - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.6.3=pyhd8ed1ab_1 - jupyter_core=5.9.1=pyhc90fa1f_0 @@ -105,7 +101,6 @@ dependencies: - kiwisolver=1.4.9=py310haaf941d_1 - krb5=1.21.3=h659f571_0 - lark=1.3.1=pyhd8ed1ab_0 - - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 @@ -116,7 +111,7 @@ dependencies: - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - - libdeflate=1.24=h86f0d12_0 + - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 @@ -130,7 +125,7 @@ dependencies: - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.0=hb9d3cd8_0 + - libjpeg-turbo=3.1.2=hb03c661_0 - liblapack=3.9.0=37_h5e43f62_mkl - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.67.0=had1ee68_0 @@ -143,18 +138,18 @@ dependencies: - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 - - libtiff=4.7.1=h8261f1e_0 + - libtiff=4.7.1=h9d88235_1 - libuuid=2.41.2=he9a06e4_0 + - 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=h031cc0b_0 - - libxml2-16=2.15.1=hf2a90c1_0 + - libxml2=2.15.1=h26afc86_0 + - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - linkify-it-py=2.0.3=pyhd8ed1ab_1 - llvm-openmp=21.1.4=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - - markdown-it-py=2.2.0=pyhd8ed1ab_0 + - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 - matplotlib-base=3.8.4=py310hef631a5_2 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 @@ -168,8 +163,6 @@ dependencies: - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 - - myst-nb=1.3.0=pyhe01879c_0 - - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 - nbconvert-core=7.16.6=pyhcf101f3_1 @@ -177,6 +170,7 @@ dependencies: - nbformat=5.10.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - nodejs=22.6.0=hc19f0b3_1 - notebook=7.4.7=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.13.1=py310h5eaa309_0 @@ -198,16 +192,13 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.2=py310h139afa4_1 + - psutil=7.1.3=py310h139afa4_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 - - pybtex=0.25.1=pyhd8ed1ab_0 - - pybtex-docutils=1.0.3=py310hff52083_3 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 - pydantic-core=2.41.4=py310hd8f68c5_0 - - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h4b187eb_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.2=pyhcf101f3_0 @@ -245,25 +236,13 @@ dependencies: - sortedcontainers=2.4.0=pyhd8ed1ab_1 - soupsieve=2.8=pyhd8ed1ab_0 - sphinx=5.3.0=pyhd8ed1ab_0 - - sphinx-book-theme=1.1.3=pyhd8ed1ab_1 - - sphinx-comments=0.0.3=pyhd8ed1ab_1 - - sphinx-copybutton=0.5.2=pyhd8ed1ab_1 - - sphinx-design=0.6.1=pyhd8ed1ab_0 - - sphinx-external-toc=1.0.1=pyhd8ed1ab_1 - - sphinx-jupyterbook-latex=1.0.0=pyhd8ed1ab_1 - - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_1 - - sphinx-thebe=0.3.1=pyhd8ed1ab_1 - - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0 - sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1 - - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0 - sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.44=py310h7c4b9e2_0 - stack_data=0.6.3=pyhd8ed1ab_1 - - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=hb60516a_3 - tblib=3.1.0=pyhd8ed1ab_0 - terminado=0.18.1=pyh0d859eb_0 @@ -282,12 +261,11 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - uc-micro-py=1.0.3=pyhd8ed1ab_1 - unicodedata2=16.0.0=py310h7c4b9e2_1 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.14=pyhd8ed1ab_0 - - webcolors=24.11.1=pyhd8ed1ab_0 + - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 @@ -300,12 +278,13 @@ dependencies: - zeromq=4.3.5=h387f397_9 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhd8ed1ab_0 + - zlib=1.3.1=hb9d3cd8_2 - zstandard=0.25.0=py310h139afa4_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index 192c4f57..8f1afaee 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: c8f7ae0bddeffc0ce95aebb250579b216dcf022feb26f8e2d841be6b05442f87 +# input_hash: c673a224b6a128d7a5be2ae3cc61985682147dba1ef082272e749eff0a34af2b channels: - conda-forge @@ -21,7 +21,7 @@ dependencies: - certifi=2025.10.5=pyhd8ed1ab_0 - cffi=2.0.0=py310he7384ee_1 - click=8.3.0=pyh707e725_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.2=py310h3788b33_0 - cycler=0.12.1=pyhd8ed1ab_1 @@ -39,6 +39,7 @@ dependencies: - hdf5=1.14.6=nompi_h6e4c0c1_103 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 + - icu=75.1=he02047a_0 - importlib-metadata=8.7.0=pyhe01879c_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -55,7 +56,7 @@ dependencies: - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - - libdeflate=1.24=h86f0d12_0 + - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 @@ -69,7 +70,7 @@ dependencies: - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.0=hb9d3cd8_0 + - libjpeg-turbo=3.1.2=hb03c661_0 - liblapack=3.9.0=37_h5e43f62_mkl - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.67.0=had1ee68_0 @@ -81,13 +82,13 @@ dependencies: - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 - - libtiff=4.7.1=h8261f1e_0 + - libtiff=4.7.1=h9d88235_1 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - libxcrypt=4.4.36=hd590300_1 - - libxml2=2.15.1=h031cc0b_0 - - libxml2-16=2.15.1=hf2a90c1_0 + - libxml2=2.15.1=h26afc86_0 + - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.4=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 @@ -109,7 +110,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310hebfe307_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.2=py310h139afa4_1 + - psutil=7.1.3=py310h139afa4_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -157,9 +158,9 @@ dependencies: - zstandard=0.25.0=py310h139afa4_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.10-win-64-dev.conda.lock.yml b/environments/py-3.10-win-64-dev.conda.lock.yml index 80a273cb..95d6cfa7 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -1,13 +1,12 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 0e4eae48731ca9e26a194a0b731d4cbb5666ce7bac7a5003b542681283abdc39 +# input_hash: 9b503869bc7e786a533feb6a7506ee8667954a8f63b525adb0dec96dab963cd5 channels: - conda-forge - nodefaults dependencies: - _openmp_mutex=4.5=2_gnu - - accessible-pygments=0.0.5=pyhd8ed1ab_1 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.11.0=pyhcf101f3_0 @@ -35,7 +34,7 @@ dependencies: - cffi=2.0.0=py310h29418f3_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh7428d3b_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.2=py310hc19bc0b_0 @@ -43,7 +42,6 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py310h29418f3_1 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dataclasses=0.8=pyhc8e2a94_3 - debugpy=1.8.17=py310h699e580_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 @@ -59,7 +57,6 @@ dependencies: - freetype=2.14.1=h57928b3_0 - fsspec=2025.10.0=pyhd8ed1ab_0 - geoana=0.7.2=py310hfb7dd09_1 - - greenlet=3.2.4=py310h73ae2b4_1 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.3.0=pyhcf101f3_0 - h5py=3.15.1=nompi_py310hb7e4da9_100 @@ -71,7 +68,6 @@ dependencies: - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyh6dadd2b_0 - ipython=8.37.0=pyha7b4d00_0 @@ -87,8 +83,7 @@ dependencies: - jsonschema=4.25.1=pyhe01879c_0 - jsonschema-specifications=2025.9.1=pyhcf101f3_0 - jsonschema-with-format-nongpl=4.25.1=he01879c_0 - - jupyter-book=1.0.3=pyhd8ed1ab_1 - - jupyter-cache=1.0.1=pyhff2d567_0 + - jupyter-book=2.0.2=pyhcf101f3_0 - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.6.3=pyhd8ed1ab_1 - jupyter_core=5.9.1=pyh6dadd2b_0 @@ -103,7 +98,6 @@ dependencies: - kiwisolver=1.4.9=py310h1e1005b_1 - krb5=1.21.3=hdf4eb48_0 - lark=1.3.1=pyhd8ed1ab_0 - - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 @@ -113,7 +107,7 @@ dependencies: - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - - libdeflate=1.24=h76ddb4d_0 + - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - libffi=3.5.2=h52bdfb6_0 @@ -123,7 +117,7 @@ dependencies: - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.0=h2466b09_0 + - libjpeg-turbo=3.1.2=hfd05255_0 - liblapack=3.9.0=35_hf9ab0e9_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 @@ -131,17 +125,16 @@ dependencies: - libspatialindex=2.0.0=h5a68840_0 - libsqlite=3.50.4=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - - libtiff=4.7.1=h550210a_0 + - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - linkify-it-py=2.0.3=pyhd8ed1ab_1 - llvm-openmp=21.1.4=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - - markdown-it-py=2.2.0=pyhd8ed1ab_0 + - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 - matplotlib-base=3.8.4=py310hadb10a8_2 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 @@ -153,14 +146,13 @@ dependencies: - msgpack-python=1.1.2=py310he9f1925_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - - myst-nb=1.3.0=pyhe01879c_0 - - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 - nbconvert-core=7.16.6=pyhcf101f3_1 - nbconvert-pandoc=7.16.6=h7d6f222_1 - nbformat=5.10.4=pyhd8ed1ab_1 - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - nodejs=24.9.0=he453025_0 - notebook=7.4.7=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.13.1=py310hb4db72f_0 @@ -181,15 +173,12 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.2=py310h1637853_1 + - psutil=7.1.3=py310h1637853_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - - pybtex=0.25.1=pyhd8ed1ab_0 - - pybtex-docutils=1.0.3=py310h5588dad_3 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 - pydantic-core=2.41.4=py310h034784e_0 - - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h3dbbb0c_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.2=pyhcf101f3_0 @@ -228,25 +217,13 @@ dependencies: - sortedcontainers=2.4.0=pyhd8ed1ab_1 - soupsieve=2.8=pyhd8ed1ab_0 - sphinx=5.3.0=pyhd8ed1ab_0 - - sphinx-book-theme=1.1.3=pyhd8ed1ab_1 - - sphinx-comments=0.0.3=pyhd8ed1ab_1 - - sphinx-copybutton=0.5.2=pyhd8ed1ab_1 - - sphinx-design=0.6.1=pyhd8ed1ab_0 - - sphinx-external-toc=1.0.1=pyhd8ed1ab_1 - - sphinx-jupyterbook-latex=1.0.0=pyhd8ed1ab_1 - - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_1 - - sphinx-thebe=0.3.1=pyhd8ed1ab_1 - - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0 - sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1 - - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0 - sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.44=py310h29418f3_0 - stack_data=0.6.3=pyhd8ed1ab_1 - - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=h18a62a1_3 - tblib=3.1.0=pyhd8ed1ab_0 - terminado=0.18.1=pyh5737063_0 @@ -265,7 +242,6 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - uc-micro-py=1.0.3=pyhd8ed1ab_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=16.0.0=py310h29418f3_1 - uri-template=1.3.0=pyhd8ed1ab_1 @@ -274,7 +250,7 @@ dependencies: - vc14_runtime=14.44.35208=h818238b_32 - vcomp14=14.44.35208=h818238b_32 - wcwidth=0.2.14=pyhd8ed1ab_0 - - webcolors=24.11.1=pyhd8ed1ab_0 + - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 @@ -292,9 +268,9 @@ dependencies: - zstandard=0.25.0=py310h1637853_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 3c8da7ec..9c6040d6 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 0e4eae48731ca9e26a194a0b731d4cbb5666ce7bac7a5003b542681283abdc39 +# input_hash: 9b503869bc7e786a533feb6a7506ee8667954a8f63b525adb0dec96dab963cd5 channels: - conda-forge @@ -20,7 +20,7 @@ dependencies: - certifi=2025.10.5=pyhd8ed1ab_0 - cffi=2.0.0=py310h29418f3_1 - click=8.3.0=pyh7428d3b_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.2=py310hc19bc0b_0 - cycler=0.12.1=pyhd8ed1ab_1 @@ -52,7 +52,7 @@ dependencies: - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - - libdeflate=1.24=h76ddb4d_0 + - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - libffi=3.5.2=h52bdfb6_0 @@ -62,14 +62,14 @@ dependencies: - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.0=h2466b09_0 + - libjpeg-turbo=3.1.2=hfd05255_0 - liblapack=3.9.0=35_hf9ab0e9_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 - libspatialindex=2.0.0=h5a68840_0 - libsqlite=3.50.4=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - - libtiff=4.7.1=h550210a_0 + - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 @@ -93,7 +93,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310h3e38d90_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.2=py310h1637853_1 + - psutil=7.1.3=py310h1637853_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -145,9 +145,9 @@ dependencies: - zstandard=0.25.0=py310h1637853_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.11-linux-64-dev.conda.lock.yml b/environments/py-3.11-linux-64-dev.conda.lock.yml index d7b81a6e..d2b4be26 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -1,13 +1,12 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: c3c882ab7106f1ac6d6821bf96f16035a0c501482813360bc7738edf05725ab9 +# input_hash: 2cf872f5d12711990e183c3d2fccf4d430fa0049778fa650827c2a7efa8fbf72 channels: - conda-forge - nodefaults dependencies: - _openmp_mutex=4.5=5_kmp_llvm - - accessible-pygments=0.0.5=pyhd8ed1ab_1 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.11.0=pyhcf101f3_0 @@ -36,7 +35,7 @@ dependencies: - cffi=2.0.0=py311h03d9500_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh707e725_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.3=py311hdf67eae_2 @@ -44,7 +43,6 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py311h49ec1c0_1 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dataclasses=0.8=pyhc8e2a94_3 - debugpy=1.8.17=py311hc665b79_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 @@ -61,7 +59,6 @@ dependencies: - freetype=2.14.1=ha770c72_0 - fsspec=2025.10.0=pyhd8ed1ab_0 - geoana=0.7.2=py311h1d5f577_1 - - greenlet=3.2.4=py311h1ddb823_1 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.3.0=pyhcf101f3_0 - h5py=3.15.1=nompi_py311h0b2f468_100 @@ -70,10 +67,10 @@ dependencies: - httpcore=1.0.9=pyh29332c3_0 - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 + - icu=75.1=he02047a_0 - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyha191276_0 - ipython=9.6.0=pyhfa0c392_0 @@ -90,8 +87,7 @@ dependencies: - jsonschema=4.25.1=pyhe01879c_0 - jsonschema-specifications=2025.9.1=pyhcf101f3_0 - jsonschema-with-format-nongpl=4.25.1=he01879c_0 - - jupyter-book=1.0.3=pyhd8ed1ab_1 - - jupyter-cache=1.0.1=pyhff2d567_0 + - jupyter-book=2.0.2=pyhcf101f3_0 - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.6.3=pyhd8ed1ab_1 - jupyter_core=5.9.1=pyhc90fa1f_0 @@ -107,7 +103,6 @@ dependencies: - kiwisolver=1.4.9=py311h724c32c_1 - krb5=1.21.3=h659f571_0 - lark=1.3.1=pyhd8ed1ab_0 - - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 @@ -118,7 +113,7 @@ dependencies: - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - - libdeflate=1.24=h86f0d12_0 + - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 @@ -132,7 +127,7 @@ dependencies: - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.0=hb9d3cd8_0 + - libjpeg-turbo=3.1.2=hb03c661_0 - liblapack=3.9.0=37_h5e43f62_mkl - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.67.0=had1ee68_0 @@ -145,18 +140,18 @@ dependencies: - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 - - libtiff=4.7.1=h8261f1e_0 + - libtiff=4.7.1=h9d88235_1 - libuuid=2.41.2=he9a06e4_0 + - 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=h031cc0b_0 - - libxml2-16=2.15.1=hf2a90c1_0 + - libxml2=2.15.1=h26afc86_0 + - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - linkify-it-py=2.0.3=pyhd8ed1ab_1 - llvm-openmp=21.1.4=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - - markdown-it-py=2.2.0=pyhd8ed1ab_0 + - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 - matplotlib-base=3.8.4=py311ha4ca890_2 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 @@ -170,8 +165,6 @@ dependencies: - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 - - myst-nb=1.3.0=pyhe01879c_0 - - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 - nbconvert-core=7.16.6=pyhcf101f3_1 @@ -179,6 +172,7 @@ dependencies: - nbformat=5.10.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - nodejs=22.6.0=hc19f0b3_1 - notebook=7.4.7=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py311h7db5c69_0 @@ -200,16 +194,13 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.2=py311haee01d2_1 + - psutil=7.1.3=py311haee01d2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 - - pybtex=0.25.1=pyhd8ed1ab_0 - - pybtex-docutils=1.0.3=py311h38be061_3 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 - pydantic-core=2.41.4=py311h902ca64_0 - - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h6070e36_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.2=pyhcf101f3_0 @@ -247,25 +238,13 @@ dependencies: - sortedcontainers=2.4.0=pyhd8ed1ab_1 - soupsieve=2.8=pyhd8ed1ab_0 - sphinx=5.3.0=pyhd8ed1ab_0 - - sphinx-book-theme=1.1.3=pyhd8ed1ab_1 - - sphinx-comments=0.0.3=pyhd8ed1ab_1 - - sphinx-copybutton=0.5.2=pyhd8ed1ab_1 - - sphinx-design=0.6.1=pyhd8ed1ab_0 - - sphinx-external-toc=1.0.1=pyhd8ed1ab_1 - - sphinx-jupyterbook-latex=1.0.0=pyhd8ed1ab_1 - - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_1 - - sphinx-thebe=0.3.1=pyhd8ed1ab_1 - - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0 - sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1 - - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0 - sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.44=py311h49ec1c0_0 - stack_data=0.6.3=pyhd8ed1ab_1 - - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=hb60516a_3 - tblib=3.1.0=pyhd8ed1ab_0 - terminado=0.18.1=pyh0d859eb_0 @@ -284,12 +263,11 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - uc-micro-py=1.0.3=pyhd8ed1ab_1 - unicodedata2=16.0.0=py311h49ec1c0_1 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.14=pyhd8ed1ab_0 - - webcolors=24.11.1=pyhd8ed1ab_0 + - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 @@ -303,12 +281,13 @@ dependencies: - zeromq=4.3.5=h387f397_9 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhd8ed1ab_0 + - zlib=1.3.1=hb9d3cd8_2 - zstandard=0.25.0=py311haee01d2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 9b7fa44a..f0e529ab 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: c3c882ab7106f1ac6d6821bf96f16035a0c501482813360bc7738edf05725ab9 +# input_hash: 2cf872f5d12711990e183c3d2fccf4d430fa0049778fa650827c2a7efa8fbf72 channels: - conda-forge @@ -21,7 +21,7 @@ dependencies: - certifi=2025.10.5=pyhd8ed1ab_0 - cffi=2.0.0=py311h03d9500_1 - click=8.3.0=pyh707e725_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py311hdf67eae_2 - cycler=0.12.1=pyhd8ed1ab_1 @@ -40,6 +40,7 @@ dependencies: - hdf5=1.14.6=nompi_h6e4c0c1_103 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 + - icu=75.1=he02047a_0 - importlib-metadata=8.7.0=pyhe01879c_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -56,7 +57,7 @@ dependencies: - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - - libdeflate=1.24=h86f0d12_0 + - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 @@ -70,7 +71,7 @@ dependencies: - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.0=hb9d3cd8_0 + - libjpeg-turbo=3.1.2=hb03c661_0 - liblapack=3.9.0=37_h5e43f62_mkl - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.67.0=had1ee68_0 @@ -82,13 +83,13 @@ dependencies: - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 - - libtiff=4.7.1=h8261f1e_0 + - libtiff=4.7.1=h9d88235_1 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - libxcrypt=4.4.36=hd590300_1 - - libxml2=2.15.1=h031cc0b_0 - - libxml2-16=2.15.1=hf2a90c1_0 + - libxml2=2.15.1=h26afc86_0 + - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.4=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 @@ -110,7 +111,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h82a398c_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.2=py311haee01d2_1 + - psutil=7.1.3=py311haee01d2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -159,9 +160,9 @@ dependencies: - zstandard=0.25.0=py311haee01d2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.11-win-64-dev.conda.lock.yml b/environments/py-3.11-win-64-dev.conda.lock.yml index c7d1b34c..6b83e721 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -1,13 +1,12 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 106a2623766605c1a3c6aa7c479d1dd64f6d252df48e62b2a77761f8e247f0c4 +# input_hash: d8fc1a6b8a5bcd02b463457d6133d8953a48991793c43992564303af7281a58f channels: - conda-forge - nodefaults dependencies: - _openmp_mutex=4.5=2_gnu - - accessible-pygments=0.0.5=pyhd8ed1ab_1 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.11.0=pyhcf101f3_0 @@ -35,7 +34,7 @@ dependencies: - cffi=2.0.0=py311h3485c13_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh7428d3b_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.3=py311h3fd045d_2 @@ -43,7 +42,6 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py311h3485c13_1 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dataclasses=0.8=pyhc8e2a94_3 - debugpy=1.8.17=py311h5dfdfe8_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 @@ -60,7 +58,6 @@ dependencies: - freetype=2.14.1=h57928b3_0 - fsspec=2025.10.0=pyhd8ed1ab_0 - geoana=0.7.2=py311h05ac4f6_1 - - greenlet=3.2.4=py311h3e6a449_1 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.3.0=pyhcf101f3_0 - h5py=3.15.1=nompi_py311hc40ba4b_100 @@ -72,7 +69,6 @@ dependencies: - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyh6dadd2b_0 - ipython=9.6.0=pyh6be1c34_0 @@ -89,8 +85,7 @@ dependencies: - jsonschema=4.25.1=pyhe01879c_0 - jsonschema-specifications=2025.9.1=pyhcf101f3_0 - jsonschema-with-format-nongpl=4.25.1=he01879c_0 - - jupyter-book=1.0.3=pyhd8ed1ab_1 - - jupyter-cache=1.0.1=pyhff2d567_0 + - jupyter-book=2.0.2=pyhcf101f3_0 - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.6.3=pyhd8ed1ab_1 - jupyter_core=5.9.1=pyh6dadd2b_0 @@ -105,7 +100,6 @@ dependencies: - kiwisolver=1.4.9=py311h275cad7_1 - krb5=1.21.3=hdf4eb48_0 - lark=1.3.1=pyhd8ed1ab_0 - - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 @@ -115,7 +109,7 @@ dependencies: - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - - libdeflate=1.24=h76ddb4d_0 + - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - libffi=3.5.2=h52bdfb6_0 @@ -125,7 +119,7 @@ dependencies: - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.0=h2466b09_0 + - libjpeg-turbo=3.1.2=hfd05255_0 - liblapack=3.9.0=35_hf9ab0e9_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 @@ -133,17 +127,16 @@ dependencies: - libspatialindex=2.0.0=h5a68840_0 - libsqlite=3.50.4=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - - libtiff=4.7.1=h550210a_0 + - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - linkify-it-py=2.0.3=pyhd8ed1ab_1 - llvm-openmp=21.1.4=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - - markdown-it-py=2.2.0=pyhd8ed1ab_0 + - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 - matplotlib-base=3.8.4=py311h9b31f6e_2 - matplotlib-inline=0.2.1=pyhd8ed1ab_0 @@ -155,14 +148,13 @@ dependencies: - msgpack-python=1.1.2=py311h3fd045d_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - - myst-nb=1.3.0=pyhe01879c_0 - - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 - nbconvert-core=7.16.6=pyhcf101f3_1 - nbconvert-pandoc=7.16.6=h7d6f222_1 - nbformat=5.10.4=pyhd8ed1ab_1 - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - nodejs=24.9.0=he453025_0 - notebook=7.4.7=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py311hcf9f919_0 @@ -183,15 +175,12 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.2=py311hf893f09_1 + - psutil=7.1.3=py311hf893f09_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - - pybtex=0.25.1=pyhd8ed1ab_0 - - pybtex-docutils=1.0.3=py311h1ea47a8_3 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 - pydantic-core=2.41.4=py311hf51aa87_0 - - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h1c8cef1_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.2=pyhcf101f3_0 @@ -230,25 +219,13 @@ dependencies: - sortedcontainers=2.4.0=pyhd8ed1ab_1 - soupsieve=2.8=pyhd8ed1ab_0 - sphinx=5.3.0=pyhd8ed1ab_0 - - sphinx-book-theme=1.1.3=pyhd8ed1ab_1 - - sphinx-comments=0.0.3=pyhd8ed1ab_1 - - sphinx-copybutton=0.5.2=pyhd8ed1ab_1 - - sphinx-design=0.6.1=pyhd8ed1ab_0 - - sphinx-external-toc=1.0.1=pyhd8ed1ab_1 - - sphinx-jupyterbook-latex=1.0.0=pyhd8ed1ab_1 - - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_1 - - sphinx-thebe=0.3.1=pyhd8ed1ab_1 - - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0 - sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1 - - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0 - sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.44=py311h3485c13_0 - stack_data=0.6.3=pyhd8ed1ab_1 - - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=h18a62a1_3 - tblib=3.1.0=pyhd8ed1ab_0 - terminado=0.18.1=pyh5737063_0 @@ -267,7 +244,6 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - uc-micro-py=1.0.3=pyhd8ed1ab_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=16.0.0=py311h3485c13_1 - uri-template=1.3.0=pyhd8ed1ab_1 @@ -276,7 +252,7 @@ dependencies: - vc14_runtime=14.44.35208=h818238b_32 - vcomp14=14.44.35208=h818238b_32 - wcwidth=0.2.14=pyhd8ed1ab_0 - - webcolors=24.11.1=pyhd8ed1ab_0 + - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 @@ -295,9 +271,9 @@ dependencies: - zstandard=0.25.0=py311hf893f09_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index 3a011b7c..efb2cbfb 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 106a2623766605c1a3c6aa7c479d1dd64f6d252df48e62b2a77761f8e247f0c4 +# input_hash: d8fc1a6b8a5bcd02b463457d6133d8953a48991793c43992564303af7281a58f channels: - conda-forge @@ -20,7 +20,7 @@ dependencies: - certifi=2025.10.5=pyhd8ed1ab_0 - cffi=2.0.0=py311h3485c13_1 - click=8.3.0=pyh7428d3b_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py311h3fd045d_2 - cycler=0.12.1=pyhd8ed1ab_1 @@ -53,7 +53,7 @@ dependencies: - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - - libdeflate=1.24=h76ddb4d_0 + - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - libffi=3.5.2=h52bdfb6_0 @@ -63,14 +63,14 @@ dependencies: - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.0=h2466b09_0 + - libjpeg-turbo=3.1.2=hfd05255_0 - liblapack=3.9.0=35_hf9ab0e9_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 - libspatialindex=2.0.0=h5a68840_0 - libsqlite=3.50.4=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - - libtiff=4.7.1=h550210a_0 + - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 @@ -94,7 +94,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h5592be9_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.2=py311hf893f09_1 + - psutil=7.1.3=py311hf893f09_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -147,9 +147,9 @@ dependencies: - zstandard=0.25.0=py311hf893f09_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: 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 d659f4d3..6759c9ea 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: 81aedccfb6112401b5a94619d03cb65bd3c0a1242f995c2c22516fc86dbbaec5 +# input_hash: 2dc72f961903692f4191a74c5475586d5fd27ff3751f9d36df198fad89be580c channels: - conda-forge @@ -8,7 +8,6 @@ channels: dependencies: - _openmp_mutex=4.5=5_kmp_llvm - _python_abi3_support=1.0=hd8ed1ab_2 - - accessible-pygments=0.0.5=pyhd8ed1ab_1 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.11.0=pyhcf101f3_0 @@ -37,7 +36,7 @@ dependencies: - cffi=2.0.0=py312h460c074_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh707e725_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.3=py312hd9148b4_2 @@ -46,7 +45,6 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py312h4c3975b_1 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dataclasses=0.8=pyhc8e2a94_3 - debugpy=1.8.17=py312h8285ef7_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 @@ -63,7 +61,6 @@ dependencies: - freetype=2.14.1=ha770c72_0 - fsspec=2025.10.0=pyhd8ed1ab_0 - geoana=0.7.2=py312hf890105_1 - - greenlet=3.2.4=py312h1289d80_1 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.3.0=pyhcf101f3_0 - h5py=3.15.1=nompi_py312ha4f8f14_100 @@ -72,10 +69,10 @@ dependencies: - httpcore=1.0.9=pyh29332c3_0 - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 + - icu=75.1=he02047a_0 - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyha191276_0 - ipython=9.6.0=pyhfa0c392_0 @@ -92,8 +89,7 @@ dependencies: - jsonschema=4.25.1=pyhe01879c_0 - jsonschema-specifications=2025.9.1=pyhcf101f3_0 - jsonschema-with-format-nongpl=4.25.1=he01879c_0 - - jupyter-book=1.0.3=pyhd8ed1ab_1 - - jupyter-cache=1.0.1=pyhff2d567_0 + - jupyter-book=2.0.2=pyhcf101f3_0 - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.6.3=pyhd8ed1ab_1 - jupyter_core=5.9.1=pyhc90fa1f_0 @@ -109,7 +105,6 @@ dependencies: - kiwisolver=1.4.9=py312h0a2e395_1 - krb5=1.21.3=h659f571_0 - lark=1.3.1=pyhd8ed1ab_0 - - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 @@ -120,7 +115,7 @@ dependencies: - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - - libdeflate=1.24=h86f0d12_0 + - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 @@ -134,7 +129,7 @@ dependencies: - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.0=hb9d3cd8_0 + - libjpeg-turbo=3.1.2=hb03c661_0 - liblapack=3.9.0=37_h5e43f62_mkl - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.67.0=had1ee68_0 @@ -147,18 +142,18 @@ dependencies: - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 - - libtiff=4.7.1=h8261f1e_0 + - libtiff=4.7.1=h9d88235_1 - libuuid=2.41.2=he9a06e4_0 + - 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=h031cc0b_0 - - libxml2-16=2.15.1=hf2a90c1_0 + - libxml2=2.15.1=h26afc86_0 + - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - linkify-it-py=2.0.3=pyhd8ed1ab_1 - llvm-openmp=21.1.4=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - - markdown-it-py=2.2.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-inline=0.2.1=pyhd8ed1ab_0 @@ -172,8 +167,6 @@ dependencies: - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 - - myst-nb=1.3.0=pyhe01879c_0 - - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 - nbconvert-core=7.16.6=pyhcf101f3_1 @@ -181,6 +174,7 @@ dependencies: - nbformat=5.10.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - nodejs=22.6.0=hc19f0b3_1 - notebook=7.4.7=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312hf9745cd_0 @@ -202,16 +196,13 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.2=py312h5253ce2_1 + - psutil=7.1.3=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 - - pybtex=0.25.1=pyhd8ed1ab_0 - - pybtex-docutils=1.0.3=py312h7900ff3_3 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 - pydantic-core=2.41.4=py312h868fb18_0 - - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h686354e_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.2=pyhcf101f3_0 @@ -250,25 +241,13 @@ dependencies: - sortedcontainers=2.4.0=pyhd8ed1ab_1 - soupsieve=2.8=pyhd8ed1ab_0 - sphinx=5.3.0=pyhd8ed1ab_0 - - sphinx-book-theme=1.1.3=pyhd8ed1ab_1 - - sphinx-comments=0.0.3=pyhd8ed1ab_1 - - sphinx-copybutton=0.5.2=pyhd8ed1ab_1 - - sphinx-design=0.6.1=pyhd8ed1ab_0 - - sphinx-external-toc=1.0.1=pyhd8ed1ab_1 - - sphinx-jupyterbook-latex=1.0.0=pyhd8ed1ab_1 - - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_1 - - sphinx-thebe=0.3.1=pyhd8ed1ab_1 - - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0 - sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1 - - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0 - sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.44=py312h4c3975b_0 - stack_data=0.6.3=pyhd8ed1ab_1 - - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=hb60516a_3 - tblib=3.1.0=pyhd8ed1ab_0 - terminado=0.18.1=pyh0d859eb_0 @@ -287,12 +266,11 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - uc-micro-py=1.0.3=pyhd8ed1ab_1 - unicodedata2=16.0.0=py312h4c3975b_1 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.14=pyhd8ed1ab_0 - - webcolors=24.11.1=pyhd8ed1ab_0 + - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 @@ -306,12 +284,13 @@ dependencies: - zeromq=4.3.5=h387f397_9 - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.23.0=pyhd8ed1ab_0 + - zlib=1.3.1=hb9d3cd8_2 - zstandard=0.25.0=py312h5253ce2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 824f499b..5bec00b1 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: 81aedccfb6112401b5a94619d03cb65bd3c0a1242f995c2c22516fc86dbbaec5 +# input_hash: 2dc72f961903692f4191a74c5475586d5fd27ff3751f9d36df198fad89be580c channels: - conda-forge @@ -21,7 +21,7 @@ dependencies: - certifi=2025.10.5=pyhd8ed1ab_0 - cffi=2.0.0=py312h460c074_1 - click=8.3.0=pyh707e725_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py312hd9148b4_2 - cycler=0.12.1=pyhd8ed1ab_1 @@ -40,6 +40,7 @@ dependencies: - hdf5=1.14.6=nompi_h6e4c0c1_103 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 + - icu=75.1=he02047a_0 - importlib-metadata=8.7.0=pyhe01879c_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -56,7 +57,7 @@ dependencies: - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - - libdeflate=1.24=h86f0d12_0 + - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 @@ -70,7 +71,7 @@ dependencies: - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.0=hb9d3cd8_0 + - libjpeg-turbo=3.1.2=hb03c661_0 - liblapack=3.9.0=37_h5e43f62_mkl - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.67.0=had1ee68_0 @@ -82,13 +83,13 @@ dependencies: - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 - - libtiff=4.7.1=h8261f1e_0 + - libtiff=4.7.1=h9d88235_1 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - libxcrypt=4.4.36=hd590300_1 - - libxml2=2.15.1=h031cc0b_0 - - libxml2-16=2.15.1=hf2a90c1_0 + - libxml2=2.15.1=h26afc86_0 + - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - llvm-openmp=21.1.4=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 @@ -110,7 +111,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h287a98d_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.2=py312h5253ce2_1 + - psutil=7.1.3=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -159,9 +160,9 @@ dependencies: - zstandard=0.25.0=py312h5253ce2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 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 07284579..b00bfd17 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: 1184306731b94290082a07ff69198b9bab01231154ed953a92d9f4ce512366a2 +# input_hash: ced75c93c99f092b6f5cb1b4b1a231cb403e89c87a83ba556326a497636a782b channels: - conda-forge @@ -8,7 +8,6 @@ channels: dependencies: - _openmp_mutex=4.5=2_gnu - _python_abi3_support=1.0=hd8ed1ab_2 - - accessible-pygments=0.0.5=pyhd8ed1ab_1 - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.11.0=pyhcf101f3_0 @@ -36,7 +35,7 @@ dependencies: - cffi=2.0.0=py312he06e257_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh7428d3b_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.3=py312hf90b1b7_2 @@ -45,7 +44,6 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py312he06e257_1 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dataclasses=0.8=pyhc8e2a94_3 - debugpy=1.8.17=py312ha1a9051_0 - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 @@ -62,7 +60,6 @@ dependencies: - freetype=2.14.1=h57928b3_0 - fsspec=2025.10.0=pyhd8ed1ab_0 - geoana=0.7.2=py312h9b46583_1 - - greenlet=3.2.4=py312hbb81ca0_1 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.3.0=pyhcf101f3_0 - h5py=3.15.1=nompi_py312h03cd2ba_100 @@ -74,7 +71,6 @@ dependencies: - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyh6dadd2b_0 - ipython=9.6.0=pyh6be1c34_0 @@ -91,8 +87,7 @@ dependencies: - jsonschema=4.25.1=pyhe01879c_0 - jsonschema-specifications=2025.9.1=pyhcf101f3_0 - jsonschema-with-format-nongpl=4.25.1=he01879c_0 - - jupyter-book=1.0.3=pyhd8ed1ab_1 - - jupyter-cache=1.0.1=pyhff2d567_0 + - jupyter-book=2.0.2=pyhcf101f3_0 - jupyter-lsp=2.3.0=pyhcf101f3_0 - jupyter_client=8.6.3=pyhd8ed1ab_1 - jupyter_core=5.9.1=pyh6dadd2b_0 @@ -107,7 +102,6 @@ dependencies: - kiwisolver=1.4.9=py312h78d62e6_1 - krb5=1.21.3=hdf4eb48_0 - lark=1.3.1=pyhd8ed1ab_0 - - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 @@ -117,7 +111,7 @@ dependencies: - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - - libdeflate=1.24=h76ddb4d_0 + - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - libffi=3.5.2=h52bdfb6_0 @@ -127,7 +121,7 @@ dependencies: - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.0=h2466b09_0 + - libjpeg-turbo=3.1.2=hfd05255_0 - liblapack=3.9.0=35_hf9ab0e9_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 @@ -135,17 +129,16 @@ dependencies: - libspatialindex=2.0.0=h5a68840_0 - libsqlite=3.50.4=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - - libtiff=4.7.1=h550210a_0 + - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - linkify-it-py=2.0.3=pyhd8ed1ab_1 - llvm-openmp=21.1.4=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - - markdown-it-py=2.2.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-inline=0.2.1=pyhd8ed1ab_0 @@ -157,14 +150,13 @@ dependencies: - msgpack-python=1.1.2=py312hf90b1b7_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - - myst-nb=1.3.0=pyhe01879c_0 - - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 - nbconvert=7.16.6=hc388f54_1 - nbconvert-core=7.16.6=pyhcf101f3_1 - nbconvert-pandoc=7.16.6=h7d6f222_1 - nbformat=5.10.4=pyhd8ed1ab_1 - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - nodejs=24.9.0=he453025_0 - notebook=7.4.7=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312h72972c8_0 @@ -185,15 +177,12 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.2=py312he5662c2_1 + - psutil=7.1.3=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - - pybtex=0.25.1=pyhd8ed1ab_0 - - pybtex-docutils=1.0.3=py312h2e8e312_3 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 - pydantic-core=2.41.4=py312hdabe01f_0 - - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h3fe0e52_1 - pygments=2.19.2=pyhd8ed1ab_0 - pylint=4.0.2=pyhcf101f3_0 @@ -233,25 +222,13 @@ dependencies: - sortedcontainers=2.4.0=pyhd8ed1ab_1 - soupsieve=2.8=pyhd8ed1ab_0 - sphinx=5.3.0=pyhd8ed1ab_0 - - sphinx-book-theme=1.1.3=pyhd8ed1ab_1 - - sphinx-comments=0.0.3=pyhd8ed1ab_1 - - sphinx-copybutton=0.5.2=pyhd8ed1ab_1 - - sphinx-design=0.6.1=pyhd8ed1ab_0 - - sphinx-external-toc=1.0.1=pyhd8ed1ab_1 - - sphinx-jupyterbook-latex=1.0.0=pyhd8ed1ab_1 - - sphinx-multitoc-numbering=0.1.3=pyhd8ed1ab_1 - - sphinx-thebe=0.3.1=pyhd8ed1ab_1 - - sphinx-togglebutton=0.3.2=pyhd8ed1ab_0 - sphinxcontrib-applehelp=2.0.0=pyhd8ed1ab_1 - - sphinxcontrib-bibtex=2.5.0=pyhd8ed1ab_0 - sphinxcontrib-devhelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-htmlhelp=2.1.0=pyhd8ed1ab_1 - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.44=py312he06e257_0 - stack_data=0.6.3=pyhd8ed1ab_1 - - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=h18a62a1_3 - tblib=3.1.0=pyhd8ed1ab_0 - terminado=0.18.1=pyh5737063_0 @@ -270,7 +247,6 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - uc-micro-py=1.0.3=pyhd8ed1ab_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=16.0.0=py312he06e257_1 - uri-template=1.3.0=pyhd8ed1ab_1 @@ -279,7 +255,7 @@ dependencies: - vc14_runtime=14.44.35208=h818238b_32 - vcomp14=14.44.35208=h818238b_32 - wcwidth=0.2.14=pyhd8ed1ab_0 - - webcolors=24.11.1=pyhd8ed1ab_0 + - webcolors=25.10.0=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 @@ -298,9 +274,9 @@ dependencies: - zstandard=0.25.0=py312he5662c2_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index a94b7f9e..c26848c6 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: 1184306731b94290082a07ff69198b9bab01231154ed953a92d9f4ce512366a2 +# input_hash: ced75c93c99f092b6f5cb1b4b1a231cb403e89c87a83ba556326a497636a782b channels: - conda-forge @@ -20,7 +20,7 @@ dependencies: - certifi=2025.10.5=pyhd8ed1ab_0 - cffi=2.0.0=py312he06e257_1 - click=8.3.0=pyh7428d3b_0 - - cloudpickle=3.1.1=pyhd8ed1ab_0 + - cloudpickle=3.1.2=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py312hf90b1b7_2 - cycler=0.12.1=pyhd8ed1ab_1 @@ -53,7 +53,7 @@ dependencies: - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - - libdeflate=1.24=h76ddb4d_0 + - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - libffi=3.5.2=h52bdfb6_0 @@ -63,14 +63,14 @@ dependencies: - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.0=h2466b09_0 + - libjpeg-turbo=3.1.2=hfd05255_0 - liblapack=3.9.0=35_hf9ab0e9_mkl - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 - libspatialindex=2.0.0=h5a68840_0 - libsqlite=3.50.4=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - - libtiff=4.7.1=h550210a_0 + - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 @@ -94,7 +94,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h381445a_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.2=py312he5662c2_1 + - psutil=7.1.3=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -147,9 +147,9 @@ dependencies: - zstandard=0.25.0=py312he5662c2_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 variables: diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 9298a979..3fde9d9b 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 0e4eae48731ca9e26a194a0b731d4cbb5666ce7bac7a5003b542681283abdc39 - linux-64: c8f7ae0bddeffc0ce95aebb250579b216dcf022feb26f8e2d841be6b05442f87 + win-64: 9b503869bc7e786a533feb6a7506ee8667954a8f63b525adb0dec96dab963cd5 + linux-64: c673a224b6a128d7a5be2ae3cc61985682147dba1ef082272e749eff0a34af2b channels: - url: conda-forge used_env_vars: [] @@ -54,32 +54,6 @@ package: sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d category: main optional: false -- name: accessible-pygments - version: 0.0.5 - manager: conda - platform: linux-64 - dependencies: - pygments: '' - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_1.conda - hash: - md5: 74ac5069774cdbc53910ec4d631a3999 - sha256: 1307719f0d8ee694fc923579a39c0621c23fdaa14ccdf9278a5aac5665ac58e9 - category: dev - optional: true -- name: accessible-pygments - version: 0.0.5 - manager: conda - platform: win-64 - dependencies: - pygments: '' - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_1.conda - hash: - md5: 74ac5069774cdbc53910ec4d631a3999 - sha256: 1307719f0d8ee694fc923579a39c0621c23fdaa14ccdf9278a5aac5665ac58e9 - category: dev - optional: true - name: alabaster version: 0.7.16 manager: conda @@ -153,7 +127,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '>=3.10' + python: '' sniffio: '>=1.1' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.11.0-pyhcf101f3_0.conda @@ -242,7 +216,7 @@ package: manager: conda platform: win-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 @@ -347,7 +321,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.0.5-pyh29332c3_0.conda hash: @@ -451,7 +425,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.2.0-pyh29332c3_4.conda hash: @@ -845,27 +819,27 @@ package: category: main optional: false - name: cloudpickle - version: 3.1.1 + version: 3.1.2 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhd8ed1ab_0.conda hash: - md5: 364ba6c9fb03886ac979b482f39ebb92 - sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5 + md5: fcac5929097ba1f2a0e5b6ecaa13b253 + sha256: 57050bd1bbac9e4be3728da4d33dee2168884d61d0ec51cd2ac72a1b34e11fc3 category: main optional: false - name: cloudpickle - version: 3.1.1 + version: 3.1.2 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhd8ed1ab_0.conda hash: - md5: 364ba6c9fb03886ac979b482f39ebb92 - sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5 + md5: fcac5929097ba1f2a0e5b6ecaa13b253 + sha256: 57050bd1bbac9e4be3728da4d33dee2168884d61d0ec51cd2ac72a1b34e11fc3 category: main optional: false - name: colorama @@ -909,7 +883,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda hash: md5: 2da13f2b299d8e1995bafbbe9689a2f7 @@ -1080,30 +1054,6 @@ package: sha256: 72badd945d856d2928fdbe051f136f903bcfee8136f1526c8362c6c465b793ec category: main optional: false -- name: dataclasses - version: '0.8' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://repo.prefix.dev/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - category: dev - optional: true -- name: dataclasses - version: '0.8' - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://repo.prefix.dev/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - category: dev - optional: true - name: debugpy version: 1.8.17 manager: conda @@ -1551,38 +1501,6 @@ package: sha256: fffda4c51a94c405a222a7c2649c1b138424b066560eac2fccbf82d7c3064375 category: main optional: false -- name: greenlet - version: 3.2.4 - manager: conda - platform: linux-64 - dependencies: - __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/greenlet-3.2.4-py310hea6c23e_1.conda - hash: - md5: a6a889b87b0358306e257dc7767d58be - sha256: adc253a04a9cc3d301aec014d15ad8202e8ba2ac4a3aa291c4380a070fbdeaa8 - category: dev - optional: true -- name: greenlet - version: 3.2.4 - 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/greenlet-3.2.4-py310h73ae2b4_1.conda - hash: - md5: 944a2b6a3c4879cde7923a3f874d65cf - sha256: 37be6d75e45da2e0713b3617aaa600065a6a6321f44d3b82c18e23cf1bbeaef4 - category: dev - optional: true - name: h11 version: 0.16.0 manager: conda @@ -1630,7 +1548,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 @@ -1762,7 +1680,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: @@ -1826,6 +1744,20 @@ package: sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 category: main optional: false +- name: icu + version: '75.1' + 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/icu-75.1-he02047a_0.conda + hash: + md5: 8b189310083baabfb622af68fd9d3ae3 + sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e + category: main + optional: false - name: idna version: '3.11' manager: conda @@ -1892,7 +1824,7 @@ package: manager: conda platform: win-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: @@ -1900,30 +1832,6 @@ package: sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 category: main optional: false -- name: importlib_metadata - version: 8.7.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: ==8.7.0 - url: https://repo.prefix.dev/conda-forge/noarch/importlib_metadata-8.7.0-h40b2b14_1.conda - hash: - md5: 8a77895fb29728b736a1a6c75906ea1a - sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: dev - optional: true -- name: importlib_metadata - version: 8.7.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: ==8.7.0 - url: https://repo.prefix.dev/conda-forge/noarch/importlib_metadata-8.7.0-h40b2b14_1.conda - hash: - md5: 8a77895fb29728b736a1a6c75906ea1a - sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: dev - optional: true - name: iniconfig version: 2.3.0 manager: conda @@ -2036,7 +1944,7 @@ package: pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' pygments: '>=2.4.0' - python: '>=3.10' + python: '' stack_data: '' traitlets: '>=5.13.0' typing_extensions: '>=4.6' @@ -2309,7 +2217,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '>=3.9' + python: '' referencing: '>=0.28.4' rpds-py: '>=0.7.1' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.25.1-pyhe01879c_0.conda @@ -2336,7 +2244,7 @@ package: manager: conda platform: win-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: @@ -2387,105 +2295,37 @@ package: category: dev optional: true - name: jupyter-book - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - click: '>=7.1,<9' - importlib-metadata: '>=4.8.3' - jinja2: '' - jsonschema: <5 - linkify-it-py: '>=2,<3' - myst-nb: '>=1,<3' - myst-parser: '>=1,<3' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5,<8' - sphinx-book-theme: '>=1.1.0,<2' - sphinx-comments: '' - sphinx-copybutton: '' - sphinx-design: '>=0.5,<1' - sphinx-external-toc: '>=1.0.1,<2' - sphinx-jupyterbook-latex: '>=1,<2' - sphinx-multitoc-numbering: '>=0.1.3,<1' - sphinx-thebe: '>=0.3.1,<1' - sphinx-togglebutton: '' - sphinxcontrib-bibtex: '>=2.5.0,<3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 739a29ac73026e68405153b50d0c60c2 - sha256: f028c32b5d97d24df44b1a41f771a9932e07815c60c02e24acd9bd2eca31097f - category: dev - optional: true -- name: jupyter-book - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - click: '>=7.1,<9' - importlib-metadata: '>=4.8.3' - jinja2: '' - jsonschema: <5 - linkify-it-py: '>=2,<3' - myst-nb: '>=1,<3' - myst-parser: '>=1,<3' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5,<8' - sphinx-book-theme: '>=1.1.0,<2' - sphinx-comments: '' - sphinx-copybutton: '' - sphinx-design: '>=0.5,<1' - sphinx-external-toc: '>=1.0.1,<2' - sphinx-jupyterbook-latex: '>=1,<2' - sphinx-multitoc-numbering: '>=0.1.3,<1' - sphinx-thebe: '>=0.3.1,<1' - sphinx-togglebutton: '' - sphinxcontrib-bibtex: '>=2.5.0,<3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 739a29ac73026e68405153b50d0c60c2 - sha256: f028c32b5d97d24df44b1a41f771a9932e07815c60c02e24acd9bd2eca31097f - category: dev - optional: true -- name: jupyter-cache - version: 1.0.1 + version: 2.0.2 manager: conda platform: linux-64 dependencies: - attrs: '' - click: '' - importlib-metadata: '' - nbclient: '>=0.2' - nbformat: '' - python: '>=3.9' - pyyaml: '' - sqlalchemy: '>=1.3.12,<3' - tabulate: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-cache-1.0.1-pyhff2d567_0.conda + ipykernel: '' + jupyter_core: '' + jupyter_server: '' + nodejs: '>=20' + platformdirs: '>=4.2.2' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.0.2-pyhcf101f3_0.conda hash: - md5: b0ee650829b8974202a7abe7f8b81e5a - sha256: 054d397dd45ed08bffb0976702e553dfb0d0b0a477da9cff36e2ea702e928f48 + md5: 58b2825b2c3d58e40bcbf6d5fefdca6a + sha256: c26c3fa8b714cc1a6c6f25db403597797f63118bf5ba9cbc8e30ef47da7099b9 category: dev optional: true -- name: jupyter-cache - version: 1.0.1 +- name: jupyter-book + version: 2.0.2 manager: conda platform: win-64 dependencies: - attrs: '' - click: '' - importlib-metadata: '' - nbclient: '>=0.2' - nbformat: '' - python: '>=3.9' - pyyaml: '' - sqlalchemy: '>=1.3.12,<3' - tabulate: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-cache-1.0.1-pyhff2d567_0.conda + ipykernel: '' + jupyter_core: '' + jupyter_server: '' + nodejs: '>=20' + platformdirs: '>=4.2.2' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.0.2-pyhcf101f3_0.conda hash: - md5: b0ee650829b8974202a7abe7f8b81e5a - sha256: 054d397dd45ed08bffb0976702e553dfb0d0b0a477da9cff36e2ea702e928f48 + md5: 58b2825b2c3d58e40bcbf6d5fefdca6a + sha256: c26c3fa8b714cc1a6c6f25db403597797f63118bf5ba9cbc8e30ef47da7099b9 category: dev optional: true - name: jupyter-lsp @@ -2509,7 +2349,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 @@ -2574,7 +2414,7 @@ package: dependencies: __win: '' platformdirs: '>=2.5' - python: '>=3.10' + python: '' pywin32: '' traitlets: '>=5.3' url: https://repo.prefix.dev/conda-forge/noarch/jupyter_core-5.9.1-pyh6dadd2b_0.conda @@ -2610,7 +2450,7 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '>=3.9' + python: '' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' @@ -2670,7 +2510,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' @@ -2819,7 +2659,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: @@ -2987,32 +2827,6 @@ package: sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true -- name: latexcodec - version: 2.0.1 - manager: conda - platform: linux-64 - dependencies: - python: '' - six: '' - url: https://repo.prefix.dev/conda-forge/noarch/latexcodec-2.0.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 8d67904973263afd2985ba56aa2d6bb4 - sha256: 5210d31c8f2402dd1ad1b3edcf7a53292b9da5de20cd14d9c243dbf9278b1c4f - category: dev - optional: true -- name: latexcodec - version: 2.0.1 - manager: conda - platform: win-64 - dependencies: - python: '' - six: '' - url: https://repo.prefix.dev/conda-forge/noarch/latexcodec-2.0.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 8d67904973263afd2985ba56aa2d6bb4 - sha256: 5210d31c8f2402dd1ad1b3edcf7a53292b9da5de20cd14d9c243dbf9278b1c4f - category: dev - optional: true - name: lcms2 version: '2.17' manager: conda @@ -3283,30 +3097,30 @@ package: category: main optional: false - name: libdeflate - version: '1.24' + version: '1.25' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda hash: - md5: 64f0c503da58ec25ebd359e4d990afa8 - sha256: 8420748ea1cc5f18ecc5068b4f24c7a023cc9b20971c99c824ba10641fb95ddf + md5: 6c77a605a7a689d17d4819c0f8ac9a00 + sha256: aa8e8c4be9a2e81610ddf574e05b64ee131fab5e0e3693210c9d6d2fba32c680 category: main optional: false - name: libdeflate - version: '1.24' + version: '1.25' 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/libdeflate-1.24-h76ddb4d_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libdeflate-1.25-h51727cc_0.conda hash: - md5: 08d988e266c6ae77e03d164b83786dc4 - sha256: 65347475c0009078887ede77efe60db679ea06f2b56f7853b9310787fe5ad035 + md5: e77030e67343e28b084fabd7db0ce43e + sha256: 834e4881a18b690d5ec36f44852facd38e13afe599e369be62d29bd675f107ee category: main optional: false - name: libdlf @@ -3606,30 +3420,30 @@ package: category: main optional: false - name: libjpeg-turbo - version: 3.1.0 + version: 3.1.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.0-hb9d3cd8_0.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda hash: - md5: 9fa334557db9f63da6c9285fd2a48638 - sha256: 98b399287e27768bf79d48faba8a99a2289748c65cd342ca21033fab1860d4a4 + md5: 8397539e3a0bbd1695584fb4f927485a + sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 category: main optional: false - name: libjpeg-turbo - version: 3.1.0 + version: 3.1.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/libjpeg-turbo-3.1.0-h2466b09_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.2-hfd05255_0.conda hash: - md5: 7c51d27540389de84852daa1cdb9c63c - sha256: e61b0adef3028b51251124e43eb6edf724c67c0f6736f1628b02511480ac354e + md5: 56a686f92ac0273c0f6af58858a3f013 + sha256: 795e2d4feb2f7fc4a2c6e921871575feb32b8082b5760726791f080d1e2c2597 category: main optional: false - name: liblapack @@ -3906,7 +3720,7 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.24,<1.25.0a0' + libdeflate: '>=1.25,<1.26.0a0' libgcc: '>=14' libjpeg-turbo: '>=3.1.0,<4.0a0' liblzma: '>=5.8.1,<6.0a0' @@ -3914,10 +3728,10 @@ package: libwebp-base: '>=1.6.0,<2.0a0' libzlib: '>=1.3.1,<2.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libtiff-4.7.1-h9d88235_1.conda hash: - md5: 72b531694ebe4e8aa6f5745d1015c1b4 - sha256: ddda0d7ee67e71e904a452010c73e32da416806f5cb9145fb62c322f97e717fb + md5: cd5a90476766d53e901500df9215e927 + sha256: e5f8c38625aa6d567809733ae04bb71c161a42e44a9fa8227abe61fa5c60ebe0 category: main optional: false - name: libtiff @@ -3926,7 +3740,7 @@ package: platform: win-64 dependencies: lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.24,<1.25.0a0' + libdeflate: '>=1.25,<1.26.0a0' libjpeg-turbo: '>=3.1.0,<4.0a0' liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' @@ -3934,10 +3748,10 @@ package: 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/libtiff-4.7.1-h550210a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libtiff-4.7.1-h8f73337_1.conda hash: - md5: e23f29747d9d2aa2a39b594c114fac67 - sha256: d6cac6596ded0d5bbbc4198d7eb4db88da8c00236ebf5e2c8ad333ccde8965e2 + md5: 549845d5133100142452812feb9ba2e8 + sha256: f1b8cccaaeea38a28b9cd496694b2e3d372bb5be0e9377c9e3d14b330d1cba8a category: main optional: false - name: libuuid @@ -3953,6 +3767,19 @@ package: sha256: e5ec6d2ad7eef538ddcb9ea62ad4346fde70a4736342c4ad87bd713641eb9808 category: main optional: false +- name: libuv + version: 1.51.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda + hash: + md5: 0f03292cc56bf91a077a134ea8747118 + sha256: c180f4124a889ac343fc59d15558e93667d894a966ec6fdb61da1604481be26b + category: dev + optional: true - name: libwebp-base version: 1.6.0 manager: conda @@ -4043,15 +3870,16 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' liblzma: '>=5.8.1,<6.0a0' libxml2-16: 2.15.1 libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-h031cc0b_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-h26afc86_0.conda hash: - md5: a67cd8f7b0369bbf2c40411f05a62f3b - sha256: ee64e507b37b073e0bdad739e35330933dd5be7c639600a096551a6968f1035d + md5: e512be7dc1f84966d50959e900ca121f + sha256: ec0735ae56c3549149eebd7dc22c0bed91fd50c02eaa77ff418613ddda190aa8 category: main optional: false - name: libxml2 @@ -4078,14 +3906,15 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-hf2a90c1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-ha9997c6_0.conda hash: - md5: 23720d17346b21efb08d68c2255c8431 - sha256: f5220ff49efc31431279859049199b9250e79f98c1dee1da12feb74bda2d9cf1 + md5: e7733bc6785ec009e47a224a71917e84 + sha256: 71436e72a286ef8b57d6f4287626ff91991eb03c7bdbe835280521791efd1434 category: main optional: false - name: libxml2-16 @@ -4132,32 +3961,6 @@ package: sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 category: main optional: false -- name: linkify-it-py - version: 2.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - uc-micro-py: '' - url: https://repo.prefix.dev/conda-forge/noarch/linkify-it-py-2.0.3-pyhd8ed1ab_1.conda - hash: - md5: b02fe519b5dc0dc55e7299810fcdfb8e - sha256: d975a2015803d4fdaaae3f53e21f64996577d7a069eb61c6d2792504f16eb57b - category: dev - optional: true -- name: linkify-it-py - version: 2.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - uc-micro-py: '' - url: https://repo.prefix.dev/conda-forge/noarch/linkify-it-py-2.0.3-pyhd8ed1ab_1.conda - hash: - md5: b02fe519b5dc0dc55e7299810fcdfb8e - sha256: d975a2015803d4fdaaae3f53e21f64996577d7a069eb61c6d2792504f16eb57b - category: dev - optional: true - name: llvm-openmp version: 21.1.4 manager: conda @@ -4209,31 +4012,29 @@ package: category: main optional: false - name: markdown-it-py - version: 2.2.0 + version: 4.0.0 manager: conda platform: linux-64 dependencies: mdurl: '>=0.1,<1' - python: '>=3.7' - typing_extensions: '>=3.7.4' - url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-2.2.0-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda hash: - md5: b2928a6c6d52d7e3562b4a59c3214e3a - sha256: 65ed439862c1851463f03a9bc5109992ce3e3e025e9a2d76d13ca19f576eee9f + md5: 5b5203189eb668f042ac2b0826244964 + sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e category: dev optional: true - name: markdown-it-py - version: 2.2.0 + version: 4.0.0 manager: conda platform: win-64 dependencies: mdurl: '>=0.1,<1' - python: '>=3.7' - typing_extensions: '>=3.7.4' - url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-2.2.0-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda hash: - md5: b2928a6c6d52d7e3562b4a59c3214e3a - sha256: 65ed439862c1851463f03a9bc5109992ce3e3e025e9a2d76d13ca19f576eee9f + md5: 5b5203189eb668f042ac2b0826244964 + sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e category: dev optional: true - name: markupsafe @@ -4453,7 +4254,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.1.4-pyhcf101f3_0.conda hash: @@ -4593,88 +4394,6 @@ package: sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false -- name: myst-nb - version: 1.3.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '' - ipykernel: '' - ipython: '' - jupyter-cache: '>=0.5' - myst-parser: '>=1.0.0' - nbclient: '' - nbformat: '>=5.0' - python: '' - pyyaml: '' - sphinx: '>=5' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-nb-1.3.0-pyhe01879c_0.conda - hash: - md5: 2cb3690891768b4b9f7c7764afa965c1 - sha256: 07cc8d775a3d598fe7c6ca4ffb543f1938df5f18e296719a4651bfb73f4f0d57 - category: dev - optional: true -- name: myst-nb - version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '' - ipykernel: '' - ipython: '' - jupyter-cache: '>=0.5' - myst-parser: '>=1.0.0' - nbclient: '' - nbformat: '>=5.0' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-nb-1.3.0-pyhe01879c_0.conda - hash: - md5: 2cb3690891768b4b9f7c7764afa965c1 - sha256: 07cc8d775a3d598fe7c6ca4ffb543f1938df5f18e296719a4651bfb73f4f0d57 - category: dev - optional: true -- name: myst-parser - version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - docutils: '>=0.15,<0.20' - jinja2: '' - markdown-it-py: '>=1.0.0,<3.0.0' - mdit-py-plugins: '>=0.3.4,<1' - python: '>=3.7' - pyyaml: '' - sphinx: '>=5,<7' - typing-extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-parser-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: e559708feb0aed1ae24c518e569ea3eb - sha256: 87de591aa423932ffec61e06283bf5c3ba5c0a3cc465955984ce58f1de3ded8e - category: dev - optional: true -- name: myst-parser - version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - docutils: '>=0.15,<0.20' - jinja2: '' - markdown-it-py: '>=1.0.0,<3.0.0' - mdit-py-plugins: '>=0.3.4,<1' - python: '>=3.7' - pyyaml: '' - sphinx: '>=5,<7' - typing-extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-parser-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: e559708feb0aed1ae24c518e569ea3eb - sha256: 87de591aa423932ffec61e06283bf5c3ba5c0a3cc465955984ce58f1de3ded8e - category: dev - optional: true - name: nbclient version: 0.10.2 manager: conda @@ -4779,7 +4498,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: @@ -4882,18 +4601,48 @@ package: sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true -- name: notebook - version: 7.4.7 +- name: nodejs + version: 22.6.0 manager: conda platform: linux-64 dependencies: - jupyter_server: '>=2.4.0,<3' - jupyterlab: '>=4.4.9,<4.5' - jupyterlab_server: '>=2.27.1,<3' - notebook-shim: '>=0.2,<0.3' - python: '>=3.10' - tornado: '>=6.2.0' - url: https://repo.prefix.dev/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda + __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libuv: '>=1.48.0,<2.0a0' + libzlib: '>=1.3.1,<2.0a0' + openssl: '>=3.3.1,<4.0a0' + zlib: '' + url: https://repo.prefix.dev/conda-forge/linux-64/nodejs-22.6.0-hc19f0b3_1.conda + hash: + md5: 427b3cd460567009e317d10bc5390764 + sha256: a9f637e3ddb845350a1410caf2299caa2dddd201fd44a5ca0e075c17dbf99f91 + category: dev + optional: true +- name: nodejs + version: 24.9.0 + manager: conda + platform: win-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/win-64/nodejs-24.9.0-he453025_0.conda + hash: + md5: da14fa3bcb863b34888a9c35991c3c81 + sha256: 8d60a2e7a49cc9db7e8032db60333609ba9e9b8e7081843ea4e6a05d7ef12bdb + category: dev + optional: true +- name: notebook + version: 7.4.7 + manager: conda + platform: linux-64 + dependencies: + jupyter_server: '>=2.4.0,<3' + jupyterlab: '>=4.4.9,<4.5' + jupyterlab_server: '>=2.27.1,<3' + notebook-shim: '>=0.2,<0.3' + python: '>=3.10' + tornado: '>=6.2.0' + url: https://repo.prefix.dev/conda-forge/noarch/notebook-7.4.7-pyhd8ed1ab_0.conda hash: md5: 8265e246510553a4bcec1af4378d3c96 sha256: 9d785a993dd149cae89382e24dfc234bf0295d310a34ca8288818c401c097d40 @@ -5121,7 +4870,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda hash: md5: 58335b26c38bf4a20f399384c33cbcf9 @@ -5231,7 +4980,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.5-pyhcf101f3_0.conda hash: md5: a110716cdb11cf51482ff4000dc253d7 @@ -5396,7 +5145,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: md5: 5c7a868f8241e64e1cf5fdf4962f23e2 @@ -5478,7 +5227,7 @@ package: category: dev optional: true - name: psutil - version: 7.1.2 + version: 7.1.3 manager: conda platform: linux-64 dependencies: @@ -5486,14 +5235,14 @@ package: libgcc: '>=14' python: '' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.2-py310h139afa4_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.3-py310h139afa4_0.conda hash: - md5: efba82ceedda289af9a8b3d17223d5dd - sha256: 1cbd20848900745160a1c963260a2bb08670bc0f6e7c05608b49cb2ee589dd4f + md5: 2cb444ad9954c0a0e59a65bbac84305b + sha256: aca45f6bfe5ee0e0831f3c6840dcd38ebc99c30be85e20d02718ab4e15698bfb category: main optional: false - name: psutil - version: 7.1.2 + version: 7.1.3 manager: conda platform: win-64 dependencies: @@ -5502,10 +5251,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/psutil-7.1.2-py310h1637853_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.3-py310h1637853_0.conda hash: - md5: 4dec7711517a197313114025828e67fa - sha256: 93ac561e4890b9005f32a5ef624a96c51fbeaa94d90dd71000bbff93a653d9a8 + md5: 24c099af19cf88a4cf87d39c73a7197b + sha256: 5634acc515e32ee0a3d7d8783acb06668958c26d5d6309a9ef5e0b66fca21fa7 category: main optional: false - name: pthread-stubs @@ -5571,70 +5320,6 @@ package: sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 category: dev optional: true -- name: pybtex - version: 0.25.1 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '' - latexcodec: '>=1.0.4' - python: '>=3.9' - pyyaml: '>=3.01' - setuptools: '' - url: https://repo.prefix.dev/conda-forge/noarch/pybtex-0.25.1-pyhd8ed1ab_0.conda - hash: - md5: 9c25a850410220d31085173fbfdfa191 - sha256: 3053895e08ce56923e48eea7d1c07a6d8bf09948d1e69a21ae7ab9e459b0a227 - category: dev - optional: true -- name: pybtex - version: 0.25.1 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '' - latexcodec: '>=1.0.4' - python: '>=3.9' - pyyaml: '>=3.01' - setuptools: '' - url: https://repo.prefix.dev/conda-forge/noarch/pybtex-0.25.1-pyhd8ed1ab_0.conda - hash: - md5: 9c25a850410220d31085173fbfdfa191 - sha256: 3053895e08ce56923e48eea7d1c07a6d8bf09948d1e69a21ae7ab9e459b0a227 - category: dev - optional: true -- name: pybtex-docutils - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - docutils: '>=0.14' - pybtex: '>=0.16' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - setuptools: '' - url: https://repo.prefix.dev/conda-forge/linux-64/pybtex-docutils-1.0.3-py310hff52083_3.conda - hash: - md5: 22e1730cafba181ebf5b719a90a02485 - sha256: e1aa05e27940046ea391401469332b4908922415e703be2d3d871b8b5e127509 - category: dev - optional: true -- name: pybtex-docutils - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - docutils: '>=0.14' - pybtex: '>=0.16' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - setuptools: '' - url: https://repo.prefix.dev/conda-forge/win-64/pybtex-docutils-1.0.3-py310h5588dad_3.conda - hash: - md5: aa1485fb33be39a1036cdc93ee41a412 - sha256: b4c0a016d409328743e98671c2708d86bf54beb52546926a113696518659f41f - category: dev - optional: true - name: pycparser version: '2.22' manager: conda @@ -5652,7 +5337,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda hash: md5: 12c566707c80111f9799308d9e265aef @@ -5726,46 +5411,6 @@ package: sha256: 51e5a7d247832664da04201d4e8a1750c361f0fd175f5e24c993a579f6bf0d6c category: main optional: false -- name: pydata-sphinx-theme - version: 0.15.4 - manager: conda - platform: linux-64 - dependencies: - accessible-pygments: '' - babel: '' - beautifulsoup4: '' - docutils: '!=0.17.0' - packaging: '' - pygments: '>=2.7' - python: '>=3.9' - sphinx: '>=5.0' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/pydata-sphinx-theme-0.15.4-pyhd8ed1ab_0.conda - hash: - md5: c7c50dd5192caa58a05e6a4248a27acb - sha256: 5ec877142ded763061e114e787a4e201c2fb3f0b1db2f04ace610a1187bb34ae - category: dev - optional: true -- name: pydata-sphinx-theme - version: 0.15.4 - manager: conda - platform: win-64 - dependencies: - accessible-pygments: '' - babel: '' - beautifulsoup4: '' - docutils: '!=0.17.0' - packaging: '' - pygments: '>=2.7' - python: '>=3.9' - sphinx: '>=5.0' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/pydata-sphinx-theme-0.15.4-pyhd8ed1ab_0.conda - hash: - md5: c7c50dd5192caa58a05e6a4248a27acb - sha256: 5ec877142ded763061e114e787a4e201c2fb3f0b1db2f04ace610a1187bb34ae - category: dev - optional: true - name: pydiso version: 0.1.2 manager: conda @@ -5858,7 +5503,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.2-pyhcf101f3_0.conda @@ -5916,7 +5561,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda hash: md5: 6c8979be6d7a17692793114fa26916e8 @@ -6011,7 +5656,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 @@ -6089,7 +5734,7 @@ package: manager: conda platform: win-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: @@ -6114,7 +5759,7 @@ package: manager: conda platform: win-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 @@ -6416,7 +6061,7 @@ package: platform: win-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 @@ -6526,7 +6171,7 @@ package: platform: win-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 @@ -6743,7 +6388,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -6904,250 +6549,6 @@ package: sha256: f11fd5fb4ae2c65f41ae86e7408e3ab44844898d928264aa9e89929fffc685c8 category: dev optional: true -- name: sphinx-book-theme - version: 1.1.3 - manager: conda - platform: linux-64 - dependencies: - pydata-sphinx-theme: '>=0.15.2' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-book-theme-1.1.3-pyhd8ed1ab_1.conda - hash: - md5: 501e2d6d8aa1b8d82d2707ce8c90b287 - sha256: cf1d3ae6d28042954ac750f6948678fefa619681c3994d2637d747d96a1139ea - category: dev - optional: true -- name: sphinx-book-theme - version: 1.1.3 - manager: conda - platform: win-64 - dependencies: - pydata-sphinx-theme: '>=0.15.2' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-book-theme-1.1.3-pyhd8ed1ab_1.conda - hash: - md5: 501e2d6d8aa1b8d82d2707ce8c90b287 - sha256: cf1d3ae6d28042954ac750f6948678fefa619681c3994d2637d747d96a1139ea - category: dev - optional: true -- name: sphinx-comments - version: 0.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-comments-0.0.3-pyhd8ed1ab_1.conda - hash: - md5: 30e02fa8e40287da066e348c95ff5609 - sha256: 00129f91b905441a9e27c46ef32c22617743eb4a4f7207e1dd84bc19505d4381 - category: dev - optional: true -- name: sphinx-comments - version: 0.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-comments-0.0.3-pyhd8ed1ab_1.conda - hash: - md5: 30e02fa8e40287da066e348c95ff5609 - sha256: 00129f91b905441a9e27c46ef32c22617743eb4a4f7207e1dd84bc19505d4381 - category: dev - optional: true -- name: sphinx-copybutton - version: 0.5.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-copybutton-0.5.2-pyhd8ed1ab_1.conda - hash: - md5: bf22cb9c439572760316ce0748af3713 - sha256: 8cd892e49cb4d00501bc4439fb0c73ca44905f01a65b2b7fa05ba0e8f3924f19 - category: dev - optional: true -- name: sphinx-copybutton - version: 0.5.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-copybutton-0.5.2-pyhd8ed1ab_1.conda - hash: - md5: bf22cb9c439572760316ce0748af3713 - sha256: 8cd892e49cb4d00501bc4439fb0c73ca44905f01a65b2b7fa05ba0e8f3924f19 - category: dev - optional: true -- name: sphinx-design - version: 0.6.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=5,<8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-design-0.6.1-pyhd8ed1ab_0.conda - hash: - md5: 51b2433e4a223b14defee96d3caf9bab - sha256: 99a44df1d09a27e40002ebaf76792dac75c9cb1386af313b272a4251c8047640 - category: dev - optional: true -- name: sphinx-design - version: 0.6.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=5,<8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-design-0.6.1-pyhd8ed1ab_0.conda - hash: - md5: 51b2433e4a223b14defee96d3caf9bab - sha256: 99a44df1d09a27e40002ebaf76792dac75c9cb1386af313b272a4251c8047640 - category: dev - optional: true -- name: sphinx-external-toc - version: 1.0.1 - manager: conda - platform: linux-64 - dependencies: - click: '>=7.1' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-external-toc-1.0.1-pyhd8ed1ab_1.conda - hash: - md5: d248f9db0f1c2e7c480b058925afa9c5 - sha256: 47dda7135f9fb1777b7066c3b9260fdd796d6ec2aeb8804161f39c65b3461401 - category: dev - optional: true -- name: sphinx-external-toc - version: 1.0.1 - manager: conda - platform: win-64 - dependencies: - click: '>=7.1' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-external-toc-1.0.1-pyhd8ed1ab_1.conda - hash: - md5: d248f9db0f1c2e7c480b058925afa9c5 - sha256: 47dda7135f9fb1777b7066c3b9260fdd796d6ec2aeb8804161f39c65b3461401 - category: dev - optional: true -- name: sphinx-jupyterbook-latex - version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - packaging: '' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-jupyterbook-latex-1.0.0-pyhd8ed1ab_1.conda - hash: - md5: 9261bc5d987013f5d8dc58061c34f1a3 - sha256: b64c031795918f26ddeb5148ede2d3a4944cd9f5461cf72bde3f28acdc71d2f3 - category: dev - optional: true -- name: sphinx-jupyterbook-latex - version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - packaging: '' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-jupyterbook-latex-1.0.0-pyhd8ed1ab_1.conda - hash: - md5: 9261bc5d987013f5d8dc58061c34f1a3 - sha256: b64c031795918f26ddeb5148ede2d3a4944cd9f5461cf72bde3f28acdc71d2f3 - category: dev - optional: true -- name: sphinx-multitoc-numbering - version: 0.1.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=3' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-multitoc-numbering-0.1.3-pyhd8ed1ab_1.conda - hash: - md5: cc5fc0988f0fedab436361b9b5906a58 - sha256: 9fa48b33334c3a9971c96dd3d921950e8350cfa88a8e8ebaec6d8261071ea2ac - category: dev - optional: true -- name: sphinx-multitoc-numbering - version: 0.1.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=3' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-multitoc-numbering-0.1.3-pyhd8ed1ab_1.conda - hash: - md5: cc5fc0988f0fedab436361b9b5906a58 - sha256: 9fa48b33334c3a9971c96dd3d921950e8350cfa88a8e8ebaec6d8261071ea2ac - category: dev - optional: true -- name: sphinx-thebe - version: 0.3.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=4' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-thebe-0.3.1-pyhd8ed1ab_1.conda - hash: - md5: f6627ce09745a0f822cc6e7de8cf4f99 - sha256: 9d0cd52edcb2274bf7c8e9327317d9bb48e1d092afeaed093e0242876ad3c008 - category: dev - optional: true -- name: sphinx-thebe - version: 0.3.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=4' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-thebe-0.3.1-pyhd8ed1ab_1.conda - hash: - md5: f6627ce09745a0f822cc6e7de8cf4f99 - sha256: 9d0cd52edcb2274bf7c8e9327317d9bb48e1d092afeaed093e0242876ad3c008 - category: dev - optional: true -- name: sphinx-togglebutton - version: 0.3.2 - manager: conda - platform: linux-64 - dependencies: - docutils: '' - python: '>=3.6' - sphinx: '' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-togglebutton-0.3.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 382738101934261ea7931d1460e64868 - sha256: 0dcee238aae6337fae5eaf1f9a29b0c51ed9834ae501fccb2cde0fed8dae1a88 - category: dev - optional: true -- name: sphinx-togglebutton - version: 0.3.2 - manager: conda - platform: win-64 - dependencies: - docutils: '' - python: '>=3.6' - sphinx: '' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-togglebutton-0.3.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 382738101934261ea7931d1460e64868 - sha256: 0dcee238aae6337fae5eaf1f9a29b0c51ed9834ae501fccb2cde0fed8dae1a88 - category: dev - optional: true - name: sphinxcontrib-applehelp version: 2.0.0 manager: conda @@ -7174,42 +6575,6 @@ package: sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba category: dev optional: true -- name: sphinxcontrib-bibtex - version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - dataclasses: '' - docutils: '>=0.8' - importlib_metadata: '>=3.6' - pybtex: '>=0.24' - pybtex-docutils: '>=1' - python: '>=3.6' - sphinx: '>=2.1' - url: https://repo.prefix.dev/conda-forge/noarch/sphinxcontrib-bibtex-2.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b2e5c9aece936ebf9f26abdf71ddd74b - sha256: d5b02d285909b4501a469857b1a88a91a849d5f28bbe64b9e6c3e86d2388d345 - category: dev - optional: true -- name: sphinxcontrib-bibtex - version: 2.5.0 - manager: conda - platform: win-64 - dependencies: - dataclasses: '' - docutils: '>=0.8' - importlib_metadata: '>=3.6' - pybtex: '>=0.24' - pybtex-docutils: '>=1' - python: '>=3.6' - sphinx: '>=2.1' - url: https://repo.prefix.dev/conda-forge/noarch/sphinxcontrib-bibtex-2.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b2e5c9aece936ebf9f26abdf71ddd74b - sha256: d5b02d285909b4501a469857b1a88a91a849d5f28bbe64b9e6c3e86d2388d345 - category: dev - optional: true - name: sphinxcontrib-devhelp version: 2.0.0 manager: conda @@ -7338,41 +6703,6 @@ package: sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 category: dev optional: true -- name: sqlalchemy - version: 2.0.44 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - greenlet: '!=0.4.17' - libgcc: '>=14' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - typing-extensions: '>=4.6.0' - url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.44-py310h7c4b9e2_0.conda - hash: - md5: 60c06302d59e6b96f899c53fba8ab776 - sha256: f9ea72841c10c041217e77a9279875293ba323abdc2ac914ccbed00b8371ff08 - category: dev - optional: true -- name: sqlalchemy - version: 2.0.44 - manager: conda - platform: win-64 - dependencies: - greenlet: '!=0.4.17' - python: '>=3.10,<3.11.0a0' - python_abi: 3.10.* - typing-extensions: '>=4.6.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.44-py310h29418f3_0.conda - hash: - md5: 69866427db31869369752f67faf2ec62 - sha256: 0e1b8fb89311f7929a1fc641a6db6cd96ddf73bb3d7f0bb9723c3aad023a20c7 - category: dev - optional: true - name: stack_data version: 0.6.3 manager: conda @@ -7403,30 +6733,6 @@ package: sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 category: dev optional: true -- name: tabulate - version: 0.9.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_2.conda - hash: - md5: 959484a66b4b76befcddc4fa97c95567 - sha256: 090023bddd40d83468ef86573976af8c514f64119b2bd814ee63a838a542720a - category: dev - optional: true -- name: tabulate - version: 0.9.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_2.conda - hash: - md5: 959484a66b4b76befcddc4fa97c95567 - sha256: 090023bddd40d83468ef86573976af8c514f64119b2bd814ee63a838a542720a - category: dev - optional: true - name: tbb version: 2021.13.0 manager: conda @@ -7606,7 +6912,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: md5: d2732eb636c264dc9aa4cbee404b1a53 @@ -7835,7 +7141,7 @@ package: manager: conda platform: win-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 @@ -7888,30 +7194,6 @@ package: sha256: 5aaa366385d716557e365f0a4e9c3fca43ba196872abbbe3d56bb610d131e192 category: main optional: false -- name: uc-micro-py - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/uc-micro-py-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 9c96c9876ba45368a03056ddd0f20431 - sha256: a2f837780af450d633efc052219c31378bcad31356766663fb88a99e8e4c817b - category: dev - optional: true -- name: uc-micro-py - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/uc-micro-py-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 9c96c9876ba45368a03056ddd0f20431 - sha256: a2f837780af450d633efc052219c31378bcad31356766663fb88a99e8e4c817b - category: dev - optional: true - name: ucrt version: 10.0.26100.0 manager: conda @@ -8072,27 +7354,27 @@ package: category: dev optional: true - name: webcolors - version: 24.11.1 + version: 25.10.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda hash: - md5: b49f7b291e15494aafb0a7d74806f337 - sha256: 08315dc2e61766a39219b2d82685fc25a56b2817acf84d5b390176080eaacf99 + md5: 6639b6b0d8b5a284f027a2003669aa65 + sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 category: dev optional: true - name: webcolors - version: 24.11.1 + version: 25.10.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda hash: - md5: b49f7b291e15494aafb0a7d74806f337 - sha256: 08315dc2e61766a39219b2d82685fc25a56b2817acf84d5b390176080eaacf99 + md5: 6639b6b0d8b5a284f027a2003669aa65 + sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 category: dev optional: true - name: webencodings @@ -8434,6 +7716,20 @@ package: sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false +- name: zlib + version: 1.3.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + libzlib: 1.3.1 + url: https://repo.prefix.dev/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + hash: + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + category: dev + optional: true - name: zstandard version: 0.25.0 manager: conda @@ -8500,41 +7796,41 @@ package: category: main optional: false - name: geoapps-utils - version: 0.6.0a1.dev108+ed5f5cf + version: 0.7.0a0 manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0b3 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 hash: - sha256: ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 category: main optional: false - name: geoapps-utils - version: 0.6.0a1.dev108+ed5f5cf + version: 0.7.0a0 manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0b3 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 hash: - sha256: ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 category: main optional: false - name: geoh5py - version: 0.12.0b3 + version: 0.12.0b4.dev8+a9f57210 manager: pip platform: linux-64 dependencies: @@ -8542,16 +7838,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c hash: - sha256: 61191f47410bbbb072e32cb29b37b3bb2370722a + sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c category: main optional: false - name: geoh5py - version: 0.12.0b3 + version: 0.12.0b4.dev8+a9f57210 manager: pip platform: win-64 dependencies: @@ -8559,50 +7855,50 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c hash: - sha256: 61191f47410bbbb072e32cb29b37b3bb2370722a + sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c category: main optional: false - name: grid-apps - version: 0.1.0a1.dev66+b335205 + version: 0.2.0a0 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0b3 + geoapps-utils: 0.7.0a0 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 hash: - sha256: b3352058d585613d34ff3042675a79a3b3e4bfbd + sha256: d6a42611003c184354e1367de41a88783b928166 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 category: main optional: false - name: grid-apps - version: 0.1.0a1.dev66+b335205 + version: 0.2.0a0 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0b3 + geoapps-utils: 0.7.0a0 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 hash: - sha256: b3352058d585613d34ff3042675a79a3b3e4bfbd + sha256: d6a42611003c184354e1367de41a88783b928166 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 category: main optional: false - name: mira-simpeg diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index 47150fd1..3e1b23d1 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 106a2623766605c1a3c6aa7c479d1dd64f6d252df48e62b2a77761f8e247f0c4 - linux-64: c3c882ab7106f1ac6d6821bf96f16035a0c501482813360bc7738edf05725ab9 + win-64: d8fc1a6b8a5bcd02b463457d6133d8953a48991793c43992564303af7281a58f + linux-64: 2cf872f5d12711990e183c3d2fccf4d430fa0049778fa650827c2a7efa8fbf72 channels: - url: conda-forge used_env_vars: [] @@ -54,32 +54,6 @@ package: sha256: 1a62cd1f215fe0902e7004089693a78347a30ad687781dfda2289cab000e652d category: main optional: false -- name: accessible-pygments - version: 0.0.5 - manager: conda - platform: linux-64 - dependencies: - pygments: '' - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_1.conda - hash: - md5: 74ac5069774cdbc53910ec4d631a3999 - sha256: 1307719f0d8ee694fc923579a39c0621c23fdaa14ccdf9278a5aac5665ac58e9 - category: dev - optional: true -- name: accessible-pygments - version: 0.0.5 - manager: conda - platform: win-64 - dependencies: - pygments: '' - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_1.conda - hash: - md5: 74ac5069774cdbc53910ec4d631a3999 - sha256: 1307719f0d8ee694fc923579a39c0621c23fdaa14ccdf9278a5aac5665ac58e9 - category: dev - optional: true - name: alabaster version: 0.7.16 manager: conda @@ -137,7 +111,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '>=3.10' + python: '' sniffio: '>=1.1' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.11.0-pyhcf101f3_0.conda @@ -153,7 +127,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '>=3.10' + python: '' sniffio: '>=1.1' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.11.0-pyhcf101f3_0.conda @@ -228,7 +202,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 @@ -242,7 +216,7 @@ package: manager: conda platform: win-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 @@ -332,7 +306,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.0.5-pyh29332c3_0.conda hash: @@ -345,7 +319,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.0.5-pyh29332c3_0.conda hash: @@ -436,7 +410,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.2.0-pyh29332c3_4.conda hash: @@ -449,7 +423,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.2.0-pyh29332c3_4.conda hash: @@ -843,27 +817,27 @@ package: category: main optional: false - name: cloudpickle - version: 3.1.1 + version: 3.1.2 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhd8ed1ab_0.conda hash: - md5: 364ba6c9fb03886ac979b482f39ebb92 - sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5 + md5: fcac5929097ba1f2a0e5b6ecaa13b253 + sha256: 57050bd1bbac9e4be3728da4d33dee2168884d61d0ec51cd2ac72a1b34e11fc3 category: main optional: false - name: cloudpickle - version: 3.1.1 + version: 3.1.2 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhd8ed1ab_0.conda hash: - md5: 364ba6c9fb03886ac979b482f39ebb92 - sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5 + md5: fcac5929097ba1f2a0e5b6ecaa13b253 + sha256: 57050bd1bbac9e4be3728da4d33dee2168884d61d0ec51cd2ac72a1b34e11fc3 category: main optional: false - name: colorama @@ -895,7 +869,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 @@ -907,7 +881,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda hash: md5: 2da13f2b299d8e1995bafbbe9689a2f7 @@ -1078,30 +1052,6 @@ package: sha256: 72badd945d856d2928fdbe051f136f903bcfee8136f1526c8362c6c465b793ec category: main optional: false -- name: dataclasses - version: '0.8' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://repo.prefix.dev/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - category: dev - optional: true -- name: dataclasses - version: '0.8' - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://repo.prefix.dev/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - category: dev - optional: true - name: debugpy version: 1.8.17 manager: conda @@ -1240,7 +1190,7 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* scipy: '>=1.8' @@ -1255,7 +1205,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* scipy: '>=1.8' @@ -1575,38 +1525,6 @@ package: sha256: 16df69ec678e95707a7e776d9994ad5d9c9fa834fd2d1451f69667303c9bad1b category: main optional: false -- name: greenlet - version: 3.2.4 - manager: conda - platform: linux-64 - dependencies: - __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/greenlet-3.2.4-py311h1ddb823_1.conda - hash: - md5: 210ecbcac24f0148147fb8def5652d7a - sha256: 498a0c5d16873ffe42b39d2620ede4aa6da1614e5a05a42c79167c89535de622 - category: dev - optional: true -- name: greenlet - version: 3.2.4 - 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/greenlet-3.2.4-py311h3e6a449_1.conda - hash: - md5: 7a12e2710a2731fd4497131f2d108f57 - sha256: d88d6cf574a0b1d7b96d73443ac95d6deb9fd1c0da3ebbcfded093d90356cfe0 - category: dev - optional: true - name: h11 version: 0.16.0 manager: conda @@ -1640,7 +1558,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 @@ -1654,7 +1572,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 @@ -1769,7 +1687,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: @@ -1786,7 +1704,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: @@ -1850,6 +1768,20 @@ package: sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 category: main optional: false +- name: icu + version: '75.1' + 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/icu-75.1-he02047a_0.conda + hash: + md5: 8b189310083baabfb622af68fd9d3ae3 + sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e + category: main + optional: false - name: idna version: '3.11' manager: conda @@ -1903,7 +1835,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: @@ -1916,7 +1848,7 @@ package: manager: conda platform: win-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: @@ -1924,30 +1856,6 @@ package: sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 category: main optional: false -- name: importlib_metadata - version: 8.7.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: ==8.7.0 - url: https://repo.prefix.dev/conda-forge/noarch/importlib_metadata-8.7.0-h40b2b14_1.conda - hash: - md5: 8a77895fb29728b736a1a6c75906ea1a - sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: dev - optional: true -- name: importlib_metadata - version: 8.7.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: ==8.7.0 - url: https://repo.prefix.dev/conda-forge/noarch/importlib_metadata-8.7.0-h40b2b14_1.conda - hash: - md5: 8a77895fb29728b736a1a6c75906ea1a - sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: dev - optional: true - name: iniconfig version: 2.3.0 manager: conda @@ -2037,7 +1945,7 @@ package: pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' pygments: '>=2.4.0' - python: '>=3.11' + python: '' stack_data: '' traitlets: '>=5.13.0' typing_extensions: '>=4.6' @@ -2062,7 +1970,7 @@ package: pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' pygments: '>=2.4.0' - python: '>=3.11' + python: '' stack_data: '' traitlets: '>=5.13.0' typing_extensions: '>=4.6' @@ -2345,7 +2253,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '>=3.9' + python: '' referencing: '>=0.28.4' rpds-py: '>=0.7.1' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.25.1-pyhe01879c_0.conda @@ -2361,7 +2269,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '>=3.9' + python: '' referencing: '>=0.28.4' rpds-py: '>=0.7.1' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.25.1-pyhe01879c_0.conda @@ -2375,7 +2283,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: @@ -2388,7 +2296,7 @@ package: manager: conda platform: win-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: @@ -2439,105 +2347,37 @@ package: category: dev optional: true - name: jupyter-book - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - click: '>=7.1,<9' - importlib-metadata: '>=4.8.3' - jinja2: '' - jsonschema: <5 - linkify-it-py: '>=2,<3' - myst-nb: '>=1,<3' - myst-parser: '>=1,<3' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5,<8' - sphinx-book-theme: '>=1.1.0,<2' - sphinx-comments: '' - sphinx-copybutton: '' - sphinx-design: '>=0.5,<1' - sphinx-external-toc: '>=1.0.1,<2' - sphinx-jupyterbook-latex: '>=1,<2' - sphinx-multitoc-numbering: '>=0.1.3,<1' - sphinx-thebe: '>=0.3.1,<1' - sphinx-togglebutton: '' - sphinxcontrib-bibtex: '>=2.5.0,<3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 739a29ac73026e68405153b50d0c60c2 - sha256: f028c32b5d97d24df44b1a41f771a9932e07815c60c02e24acd9bd2eca31097f - category: dev - optional: true -- name: jupyter-book - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - click: '>=7.1,<9' - importlib-metadata: '>=4.8.3' - jinja2: '' - jsonschema: <5 - linkify-it-py: '>=2,<3' - myst-nb: '>=1,<3' - myst-parser: '>=1,<3' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5,<8' - sphinx-book-theme: '>=1.1.0,<2' - sphinx-comments: '' - sphinx-copybutton: '' - sphinx-design: '>=0.5,<1' - sphinx-external-toc: '>=1.0.1,<2' - sphinx-jupyterbook-latex: '>=1,<2' - sphinx-multitoc-numbering: '>=0.1.3,<1' - sphinx-thebe: '>=0.3.1,<1' - sphinx-togglebutton: '' - sphinxcontrib-bibtex: '>=2.5.0,<3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 739a29ac73026e68405153b50d0c60c2 - sha256: f028c32b5d97d24df44b1a41f771a9932e07815c60c02e24acd9bd2eca31097f - category: dev - optional: true -- name: jupyter-cache - version: 1.0.1 + version: 2.0.2 manager: conda platform: linux-64 dependencies: - attrs: '' - click: '' - importlib-metadata: '' - nbclient: '>=0.2' - nbformat: '' - python: '>=3.9' - pyyaml: '' - sqlalchemy: '>=1.3.12,<3' - tabulate: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-cache-1.0.1-pyhff2d567_0.conda + ipykernel: '' + jupyter_core: '' + jupyter_server: '' + nodejs: '>=20' + platformdirs: '>=4.2.2' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.0.2-pyhcf101f3_0.conda hash: - md5: b0ee650829b8974202a7abe7f8b81e5a - sha256: 054d397dd45ed08bffb0976702e553dfb0d0b0a477da9cff36e2ea702e928f48 + md5: 58b2825b2c3d58e40bcbf6d5fefdca6a + sha256: c26c3fa8b714cc1a6c6f25db403597797f63118bf5ba9cbc8e30ef47da7099b9 category: dev optional: true -- name: jupyter-cache - version: 1.0.1 +- name: jupyter-book + version: 2.0.2 manager: conda platform: win-64 dependencies: - attrs: '' - click: '' - importlib-metadata: '' - nbclient: '>=0.2' - nbformat: '' - python: '>=3.9' - pyyaml: '' - sqlalchemy: '>=1.3.12,<3' - tabulate: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-cache-1.0.1-pyhff2d567_0.conda + ipykernel: '' + jupyter_core: '' + jupyter_server: '' + nodejs: '>=20' + platformdirs: '>=4.2.2' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.0.2-pyhcf101f3_0.conda hash: - md5: b0ee650829b8974202a7abe7f8b81e5a - sha256: 054d397dd45ed08bffb0976702e553dfb0d0b0a477da9cff36e2ea702e928f48 + md5: 58b2825b2c3d58e40bcbf6d5fefdca6a + sha256: c26c3fa8b714cc1a6c6f25db403597797f63118bf5ba9cbc8e30ef47da7099b9 category: dev optional: true - name: jupyter-lsp @@ -2547,7 +2387,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 @@ -2561,7 +2401,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 @@ -2626,7 +2466,7 @@ package: dependencies: __win: '' platformdirs: '>=2.5' - python: '>=3.10' + python: '' pywin32: '' traitlets: '>=5.3' url: https://repo.prefix.dev/conda-forge/noarch/jupyter_core-5.9.1-pyh6dadd2b_0.conda @@ -2642,7 +2482,7 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '>=3.9' + python: '' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' @@ -2662,7 +2502,7 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '>=3.9' + python: '' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' @@ -2692,7 +2532,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' @@ -2722,7 +2562,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' @@ -2852,7 +2692,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: @@ -2871,7 +2711,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: @@ -3039,32 +2879,6 @@ package: sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true -- name: latexcodec - version: 2.0.1 - manager: conda - platform: linux-64 - dependencies: - python: '' - six: '' - url: https://repo.prefix.dev/conda-forge/noarch/latexcodec-2.0.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 8d67904973263afd2985ba56aa2d6bb4 - sha256: 5210d31c8f2402dd1ad1b3edcf7a53292b9da5de20cd14d9c243dbf9278b1c4f - category: dev - optional: true -- name: latexcodec - version: 2.0.1 - manager: conda - platform: win-64 - dependencies: - python: '' - six: '' - url: https://repo.prefix.dev/conda-forge/noarch/latexcodec-2.0.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 8d67904973263afd2985ba56aa2d6bb4 - sha256: 5210d31c8f2402dd1ad1b3edcf7a53292b9da5de20cd14d9c243dbf9278b1c4f - category: dev - optional: true - name: lcms2 version: '2.17' manager: conda @@ -3335,30 +3149,30 @@ package: category: main optional: false - name: libdeflate - version: '1.24' + version: '1.25' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda hash: - md5: 64f0c503da58ec25ebd359e4d990afa8 - sha256: 8420748ea1cc5f18ecc5068b4f24c7a023cc9b20971c99c824ba10641fb95ddf + md5: 6c77a605a7a689d17d4819c0f8ac9a00 + sha256: aa8e8c4be9a2e81610ddf574e05b64ee131fab5e0e3693210c9d6d2fba32c680 category: main optional: false - name: libdeflate - version: '1.24' + version: '1.25' 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/libdeflate-1.24-h76ddb4d_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libdeflate-1.25-h51727cc_0.conda hash: - md5: 08d988e266c6ae77e03d164b83786dc4 - sha256: 65347475c0009078887ede77efe60db679ea06f2b56f7853b9310787fe5ad035 + md5: e77030e67343e28b084fabd7db0ce43e + sha256: 834e4881a18b690d5ec36f44852facd38e13afe599e369be62d29bd675f107ee category: main optional: false - name: libdlf @@ -3658,30 +3472,30 @@ package: category: main optional: false - name: libjpeg-turbo - version: 3.1.0 + version: 3.1.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.0-hb9d3cd8_0.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda hash: - md5: 9fa334557db9f63da6c9285fd2a48638 - sha256: 98b399287e27768bf79d48faba8a99a2289748c65cd342ca21033fab1860d4a4 + md5: 8397539e3a0bbd1695584fb4f927485a + sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 category: main optional: false - name: libjpeg-turbo - version: 3.1.0 + version: 3.1.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/libjpeg-turbo-3.1.0-h2466b09_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.2-hfd05255_0.conda hash: - md5: 7c51d27540389de84852daa1cdb9c63c - sha256: e61b0adef3028b51251124e43eb6edf724c67c0f6736f1628b02511480ac354e + md5: 56a686f92ac0273c0f6af58858a3f013 + sha256: 795e2d4feb2f7fc4a2c6e921871575feb32b8082b5760726791f080d1e2c2597 category: main optional: false - name: liblapack @@ -3958,7 +3772,7 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.24,<1.25.0a0' + libdeflate: '>=1.25,<1.26.0a0' libgcc: '>=14' libjpeg-turbo: '>=3.1.0,<4.0a0' liblzma: '>=5.8.1,<6.0a0' @@ -3966,10 +3780,10 @@ package: libwebp-base: '>=1.6.0,<2.0a0' libzlib: '>=1.3.1,<2.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libtiff-4.7.1-h9d88235_1.conda hash: - md5: 72b531694ebe4e8aa6f5745d1015c1b4 - sha256: ddda0d7ee67e71e904a452010c73e32da416806f5cb9145fb62c322f97e717fb + md5: cd5a90476766d53e901500df9215e927 + sha256: e5f8c38625aa6d567809733ae04bb71c161a42e44a9fa8227abe61fa5c60ebe0 category: main optional: false - name: libtiff @@ -3978,7 +3792,7 @@ package: platform: win-64 dependencies: lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.24,<1.25.0a0' + libdeflate: '>=1.25,<1.26.0a0' libjpeg-turbo: '>=3.1.0,<4.0a0' liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' @@ -3986,10 +3800,10 @@ package: 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/libtiff-4.7.1-h550210a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libtiff-4.7.1-h8f73337_1.conda hash: - md5: e23f29747d9d2aa2a39b594c114fac67 - sha256: d6cac6596ded0d5bbbc4198d7eb4db88da8c00236ebf5e2c8ad333ccde8965e2 + md5: 549845d5133100142452812feb9ba2e8 + sha256: f1b8cccaaeea38a28b9cd496694b2e3d372bb5be0e9377c9e3d14b330d1cba8a category: main optional: false - name: libuuid @@ -4005,6 +3819,19 @@ package: sha256: e5ec6d2ad7eef538ddcb9ea62ad4346fde70a4736342c4ad87bd713641eb9808 category: main optional: false +- name: libuv + version: 1.51.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda + hash: + md5: 0f03292cc56bf91a077a134ea8747118 + sha256: c180f4124a889ac343fc59d15558e93667d894a966ec6fdb61da1604481be26b + category: dev + optional: true - name: libwebp-base version: 1.6.0 manager: conda @@ -4095,15 +3922,16 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' liblzma: '>=5.8.1,<6.0a0' libxml2-16: 2.15.1 libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-h031cc0b_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-h26afc86_0.conda hash: - md5: a67cd8f7b0369bbf2c40411f05a62f3b - sha256: ee64e507b37b073e0bdad739e35330933dd5be7c639600a096551a6968f1035d + md5: e512be7dc1f84966d50959e900ca121f + sha256: ec0735ae56c3549149eebd7dc22c0bed91fd50c02eaa77ff418613ddda190aa8 category: main optional: false - name: libxml2 @@ -4130,14 +3958,15 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-hf2a90c1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-ha9997c6_0.conda hash: - md5: 23720d17346b21efb08d68c2255c8431 - sha256: f5220ff49efc31431279859049199b9250e79f98c1dee1da12feb74bda2d9cf1 + md5: e7733bc6785ec009e47a224a71917e84 + sha256: 71436e72a286ef8b57d6f4287626ff91991eb03c7bdbe835280521791efd1434 category: main optional: false - name: libxml2-16 @@ -4184,32 +4013,6 @@ package: sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 category: main optional: false -- name: linkify-it-py - version: 2.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - uc-micro-py: '' - url: https://repo.prefix.dev/conda-forge/noarch/linkify-it-py-2.0.3-pyhd8ed1ab_1.conda - hash: - md5: b02fe519b5dc0dc55e7299810fcdfb8e - sha256: d975a2015803d4fdaaae3f53e21f64996577d7a069eb61c6d2792504f16eb57b - category: dev - optional: true -- name: linkify-it-py - version: 2.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - uc-micro-py: '' - url: https://repo.prefix.dev/conda-forge/noarch/linkify-it-py-2.0.3-pyhd8ed1ab_1.conda - hash: - md5: b02fe519b5dc0dc55e7299810fcdfb8e - sha256: d975a2015803d4fdaaae3f53e21f64996577d7a069eb61c6d2792504f16eb57b - category: dev - optional: true - name: llvm-openmp version: 21.1.4 manager: conda @@ -4261,31 +4064,29 @@ package: category: main optional: false - name: markdown-it-py - version: 2.2.0 + version: 4.0.0 manager: conda platform: linux-64 dependencies: mdurl: '>=0.1,<1' - python: '>=3.7' - typing_extensions: '>=3.7.4' - url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-2.2.0-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda hash: - md5: b2928a6c6d52d7e3562b4a59c3214e3a - sha256: 65ed439862c1851463f03a9bc5109992ce3e3e025e9a2d76d13ca19f576eee9f + md5: 5b5203189eb668f042ac2b0826244964 + sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e category: dev optional: true - name: markdown-it-py - version: 2.2.0 + version: 4.0.0 manager: conda platform: win-64 dependencies: mdurl: '>=0.1,<1' - python: '>=3.7' - typing_extensions: '>=3.7.4' - url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-2.2.0-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda hash: - md5: b2928a6c6d52d7e3562b4a59c3214e3a - sha256: 65ed439862c1851463f03a9bc5109992ce3e3e025e9a2d76d13ca19f576eee9f + md5: 5b5203189eb668f042ac2b0826244964 + sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e category: dev optional: true - name: markupsafe @@ -4492,7 +4293,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.1.4-pyhcf101f3_0.conda hash: @@ -4505,7 +4306,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.1.4-pyhcf101f3_0.conda hash: @@ -4518,7 +4319,7 @@ package: manager: conda platform: linux-64 dependencies: - _openmp_mutex: '*' + _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 @@ -4645,106 +4446,24 @@ package: sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false -- name: myst-nb - version: 1.3.0 +- name: nbclient + version: 0.10.2 manager: conda platform: linux-64 dependencies: - importlib-metadata: '' - ipykernel: '' - ipython: '' - jupyter-cache: '>=0.5' - myst-parser: '>=1.0.0' - nbclient: '' - nbformat: '>=5.0' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-nb-1.3.0-pyhe01879c_0.conda + jupyter_client: '>=6.1.12' + jupyter_core: '>=4.12,!=5.0.*' + nbformat: '>=5.1' + python: '>=3.8' + traitlets: '>=5.4' + url: https://repo.prefix.dev/conda-forge/noarch/nbclient-0.10.2-pyhd8ed1ab_0.conda hash: - md5: 2cb3690891768b4b9f7c7764afa965c1 - sha256: 07cc8d775a3d598fe7c6ca4ffb543f1938df5f18e296719a4651bfb73f4f0d57 + md5: 6bb0d77277061742744176ab555b723c + sha256: a20cff739d66c2f89f413e4ba4c6f6b59c50d5c30b5f0d840c13e8c9c2df9135 category: dev optional: true -- name: myst-nb - version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '' - ipykernel: '' - ipython: '' - jupyter-cache: '>=0.5' - myst-parser: '>=1.0.0' - nbclient: '' - nbformat: '>=5.0' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-nb-1.3.0-pyhe01879c_0.conda - hash: - md5: 2cb3690891768b4b9f7c7764afa965c1 - sha256: 07cc8d775a3d598fe7c6ca4ffb543f1938df5f18e296719a4651bfb73f4f0d57 - category: dev - optional: true -- name: myst-parser - version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - docutils: '>=0.15,<0.20' - jinja2: '' - markdown-it-py: '>=1.0.0,<3.0.0' - mdit-py-plugins: '>=0.3.4,<1' - python: '>=3.7' - pyyaml: '' - sphinx: '>=5,<7' - typing-extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-parser-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: e559708feb0aed1ae24c518e569ea3eb - sha256: 87de591aa423932ffec61e06283bf5c3ba5c0a3cc465955984ce58f1de3ded8e - category: dev - optional: true -- name: myst-parser - version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - docutils: '>=0.15,<0.20' - jinja2: '' - markdown-it-py: '>=1.0.0,<3.0.0' - mdit-py-plugins: '>=0.3.4,<1' - python: '>=3.7' - pyyaml: '' - sphinx: '>=5,<7' - typing-extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-parser-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: e559708feb0aed1ae24c518e569ea3eb - sha256: 87de591aa423932ffec61e06283bf5c3ba5c0a3cc465955984ce58f1de3ded8e - category: dev - optional: true -- name: nbclient - version: 0.10.2 - manager: conda - platform: linux-64 - dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.8' - traitlets: '>=5.4' - url: https://repo.prefix.dev/conda-forge/noarch/nbclient-0.10.2-pyhd8ed1ab_0.conda - hash: - md5: 6bb0d77277061742744176ab555b723c - sha256: a20cff739d66c2f89f413e4ba4c6f6b59c50d5c30b5f0d840c13e8c9c2df9135 - category: dev - optional: true -- name: nbclient - version: 0.10.2 +- name: nbclient + version: 0.10.2 manager: conda platform: win-64 dependencies: @@ -4804,7 +4523,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: @@ -4831,7 +4550,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: @@ -4934,6 +4653,36 @@ package: sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true +- name: nodejs + version: 22.6.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libuv: '>=1.48.0,<2.0a0' + libzlib: '>=1.3.1,<2.0a0' + openssl: '>=3.3.1,<4.0a0' + zlib: '' + url: https://repo.prefix.dev/conda-forge/linux-64/nodejs-22.6.0-hc19f0b3_1.conda + hash: + md5: 427b3cd460567009e317d10bc5390764 + sha256: a9f637e3ddb845350a1410caf2299caa2dddd201fd44a5ca0e075c17dbf99f91 + category: dev + optional: true +- name: nodejs + version: 24.9.0 + manager: conda + platform: win-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/win-64/nodejs-24.9.0-he453025_0.conda + hash: + md5: da14fa3bcb863b34888a9c35991c3c81 + sha256: 8d60a2e7a49cc9db7e8032db60333609ba9e9b8e7081843ea4e6a05d7ef12bdb + category: dev + optional: true - name: notebook version: 7.4.7 manager: conda @@ -5163,7 +4912,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda hash: md5: 58335b26c38bf4a20f399384c33cbcf9 @@ -5175,7 +4924,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda hash: md5: 58335b26c38bf4a20f399384c33cbcf9 @@ -5190,7 +4939,7 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.11,<3.12.0a0' python-dateutil: '>=2.8.2' python-tzdata: '>=2022.7' @@ -5207,7 +4956,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.11,<3.12.0a0' python-dateutil: '>=2.8.2' python-tzdata: '>=2022.7' @@ -5273,7 +5022,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.5-pyhcf101f3_0.conda hash: md5: a110716cdb11cf51482ff4000dc253d7 @@ -5285,7 +5034,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.5-pyhcf101f3_0.conda hash: md5: a110716cdb11cf51482ff4000dc253d7 @@ -5438,7 +5187,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: md5: 5c7a868f8241e64e1cf5fdf4962f23e2 @@ -5450,7 +5199,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: md5: 5c7a868f8241e64e1cf5fdf4962f23e2 @@ -5532,7 +5281,7 @@ package: category: dev optional: true - name: psutil - version: 7.1.2 + version: 7.1.3 manager: conda platform: linux-64 dependencies: @@ -5540,14 +5289,14 @@ package: libgcc: '>=14' python: '' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.2-py311haee01d2_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.3-py311haee01d2_0.conda hash: - md5: 6e3380928d0258575c1aeaf552eaf284 - sha256: 5537b545dbf76af91fe3f1a8523f2b4cb73d88a05b8b5d5f706eea46214a71a2 + md5: 2092b7977bc8e05eb17a1048724593a4 + sha256: 6a0b791e00368b6b635c65d5fb31d385129da790d21923387c6b546230ffdf14 category: main optional: false - name: psutil - version: 7.1.2 + version: 7.1.3 manager: conda platform: win-64 dependencies: @@ -5556,10 +5305,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/psutil-7.1.2-py311hf893f09_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.3-py311hf893f09_0.conda hash: - md5: 0dcc6985eeed075b8ab8f329e83c9638 - sha256: 0559df2481f1cd732b72ba34b725dba852b3d4a854562304932287ef81713b0c + md5: 697ef79a96ce3fb39ca62aa58a8915c7 + sha256: 62611ce54d62682f9e37100bb3af4da1a9da49d631fd505521e20647a6e2e171 category: main optional: false - name: pthread-stubs @@ -5625,76 +5374,12 @@ package: sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 category: dev optional: true -- name: pybtex - version: 0.25.1 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '' - latexcodec: '>=1.0.4' - python: '>=3.9' - pyyaml: '>=3.01' - setuptools: '' - url: https://repo.prefix.dev/conda-forge/noarch/pybtex-0.25.1-pyhd8ed1ab_0.conda - hash: - md5: 9c25a850410220d31085173fbfdfa191 - sha256: 3053895e08ce56923e48eea7d1c07a6d8bf09948d1e69a21ae7ab9e459b0a227 - category: dev - optional: true -- name: pybtex - version: 0.25.1 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '' - latexcodec: '>=1.0.4' - python: '>=3.9' - pyyaml: '>=3.01' - setuptools: '' - url: https://repo.prefix.dev/conda-forge/noarch/pybtex-0.25.1-pyhd8ed1ab_0.conda - hash: - md5: 9c25a850410220d31085173fbfdfa191 - sha256: 3053895e08ce56923e48eea7d1c07a6d8bf09948d1e69a21ae7ab9e459b0a227 - category: dev - optional: true -- name: pybtex-docutils - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - docutils: '>=0.14' - pybtex: '>=0.16' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - setuptools: '' - url: https://repo.prefix.dev/conda-forge/linux-64/pybtex-docutils-1.0.3-py311h38be061_3.conda - hash: - md5: c3f40f483b106ac05b01d5482ec6ce5e - sha256: 65def1af82e39c9666cf88a07615ab82c2f41c7aa96525d71b8828ccfb3d5b14 - category: dev - optional: true -- name: pybtex-docutils - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - docutils: '>=0.14' - pybtex: '>=0.16' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - setuptools: '' - url: https://repo.prefix.dev/conda-forge/win-64/pybtex-docutils-1.0.3-py311h1ea47a8_3.conda - hash: - md5: 2ec4b5376aeb7a79e07be2864faf45af - sha256: bf212b6aea818cbaf6a97aa1165671c6d5739a70257b6c852e6d1645b1f7aa72 - category: dev - optional: true - name: pycparser version: '2.22' 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 @@ -5706,7 +5391,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda hash: md5: 12c566707c80111f9799308d9e265aef @@ -5780,46 +5465,6 @@ package: sha256: 9ed29654119c308889d3cdc08ddbefa4b070cba554d7f7db1cf372325dc8bed5 category: main optional: false -- name: pydata-sphinx-theme - version: 0.15.4 - manager: conda - platform: linux-64 - dependencies: - accessible-pygments: '' - babel: '' - beautifulsoup4: '' - docutils: '!=0.17.0' - packaging: '' - pygments: '>=2.7' - python: '>=3.9' - sphinx: '>=5.0' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/pydata-sphinx-theme-0.15.4-pyhd8ed1ab_0.conda - hash: - md5: c7c50dd5192caa58a05e6a4248a27acb - sha256: 5ec877142ded763061e114e787a4e201c2fb3f0b1db2f04ace610a1187bb34ae - category: dev - optional: true -- name: pydata-sphinx-theme - version: 0.15.4 - manager: conda - platform: win-64 - dependencies: - accessible-pygments: '' - babel: '' - beautifulsoup4: '' - docutils: '!=0.17.0' - packaging: '' - pygments: '>=2.7' - python: '>=3.9' - sphinx: '>=5.0' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/pydata-sphinx-theme-0.15.4-pyhd8ed1ab_0.conda - hash: - md5: c7c50dd5192caa58a05e6a4248a27acb - sha256: 5ec877142ded763061e114e787a4e201c2fb3f0b1db2f04ace610a1187bb34ae - category: dev - optional: true - name: pydiso version: 0.1.2 manager: conda @@ -5892,7 +5537,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.2-pyhcf101f3_0.conda @@ -5912,7 +5557,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.2-pyhcf101f3_0.conda @@ -5958,7 +5603,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda hash: md5: 6c8979be6d7a17692793114fa26916e8 @@ -5970,7 +5615,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda hash: md5: 6c8979be6d7a17692793114fa26916e8 @@ -6050,7 +5695,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 @@ -6065,7 +5710,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 @@ -6130,7 +5775,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: @@ -6143,7 +5788,7 @@ package: manager: conda platform: win-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: @@ -6156,7 +5801,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 @@ -6168,7 +5813,7 @@ package: manager: conda platform: win-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 @@ -6455,7 +6100,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 @@ -6470,7 +6115,7 @@ package: platform: win-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 @@ -6567,7 +6212,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 @@ -6580,7 +6225,7 @@ package: platform: win-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 @@ -6700,7 +6345,7 @@ package: libgfortran5: '>=13.3.0' liblapack: '>=3.9.0,<4.0a0' libstdcxx: '>=13' - numpy: <2.3 + numpy: '>=1.23.5' 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 @@ -6717,7 +6362,7 @@ package: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: <2.3 + numpy: '>=1.23.5' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* ucrt: '>=10.0.20348.0' @@ -6785,7 +6430,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 @@ -6797,7 +6442,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -6958,250 +6603,6 @@ package: sha256: f11fd5fb4ae2c65f41ae86e7408e3ab44844898d928264aa9e89929fffc685c8 category: dev optional: true -- name: sphinx-book-theme - version: 1.1.3 - manager: conda - platform: linux-64 - dependencies: - pydata-sphinx-theme: '>=0.15.2' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-book-theme-1.1.3-pyhd8ed1ab_1.conda - hash: - md5: 501e2d6d8aa1b8d82d2707ce8c90b287 - sha256: cf1d3ae6d28042954ac750f6948678fefa619681c3994d2637d747d96a1139ea - category: dev - optional: true -- name: sphinx-book-theme - version: 1.1.3 - manager: conda - platform: win-64 - dependencies: - pydata-sphinx-theme: '>=0.15.2' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-book-theme-1.1.3-pyhd8ed1ab_1.conda - hash: - md5: 501e2d6d8aa1b8d82d2707ce8c90b287 - sha256: cf1d3ae6d28042954ac750f6948678fefa619681c3994d2637d747d96a1139ea - category: dev - optional: true -- name: sphinx-comments - version: 0.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-comments-0.0.3-pyhd8ed1ab_1.conda - hash: - md5: 30e02fa8e40287da066e348c95ff5609 - sha256: 00129f91b905441a9e27c46ef32c22617743eb4a4f7207e1dd84bc19505d4381 - category: dev - optional: true -- name: sphinx-comments - version: 0.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-comments-0.0.3-pyhd8ed1ab_1.conda - hash: - md5: 30e02fa8e40287da066e348c95ff5609 - sha256: 00129f91b905441a9e27c46ef32c22617743eb4a4f7207e1dd84bc19505d4381 - category: dev - optional: true -- name: sphinx-copybutton - version: 0.5.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-copybutton-0.5.2-pyhd8ed1ab_1.conda - hash: - md5: bf22cb9c439572760316ce0748af3713 - sha256: 8cd892e49cb4d00501bc4439fb0c73ca44905f01a65b2b7fa05ba0e8f3924f19 - category: dev - optional: true -- name: sphinx-copybutton - version: 0.5.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-copybutton-0.5.2-pyhd8ed1ab_1.conda - hash: - md5: bf22cb9c439572760316ce0748af3713 - sha256: 8cd892e49cb4d00501bc4439fb0c73ca44905f01a65b2b7fa05ba0e8f3924f19 - category: dev - optional: true -- name: sphinx-design - version: 0.6.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=5,<8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-design-0.6.1-pyhd8ed1ab_0.conda - hash: - md5: 51b2433e4a223b14defee96d3caf9bab - sha256: 99a44df1d09a27e40002ebaf76792dac75c9cb1386af313b272a4251c8047640 - category: dev - optional: true -- name: sphinx-design - version: 0.6.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=5,<8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-design-0.6.1-pyhd8ed1ab_0.conda - hash: - md5: 51b2433e4a223b14defee96d3caf9bab - sha256: 99a44df1d09a27e40002ebaf76792dac75c9cb1386af313b272a4251c8047640 - category: dev - optional: true -- name: sphinx-external-toc - version: 1.0.1 - manager: conda - platform: linux-64 - dependencies: - click: '>=7.1' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-external-toc-1.0.1-pyhd8ed1ab_1.conda - hash: - md5: d248f9db0f1c2e7c480b058925afa9c5 - sha256: 47dda7135f9fb1777b7066c3b9260fdd796d6ec2aeb8804161f39c65b3461401 - category: dev - optional: true -- name: sphinx-external-toc - version: 1.0.1 - manager: conda - platform: win-64 - dependencies: - click: '>=7.1' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-external-toc-1.0.1-pyhd8ed1ab_1.conda - hash: - md5: d248f9db0f1c2e7c480b058925afa9c5 - sha256: 47dda7135f9fb1777b7066c3b9260fdd796d6ec2aeb8804161f39c65b3461401 - category: dev - optional: true -- name: sphinx-jupyterbook-latex - version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - packaging: '' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-jupyterbook-latex-1.0.0-pyhd8ed1ab_1.conda - hash: - md5: 9261bc5d987013f5d8dc58061c34f1a3 - sha256: b64c031795918f26ddeb5148ede2d3a4944cd9f5461cf72bde3f28acdc71d2f3 - category: dev - optional: true -- name: sphinx-jupyterbook-latex - version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - packaging: '' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-jupyterbook-latex-1.0.0-pyhd8ed1ab_1.conda - hash: - md5: 9261bc5d987013f5d8dc58061c34f1a3 - sha256: b64c031795918f26ddeb5148ede2d3a4944cd9f5461cf72bde3f28acdc71d2f3 - category: dev - optional: true -- name: sphinx-multitoc-numbering - version: 0.1.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=3' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-multitoc-numbering-0.1.3-pyhd8ed1ab_1.conda - hash: - md5: cc5fc0988f0fedab436361b9b5906a58 - sha256: 9fa48b33334c3a9971c96dd3d921950e8350cfa88a8e8ebaec6d8261071ea2ac - category: dev - optional: true -- name: sphinx-multitoc-numbering - version: 0.1.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=3' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-multitoc-numbering-0.1.3-pyhd8ed1ab_1.conda - hash: - md5: cc5fc0988f0fedab436361b9b5906a58 - sha256: 9fa48b33334c3a9971c96dd3d921950e8350cfa88a8e8ebaec6d8261071ea2ac - category: dev - optional: true -- name: sphinx-thebe - version: 0.3.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=4' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-thebe-0.3.1-pyhd8ed1ab_1.conda - hash: - md5: f6627ce09745a0f822cc6e7de8cf4f99 - sha256: 9d0cd52edcb2274bf7c8e9327317d9bb48e1d092afeaed093e0242876ad3c008 - category: dev - optional: true -- name: sphinx-thebe - version: 0.3.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=4' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-thebe-0.3.1-pyhd8ed1ab_1.conda - hash: - md5: f6627ce09745a0f822cc6e7de8cf4f99 - sha256: 9d0cd52edcb2274bf7c8e9327317d9bb48e1d092afeaed093e0242876ad3c008 - category: dev - optional: true -- name: sphinx-togglebutton - version: 0.3.2 - manager: conda - platform: linux-64 - dependencies: - docutils: '' - python: '>=3.6' - sphinx: '' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-togglebutton-0.3.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 382738101934261ea7931d1460e64868 - sha256: 0dcee238aae6337fae5eaf1f9a29b0c51ed9834ae501fccb2cde0fed8dae1a88 - category: dev - optional: true -- name: sphinx-togglebutton - version: 0.3.2 - manager: conda - platform: win-64 - dependencies: - docutils: '' - python: '>=3.6' - sphinx: '' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-togglebutton-0.3.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 382738101934261ea7931d1460e64868 - sha256: 0dcee238aae6337fae5eaf1f9a29b0c51ed9834ae501fccb2cde0fed8dae1a88 - category: dev - optional: true - name: sphinxcontrib-applehelp version: 2.0.0 manager: conda @@ -7228,42 +6629,6 @@ package: sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba category: dev optional: true -- name: sphinxcontrib-bibtex - version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - dataclasses: '' - docutils: '>=0.8' - importlib_metadata: '>=3.6' - pybtex: '>=0.24' - pybtex-docutils: '>=1' - python: '>=3.6' - sphinx: '>=2.1' - url: https://repo.prefix.dev/conda-forge/noarch/sphinxcontrib-bibtex-2.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b2e5c9aece936ebf9f26abdf71ddd74b - sha256: d5b02d285909b4501a469857b1a88a91a849d5f28bbe64b9e6c3e86d2388d345 - category: dev - optional: true -- name: sphinxcontrib-bibtex - version: 2.5.0 - manager: conda - platform: win-64 - dependencies: - dataclasses: '' - docutils: '>=0.8' - importlib_metadata: '>=3.6' - pybtex: '>=0.24' - pybtex-docutils: '>=1' - python: '>=3.6' - sphinx: '>=2.1' - url: https://repo.prefix.dev/conda-forge/noarch/sphinxcontrib-bibtex-2.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b2e5c9aece936ebf9f26abdf71ddd74b - sha256: d5b02d285909b4501a469857b1a88a91a849d5f28bbe64b9e6c3e86d2388d345 - category: dev - optional: true - name: sphinxcontrib-devhelp version: 2.0.0 manager: conda @@ -7392,41 +6757,6 @@ package: sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 category: dev optional: true -- name: sqlalchemy - version: 2.0.44 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - greenlet: '!=0.4.17' - libgcc: '>=14' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - typing-extensions: '>=4.6.0' - url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.44-py311h49ec1c0_0.conda - hash: - md5: 1a4718360f83e252305752c5dee5a31d - sha256: fa9e916cb0735fa9e4aeecf6b953ecd46c1ceb2f6ea2d119187c4c81c720fd0b - category: dev - optional: true -- name: sqlalchemy - version: 2.0.44 - manager: conda - platform: win-64 - dependencies: - greenlet: '!=0.4.17' - python: '>=3.11,<3.12.0a0' - python_abi: 3.11.* - typing-extensions: '>=4.6.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.44-py311h3485c13_0.conda - hash: - md5: 3d0c3efa66fd512f85c75d50adde2751 - sha256: 115edbda3466956616d2ef68a393ebe22fc27f15b92d67444cce5a90a74ed395 - category: dev - optional: true - name: stack_data version: 0.6.3 manager: conda @@ -7457,30 +6787,6 @@ package: sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 category: dev optional: true -- name: tabulate - version: 0.9.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_2.conda - hash: - md5: 959484a66b4b76befcddc4fa97c95567 - sha256: 090023bddd40d83468ef86573976af8c514f64119b2bd814ee63a838a542720a - category: dev - optional: true -- name: tabulate - version: 0.9.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_2.conda - hash: - md5: 959484a66b4b76befcddc4fa97c95567 - sha256: 090023bddd40d83468ef86573976af8c514f64119b2bd814ee63a838a542720a - category: dev - optional: true - name: tbb version: 2021.13.0 manager: conda @@ -7648,7 +6954,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: md5: d2732eb636c264dc9aa4cbee404b1a53 @@ -7660,7 +6966,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: md5: d2732eb636c264dc9aa4cbee404b1a53 @@ -7877,7 +7183,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 @@ -7889,7 +7195,7 @@ package: manager: conda platform: win-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 @@ -7942,30 +7248,6 @@ package: sha256: 5aaa366385d716557e365f0a4e9c3fca43ba196872abbbe3d56bb610d131e192 category: main optional: false -- name: uc-micro-py - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/uc-micro-py-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 9c96c9876ba45368a03056ddd0f20431 - sha256: a2f837780af450d633efc052219c31378bcad31356766663fb88a99e8e4c817b - category: dev - optional: true -- name: uc-micro-py - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/uc-micro-py-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 9c96c9876ba45368a03056ddd0f20431 - sha256: a2f837780af450d633efc052219c31378bcad31356766663fb88a99e8e4c817b - category: dev - optional: true - name: ucrt version: 10.0.26100.0 manager: conda @@ -8126,27 +7408,27 @@ package: category: dev optional: true - name: webcolors - version: 24.11.1 + version: 25.10.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda hash: - md5: b49f7b291e15494aafb0a7d74806f337 - sha256: 08315dc2e61766a39219b2d82685fc25a56b2817acf84d5b390176080eaacf99 + md5: 6639b6b0d8b5a284f027a2003669aa65 + sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 category: dev optional: true - name: webcolors - version: 24.11.1 + version: 25.10.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda hash: - md5: b49f7b291e15494aafb0a7d74806f337 - sha256: 08315dc2e61766a39219b2d82685fc25a56b2817acf84d5b390176080eaacf99 + md5: 6639b6b0d8b5a284f027a2003669aa65 + sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 category: dev optional: true - name: webencodings @@ -8519,6 +7801,20 @@ package: sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false +- name: zlib + version: 1.3.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + libzlib: 1.3.1 + url: https://repo.prefix.dev/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + hash: + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + category: dev + optional: true - name: zstandard version: 0.25.0 manager: conda @@ -8529,7 +7825,7 @@ package: libgcc: '>=14' python: '' python_abi: 3.11.* - zstd: '>=1.5.7,<1.5.8.0a0' + zstd: '>=1.5.7,<1.6.0a0' url: https://repo.prefix.dev/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_0.conda hash: md5: 0fd242142b0691eb9311dc32c1d4ab76 @@ -8547,7 +7843,7 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - zstd: '>=1.5.7,<1.5.8.0a0' + zstd: '>=1.5.7,<1.6.0a0' url: https://repo.prefix.dev/conda-forge/win-64/zstandard-0.25.0-py311hf893f09_0.conda hash: md5: d26077d20b4bba54f4c718ed1313805f @@ -8585,41 +7881,41 @@ package: category: main optional: false - name: geoapps-utils - version: 0.6.0a1.dev108+ed5f5cf + version: 0.7.0a0 manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0b3 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 hash: - sha256: ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 category: main optional: false - name: geoapps-utils - version: 0.6.0a1.dev108+ed5f5cf + version: 0.7.0a0 manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0b3 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 hash: - sha256: ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 category: main optional: false - name: geoh5py - version: 0.12.0b3 + version: 0.12.0b4.dev8+a9f57210 manager: pip platform: linux-64 dependencies: @@ -8627,16 +7923,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c hash: - sha256: 61191f47410bbbb072e32cb29b37b3bb2370722a + sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c category: main optional: false - name: geoh5py - version: 0.12.0b3 + version: 0.12.0b4.dev8+a9f57210 manager: pip platform: win-64 dependencies: @@ -8644,50 +7940,50 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c hash: - sha256: 61191f47410bbbb072e32cb29b37b3bb2370722a + sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c category: main optional: false - name: grid-apps - version: 0.1.0a1.dev66+b335205 + version: 0.2.0a0 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0b3 + geoapps-utils: 0.7.0a0 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 hash: - sha256: b3352058d585613d34ff3042675a79a3b3e4bfbd + sha256: d6a42611003c184354e1367de41a88783b928166 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 category: main optional: false - name: grid-apps - version: 0.1.0a1.dev66+b335205 + version: 0.2.0a0 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0b3 + geoapps-utils: 0.7.0a0 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 hash: - sha256: b3352058d585613d34ff3042675a79a3b3e4bfbd + sha256: d6a42611003c184354e1367de41a88783b928166 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 category: main optional: false - name: mira-simpeg diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 3258cd30..34eb3b26 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: 1184306731b94290082a07ff69198b9bab01231154ed953a92d9f4ce512366a2 - linux-64: 81aedccfb6112401b5a94619d03cb65bd3c0a1242f995c2c22516fc86dbbaec5 + win-64: ced75c93c99f092b6f5cb1b4b1a231cb403e89c87a83ba556326a497636a782b + linux-64: 2dc72f961903692f4191a74c5475586d5fd27ff3751f9d36df198fad89be580c channels: - url: conda-forge used_env_vars: [] @@ -80,32 +80,6 @@ package: sha256: a3967b937b9abf0f2a99f3173fa4630293979bd1644709d89580e7c62a544661 category: dev optional: true -- name: accessible-pygments - version: 0.0.5 - manager: conda - platform: linux-64 - dependencies: - pygments: '' - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_1.conda - hash: - md5: 74ac5069774cdbc53910ec4d631a3999 - sha256: 1307719f0d8ee694fc923579a39c0621c23fdaa14ccdf9278a5aac5665ac58e9 - category: dev - optional: true -- name: accessible-pygments - version: 0.0.5 - manager: conda - platform: win-64 - dependencies: - pygments: '' - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/accessible-pygments-0.0.5-pyhd8ed1ab_1.conda - hash: - md5: 74ac5069774cdbc53910ec4d631a3999 - sha256: 1307719f0d8ee694fc923579a39c0621c23fdaa14ccdf9278a5aac5665ac58e9 - category: dev - optional: true - name: alabaster version: 0.7.16 manager: conda @@ -163,7 +137,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '>=3.10' + python: '' sniffio: '>=1.1' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.11.0-pyhcf101f3_0.conda @@ -179,7 +153,7 @@ package: dependencies: exceptiongroup: '>=1.0.2' idna: '>=2.8' - python: '>=3.10' + python: '' sniffio: '>=1.1' typing_extensions: '>=4.5' url: https://repo.prefix.dev/conda-forge/noarch/anyio-4.11.0-pyhcf101f3_0.conda @@ -254,7 +228,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 @@ -268,7 +242,7 @@ package: manager: conda platform: win-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 @@ -358,7 +332,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.0.5-pyh29332c3_0.conda hash: @@ -371,7 +345,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' typing_extensions: '>=4.0.0' url: https://repo.prefix.dev/conda-forge/noarch/async-lru-2.0.5-pyh29332c3_0.conda hash: @@ -462,7 +436,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.2.0-pyh29332c3_4.conda hash: @@ -475,7 +449,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' webencodings: '' url: https://repo.prefix.dev/conda-forge/noarch/bleach-6.2.0-pyh29332c3_4.conda hash: @@ -869,27 +843,27 @@ package: category: main optional: false - name: cloudpickle - version: 3.1.1 + version: 3.1.2 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhd8ed1ab_0.conda hash: - md5: 364ba6c9fb03886ac979b482f39ebb92 - sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5 + md5: fcac5929097ba1f2a0e5b6ecaa13b253 + sha256: 57050bd1bbac9e4be3728da4d33dee2168884d61d0ec51cd2ac72a1b34e11fc3 category: main optional: false - name: cloudpickle - version: 3.1.1 + version: 3.1.2 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/cloudpickle-3.1.2-pyhd8ed1ab_0.conda hash: - md5: 364ba6c9fb03886ac979b482f39ebb92 - sha256: 21ecead7268241007bf65691610cd7314da68c1f88113092af690203b5780db5 + md5: fcac5929097ba1f2a0e5b6ecaa13b253 + sha256: 57050bd1bbac9e4be3728da4d33dee2168884d61d0ec51cd2ac72a1b34e11fc3 category: main optional: false - name: colorama @@ -921,7 +895,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 @@ -933,7 +907,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/comm-0.2.3-pyhe01879c_0.conda hash: md5: 2da13f2b299d8e1995bafbbe9689a2f7 @@ -1130,30 +1104,6 @@ package: sha256: 72badd945d856d2928fdbe051f136f903bcfee8136f1526c8362c6c465b793ec category: main optional: false -- name: dataclasses - version: '0.8' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.7' - url: https://repo.prefix.dev/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - category: dev - optional: true -- name: dataclasses - version: '0.8' - manager: conda - platform: win-64 - dependencies: - python: '>=3.7' - url: https://repo.prefix.dev/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - category: dev - optional: true - name: debugpy version: 1.8.17 manager: conda @@ -1292,7 +1242,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' @@ -1307,7 +1257,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' @@ -1627,38 +1577,6 @@ package: sha256: d9d14d31f53c8f87e0529566e18037d94430719d663d95d6dfad36269f3d14e7 category: main optional: false -- name: greenlet - version: 3.2.4 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc: '>=14' - libstdcxx: '>=14' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.4-py312h1289d80_1.conda - hash: - md5: e5e4c495ffa157da0c9a0457736f18cd - sha256: 70cfb228b535389686c4ab66dfe59b9c216eca303a732911e1c6f46eab8a1fff - category: dev - optional: true -- name: greenlet - version: 3.2.4 - manager: conda - platform: win-64 - dependencies: - 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/greenlet-3.2.4-py312hbb81ca0_1.conda - hash: - md5: a30b99b1afa907f01b9be091841e1e07 - sha256: 4aa0e023cf7758216b71f5b7dac67e23813284e40243e4ac8a18715dc024ba7a - category: dev - optional: true - name: h11 version: 0.16.0 manager: conda @@ -1692,7 +1610,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 @@ -1706,7 +1624,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 @@ -1821,7 +1739,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: @@ -1838,7 +1756,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: @@ -1902,6 +1820,20 @@ package: sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 category: main optional: false +- name: icu + version: '75.1' + 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/icu-75.1-he02047a_0.conda + hash: + md5: 8b189310083baabfb622af68fd9d3ae3 + sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e + category: main + optional: false - name: idna version: '3.11' manager: conda @@ -1955,7 +1887,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: @@ -1968,7 +1900,7 @@ package: manager: conda platform: win-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: @@ -1976,30 +1908,6 @@ package: sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 category: main optional: false -- name: importlib_metadata - version: 8.7.0 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: ==8.7.0 - url: https://repo.prefix.dev/conda-forge/noarch/importlib_metadata-8.7.0-h40b2b14_1.conda - hash: - md5: 8a77895fb29728b736a1a6c75906ea1a - sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: dev - optional: true -- name: importlib_metadata - version: 8.7.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: ==8.7.0 - url: https://repo.prefix.dev/conda-forge/noarch/importlib_metadata-8.7.0-h40b2b14_1.conda - hash: - md5: 8a77895fb29728b736a1a6c75906ea1a - sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: dev - optional: true - name: iniconfig version: 2.3.0 manager: conda @@ -2089,7 +1997,7 @@ package: pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' pygments: '>=2.4.0' - python: '>=3.11' + python: '' stack_data: '' traitlets: '>=5.13.0' typing_extensions: '>=4.6' @@ -2114,7 +2022,7 @@ package: pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' pygments: '>=2.4.0' - python: '>=3.11' + python: '' stack_data: '' traitlets: '>=5.13.0' typing_extensions: '>=4.6' @@ -2397,7 +2305,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '>=3.9' + python: '' referencing: '>=0.28.4' rpds-py: '>=0.7.1' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.25.1-pyhe01879c_0.conda @@ -2413,7 +2321,7 @@ package: dependencies: attrs: '>=22.2.0' jsonschema-specifications: '>=2023.3.6' - python: '>=3.9' + python: '' referencing: '>=0.28.4' rpds-py: '>=0.7.1' url: https://repo.prefix.dev/conda-forge/noarch/jsonschema-4.25.1-pyhe01879c_0.conda @@ -2427,7 +2335,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: @@ -2440,7 +2348,7 @@ package: manager: conda platform: win-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: @@ -2491,105 +2399,37 @@ package: category: dev optional: true - name: jupyter-book - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - click: '>=7.1,<9' - importlib-metadata: '>=4.8.3' - jinja2: '' - jsonschema: <5 - linkify-it-py: '>=2,<3' - myst-nb: '>=1,<3' - myst-parser: '>=1,<3' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5,<8' - sphinx-book-theme: '>=1.1.0,<2' - sphinx-comments: '' - sphinx-copybutton: '' - sphinx-design: '>=0.5,<1' - sphinx-external-toc: '>=1.0.1,<2' - sphinx-jupyterbook-latex: '>=1,<2' - sphinx-multitoc-numbering: '>=0.1.3,<1' - sphinx-thebe: '>=0.3.1,<1' - sphinx-togglebutton: '' - sphinxcontrib-bibtex: '>=2.5.0,<3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 739a29ac73026e68405153b50d0c60c2 - sha256: f028c32b5d97d24df44b1a41f771a9932e07815c60c02e24acd9bd2eca31097f - category: dev - optional: true -- name: jupyter-book - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - click: '>=7.1,<9' - importlib-metadata: '>=4.8.3' - jinja2: '' - jsonschema: <5 - linkify-it-py: '>=2,<3' - myst-nb: '>=1,<3' - myst-parser: '>=1,<3' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5,<8' - sphinx-book-theme: '>=1.1.0,<2' - sphinx-comments: '' - sphinx-copybutton: '' - sphinx-design: '>=0.5,<1' - sphinx-external-toc: '>=1.0.1,<2' - sphinx-jupyterbook-latex: '>=1,<2' - sphinx-multitoc-numbering: '>=0.1.3,<1' - sphinx-thebe: '>=0.3.1,<1' - sphinx-togglebutton: '' - sphinxcontrib-bibtex: '>=2.5.0,<3' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 739a29ac73026e68405153b50d0c60c2 - sha256: f028c32b5d97d24df44b1a41f771a9932e07815c60c02e24acd9bd2eca31097f - category: dev - optional: true -- name: jupyter-cache - version: 1.0.1 + version: 2.0.2 manager: conda platform: linux-64 dependencies: - attrs: '' - click: '' - importlib-metadata: '' - nbclient: '>=0.2' - nbformat: '' - python: '>=3.9' - pyyaml: '' - sqlalchemy: '>=1.3.12,<3' - tabulate: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-cache-1.0.1-pyhff2d567_0.conda + ipykernel: '' + jupyter_core: '' + jupyter_server: '' + nodejs: '>=20' + platformdirs: '>=4.2.2' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.0.2-pyhcf101f3_0.conda hash: - md5: b0ee650829b8974202a7abe7f8b81e5a - sha256: 054d397dd45ed08bffb0976702e553dfb0d0b0a477da9cff36e2ea702e928f48 + md5: 58b2825b2c3d58e40bcbf6d5fefdca6a + sha256: c26c3fa8b714cc1a6c6f25db403597797f63118bf5ba9cbc8e30ef47da7099b9 category: dev optional: true -- name: jupyter-cache - version: 1.0.1 +- name: jupyter-book + version: 2.0.2 manager: conda platform: win-64 dependencies: - attrs: '' - click: '' - importlib-metadata: '' - nbclient: '>=0.2' - nbformat: '' - python: '>=3.9' - pyyaml: '' - sqlalchemy: '>=1.3.12,<3' - tabulate: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyter-cache-1.0.1-pyhff2d567_0.conda + ipykernel: '' + jupyter_core: '' + jupyter_server: '' + nodejs: '>=20' + platformdirs: '>=4.2.2' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/jupyter-book-2.0.2-pyhcf101f3_0.conda hash: - md5: b0ee650829b8974202a7abe7f8b81e5a - sha256: 054d397dd45ed08bffb0976702e553dfb0d0b0a477da9cff36e2ea702e928f48 + md5: 58b2825b2c3d58e40bcbf6d5fefdca6a + sha256: c26c3fa8b714cc1a6c6f25db403597797f63118bf5ba9cbc8e30ef47da7099b9 category: dev optional: true - name: jupyter-lsp @@ -2599,7 +2439,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 @@ -2613,7 +2453,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 @@ -2678,7 +2518,7 @@ package: dependencies: __win: '' platformdirs: '>=2.5' - python: '>=3.10' + python: '' pywin32: '' traitlets: '>=5.3' url: https://repo.prefix.dev/conda-forge/noarch/jupyter_core-5.9.1-pyh6dadd2b_0.conda @@ -2694,7 +2534,7 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '>=3.9' + python: '' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' @@ -2714,7 +2554,7 @@ package: dependencies: jsonschema-with-format-nongpl: '>=4.18.0' packaging: '' - python: '>=3.9' + python: '' python-json-logger: '>=2.0.4' pyyaml: '>=5.3' referencing: '' @@ -2744,7 +2584,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' @@ -2774,7 +2614,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' @@ -2904,7 +2744,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: @@ -2923,7 +2763,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,32 +2931,6 @@ package: sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true -- name: latexcodec - version: 2.0.1 - manager: conda - platform: linux-64 - dependencies: - python: '' - six: '' - url: https://repo.prefix.dev/conda-forge/noarch/latexcodec-2.0.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 8d67904973263afd2985ba56aa2d6bb4 - sha256: 5210d31c8f2402dd1ad1b3edcf7a53292b9da5de20cd14d9c243dbf9278b1c4f - category: dev - optional: true -- name: latexcodec - version: 2.0.1 - manager: conda - platform: win-64 - dependencies: - python: '' - six: '' - url: https://repo.prefix.dev/conda-forge/noarch/latexcodec-2.0.1-pyh9f0ad1d_0.tar.bz2 - hash: - md5: 8d67904973263afd2985ba56aa2d6bb4 - sha256: 5210d31c8f2402dd1ad1b3edcf7a53292b9da5de20cd14d9c243dbf9278b1c4f - category: dev - optional: true - name: lcms2 version: '2.17' manager: conda @@ -3387,30 +3201,30 @@ package: category: main optional: false - name: libdeflate - version: '1.24' + version: '1.25' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libdeflate-1.24-h86f0d12_0.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda hash: - md5: 64f0c503da58ec25ebd359e4d990afa8 - sha256: 8420748ea1cc5f18ecc5068b4f24c7a023cc9b20971c99c824ba10641fb95ddf + md5: 6c77a605a7a689d17d4819c0f8ac9a00 + sha256: aa8e8c4be9a2e81610ddf574e05b64ee131fab5e0e3693210c9d6d2fba32c680 category: main optional: false - name: libdeflate - version: '1.24' + version: '1.25' 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/libdeflate-1.24-h76ddb4d_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libdeflate-1.25-h51727cc_0.conda hash: - md5: 08d988e266c6ae77e03d164b83786dc4 - sha256: 65347475c0009078887ede77efe60db679ea06f2b56f7853b9310787fe5ad035 + md5: e77030e67343e28b084fabd7db0ce43e + sha256: 834e4881a18b690d5ec36f44852facd38e13afe599e369be62d29bd675f107ee category: main optional: false - name: libdlf @@ -3710,30 +3524,30 @@ package: category: main optional: false - name: libjpeg-turbo - version: 3.1.0 + version: 3.1.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.0-hb9d3cd8_0.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda hash: - md5: 9fa334557db9f63da6c9285fd2a48638 - sha256: 98b399287e27768bf79d48faba8a99a2289748c65cd342ca21033fab1860d4a4 + md5: 8397539e3a0bbd1695584fb4f927485a + sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 category: main optional: false - name: libjpeg-turbo - version: 3.1.0 + version: 3.1.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/libjpeg-turbo-3.1.0-h2466b09_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.2-hfd05255_0.conda hash: - md5: 7c51d27540389de84852daa1cdb9c63c - sha256: e61b0adef3028b51251124e43eb6edf724c67c0f6736f1628b02511480ac354e + md5: 56a686f92ac0273c0f6af58858a3f013 + sha256: 795e2d4feb2f7fc4a2c6e921871575feb32b8082b5760726791f080d1e2c2597 category: main optional: false - name: liblapack @@ -4010,7 +3824,7 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.24,<1.25.0a0' + libdeflate: '>=1.25,<1.26.0a0' libgcc: '>=14' libjpeg-turbo: '>=3.1.0,<4.0a0' liblzma: '>=5.8.1,<6.0a0' @@ -4018,10 +3832,10 @@ package: libwebp-base: '>=1.6.0,<2.0a0' libzlib: '>=1.3.1,<2.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libtiff-4.7.1-h8261f1e_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libtiff-4.7.1-h9d88235_1.conda hash: - md5: 72b531694ebe4e8aa6f5745d1015c1b4 - sha256: ddda0d7ee67e71e904a452010c73e32da416806f5cb9145fb62c322f97e717fb + md5: cd5a90476766d53e901500df9215e927 + sha256: e5f8c38625aa6d567809733ae04bb71c161a42e44a9fa8227abe61fa5c60ebe0 category: main optional: false - name: libtiff @@ -4030,7 +3844,7 @@ package: platform: win-64 dependencies: lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.24,<1.25.0a0' + libdeflate: '>=1.25,<1.26.0a0' libjpeg-turbo: '>=3.1.0,<4.0a0' liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' @@ -4038,10 +3852,10 @@ package: 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/libtiff-4.7.1-h550210a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libtiff-4.7.1-h8f73337_1.conda hash: - md5: e23f29747d9d2aa2a39b594c114fac67 - sha256: d6cac6596ded0d5bbbc4198d7eb4db88da8c00236ebf5e2c8ad333ccde8965e2 + md5: 549845d5133100142452812feb9ba2e8 + sha256: f1b8cccaaeea38a28b9cd496694b2e3d372bb5be0e9377c9e3d14b330d1cba8a category: main optional: false - name: libuuid @@ -4057,6 +3871,19 @@ package: sha256: e5ec6d2ad7eef538ddcb9ea62ad4346fde70a4736342c4ad87bd713641eb9808 category: main optional: false +- name: libuv + version: 1.51.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda + hash: + md5: 0f03292cc56bf91a077a134ea8747118 + sha256: c180f4124a889ac343fc59d15558e93667d894a966ec6fdb61da1604481be26b + category: dev + optional: true - name: libwebp-base version: 1.6.0 manager: conda @@ -4147,15 +3974,16 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' liblzma: '>=5.8.1,<6.0a0' libxml2-16: 2.15.1 libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-h031cc0b_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-h26afc86_0.conda hash: - md5: a67cd8f7b0369bbf2c40411f05a62f3b - sha256: ee64e507b37b073e0bdad739e35330933dd5be7c639600a096551a6968f1035d + md5: e512be7dc1f84966d50959e900ca121f + sha256: ec0735ae56c3549149eebd7dc22c0bed91fd50c02eaa77ff418613ddda190aa8 category: main optional: false - name: libxml2 @@ -4182,14 +4010,15 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' liblzma: '>=5.8.1,<6.0a0' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-hf2a90c1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-ha9997c6_0.conda hash: - md5: 23720d17346b21efb08d68c2255c8431 - sha256: f5220ff49efc31431279859049199b9250e79f98c1dee1da12feb74bda2d9cf1 + md5: e7733bc6785ec009e47a224a71917e84 + sha256: 71436e72a286ef8b57d6f4287626ff91991eb03c7bdbe835280521791efd1434 category: main optional: false - name: libxml2-16 @@ -4236,32 +4065,6 @@ package: sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 category: main optional: false -- name: linkify-it-py - version: 2.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - uc-micro-py: '' - url: https://repo.prefix.dev/conda-forge/noarch/linkify-it-py-2.0.3-pyhd8ed1ab_1.conda - hash: - md5: b02fe519b5dc0dc55e7299810fcdfb8e - sha256: d975a2015803d4fdaaae3f53e21f64996577d7a069eb61c6d2792504f16eb57b - category: dev - optional: true -- name: linkify-it-py - version: 2.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - uc-micro-py: '' - url: https://repo.prefix.dev/conda-forge/noarch/linkify-it-py-2.0.3-pyhd8ed1ab_1.conda - hash: - md5: b02fe519b5dc0dc55e7299810fcdfb8e - sha256: d975a2015803d4fdaaae3f53e21f64996577d7a069eb61c6d2792504f16eb57b - category: dev - optional: true - name: llvm-openmp version: 21.1.4 manager: conda @@ -4313,31 +4116,29 @@ package: category: main optional: false - name: markdown-it-py - version: 2.2.0 + version: 4.0.0 manager: conda platform: linux-64 dependencies: mdurl: '>=0.1,<1' - python: '>=3.7' - typing_extensions: '>=3.7.4' - url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-2.2.0-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda hash: - md5: b2928a6c6d52d7e3562b4a59c3214e3a - sha256: 65ed439862c1851463f03a9bc5109992ce3e3e025e9a2d76d13ca19f576eee9f + md5: 5b5203189eb668f042ac2b0826244964 + sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e category: dev optional: true - name: markdown-it-py - version: 2.2.0 + version: 4.0.0 manager: conda platform: win-64 dependencies: mdurl: '>=0.1,<1' - python: '>=3.7' - typing_extensions: '>=3.7.4' - url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-2.2.0-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda hash: - md5: b2928a6c6d52d7e3562b4a59c3214e3a - sha256: 65ed439862c1851463f03a9bc5109992ce3e3e025e9a2d76d13ca19f576eee9f + md5: 5b5203189eb668f042ac2b0826244964 + sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e category: dev optional: true - name: markupsafe @@ -4544,7 +4345,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.1.4-pyhcf101f3_0.conda hash: @@ -4557,7 +4358,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '' url: https://repo.prefix.dev/conda-forge/noarch/mistune-3.1.4-pyhcf101f3_0.conda hash: @@ -4570,7 +4371,7 @@ package: manager: conda platform: linux-64 dependencies: - _openmp_mutex: '*' + _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 @@ -4697,106 +4498,24 @@ package: sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false -- name: myst-nb - version: 1.3.0 +- name: nbclient + version: 0.10.2 manager: conda platform: linux-64 dependencies: - importlib-metadata: '' - ipykernel: '' - ipython: '' - jupyter-cache: '>=0.5' - myst-parser: '>=1.0.0' - nbclient: '' - nbformat: '>=5.0' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-nb-1.3.0-pyhe01879c_0.conda + jupyter_client: '>=6.1.12' + jupyter_core: '>=4.12,!=5.0.*' + nbformat: '>=5.1' + python: '>=3.8' + traitlets: '>=5.4' + url: https://repo.prefix.dev/conda-forge/noarch/nbclient-0.10.2-pyhd8ed1ab_0.conda hash: - md5: 2cb3690891768b4b9f7c7764afa965c1 - sha256: 07cc8d775a3d598fe7c6ca4ffb543f1938df5f18e296719a4651bfb73f4f0d57 + md5: 6bb0d77277061742744176ab555b723c + sha256: a20cff739d66c2f89f413e4ba4c6f6b59c50d5c30b5f0d840c13e8c9c2df9135 category: dev optional: true -- name: myst-nb - version: 1.3.0 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '' - ipykernel: '' - ipython: '' - jupyter-cache: '>=0.5' - myst-parser: '>=1.0.0' - nbclient: '' - nbformat: '>=5.0' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-nb-1.3.0-pyhe01879c_0.conda - hash: - md5: 2cb3690891768b4b9f7c7764afa965c1 - sha256: 07cc8d775a3d598fe7c6ca4ffb543f1938df5f18e296719a4651bfb73f4f0d57 - category: dev - optional: true -- name: myst-parser - version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - docutils: '>=0.15,<0.20' - jinja2: '' - markdown-it-py: '>=1.0.0,<3.0.0' - mdit-py-plugins: '>=0.3.4,<1' - python: '>=3.7' - pyyaml: '' - sphinx: '>=5,<7' - typing-extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-parser-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: e559708feb0aed1ae24c518e569ea3eb - sha256: 87de591aa423932ffec61e06283bf5c3ba5c0a3cc465955984ce58f1de3ded8e - category: dev - optional: true -- name: myst-parser - version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - docutils: '>=0.15,<0.20' - jinja2: '' - markdown-it-py: '>=1.0.0,<3.0.0' - mdit-py-plugins: '>=0.3.4,<1' - python: '>=3.7' - pyyaml: '' - sphinx: '>=5,<7' - typing-extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/myst-parser-1.0.0-pyhd8ed1ab_0.conda - hash: - md5: e559708feb0aed1ae24c518e569ea3eb - sha256: 87de591aa423932ffec61e06283bf5c3ba5c0a3cc465955984ce58f1de3ded8e - category: dev - optional: true -- name: nbclient - version: 0.10.2 - manager: conda - platform: linux-64 - dependencies: - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.12,!=5.0.*' - nbformat: '>=5.1' - python: '>=3.8' - traitlets: '>=5.4' - url: https://repo.prefix.dev/conda-forge/noarch/nbclient-0.10.2-pyhd8ed1ab_0.conda - hash: - md5: 6bb0d77277061742744176ab555b723c - sha256: a20cff739d66c2f89f413e4ba4c6f6b59c50d5c30b5f0d840c13e8c9c2df9135 - category: dev - optional: true -- name: nbclient - version: 0.10.2 +- name: nbclient + version: 0.10.2 manager: conda platform: win-64 dependencies: @@ -4856,7 +4575,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: @@ -4883,7 +4602,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: @@ -4986,6 +4705,36 @@ package: sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true +- name: nodejs + version: 22.6.0 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libuv: '>=1.48.0,<2.0a0' + libzlib: '>=1.3.1,<2.0a0' + openssl: '>=3.3.1,<4.0a0' + zlib: '' + url: https://repo.prefix.dev/conda-forge/linux-64/nodejs-22.6.0-hc19f0b3_1.conda + hash: + md5: 427b3cd460567009e317d10bc5390764 + sha256: a9f637e3ddb845350a1410caf2299caa2dddd201fd44a5ca0e075c17dbf99f91 + category: dev + optional: true +- name: nodejs + version: 24.9.0 + manager: conda + platform: win-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/win-64/nodejs-24.9.0-he453025_0.conda + hash: + md5: da14fa3bcb863b34888a9c35991c3c81 + sha256: 8d60a2e7a49cc9db7e8032db60333609ba9e9b8e7081843ea4e6a05d7ef12bdb + category: dev + optional: true - name: notebook version: 7.4.7 manager: conda @@ -5215,7 +4964,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda hash: md5: 58335b26c38bf4a20f399384c33cbcf9 @@ -5227,7 +4976,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda hash: md5: 58335b26c38bf4a20f399384c33cbcf9 @@ -5242,7 +4991,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-dateutil: '>=2.8.2' python-tzdata: '>=2022.7' @@ -5259,7 +5008,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '>=3.12,<3.13.0a0' python-dateutil: '>=2.8.2' python-tzdata: '>=2022.7' @@ -5325,7 +5074,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.5-pyhcf101f3_0.conda hash: md5: a110716cdb11cf51482ff4000dc253d7 @@ -5337,7 +5086,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/parso-0.8.5-pyhcf101f3_0.conda hash: md5: a110716cdb11cf51482ff4000dc253d7 @@ -5490,7 +5239,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: md5: 5c7a868f8241e64e1cf5fdf4962f23e2 @@ -5502,7 +5251,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: md5: 5c7a868f8241e64e1cf5fdf4962f23e2 @@ -5584,7 +5333,7 @@ package: category: dev optional: true - name: psutil - version: 7.1.2 + version: 7.1.3 manager: conda platform: linux-64 dependencies: @@ -5592,14 +5341,14 @@ package: libgcc: '>=14' python: '' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.2-py312h5253ce2_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.3-py312h5253ce2_0.conda hash: - md5: 766a28363b4ae1036c70b971a25d1840 - sha256: 9008311c2653f3f61f122f2686790fc2e8740e0182bbe14374b5bd687e856b13 + md5: 82ce56c5a4a55165aed95e04923ab363 + sha256: 1b679202ebccf47be64509a4fc2a438a66229403257630621651b2886b882597 category: main optional: false - name: psutil - version: 7.1.2 + version: 7.1.3 manager: conda platform: win-64 dependencies: @@ -5608,10 +5357,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/psutil-7.1.2-py312he5662c2_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.3-py312he5662c2_0.conda hash: - md5: 4bc0a2e414ed0df755ff3264bbf92492 - sha256: 145c2a2e06cb48464d9a1ca0ea851ca9febf8f16e8bb9472a49cb38f62c9fbf3 + md5: f6d128e33550e9e8e3864a48c8f24230 + sha256: 993629ec946988e047a4024f1f9c82cdf93e19e0a6f5d5fe908171d918fdbc8f category: main optional: false - name: pthread-stubs @@ -5677,76 +5426,12 @@ package: sha256: 71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0 category: dev optional: true -- name: pybtex - version: 0.25.1 - manager: conda - platform: linux-64 - dependencies: - importlib-metadata: '' - latexcodec: '>=1.0.4' - python: '>=3.9' - pyyaml: '>=3.01' - setuptools: '' - url: https://repo.prefix.dev/conda-forge/noarch/pybtex-0.25.1-pyhd8ed1ab_0.conda - hash: - md5: 9c25a850410220d31085173fbfdfa191 - sha256: 3053895e08ce56923e48eea7d1c07a6d8bf09948d1e69a21ae7ab9e459b0a227 - category: dev - optional: true -- name: pybtex - version: 0.25.1 - manager: conda - platform: win-64 - dependencies: - importlib-metadata: '' - latexcodec: '>=1.0.4' - python: '>=3.9' - pyyaml: '>=3.01' - setuptools: '' - url: https://repo.prefix.dev/conda-forge/noarch/pybtex-0.25.1-pyhd8ed1ab_0.conda - hash: - md5: 9c25a850410220d31085173fbfdfa191 - sha256: 3053895e08ce56923e48eea7d1c07a6d8bf09948d1e69a21ae7ab9e459b0a227 - category: dev - optional: true -- name: pybtex-docutils - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - docutils: '>=0.14' - pybtex: '>=0.16' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - setuptools: '' - url: https://repo.prefix.dev/conda-forge/linux-64/pybtex-docutils-1.0.3-py312h7900ff3_3.conda - hash: - md5: 97b91618b3c3419d55a76421c9078e07 - sha256: 2397e01959863ed36a9fa70bc7f2e655204d01b575b0809ba224684458460ed3 - category: dev - optional: true -- name: pybtex-docutils - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - docutils: '>=0.14' - pybtex: '>=0.16' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - setuptools: '' - url: https://repo.prefix.dev/conda-forge/win-64/pybtex-docutils-1.0.3-py312h2e8e312_3.conda - hash: - md5: 6ac5a13b50c2a563d6adb48f5715d4eb - sha256: 4dd634b9fdb7a1dde8dedf8332f915824cd4f0ae1ccd4dbeec076b7a0e083bcc - category: dev - optional: true - name: pycparser version: '2.22' 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 @@ -5758,7 +5443,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda hash: md5: 12c566707c80111f9799308d9e265aef @@ -5832,46 +5517,6 @@ package: sha256: ee389c910c4fb3329c0dc36f3d68212c759c6082e7fa03d3d2ca85c2899b0a6b category: main optional: false -- name: pydata-sphinx-theme - version: 0.15.4 - manager: conda - platform: linux-64 - dependencies: - accessible-pygments: '' - babel: '' - beautifulsoup4: '' - docutils: '!=0.17.0' - packaging: '' - pygments: '>=2.7' - python: '>=3.9' - sphinx: '>=5.0' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/pydata-sphinx-theme-0.15.4-pyhd8ed1ab_0.conda - hash: - md5: c7c50dd5192caa58a05e6a4248a27acb - sha256: 5ec877142ded763061e114e787a4e201c2fb3f0b1db2f04ace610a1187bb34ae - category: dev - optional: true -- name: pydata-sphinx-theme - version: 0.15.4 - manager: conda - platform: win-64 - dependencies: - accessible-pygments: '' - babel: '' - beautifulsoup4: '' - docutils: '!=0.17.0' - packaging: '' - pygments: '>=2.7' - python: '>=3.9' - sphinx: '>=5.0' - typing_extensions: '' - url: https://repo.prefix.dev/conda-forge/noarch/pydata-sphinx-theme-0.15.4-pyhd8ed1ab_0.conda - hash: - md5: c7c50dd5192caa58a05e6a4248a27acb - sha256: 5ec877142ded763061e114e787a4e201c2fb3f0b1db2f04ace610a1187bb34ae - category: dev - optional: true - name: pydiso version: 0.1.2 manager: conda @@ -5944,7 +5589,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.2-pyhcf101f3_0.conda @@ -5964,7 +5609,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.2-pyhcf101f3_0.conda @@ -6010,7 +5655,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda hash: md5: 6c8979be6d7a17692793114fa26916e8 @@ -6022,7 +5667,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda hash: md5: 6c8979be6d7a17692793114fa26916e8 @@ -6102,7 +5747,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 @@ -6117,7 +5762,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 @@ -6182,7 +5827,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: @@ -6195,7 +5840,7 @@ package: manager: conda platform: win-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: @@ -6208,7 +5853,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 @@ -6220,7 +5865,7 @@ package: manager: conda platform: win-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 @@ -6535,7 +6180,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 @@ -6550,7 +6195,7 @@ package: platform: win-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 @@ -6647,7 +6292,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 @@ -6660,7 +6305,7 @@ package: platform: win-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 @@ -6780,7 +6425,7 @@ package: libgfortran5: '>=13.3.0' liblapack: '>=3.9.0,<4.0a0' libstdcxx: '>=13' - numpy: <2.3 + numpy: '>=1.23.5' 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 @@ -6797,7 +6442,7 @@ package: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: <2.3 + numpy: '>=1.23.5' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* ucrt: '>=10.0.20348.0' @@ -6865,7 +6510,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 @@ -6877,7 +6522,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -7038,250 +6683,6 @@ package: sha256: f11fd5fb4ae2c65f41ae86e7408e3ab44844898d928264aa9e89929fffc685c8 category: dev optional: true -- name: sphinx-book-theme - version: 1.1.3 - manager: conda - platform: linux-64 - dependencies: - pydata-sphinx-theme: '>=0.15.2' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-book-theme-1.1.3-pyhd8ed1ab_1.conda - hash: - md5: 501e2d6d8aa1b8d82d2707ce8c90b287 - sha256: cf1d3ae6d28042954ac750f6948678fefa619681c3994d2637d747d96a1139ea - category: dev - optional: true -- name: sphinx-book-theme - version: 1.1.3 - manager: conda - platform: win-64 - dependencies: - pydata-sphinx-theme: '>=0.15.2' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-book-theme-1.1.3-pyhd8ed1ab_1.conda - hash: - md5: 501e2d6d8aa1b8d82d2707ce8c90b287 - sha256: cf1d3ae6d28042954ac750f6948678fefa619681c3994d2637d747d96a1139ea - category: dev - optional: true -- name: sphinx-comments - version: 0.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-comments-0.0.3-pyhd8ed1ab_1.conda - hash: - md5: 30e02fa8e40287da066e348c95ff5609 - sha256: 00129f91b905441a9e27c46ef32c22617743eb4a4f7207e1dd84bc19505d4381 - category: dev - optional: true -- name: sphinx-comments - version: 0.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-comments-0.0.3-pyhd8ed1ab_1.conda - hash: - md5: 30e02fa8e40287da066e348c95ff5609 - sha256: 00129f91b905441a9e27c46ef32c22617743eb4a4f7207e1dd84bc19505d4381 - category: dev - optional: true -- name: sphinx-copybutton - version: 0.5.2 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-copybutton-0.5.2-pyhd8ed1ab_1.conda - hash: - md5: bf22cb9c439572760316ce0748af3713 - sha256: 8cd892e49cb4d00501bc4439fb0c73ca44905f01a65b2b7fa05ba0e8f3924f19 - category: dev - optional: true -- name: sphinx-copybutton - version: 0.5.2 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=1.8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-copybutton-0.5.2-pyhd8ed1ab_1.conda - hash: - md5: bf22cb9c439572760316ce0748af3713 - sha256: 8cd892e49cb4d00501bc4439fb0c73ca44905f01a65b2b7fa05ba0e8f3924f19 - category: dev - optional: true -- name: sphinx-design - version: 0.6.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=5,<8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-design-0.6.1-pyhd8ed1ab_0.conda - hash: - md5: 51b2433e4a223b14defee96d3caf9bab - sha256: 99a44df1d09a27e40002ebaf76792dac75c9cb1386af313b272a4251c8047640 - category: dev - optional: true -- name: sphinx-design - version: 0.6.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=5,<8' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-design-0.6.1-pyhd8ed1ab_0.conda - hash: - md5: 51b2433e4a223b14defee96d3caf9bab - sha256: 99a44df1d09a27e40002ebaf76792dac75c9cb1386af313b272a4251c8047640 - category: dev - optional: true -- name: sphinx-external-toc - version: 1.0.1 - manager: conda - platform: linux-64 - dependencies: - click: '>=7.1' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-external-toc-1.0.1-pyhd8ed1ab_1.conda - hash: - md5: d248f9db0f1c2e7c480b058925afa9c5 - sha256: 47dda7135f9fb1777b7066c3b9260fdd796d6ec2aeb8804161f39c65b3461401 - category: dev - optional: true -- name: sphinx-external-toc - version: 1.0.1 - manager: conda - platform: win-64 - dependencies: - click: '>=7.1' - python: '>=3.9' - pyyaml: '' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-external-toc-1.0.1-pyhd8ed1ab_1.conda - hash: - md5: d248f9db0f1c2e7c480b058925afa9c5 - sha256: 47dda7135f9fb1777b7066c3b9260fdd796d6ec2aeb8804161f39c65b3461401 - category: dev - optional: true -- name: sphinx-jupyterbook-latex - version: 1.0.0 - manager: conda - platform: linux-64 - dependencies: - packaging: '' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-jupyterbook-latex-1.0.0-pyhd8ed1ab_1.conda - hash: - md5: 9261bc5d987013f5d8dc58061c34f1a3 - sha256: b64c031795918f26ddeb5148ede2d3a4944cd9f5461cf72bde3f28acdc71d2f3 - category: dev - optional: true -- name: sphinx-jupyterbook-latex - version: 1.0.0 - manager: conda - platform: win-64 - dependencies: - packaging: '' - python: '>=3.9' - sphinx: '>=5' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-jupyterbook-latex-1.0.0-pyhd8ed1ab_1.conda - hash: - md5: 9261bc5d987013f5d8dc58061c34f1a3 - sha256: b64c031795918f26ddeb5148ede2d3a4944cd9f5461cf72bde3f28acdc71d2f3 - category: dev - optional: true -- name: sphinx-multitoc-numbering - version: 0.1.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=3' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-multitoc-numbering-0.1.3-pyhd8ed1ab_1.conda - hash: - md5: cc5fc0988f0fedab436361b9b5906a58 - sha256: 9fa48b33334c3a9971c96dd3d921950e8350cfa88a8e8ebaec6d8261071ea2ac - category: dev - optional: true -- name: sphinx-multitoc-numbering - version: 0.1.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=3' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-multitoc-numbering-0.1.3-pyhd8ed1ab_1.conda - hash: - md5: cc5fc0988f0fedab436361b9b5906a58 - sha256: 9fa48b33334c3a9971c96dd3d921950e8350cfa88a8e8ebaec6d8261071ea2ac - category: dev - optional: true -- name: sphinx-thebe - version: 0.3.1 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - sphinx: '>=4' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-thebe-0.3.1-pyhd8ed1ab_1.conda - hash: - md5: f6627ce09745a0f822cc6e7de8cf4f99 - sha256: 9d0cd52edcb2274bf7c8e9327317d9bb48e1d092afeaed093e0242876ad3c008 - category: dev - optional: true -- name: sphinx-thebe - version: 0.3.1 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - sphinx: '>=4' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-thebe-0.3.1-pyhd8ed1ab_1.conda - hash: - md5: f6627ce09745a0f822cc6e7de8cf4f99 - sha256: 9d0cd52edcb2274bf7c8e9327317d9bb48e1d092afeaed093e0242876ad3c008 - category: dev - optional: true -- name: sphinx-togglebutton - version: 0.3.2 - manager: conda - platform: linux-64 - dependencies: - docutils: '' - python: '>=3.6' - sphinx: '' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-togglebutton-0.3.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 382738101934261ea7931d1460e64868 - sha256: 0dcee238aae6337fae5eaf1f9a29b0c51ed9834ae501fccb2cde0fed8dae1a88 - category: dev - optional: true -- name: sphinx-togglebutton - version: 0.3.2 - manager: conda - platform: win-64 - dependencies: - docutils: '' - python: '>=3.6' - sphinx: '' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-togglebutton-0.3.2-pyhd8ed1ab_0.tar.bz2 - hash: - md5: 382738101934261ea7931d1460e64868 - sha256: 0dcee238aae6337fae5eaf1f9a29b0c51ed9834ae501fccb2cde0fed8dae1a88 - category: dev - optional: true - name: sphinxcontrib-applehelp version: 2.0.0 manager: conda @@ -7308,42 +6709,6 @@ package: sha256: d7433a344a9ad32a680b881c81b0034bc61618d12c39dd6e3309abeffa9577ba category: dev optional: true -- name: sphinxcontrib-bibtex - version: 2.5.0 - manager: conda - platform: linux-64 - dependencies: - dataclasses: '' - docutils: '>=0.8' - importlib_metadata: '>=3.6' - pybtex: '>=0.24' - pybtex-docutils: '>=1' - python: '>=3.6' - sphinx: '>=2.1' - url: https://repo.prefix.dev/conda-forge/noarch/sphinxcontrib-bibtex-2.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b2e5c9aece936ebf9f26abdf71ddd74b - sha256: d5b02d285909b4501a469857b1a88a91a849d5f28bbe64b9e6c3e86d2388d345 - category: dev - optional: true -- name: sphinxcontrib-bibtex - version: 2.5.0 - manager: conda - platform: win-64 - dependencies: - dataclasses: '' - docutils: '>=0.8' - importlib_metadata: '>=3.6' - pybtex: '>=0.24' - pybtex-docutils: '>=1' - python: '>=3.6' - sphinx: '>=2.1' - url: https://repo.prefix.dev/conda-forge/noarch/sphinxcontrib-bibtex-2.5.0-pyhd8ed1ab_0.tar.bz2 - hash: - md5: b2e5c9aece936ebf9f26abdf71ddd74b - sha256: d5b02d285909b4501a469857b1a88a91a849d5f28bbe64b9e6c3e86d2388d345 - category: dev - optional: true - name: sphinxcontrib-devhelp version: 2.0.0 manager: conda @@ -7472,41 +6837,6 @@ package: sha256: 64d89ecc0264347486971a94487cb8d7c65bfc0176750cf7502b8a272f4ab557 category: dev optional: true -- name: sqlalchemy - version: 2.0.44 - manager: conda - platform: linux-64 - dependencies: - __glibc: '>=2.17,<3.0.a0' - greenlet: '!=0.4.17' - libgcc: '>=14' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - typing-extensions: '>=4.6.0' - url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.44-py312h4c3975b_0.conda - hash: - md5: 21edaf3d8f04da6258c30be095012ea7 - sha256: 027be1ca08842bb1775eb6f8c14621c0c18931f03473a8be730ea1ce79f547e4 - category: dev - optional: true -- name: sqlalchemy - version: 2.0.44 - manager: conda - platform: win-64 - dependencies: - greenlet: '!=0.4.17' - python: '>=3.12,<3.13.0a0' - python_abi: 3.12.* - typing-extensions: '>=4.6.0' - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.44-py312he06e257_0.conda - hash: - md5: 3ebd335d85184659cb43416a477ff862 - sha256: 68187155fa78246ecedb58275a6aa2bae6804735d31270c5328ab09267ee9826 - category: dev - optional: true - name: stack_data version: 0.6.3 manager: conda @@ -7537,30 +6867,6 @@ package: sha256: 570da295d421661af487f1595045760526964f41471021056e993e73089e9c41 category: dev optional: true -- name: tabulate - version: 0.9.0 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_2.conda - hash: - md5: 959484a66b4b76befcddc4fa97c95567 - sha256: 090023bddd40d83468ef86573976af8c514f64119b2bd814ee63a838a542720a - category: dev - optional: true -- name: tabulate - version: 0.9.0 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_2.conda - hash: - md5: 959484a66b4b76befcddc4fa97c95567 - sha256: 090023bddd40d83468ef86573976af8c514f64119b2bd814ee63a838a542720a - category: dev - optional: true - name: tbb version: 2021.13.0 manager: conda @@ -7728,7 +7034,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: md5: d2732eb636c264dc9aa4cbee404b1a53 @@ -7740,7 +7046,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: md5: d2732eb636c264dc9aa4cbee404b1a53 @@ -7957,7 +7263,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 @@ -7969,7 +7275,7 @@ package: manager: conda platform: win-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 @@ -8022,30 +7328,6 @@ package: sha256: 5aaa366385d716557e365f0a4e9c3fca43ba196872abbbe3d56bb610d131e192 category: main optional: false -- name: uc-micro-py - version: 1.0.3 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/uc-micro-py-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 9c96c9876ba45368a03056ddd0f20431 - sha256: a2f837780af450d633efc052219c31378bcad31356766663fb88a99e8e4c817b - category: dev - optional: true -- name: uc-micro-py - version: 1.0.3 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/uc-micro-py-1.0.3-pyhd8ed1ab_1.conda - hash: - md5: 9c96c9876ba45368a03056ddd0f20431 - sha256: a2f837780af450d633efc052219c31378bcad31356766663fb88a99e8e4c817b - category: dev - optional: true - name: ucrt version: 10.0.26100.0 manager: conda @@ -8206,27 +7488,27 @@ package: category: dev optional: true - name: webcolors - version: 24.11.1 + version: 25.10.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda hash: - md5: b49f7b291e15494aafb0a7d74806f337 - sha256: 08315dc2e61766a39219b2d82685fc25a56b2817acf84d5b390176080eaacf99 + md5: 6639b6b0d8b5a284f027a2003669aa65 + sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 category: dev optional: true - name: webcolors - version: 24.11.1 + version: 25.10.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/webcolors-24.11.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/webcolors-25.10.0-pyhd8ed1ab_0.conda hash: - md5: b49f7b291e15494aafb0a7d74806f337 - sha256: 08315dc2e61766a39219b2d82685fc25a56b2817acf84d5b390176080eaacf99 + md5: 6639b6b0d8b5a284f027a2003669aa65 + sha256: 21f6c8a20fe050d09bfda3fb0a9c3493936ce7d6e1b3b5f8b01319ee46d6c6f6 category: dev optional: true - name: webencodings @@ -8599,6 +7881,20 @@ package: sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false +- name: zlib + version: 1.3.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + libzlib: 1.3.1 + url: https://repo.prefix.dev/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda + hash: + md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 + sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab + category: dev + optional: true - name: zstandard version: 0.25.0 manager: conda @@ -8609,7 +7905,7 @@ package: libgcc: '>=14' python: '' python_abi: 3.12.* - zstd: '>=1.5.7,<1.5.8.0a0' + zstd: '>=1.5.7,<1.6.0a0' url: https://repo.prefix.dev/conda-forge/linux-64/zstandard-0.25.0-py312h5253ce2_0.conda hash: md5: 05d73100768745631ab3de9dc1e08da2 @@ -8627,7 +7923,7 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - zstd: '>=1.5.7,<1.5.8.0a0' + zstd: '>=1.5.7,<1.6.0a0' url: https://repo.prefix.dev/conda-forge/win-64/zstandard-0.25.0-py312he5662c2_0.conda hash: md5: b14e2ff42f539a7eae7eaf03bd89ab82 @@ -8665,41 +7961,41 @@ package: category: main optional: false - name: geoapps-utils - version: 0.6.0a1.dev108+ed5f5cf + version: 0.7.0a0 manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0b3 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 hash: - sha256: ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 category: main optional: false - name: geoapps-utils - version: 0.6.0a1.dev108+ed5f5cf + version: 0.7.0a0 manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0b3 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 hash: - sha256: ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 category: main optional: false - name: geoh5py - version: 0.12.0b3 + version: 0.12.0b4.dev8+a9f57210 manager: pip platform: linux-64 dependencies: @@ -8707,16 +8003,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c hash: - sha256: 61191f47410bbbb072e32cb29b37b3bb2370722a + sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c category: main optional: false - name: geoh5py - version: 0.12.0b3 + version: 0.12.0b4.dev8+a9f57210 manager: pip platform: win-64 dependencies: @@ -8724,50 +8020,50 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c hash: - sha256: 61191f47410bbbb072e32cb29b37b3bb2370722a + sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@61191f47410bbbb072e32cb29b37b3bb2370722a + url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c category: main optional: false - name: grid-apps - version: 0.1.0a1.dev66+b335205 + version: 0.2.0a0 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0b3 + geoapps-utils: 0.7.0a0 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 hash: - sha256: b3352058d585613d34ff3042675a79a3b3e4bfbd + sha256: d6a42611003c184354e1367de41a88783b928166 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 category: main optional: false - name: grid-apps - version: 0.1.0a1.dev66+b335205 + version: 0.2.0a0 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0b3 + geoapps-utils: 0.7.0a0 + geoh5py: 0.12.0b4.dev8+a9f57210 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 hash: - sha256: b3352058d585613d34ff3042675a79a3b3e4bfbd + sha256: d6a42611003c184354e1367de41a88783b928166 source: type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd + url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 category: main optional: false - name: mira-simpeg From 97d72925615763c6194d58dd98e09eb4c046b99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:20:09 -0500 Subject: [PATCH 3/5] [DEVOPS-869] remove obsolete option for pylint v4 --- pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pylintrc b/pylintrc index 20ee82cf..5d50ee9e 100644 --- a/pylintrc +++ b/pylintrc @@ -88,10 +88,6 @@ py-version=3.10 # Discover python modules and packages in the file system subtree. recursive=no -# When enabled, pylint would attempt to guess common misconfiguration and emit -# user-friendly hints instead of false-positive error messages. -# suggestion-mode=yes - # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. unsafe-load-any-extension=no From aba801978499180f41193126f9421b5c1a5fb220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:20:53 -0500 Subject: [PATCH 4/5] [DEVOPS-869] poetry-check does not need the plugins --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26a8b116..85f591ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: rev: 2.1.3 hooks: - id: poetry-check + args: [--no-plugins] - repo: https://github.com/hadialqattan/pycln rev: v2.5.0 hooks: From 48c3a7cc1e65a25fd8d489e40bf690baf3b57efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:43:31 -0500 Subject: [PATCH 5/5] [DEVOPS-869] pre-commit autoupdate and fix warnings --- .pre-commit-config.yaml | 10 +++++----- simpeg_drivers/utils/synthetics/meshes/tensors.py | 2 +- simpeg_drivers/utils/tile_estimate.py | 2 +- .../sensitivity_cutoff_test.py | 2 +- tests/meshes_test.py | 2 +- tests/plate_simulation/models/series_test.py | 4 ++-- tests/topography_test.py | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85f591ef..cbca3d6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,19 +12,19 @@ ci: repos: - repo: https://github.com/python-poetry/poetry - rev: 2.1.3 + rev: 2.2.1 hooks: - id: poetry-check args: [--no-plugins] - repo: https://github.com/hadialqattan/pycln - rev: v2.5.0 + rev: v2.6.0 hooks: - id: pycln args: [--config=pyproject.toml] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.12 + rev: v0.14.3 hooks: - - id: ruff + - id: ruff-check args: - --fix - --exit-non-zero-on-fix @@ -73,7 +73,7 @@ repos: exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$ entry: codespell -I .codespellignore - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: \.mdj$ diff --git a/simpeg_drivers/utils/synthetics/meshes/tensors.py b/simpeg_drivers/utils/synthetics/meshes/tensors.py index 145fb944..9b494a95 100644 --- a/simpeg_drivers/utils/synthetics/meshes/tensors.py +++ b/simpeg_drivers/utils/synthetics/meshes/tensors.py @@ -39,7 +39,7 @@ def get_tensor_mesh( line_data = survey.get_entity("line_ids")[0] assert isinstance(line_data, IntegerData) lines = line_data.values - entity, mesh, _ = get_drape_model( # pylint: disable=unbalanced-tuple-unpacking + entity, _mesh, _ = get_drape_model( # pylint: disable=unbalanced-tuple-unpacking survey.workspace, name, survey.vertices[np.unique(survey.cells[lines == line_id, :]), :], diff --git a/simpeg_drivers/utils/tile_estimate.py b/simpeg_drivers/utils/tile_estimate.py index 51a1cf3e..f412339b 100644 --- a/simpeg_drivers/utils/tile_estimate.py +++ b/simpeg_drivers/utils/tile_estimate.py @@ -203,7 +203,7 @@ def estimate_optimal_tile(results: dict[int, int]) -> int: for ind in range(1, len(problem_sizes) - 1): size = problem_sizes[ind - 1 : ind + 2].copy() counts = tile_counts[ind - 1 : ind + 2].astype(float) - rad, x0, y0 = fit_circle(counts, size) + rad, _x0, _y0 = fit_circle(counts, size) radiis.append(rad[0]) optimal = tile_counts[np.argmin(radiis)] diff --git a/tests/depth_of_investivation_tests/sensitivity_cutoff_test.py b/tests/depth_of_investivation_tests/sensitivity_cutoff_test.py index 827ee2a3..0ab4cc4d 100644 --- a/tests/depth_of_investivation_tests/sensitivity_cutoff_test.py +++ b/tests/depth_of_investivation_tests/sensitivity_cutoff_test.py @@ -74,5 +74,5 @@ def test_sensitivity_mask(tmp_path): sensitivity_mask(sensitivity=data, cutoff=10, method="log_percent") == lower_percent_mask(data.values, 10, logspace=True) ) - with pytest.raises(ValueError, match="Invalid method. Must be 'percentile'"): + with pytest.raises(ValueError, match=r"Invalid method\. Must be 'percentile'"): sensitivity_mask(sensitivity=data, cutoff=10, method="invalid_method") diff --git a/tests/meshes_test.py b/tests/meshes_test.py index 969e96fe..be50b647 100644 --- a/tests/meshes_test.py +++ b/tests/meshes_test.py @@ -43,7 +43,7 @@ def get_mvi_params(tmp_path: Path, updates=None) -> MVIInversionOptions: with get_workspace(tmp_path / "inversion_test.ui.geoh5") as geoh5: components = SyntheticsComponents(geoh5, options=opts) mesh = components.model.parent - tmi_channel, gyz_channel = components.survey.add_data( + tmi_channel, _gyz_channel = components.survey.add_data( { "tmi": {"values": np.random.rand(components.survey.n_vertices)}, "gyz": {"values": np.random.rand(components.survey.n_vertices)}, diff --git a/tests/plate_simulation/models/series_test.py b/tests/plate_simulation/models/series_test.py index c8be72e9..b3a34484 100644 --- a/tests/plate_simulation/models/series_test.py +++ b/tests/plate_simulation/models/series_test.py @@ -104,7 +104,7 @@ def test_scenario(tmp_path): with pytest.raises( GeologyViolationError, - match="Overburden events must occur before the final erosion in the history.", + match=r"Overburden events must occur before the final erosion in the history\.", ): Geology( workspace=ws, @@ -115,7 +115,7 @@ def test_scenario(tmp_path): with pytest.raises( GeologyViolationError, - match="The last event in a geological history must be an erosion.", + match=r"The last event in a geological history must be an erosion\.", ): Geology( workspace=ws, diff --git a/tests/topography_test.py b/tests/topography_test.py index ed187d92..d6d3b5a8 100644 --- a/tests/topography_test.py +++ b/tests/topography_test.py @@ -37,7 +37,7 @@ def test_get_locations(tmp_path: Path): ) with get_workspace(tmp_path / "inversion_test.ui.geoh5") as geoh5: components = SyntheticsComponents(geoh5, options=opts) - tmi_channel, gyz_channel = components.survey.add_data( + tmi_channel, _gyz_channel = components.survey.add_data( { "tmi": {"values": np.random.rand(components.survey.n_vertices)}, "gyz": {"values": np.random.rand(components.survey.n_vertices)},