From b70fabaae1255671bf1e8105e72d1460c01ebf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Thu, 12 Jun 2025 12:41:22 -0400 Subject: [PATCH 1/3] [GEOPY-2230] update ui.json file as per latest adjustment in Analyst --- .../uijson/magnetic_scalar_inversion.ui.json | 4 ++-- .../uijson/magnetic_vector_inversion.ui.json | 4 ++-- .../uijson/sensitivity_cutoff.ui.json | 20 +++++++------------ .../uijson/tdem_inversion.ui.json | 5 +---- .../uijson/tile_estimator.ui.json | 14 +++++-------- 5 files changed, 17 insertions(+), 30 deletions(-) diff --git a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json index 97b20b02..86633832 100644 --- a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Magnetic Inversion", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", @@ -7,7 +7,6 @@ "run_command": "simpeg_drivers.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "inversion_type": "magnetic scalar", "physical_property": "susceptibility", "forward_only": false, @@ -65,6 +64,7 @@ "group": "Data", "main": true, "label": "TMI (nT)", + "toolTip": "IGRF-corrected anomalous magnetic data", "parent": "data_object", "optional": true, "enabled": true, diff --git a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json index 7dded8a2..b1c9105b 100644 --- a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Magnetic Vector (MVI) Inversion", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", @@ -7,7 +7,6 @@ "run_command": "simpeg_drivers.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "inversion_type": "magnetic vector", "physical_property": "susceptibility", "forward_only": false, @@ -65,6 +64,7 @@ "group": "Data", "main": true, "label": "TMI (nT)", + "toolTip": "IGRF-corrected anomalous magnetic data", "parent": "data_object", "optional": true, "enabled": true, diff --git a/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json b/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json index f41bf347..9d2f77bc 100644 --- a/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json +++ b/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json @@ -1,16 +1,15 @@ { - "version": "0.3.0-alpha.4", - "title": "Depth of Investigation: Sensitivity Cutoff", - "icon": "", - "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", + "version": "0.3.0-beta.1", + "title": "Depth of Investigation", + "icon": "grd", + "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/inversion/depth_of_investigation.html#depth-of-investigation", "conda_environment": "simpeg_drivers", "run_command": "simpeg_drivers.depth_of_investigation.sensitivity_cutoff.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", + "iconOverlay": "ClippingPlane", "mesh": { "main": true, - "group": "Sensitivity", "meshType": [ "4ea87376-3ece-438b-bf12-3479733ded46" ], @@ -19,7 +18,6 @@ }, "sensitivity_model": { "main": true, - "group": "Sensitivity", "parent": "mesh", "association": "Cell", "dataType": "Float", @@ -28,7 +26,6 @@ }, "sensitivity_cutoff": { "main": true, - "group": "Sensitivity", "label": "Cutoff (%)", "tooltip": "The created mask will eliminate cells below the cutoff percentage", "value": 10.0, @@ -39,7 +36,6 @@ }, "cutoff_method": { "main": true, - "group": "Sensitivity", "label": "Method", "choiceList": [ "percentile", @@ -50,9 +46,7 @@ }, "mask_name": { "main": true, - "label": "Name", - "value": "Sensitivity Cutoff", - "optional": true, - "enabled": false + "label": "Output name", + "value": "Sensitivity cutoff" } } diff --git a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json index d3be6031..c932a759 100644 --- a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Time-domain EM (TEM) Inversion", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", @@ -7,7 +7,6 @@ "run_command": "simpeg_drivers.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "inversion_type": "tdem", "physical_property": "conductivity", "forward_only": false, @@ -315,8 +314,6 @@ ], "label": "Gradient rotation", "parent": "mesh", - "optional": true, - "enabled": false, "value": "" }, "s_norm": { diff --git a/simpeg_drivers-assets/uijson/tile_estimator.ui.json b/simpeg_drivers-assets/uijson/tile_estimator.ui.json index 41c37955..19726fa4 100644 --- a/simpeg_drivers-assets/uijson/tile_estimator.ui.json +++ b/simpeg_drivers-assets/uijson/tile_estimator.ui.json @@ -1,30 +1,26 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Tile Estimation", - "icon": "", - "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", + "icon": "tilelist", + "documentation": "", "conda_environment": "simpeg_drivers", "run_command": "simpeg_drivers.utils.tile_estimate", - "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "simulation": { "main": true, - "label": "Group A", + "label": "SimPEG Group", "groupType": "{55ed3daf-c192-4d4b-a439-60fa987fe2b8}", "value": "" }, "render_plot": { "main": true, - "label": "Render Plot", + "label": "Create plot", "value": true }, "out_group": { "label": "UIJson group", "value": "", "groupType": "{BB50AC61-A657-4926-9C82-067658E246A0}", - "group": "Drag-and-drop options", - "visible": true, "optional": true, "enabled": false, "tooltip": "Assign a group to which results will be saved" From 62abd90c142a085be771d7227bf2b6b3c5cc395f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Fri, 20 Jun 2025 16:57:34 -0400 Subject: [PATCH 2/3] [GEOPY-2270] set version to 0.3.0 --- pyproject.toml | 2 +- recipe.yaml | 2 +- simpeg_drivers/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b406983c..f06d1c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simpeg-drivers" -version = "0.3.0-beta.1" +version = "0.3.0" description = "Application to run SimPEG inversions with geoh5 files from Geoscience Analyst." license = "MIT" authors = ["Mira Geoscience "] diff --git a/recipe.yaml b/recipe.yaml index 1f37d6b9..a520e989 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -2,7 +2,7 @@ schema_version: 1 context: name: "simpeg-drivers" - version: "0.3.0b1" + version: "0.3.0" python_min: "3.10" package: diff --git a/simpeg_drivers/__init__.py b/simpeg_drivers/__init__.py index 5ee7e3f8..7cd2d963 100644 --- a/simpeg_drivers/__init__.py +++ b/simpeg_drivers/__init__.py @@ -12,7 +12,7 @@ from __future__ import annotations -__version__ = "0.3.0-beta.1" +__version__ = "0.3.0" import logging From de68163d8e8ec0357d4f59c8288e14bf52827b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Fri, 20 Jun 2025 22:27:28 -0400 Subject: [PATCH 3/3] [GEOPY-2270] lock env on latest published conda packages --- .../py-3.10-linux-64-dev.conda.lock.yml | 81 +- environments/py-3.10-linux-64.conda.lock.yml | 68 +- .../py-3.10-win-64-dev.conda.lock.yml | 83 +- environments/py-3.10-win-64.conda.lock.yml | 70 +- .../py-3.11-linux-64-dev.conda.lock.yml | 81 +- environments/py-3.11-linux-64.conda.lock.yml | 68 +- .../py-3.11-win-64-dev.conda.lock.yml | 83 +- environments/py-3.11-win-64.conda.lock.yml | 70 +- .../py-3.12-linux-64-dev.conda.lock.yml | 81 +- environments/py-3.12-linux-64.conda.lock.yml | 68 +- .../py-3.12-win-64-dev.conda.lock.yml | 83 +- environments/py-3.12-win-64.conda.lock.yml | 70 +- py-3.10.conda-lock.yml | 874 +++++++++--------- py-3.11.conda-lock.yml | 874 +++++++++--------- py-3.12.conda-lock.yml | 874 +++++++++--------- pyproject.toml | 12 +- recipe.yaml | 10 +- 17 files changed, 1769 insertions(+), 1781 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 f7616ce6..6c7a4d4f 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 808a8fb1b81c016263054465040c418aab1bf1e8b46764e295f18d68b9f82e20 +# input_hash: f89539ebcd043519cc2e861ce8a5aa6c6189704ecd33f836bf3711fb7d10824a channels: - conda-forge @@ -24,15 +24,15 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb9d3cd8_2 - - brotli-bin=1.1.0=hb9d3cd8_2 - - brotli-python=1.1.0=py310hf71b8c6_2 + - brotli=1.1.0=hb9d3cd8_3 + - brotli-bin=1.1.0=hb9d3cd8_3 + - brotli-python=1.1.0=py310hf71b8c6_3 - bzip2=1.0.8=h4bc722e_7 - c-ares=1.34.5=hb9d3cd8_0 - - ca-certificates=2025.4.26=hbd8a1cb_0 + - ca-certificates=2025.6.15=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py310h8deb56e_0 - charset-normalizer=3.4.2=pyhd8ed1ab_0 - click=8.2.1=pyh707e725_0 @@ -40,7 +40,7 @@ dependencies: - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.2=pyhd8ed1ab_1 - contourpy=1.3.2=py310h3788b33_0 - - coverage=7.8.2=py310h89163eb_0 + - coverage=7.9.1=py310h89163eb_0 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py310ha75aee5_0 - dask-core=2025.3.0=pyhd8ed1ab_0 @@ -49,21 +49,23 @@ dependencies: - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.2=py310ha2bacc8_1 + - discretize=0.11.3=py310ha2bacc8_0 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py310hff52083_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 - executing=2.2.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py310h89163eb_0 + - fonttools=4.58.4=py310h89163eb_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.13.3=ha770c72_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py310ha2bacc8_0 - - greenlet=3.2.2=py310hf71b8c6_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 + - greenlet=3.2.3=py310hf71b8c6_0 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py310h2a0e991_101 + - h5py=3.14.0=nompi_py310hea1e86d_100 - hdf5=1.14.6=nompi_h2d575fe_101 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -108,14 +110,14 @@ dependencies: - krb5=1.21.3=h659f571_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.43=h712a8e2_4 + - ld_impl_linux-64=2.43=h1423503_5 - lerc=4.0.0=h0aef613_1 - - libaec=1.1.3=h59595ed_0 - - libblas=3.9.0=31_hfdb39a5_mkl - - libbrotlicommon=1.1.0=hb9d3cd8_2 - - libbrotlidec=1.1.0=hb9d3cd8_2 - - libbrotlienc=1.1.0=hb9d3cd8_2 - - libcblas=3.9.0=31_h372d94f_mkl + - libaec=1.1.4=h3f801dc_0 + - libblas=3.9.0=32_hfdb39a5_mkl + - libbrotlicommon=1.1.0=hb9d3cd8_3 + - libbrotlidec=1.1.0=hb9d3cd8_3 + - libbrotlienc=1.1.0=hb9d3cd8_3 + - libcblas=3.9.0=32_h372d94f_mkl - libcurl=8.14.1=h332b0f4_0 - libdeflate=1.24=h86f0d12_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -132,14 +134,14 @@ dependencies: - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 - - liblapack=3.9.0=31_hc41d3b0_mkl - - liblzma=5.8.1=hb9d3cd8_1 + - liblapack=3.9.0=32_hc41d3b0_mkl + - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.64.0=h161d5f1_0 - - libnsl=2.0.1=hd590300_0 - - libpng=1.6.47=h943b412_0 + - libnsl=2.0.1=hb9d3cd8_1 + - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - - libsqlite=3.50.0=hee588c1_0 + - libsqlite=3.50.1=hee588c1_4 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.1.0=h8f9b012_2 - libstdcxx-ng=15.1.0=h4852527_2 @@ -151,7 +153,7 @@ dependencies: - libxml2=2.13.8=h4bc477f_0 - libzlib=1.3.1=hb9d3cd8_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=20.1.6=h024ca30_0 + - llvm-openmp=20.1.7=h024ca30_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py310h89163eb_1 @@ -161,12 +163,13 @@ dependencies: - mdit-py-plugins=0.4.2=pyhd8ed1ab_1 - mdurl=0.1.2=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mistune=3.1.3=pyh29332c3_0 - mkl=2024.2.2=ha957f24_16 - - msgpack-python=1.1.0=py310h3788b33_0 + - msgpack-python=1.1.1=py310h3788b33_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.2.0=pyh29332c3_0 - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 @@ -180,13 +183,15 @@ dependencies: - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.13.1=py310h5eaa309_0 - numpy=1.26.4=py310hb13e2d6_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h5fbd93e_0 - openssl=3.5.0=h7b32b05_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py310h5eaa309_3 + - pandas=2.3.0=py310h5eaa309_0 - pandoc=3.7.0.2=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 + - param-sweeps=0.2.1=pyhe01879c_0 - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 @@ -205,7 +210,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_3 - pybtex-docutils=1.0.3=py310hff52083_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py310hbcd0ec0_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h69a6472_0 @@ -214,8 +219,8 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.3=pyhd8ed1ab_1 - pysocks=1.7.1=pyha55dd90_7 - - pytest=8.4.0=pyhd8ed1ab_0 - - pytest-cov=6.1.1=pyhd8ed1ab_0 + - pytest=8.4.1=pyhd8ed1ab_0 + - pytest-cov=6.2.1=pyhd8ed1ab_0 - python=3.10.18=hd6af730_0_cpython - python-dateutil=2.9.0.post0=pyhff2d567_1 - python-fastjsonschema=2.21.1=pyhd8ed1ab_0 @@ -225,11 +230,11 @@ dependencies: - python_abi=3.10=7_cp310 - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.2=py310h89163eb_2 - - pyzmq=26.4.0=py310h71f11fc_0 + - pyzmq=27.0.0=py310h71f11fc_0 - readline=8.2=h8c095d6_2 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.36.2=pyh29332c3_0 - - requests=2.32.3=pyhd8ed1ab_1 + - requests=2.32.4=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rpds-py=0.25.1=py310hbcd0ec0_0 @@ -270,7 +275,7 @@ dependencies: - tk=8.6.13=noxft_hd72426e_102 - toml=0.10.2=pyhd8ed1ab_1 - tomli=2.2.1=pyhd8ed1ab_1 - - tomlkit=0.13.2=pyha770c72_1 + - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.1=py310ha75aee5_0 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -284,7 +289,7 @@ dependencies: - uc-micro-py=1.0.3=pyhd8ed1ab_1 - unicodedata2=16.0.0=py310ha75aee5_0 - uri-template=1.3.0=pyhd8ed1ab_1 - - urllib3=2.4.0=pyhd8ed1ab_0 + - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.13=pyhd8ed1ab_1 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 @@ -298,15 +303,9 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=h3b0a872_7 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py310ha75aee5_2 - zstd=1.5.7=hb8e6e7a_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index a73749ce..86f85044 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: 808a8fb1b81c016263054465040c418aab1bf1e8b46764e295f18d68b9f82e20 +# input_hash: f89539ebcd043519cc2e861ce8a5aa6c6189704ecd33f836bf3711fb7d10824a channels: - conda-forge @@ -10,15 +10,15 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb9d3cd8_2 - - brotli-bin=1.1.0=hb9d3cd8_2 - - brotli-python=1.1.0=py310hf71b8c6_2 + - brotli=1.1.0=hb9d3cd8_3 + - brotli-bin=1.1.0=hb9d3cd8_3 + - brotli-python=1.1.0=py310hf71b8c6_3 - bzip2=1.0.8=h4bc722e_7 - c-ares=1.34.5=hb9d3cd8_0 - - ca-certificates=2025.4.26=hbd8a1cb_0 + - ca-certificates=2025.6.15=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py310h8deb56e_0 - click=8.2.1=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -27,35 +27,36 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py310ha75aee5_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - - discretize=0.11.2=py310ha2bacc8_1 + - discretize=0.11.3=py310ha2bacc8_0 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py310h89163eb_0 + - fonttools=4.58.4=py310h89163eb_0 - freetype=2.13.3=ha770c72_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py310ha2bacc8_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py310h2a0e991_101 + - h5py=3.14.0=nompi_py310hea1e86d_100 - hdf5=1.14.6=nompi_h2d575fe_101 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he02047a_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.1=pyhd8ed1ab_0 - keyutils=1.6.1=h166bdaf_0 - kiwisolver=1.4.7=py310h3788b33_0 - krb5=1.21.3=h659f571_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.43=h712a8e2_4 + - ld_impl_linux-64=2.43=h1423503_5 - lerc=4.0.0=h0aef613_1 - - libaec=1.1.3=h59595ed_0 - - libblas=3.9.0=31_hfdb39a5_mkl - - libbrotlicommon=1.1.0=hb9d3cd8_2 - - libbrotlidec=1.1.0=hb9d3cd8_2 - - libbrotlienc=1.1.0=hb9d3cd8_2 - - libcblas=3.9.0=31_h372d94f_mkl + - libaec=1.1.4=h3f801dc_0 + - libblas=3.9.0=32_hfdb39a5_mkl + - libbrotlicommon=1.1.0=hb9d3cd8_3 + - libbrotlidec=1.1.0=hb9d3cd8_3 + - libbrotlienc=1.1.0=hb9d3cd8_3 + - libcblas=3.9.0=32_h372d94f_mkl - libcurl=8.14.1=h332b0f4_0 - libdeflate=1.24=h86f0d12_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -72,13 +73,13 @@ dependencies: - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 - - liblapack=3.9.0=31_hc41d3b0_mkl - - liblzma=5.8.1=hb9d3cd8_1 + - liblapack=3.9.0=32_hc41d3b0_mkl + - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.64.0=h161d5f1_0 - - libnsl=2.0.1=hd590300_0 - - libpng=1.6.47=h943b412_0 + - libnsl=2.0.1=hb9d3cd8_1 + - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - - libsqlite=3.50.0=hee588c1_0 + - libsqlite=3.50.1=hee588c1_4 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.1.0=h8f9b012_2 - libstdcxx-ng=15.1.0=h4852527_2 @@ -89,30 +90,33 @@ dependencies: - libxcrypt=4.4.36=hd590300_1 - libxml2=2.13.8=h4bc477f_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=20.1.6=h024ca30_0 + - llvm-openmp=20.1.7=h024ca30_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py310h89163eb_1 - matplotlib-base=3.8.4=py310hef631a5_2 - metis=5.1.0=hd0bcaf9_1007 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mkl=2024.2.2=ha957f24_16 - - msgpack-python=1.1.0=py310h3788b33_0 + - msgpack-python=1.1.1=py310h3788b33_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - numcodecs=0.13.1=py310h5eaa309_0 - numpy=1.26.4=py310hb13e2d6_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h5fbd93e_0 - openssl=3.5.0=h7b32b05_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py310h5eaa309_3 + - pandas=2.3.0=py310h5eaa309_0 + - param-sweeps=0.2.1=pyhe01879c_0 - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310hebfe307_1 - pip=25.1.1=pyh8b19718_0 - psutil=7.0.0=py310ha75aee5_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py310hbcd0ec0_0 - pydiso=0.1.2=py310h69a6472_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -143,7 +147,7 @@ dependencies: - typing_extensions=4.14.0=pyhe01879c_0 - tzdata=2025b=h78e105d_0 - unicodedata2=16.0.0=py310ha75aee5_0 - - urllib3=2.4.0=pyhd8ed1ab_0 + - urllib3=2.5.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - xorg-libxau=1.0.12=hb9d3cd8_0 - xorg-libxdmcp=1.1.5=hb9d3cd8_0 @@ -151,15 +155,9 @@ dependencies: - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py310ha75aee5_2 - zstd=1.5.7=hb8e6e7a_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 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 80efa6ca..fcc38a3a 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 5dd0c312b3c867d2321897b70baa2b9a30142b8cfd047512279386fe19a8657d +# input_hash: 790f18a8b988eac7efd6b14ae540a0cbb4fd99a724658517a4fbc87632d9b2d3 channels: - conda-forge @@ -24,14 +24,14 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=h2466b09_2 - - brotli-bin=1.1.0=h2466b09_2 - - brotli-python=1.1.0=py310h9e98ed7_2 + - brotli=1.1.0=h2466b09_3 + - brotli-bin=1.1.0=h2466b09_3 + - brotli-python=1.1.0=py310h9e98ed7_3 - bzip2=1.0.8=h2466b09_7 - - ca-certificates=2025.4.26=h4c7d964_0 + - ca-certificates=2025.6.15=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py310ha8f682b_0 - charset-normalizer=3.4.2=pyhd8ed1ab_0 - click=8.2.1=pyh7428d3b_0 @@ -39,7 +39,7 @@ dependencies: - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.2=pyhd8ed1ab_1 - contourpy=1.3.2=py310hc19bc0b_0 - - coverage=7.8.2=py310h38315fa_0 + - coverage=7.9.1=py310h38315fa_0 - cpython=3.10.18=py310hd8ed1ab_0 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py310ha8f682b_0 @@ -49,21 +49,23 @@ dependencies: - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.2=py310h3e8ed56_1 + - discretize=0.11.3=py310h3e8ed56_0 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py310h5588dad_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 - executing=2.2.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py310h38315fa_0 + - fonttools=4.58.4=py310h38315fa_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.13.3=h57928b3_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py310h3e8ed56_0 - - greenlet=3.2.2=py310h9e98ed7_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 + - greenlet=3.2.3=py310h9e98ed7_0 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py310hd6dd405_101 + - h5py=3.14.0=nompi_py310h877c39c_100 - hdf5=1.14.6=nompi_hd5d9e70_101 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -108,12 +110,12 @@ dependencies: - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - - libaec=1.1.3=h63175ca_0 - - libblas=3.9.0=31_h641d27c_mkl - - libbrotlicommon=1.1.0=h2466b09_2 - - libbrotlidec=1.1.0=h2466b09_2 - - libbrotlienc=1.1.0=h2466b09_2 - - libcblas=3.9.0=31_h5e41251_mkl + - libaec=1.1.4=h20038f6_0 + - libblas=3.9.0=32_h641d27c_mkl + - libbrotlicommon=1.1.0=h2466b09_3 + - libbrotlidec=1.1.0=h2466b09_3 + - libbrotlienc=1.1.0=h2466b09_3 + - libcblas=3.9.0=32_h5e41251_mkl - libcurl=8.14.1=h88aaa65_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -126,11 +128,11 @@ dependencies: - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - - liblapack=3.9.0=31_h1aa476e_mkl - - liblzma=5.8.1=h2466b09_1 - - libpng=1.6.47=h7a4582a_0 + - liblapack=3.9.0=32_h1aa476e_mkl + - liblzma=5.8.1=h2466b09_2 + - libpng=1.6.49=h7a4582a_0 - libsodium=1.0.20=hc70643c_0 - - libsqlite=3.50.0=h67fdade_0 + - libsqlite=3.50.1=h053a19d_4 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -139,7 +141,7 @@ dependencies: - libxml2=2.13.8=h442d1da_0 - libzlib=1.3.1=h2466b09_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=20.1.6=h30eaf37_0 + - llvm-openmp=20.1.7=h30eaf37_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py310h38315fa_1 @@ -148,11 +150,12 @@ dependencies: - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_1 - mdurl=0.1.2=pyhd8ed1ab_1 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mistune=3.1.3=pyh29332c3_0 - mkl=2024.2.2=h66d3029_15 - - msgpack-python=1.1.0=py310hc19bc0b_0 + - msgpack-python=1.1.1=py310hc19bc0b_0 - mumps-seq=5.7.3=hbaa6519_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.2.0=pyh29332c3_0 - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 @@ -165,13 +168,15 @@ dependencies: - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.13.1=py310hb4db72f_0 - numpy=1.26.4=py310hf667824_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h4d64b90_0 - openssl=3.5.0=ha4e3fda_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py310hb4db72f_3 + - pandas=2.3.0=py310hb4db72f_0 - pandoc=3.7.0.2=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 + - param-sweeps=0.2.1=pyhe01879c_0 - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - pickleshare=0.7.5=pyhd8ed1ab_1004 @@ -188,7 +193,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_3 - pybtex-docutils=1.0.3=py310h5588dad_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py310hed05c55_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h8f92c26_0 @@ -197,8 +202,8 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.3=pyhd8ed1ab_1 - pysocks=1.7.1=pyh09c184e_7 - - pytest=8.4.0=pyhd8ed1ab_0 - - pytest-cov=6.1.1=pyhd8ed1ab_0 + - pytest=8.4.1=pyhd8ed1ab_0 + - pytest-cov=6.2.1=pyhd8ed1ab_0 - python=3.10.18=h8c5b53a_0_cpython - python-dateutil=2.9.0.post0=pyhff2d567_1 - python-fastjsonschema=2.21.1=pyhd8ed1ab_0 @@ -210,10 +215,10 @@ dependencies: - pywin32=307=py310h9e98ed7_3 - pywinpty=2.0.15=py310h9e98ed7_0 - pyyaml=6.0.2=py310h38315fa_2 - - pyzmq=26.4.0=py310h656833d_0 + - pyzmq=27.0.0=py310h656833d_0 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.36.2=pyh29332c3_0 - - requests=2.32.3=pyhd8ed1ab_1 + - requests=2.32.4=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rpds-py=0.25.1=py310hed05c55_0 @@ -254,7 +259,7 @@ dependencies: - tk=8.6.13=h2c6b04d_2 - toml=0.10.2=pyhd8ed1ab_1 - tomli=2.2.1=pyhd8ed1ab_1 - - tomlkit=0.13.2=pyha770c72_1 + - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.1=py310ha8f682b_0 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -269,10 +274,10 @@ dependencies: - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=16.0.0=py310ha8f682b_0 - uri-template=1.3.0=pyhd8ed1ab_1 - - urllib3=2.4.0=pyhd8ed1ab_0 - - vc=14.3=h2b53caa_26 - - vc14_runtime=14.42.34438=hfd919c2_26 - - vs2015_runtime=14.42.34438=h7142326_26 + - urllib3=2.5.0=pyhd8ed1ab_0 + - vc=14.3=h41ae7f8_26 + - vc14_runtime=14.44.35208=h818238b_26 + - vs2015_runtime=14.44.35208=h38c0c73_26 - wcwidth=0.2.13=pyhd8ed1ab_1 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 @@ -288,15 +293,9 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=ha9f60a1_7 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py310ha8f682b_2 - zstd=1.5.7=hbeecb71_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 9164fe9a..cc401965 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: 5dd0c312b3c867d2321897b70baa2b9a30142b8cfd047512279386fe19a8657d +# input_hash: 790f18a8b988eac7efd6b14ae540a0cbb4fd99a724658517a4fbc87632d9b2d3 channels: - conda-forge @@ -10,14 +10,14 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=h2466b09_2 - - brotli-bin=1.1.0=h2466b09_2 - - brotli-python=1.1.0=py310h9e98ed7_2 + - brotli=1.1.0=h2466b09_3 + - brotli-bin=1.1.0=h2466b09_3 + - brotli-python=1.1.0=py310h9e98ed7_3 - bzip2=1.0.8=h2466b09_7 - - ca-certificates=2025.4.26=h4c7d964_0 + - ca-certificates=2025.6.15=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py310ha8f682b_0 - click=8.2.1=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -26,20 +26,21 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py310ha8f682b_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - - discretize=0.11.2=py310h3e8ed56_1 + - discretize=0.11.3=py310h3e8ed56_0 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py310h38315fa_0 + - fonttools=4.58.4=py310h38315fa_0 - freetype=2.13.3=h57928b3_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py310h3e8ed56_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py310hd6dd405_101 + - h5py=3.14.0=nompi_py310h877c39c_100 - hdf5=1.14.6=nompi_hd5d9e70_101 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - intel-openmp=2024.2.1=h57928b3_1083 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.1=pyhd8ed1ab_0 @@ -47,12 +48,12 @@ dependencies: - krb5=1.21.3=hdf4eb48_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - - libaec=1.1.3=h63175ca_0 - - libblas=3.9.0=31_h641d27c_mkl - - libbrotlicommon=1.1.0=h2466b09_2 - - libbrotlidec=1.1.0=h2466b09_2 - - libbrotlienc=1.1.0=h2466b09_2 - - libcblas=3.9.0=31_h5e41251_mkl + - libaec=1.1.4=h20038f6_0 + - libblas=3.9.0=32_h641d27c_mkl + - libbrotlicommon=1.1.0=h2466b09_3 + - libbrotlidec=1.1.0=h2466b09_3 + - libbrotlienc=1.1.0=h2466b09_3 + - libcblas=3.9.0=32_h5e41251_mkl - libcurl=8.14.1=h88aaa65_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -65,10 +66,10 @@ dependencies: - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - - liblapack=3.9.0=31_h1aa476e_mkl - - liblzma=5.8.1=h2466b09_1 - - libpng=1.6.47=h7a4582a_0 - - libsqlite=3.50.0=h67fdade_0 + - liblapack=3.9.0=32_h1aa476e_mkl + - liblzma=5.8.1=h2466b09_2 + - libpng=1.6.49=h7a4582a_0 + - libsqlite=3.50.1=h053a19d_4 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -76,27 +77,30 @@ dependencies: - libxcb=1.17.0=h0e4246c_0 - libxml2=2.13.8=h442d1da_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=20.1.6=h30eaf37_0 + - llvm-openmp=20.1.7=h30eaf37_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py310h38315fa_1 - matplotlib-base=3.8.4=py310hadb10a8_2 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mkl=2024.2.2=h66d3029_15 - - msgpack-python=1.1.0=py310hc19bc0b_0 + - msgpack-python=1.1.1=py310hc19bc0b_0 - mumps-seq=5.7.3=hbaa6519_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.13.1=py310hb4db72f_0 - numpy=1.26.4=py310hf667824_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h4d64b90_0 - openssl=3.5.0=ha4e3fda_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py310hb4db72f_3 + - pandas=2.3.0=py310hb4db72f_0 + - param-sweeps=0.2.1=pyhe01879c_0 - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310h3e38d90_1 - pip=25.1.1=pyh8b19718_0 - psutil=7.0.0=py310ha8f682b_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py310hed05c55_0 - pydiso=0.1.2=py310h8f92c26_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -127,10 +131,10 @@ dependencies: - tzdata=2025b=h78e105d_0 - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=16.0.0=py310ha8f682b_0 - - urllib3=2.4.0=pyhd8ed1ab_0 - - vc=14.3=h2b53caa_26 - - vc14_runtime=14.42.34438=hfd919c2_26 - - vs2015_runtime=14.42.34438=h7142326_26 + - urllib3=2.5.0=pyhd8ed1ab_0 + - vc=14.3=h41ae7f8_26 + - vc14_runtime=14.44.35208=h818238b_26 + - vs2015_runtime=14.44.35208=h38c0c73_26 - wheel=0.45.1=pyhd8ed1ab_1 - win_inet_pton=1.1.0=pyh7428d3b_8 - xorg-libxau=1.0.12=h0e40799_0 @@ -139,15 +143,9 @@ dependencies: - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py310ha8f682b_2 - zstd=1.5.7=hbeecb71_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 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 e4111b9d..ce839d08 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 45598a3fe4924b0456a6a385798db75a84287e671ec28a5a581312dccfe801f9 +# input_hash: 8ac3d9fab83f7a3f6467f9c2b53c0bfd99685e8e92b530ac6b0a6d392f020377 channels: - conda-forge @@ -24,15 +24,15 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb9d3cd8_2 - - brotli-bin=1.1.0=hb9d3cd8_2 - - brotli-python=1.1.0=py311hfdbb021_2 + - brotli=1.1.0=hb9d3cd8_3 + - brotli-bin=1.1.0=hb9d3cd8_3 + - brotli-python=1.1.0=py311hfdbb021_3 - bzip2=1.0.8=h4bc722e_7 - c-ares=1.34.5=hb9d3cd8_0 - - ca-certificates=2025.4.26=hbd8a1cb_0 + - ca-certificates=2025.6.15=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py311hf29c0ef_0 - charset-normalizer=3.4.2=pyhd8ed1ab_0 - click=8.2.1=pyh707e725_0 @@ -40,7 +40,7 @@ dependencies: - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.2=pyhd8ed1ab_1 - contourpy=1.3.2=py311hd18a35c_0 - - coverage=7.8.2=py311h2dc5d0c_0 + - coverage=7.9.1=py311h2dc5d0c_0 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py311h9ecbd09_0 - dask-core=2025.3.0=pyhd8ed1ab_0 @@ -50,21 +50,23 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.2=py311h5b7b71f_1 + - discretize=0.11.3=py311h5b7b71f_0 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py311h38be061_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 - executing=2.2.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py311h2dc5d0c_0 + - fonttools=4.58.4=py311h2dc5d0c_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.13.3=ha770c72_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py311h5b7b71f_0 - - greenlet=3.2.2=py311hfdbb021_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 + - greenlet=3.2.3=py311hfdbb021_0 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py311h38436b4_101 + - h5py=3.14.0=nompi_py311h7f87ba5_100 - hdf5=1.14.6=nompi_h2d575fe_101 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -110,14 +112,14 @@ dependencies: - krb5=1.21.3=h659f571_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.43=h712a8e2_4 + - ld_impl_linux-64=2.43=h1423503_5 - lerc=4.0.0=h0aef613_1 - - libaec=1.1.3=h59595ed_0 - - libblas=3.9.0=31_hfdb39a5_mkl - - libbrotlicommon=1.1.0=hb9d3cd8_2 - - libbrotlidec=1.1.0=hb9d3cd8_2 - - libbrotlienc=1.1.0=hb9d3cd8_2 - - libcblas=3.9.0=31_h372d94f_mkl + - libaec=1.1.4=h3f801dc_0 + - libblas=3.9.0=32_hfdb39a5_mkl + - libbrotlicommon=1.1.0=hb9d3cd8_3 + - libbrotlidec=1.1.0=hb9d3cd8_3 + - libbrotlienc=1.1.0=hb9d3cd8_3 + - libcblas=3.9.0=32_h372d94f_mkl - libcurl=8.14.1=h332b0f4_0 - libdeflate=1.24=h86f0d12_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -134,14 +136,14 @@ dependencies: - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 - - liblapack=3.9.0=31_hc41d3b0_mkl - - liblzma=5.8.1=hb9d3cd8_1 + - liblapack=3.9.0=32_hc41d3b0_mkl + - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.64.0=h161d5f1_0 - - libnsl=2.0.1=hd590300_0 - - libpng=1.6.47=h943b412_0 + - libnsl=2.0.1=hb9d3cd8_1 + - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - - libsqlite=3.50.0=hee588c1_0 + - libsqlite=3.50.1=hee588c1_4 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.1.0=h8f9b012_2 - libstdcxx-ng=15.1.0=h4852527_2 @@ -153,7 +155,7 @@ dependencies: - libxml2=2.13.8=h4bc477f_0 - libzlib=1.3.1=hb9d3cd8_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=20.1.6=h024ca30_0 + - llvm-openmp=20.1.7=h024ca30_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py311h2dc5d0c_1 @@ -163,12 +165,13 @@ dependencies: - mdit-py-plugins=0.4.2=pyhd8ed1ab_1 - mdurl=0.1.2=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mistune=3.1.3=pyh29332c3_0 - mkl=2024.2.2=ha957f24_16 - - msgpack-python=1.1.0=py311hd18a35c_0 + - msgpack-python=1.1.1=py311hd18a35c_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.2.0=pyh29332c3_0 - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 @@ -182,13 +185,15 @@ dependencies: - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py311h7db5c69_0 - numpy=1.26.4=py311h64a7726_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h5fbd93e_0 - openssl=3.5.0=h7b32b05_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py311h7db5c69_3 + - pandas=2.3.0=py311h7db5c69_0 - pandoc=3.7.0.2=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 + - param-sweeps=0.2.1=pyhe01879c_0 - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 @@ -207,7 +212,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_3 - pybtex-docutils=1.0.3=py311h38be061_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py311hdae7d1d_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h19ea254_0 @@ -216,8 +221,8 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.3=pyhd8ed1ab_1 - pysocks=1.7.1=pyha55dd90_7 - - pytest=8.4.0=pyhd8ed1ab_0 - - pytest-cov=6.1.1=pyhd8ed1ab_0 + - pytest=8.4.1=pyhd8ed1ab_0 + - pytest-cov=6.2.1=pyhd8ed1ab_0 - python=3.11.13=h9e4cc4f_0_cpython - python-dateutil=2.9.0.post0=pyhff2d567_1 - python-fastjsonschema=2.21.1=pyhd8ed1ab_0 @@ -227,11 +232,11 @@ dependencies: - python_abi=3.11=7_cp311 - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.2=py311h2dc5d0c_2 - - pyzmq=26.4.0=py311h7deb3e3_0 + - pyzmq=27.0.0=py311h7deb3e3_0 - readline=8.2=h8c095d6_2 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.36.2=pyh29332c3_0 - - requests=2.32.3=pyhd8ed1ab_1 + - requests=2.32.4=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rpds-py=0.25.1=py311hdae7d1d_0 @@ -272,7 +277,7 @@ dependencies: - tk=8.6.13=noxft_hd72426e_102 - toml=0.10.2=pyhd8ed1ab_1 - tomli=2.2.1=pyhd8ed1ab_1 - - tomlkit=0.13.2=pyha770c72_1 + - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.1=py311h9ecbd09_0 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -286,7 +291,7 @@ dependencies: - uc-micro-py=1.0.3=pyhd8ed1ab_1 - unicodedata2=16.0.0=py311h9ecbd09_0 - uri-template=1.3.0=pyhd8ed1ab_1 - - urllib3=2.4.0=pyhd8ed1ab_0 + - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.13=pyhd8ed1ab_1 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 @@ -301,15 +306,9 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=h3b0a872_7 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py311h9ecbd09_2 - zstd=1.5.7=hb8e6e7a_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 00f6cdd2..aace36c2 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: 45598a3fe4924b0456a6a385798db75a84287e671ec28a5a581312dccfe801f9 +# input_hash: 8ac3d9fab83f7a3f6467f9c2b53c0bfd99685e8e92b530ac6b0a6d392f020377 channels: - conda-forge @@ -10,15 +10,15 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb9d3cd8_2 - - brotli-bin=1.1.0=hb9d3cd8_2 - - brotli-python=1.1.0=py311hfdbb021_2 + - brotli=1.1.0=hb9d3cd8_3 + - brotli-bin=1.1.0=hb9d3cd8_3 + - brotli-python=1.1.0=py311hfdbb021_3 - bzip2=1.0.8=h4bc722e_7 - c-ares=1.34.5=hb9d3cd8_0 - - ca-certificates=2025.4.26=hbd8a1cb_0 + - ca-certificates=2025.6.15=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py311hf29c0ef_0 - click=8.2.1=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -28,35 +28,36 @@ dependencies: - cytoolz=1.0.1=py311h9ecbd09_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - discretize=0.11.2=py311h5b7b71f_1 + - discretize=0.11.3=py311h5b7b71f_0 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py311h2dc5d0c_0 + - fonttools=4.58.4=py311h2dc5d0c_0 - freetype=2.13.3=ha770c72_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py311h5b7b71f_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py311h38436b4_101 + - h5py=3.14.0=nompi_py311h7f87ba5_100 - hdf5=1.14.6=nompi_h2d575fe_101 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he02047a_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.1=pyhd8ed1ab_0 - keyutils=1.6.1=h166bdaf_0 - kiwisolver=1.4.7=py311hd18a35c_0 - krb5=1.21.3=h659f571_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.43=h712a8e2_4 + - ld_impl_linux-64=2.43=h1423503_5 - lerc=4.0.0=h0aef613_1 - - libaec=1.1.3=h59595ed_0 - - libblas=3.9.0=31_hfdb39a5_mkl - - libbrotlicommon=1.1.0=hb9d3cd8_2 - - libbrotlidec=1.1.0=hb9d3cd8_2 - - libbrotlienc=1.1.0=hb9d3cd8_2 - - libcblas=3.9.0=31_h372d94f_mkl + - libaec=1.1.4=h3f801dc_0 + - libblas=3.9.0=32_hfdb39a5_mkl + - libbrotlicommon=1.1.0=hb9d3cd8_3 + - libbrotlidec=1.1.0=hb9d3cd8_3 + - libbrotlienc=1.1.0=hb9d3cd8_3 + - libcblas=3.9.0=32_h372d94f_mkl - libcurl=8.14.1=h332b0f4_0 - libdeflate=1.24=h86f0d12_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -73,13 +74,13 @@ dependencies: - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 - - liblapack=3.9.0=31_hc41d3b0_mkl - - liblzma=5.8.1=hb9d3cd8_1 + - liblapack=3.9.0=32_hc41d3b0_mkl + - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.64.0=h161d5f1_0 - - libnsl=2.0.1=hd590300_0 - - libpng=1.6.47=h943b412_0 + - libnsl=2.0.1=hb9d3cd8_1 + - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - - libsqlite=3.50.0=hee588c1_0 + - libsqlite=3.50.1=hee588c1_4 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.1.0=h8f9b012_2 - libstdcxx-ng=15.1.0=h4852527_2 @@ -90,30 +91,33 @@ dependencies: - libxcrypt=4.4.36=hd590300_1 - libxml2=2.13.8=h4bc477f_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=20.1.6=h024ca30_0 + - llvm-openmp=20.1.7=h024ca30_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py311h2dc5d0c_1 - matplotlib-base=3.8.4=py311ha4ca890_2 - metis=5.1.0=hd0bcaf9_1007 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mkl=2024.2.2=ha957f24_16 - - msgpack-python=1.1.0=py311hd18a35c_0 + - msgpack-python=1.1.1=py311hd18a35c_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - numcodecs=0.15.1=py311h7db5c69_0 - numpy=1.26.4=py311h64a7726_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h5fbd93e_0 - openssl=3.5.0=h7b32b05_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py311h7db5c69_3 + - pandas=2.3.0=py311h7db5c69_0 + - param-sweeps=0.2.1=pyhe01879c_0 - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h82a398c_1 - pip=25.1.1=pyh8b19718_0 - psutil=7.0.0=py311h9ecbd09_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py311hdae7d1d_0 - pydiso=0.1.2=py311h19ea254_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -144,7 +148,7 @@ dependencies: - typing_extensions=4.14.0=pyhe01879c_0 - tzdata=2025b=h78e105d_0 - unicodedata2=16.0.0=py311h9ecbd09_0 - - urllib3=2.4.0=pyhd8ed1ab_0 + - urllib3=2.5.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - wrapt=1.17.2=py311h9ecbd09_0 - xorg-libxau=1.0.12=hb9d3cd8_0 @@ -153,15 +157,9 @@ dependencies: - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py311h9ecbd09_2 - zstd=1.5.7=hb8e6e7a_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 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 2ca7a5fa..32e6655e 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: f494ddfc45d95e9dc44ae24b6f9627b5ecc007f36d70bfa72f29b9e6b40b6def +# input_hash: e3a60c402cf8940784bbe69fbbf40b9ee130a4059f7dca4dce9a8b7533ea7d9f channels: - conda-forge @@ -24,14 +24,14 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=h2466b09_2 - - brotli-bin=1.1.0=h2466b09_2 - - brotli-python=1.1.0=py311hda3d55a_2 + - brotli=1.1.0=h2466b09_3 + - brotli-bin=1.1.0=h2466b09_3 + - brotli-python=1.1.0=py311hda3d55a_3 - bzip2=1.0.8=h2466b09_7 - - ca-certificates=2025.4.26=h4c7d964_0 + - ca-certificates=2025.6.15=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py311he736701_0 - charset-normalizer=3.4.2=pyhd8ed1ab_0 - click=8.2.1=pyh7428d3b_0 @@ -39,7 +39,7 @@ dependencies: - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.2=pyhd8ed1ab_1 - contourpy=1.3.2=py311h3257749_0 - - coverage=7.8.2=py311h5082efb_0 + - coverage=7.9.1=py311h5082efb_0 - cpython=3.11.13=py311hd8ed1ab_0 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py311he736701_0 @@ -50,21 +50,23 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.2=py311h9b10771_0 + - discretize=0.11.3=py311h9b10771_0 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py311h1ea47a8_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 - executing=2.2.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py311h5082efb_0 + - fonttools=4.58.4=py311h5082efb_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.13.3=h57928b3_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py311h9b10771_0 - - greenlet=3.2.2=py311hda3d55a_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 + - greenlet=3.2.3=py311hda3d55a_0 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py311hc74fd12_101 + - h5py=3.14.0=nompi_py311h97e6cc2_100 - hdf5=1.14.6=nompi_hd5d9e70_101 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -110,12 +112,12 @@ dependencies: - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - - libaec=1.1.3=h63175ca_0 - - libblas=3.9.0=31_h641d27c_mkl - - libbrotlicommon=1.1.0=h2466b09_2 - - libbrotlidec=1.1.0=h2466b09_2 - - libbrotlienc=1.1.0=h2466b09_2 - - libcblas=3.9.0=31_h5e41251_mkl + - libaec=1.1.4=h20038f6_0 + - libblas=3.9.0=32_h641d27c_mkl + - libbrotlicommon=1.1.0=h2466b09_3 + - libbrotlidec=1.1.0=h2466b09_3 + - libbrotlienc=1.1.0=h2466b09_3 + - libcblas=3.9.0=32_h5e41251_mkl - libcurl=8.14.1=h88aaa65_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -128,11 +130,11 @@ dependencies: - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - - liblapack=3.9.0=31_h1aa476e_mkl - - liblzma=5.8.1=h2466b09_1 - - libpng=1.6.47=h7a4582a_0 + - liblapack=3.9.0=32_h1aa476e_mkl + - liblzma=5.8.1=h2466b09_2 + - libpng=1.6.49=h7a4582a_0 - libsodium=1.0.20=hc70643c_0 - - libsqlite=3.50.0=h67fdade_0 + - libsqlite=3.50.1=h053a19d_4 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -141,7 +143,7 @@ dependencies: - libxml2=2.13.8=h442d1da_0 - libzlib=1.3.1=h2466b09_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=20.1.6=h30eaf37_0 + - llvm-openmp=20.1.7=h30eaf37_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py311h5082efb_1 @@ -150,11 +152,12 @@ dependencies: - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_1 - mdurl=0.1.2=pyhd8ed1ab_1 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mistune=3.1.3=pyh29332c3_0 - mkl=2024.2.2=h66d3029_15 - - msgpack-python=1.1.0=py311h3257749_0 + - msgpack-python=1.1.1=py311h3257749_0 - mumps-seq=5.7.3=hbaa6519_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.2.0=pyh29332c3_0 - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 @@ -167,13 +170,15 @@ dependencies: - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py311hcf9f919_0 - numpy=1.26.4=py311h0b4df5a_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h4d64b90_0 - openssl=3.5.0=ha4e3fda_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py311hcf9f919_3 + - pandas=2.3.0=py311hcf9f919_0 - pandoc=3.7.0.2=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 + - param-sweeps=0.2.1=pyhe01879c_0 - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - pickleshare=0.7.5=pyhd8ed1ab_1004 @@ -190,7 +195,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_3 - pybtex-docutils=1.0.3=py311h1ea47a8_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py311hc4022dc_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h66870c1_0 @@ -199,8 +204,8 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.3=pyhd8ed1ab_1 - pysocks=1.7.1=pyh09c184e_7 - - pytest=8.4.0=pyhd8ed1ab_0 - - pytest-cov=6.1.1=pyhd8ed1ab_0 + - pytest=8.4.1=pyhd8ed1ab_0 + - pytest-cov=6.2.1=pyhd8ed1ab_0 - python=3.11.13=h3f84c4b_0_cpython - python-dateutil=2.9.0.post0=pyhff2d567_1 - python-fastjsonschema=2.21.1=pyhd8ed1ab_0 @@ -212,10 +217,10 @@ dependencies: - pywin32=307=py311hda3d55a_3 - pywinpty=2.0.15=py311hda3d55a_0 - pyyaml=6.0.2=py311h5082efb_2 - - pyzmq=26.4.0=py311h484c95c_0 + - pyzmq=27.0.0=py311h484c95c_0 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.36.2=pyh29332c3_0 - - requests=2.32.3=pyhd8ed1ab_1 + - requests=2.32.4=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rpds-py=0.25.1=py311hc4022dc_0 @@ -256,7 +261,7 @@ dependencies: - tk=8.6.13=h2c6b04d_2 - toml=0.10.2=pyhd8ed1ab_1 - tomli=2.2.1=pyhd8ed1ab_1 - - tomlkit=0.13.2=pyha770c72_1 + - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.1=py311he736701_0 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -271,10 +276,10 @@ dependencies: - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=16.0.0=py311he736701_0 - uri-template=1.3.0=pyhd8ed1ab_1 - - urllib3=2.4.0=pyhd8ed1ab_0 - - vc=14.3=h2b53caa_26 - - vc14_runtime=14.42.34438=hfd919c2_26 - - vs2015_runtime=14.42.34438=h7142326_26 + - urllib3=2.5.0=pyhd8ed1ab_0 + - vc=14.3=h41ae7f8_26 + - vc14_runtime=14.44.35208=h818238b_26 + - vs2015_runtime=14.44.35208=h38c0c73_26 - wcwidth=0.2.13=pyhd8ed1ab_1 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 @@ -291,15 +296,9 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=ha9f60a1_7 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py311he736701_2 - zstd=1.5.7=hbeecb71_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index 6087a31a..f2bd0f87 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: f494ddfc45d95e9dc44ae24b6f9627b5ecc007f36d70bfa72f29b9e6b40b6def +# input_hash: e3a60c402cf8940784bbe69fbbf40b9ee130a4059f7dca4dce9a8b7533ea7d9f channels: - conda-forge @@ -10,14 +10,14 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=h2466b09_2 - - brotli-bin=1.1.0=h2466b09_2 - - brotli-python=1.1.0=py311hda3d55a_2 + - brotli=1.1.0=h2466b09_3 + - brotli-bin=1.1.0=h2466b09_3 + - brotli-python=1.1.0=py311hda3d55a_3 - bzip2=1.0.8=h2466b09_7 - - ca-certificates=2025.4.26=h4c7d964_0 + - ca-certificates=2025.6.15=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py311he736701_0 - click=8.2.1=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -27,20 +27,21 @@ dependencies: - cytoolz=1.0.1=py311he736701_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - discretize=0.11.2=py311h9b10771_0 + - discretize=0.11.3=py311h9b10771_0 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py311h5082efb_0 + - fonttools=4.58.4=py311h5082efb_0 - freetype=2.13.3=h57928b3_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py311h9b10771_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py311hc74fd12_101 + - h5py=3.14.0=nompi_py311h97e6cc2_100 - hdf5=1.14.6=nompi_hd5d9e70_101 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - intel-openmp=2024.2.1=h57928b3_1083 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.1=pyhd8ed1ab_0 @@ -48,12 +49,12 @@ dependencies: - krb5=1.21.3=hdf4eb48_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - - libaec=1.1.3=h63175ca_0 - - libblas=3.9.0=31_h641d27c_mkl - - libbrotlicommon=1.1.0=h2466b09_2 - - libbrotlidec=1.1.0=h2466b09_2 - - libbrotlienc=1.1.0=h2466b09_2 - - libcblas=3.9.0=31_h5e41251_mkl + - libaec=1.1.4=h20038f6_0 + - libblas=3.9.0=32_h641d27c_mkl + - libbrotlicommon=1.1.0=h2466b09_3 + - libbrotlidec=1.1.0=h2466b09_3 + - libbrotlienc=1.1.0=h2466b09_3 + - libcblas=3.9.0=32_h5e41251_mkl - libcurl=8.14.1=h88aaa65_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -66,10 +67,10 @@ dependencies: - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - - liblapack=3.9.0=31_h1aa476e_mkl - - liblzma=5.8.1=h2466b09_1 - - libpng=1.6.47=h7a4582a_0 - - libsqlite=3.50.0=h67fdade_0 + - liblapack=3.9.0=32_h1aa476e_mkl + - liblzma=5.8.1=h2466b09_2 + - libpng=1.6.49=h7a4582a_0 + - libsqlite=3.50.1=h053a19d_4 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -77,27 +78,30 @@ dependencies: - libxcb=1.17.0=h0e4246c_0 - libxml2=2.13.8=h442d1da_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=20.1.6=h30eaf37_0 + - llvm-openmp=20.1.7=h30eaf37_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py311h5082efb_1 - matplotlib-base=3.8.4=py311h9b31f6e_2 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mkl=2024.2.2=h66d3029_15 - - msgpack-python=1.1.0=py311h3257749_0 + - msgpack-python=1.1.1=py311h3257749_0 - mumps-seq=5.7.3=hbaa6519_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py311hcf9f919_0 - numpy=1.26.4=py311h0b4df5a_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h4d64b90_0 - openssl=3.5.0=ha4e3fda_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py311hcf9f919_3 + - pandas=2.3.0=py311hcf9f919_0 + - param-sweeps=0.2.1=pyhe01879c_0 - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h5592be9_1 - pip=25.1.1=pyh8b19718_0 - psutil=7.0.0=py311he736701_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py311hc4022dc_0 - pydiso=0.1.2=py311h66870c1_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -128,10 +132,10 @@ dependencies: - tzdata=2025b=h78e105d_0 - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=16.0.0=py311he736701_0 - - urllib3=2.4.0=pyhd8ed1ab_0 - - vc=14.3=h2b53caa_26 - - vc14_runtime=14.42.34438=hfd919c2_26 - - vs2015_runtime=14.42.34438=h7142326_26 + - urllib3=2.5.0=pyhd8ed1ab_0 + - vc=14.3=h41ae7f8_26 + - vc14_runtime=14.44.35208=h818238b_26 + - vs2015_runtime=14.44.35208=h38c0c73_26 - wheel=0.45.1=pyhd8ed1ab_1 - win_inet_pton=1.1.0=pyh7428d3b_8 - wrapt=1.17.2=py311he736701_0 @@ -141,15 +145,9 @@ dependencies: - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py311he736701_2 - zstd=1.5.7=hbeecb71_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 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 262b416b..b935c753 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: 2eba6e20461449b4d2512c2d0af9240d896ec7410a03c5b57ebd66b52eac3f89 +# input_hash: 0f94c11837d3e234e4b0ac50a2770bfa3d40c982411464314e590003e2752934 channels: - conda-forge @@ -24,15 +24,15 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb9d3cd8_2 - - brotli-bin=1.1.0=hb9d3cd8_2 - - brotli-python=1.1.0=py312h2ec8cdc_2 + - brotli=1.1.0=hb9d3cd8_3 + - brotli-bin=1.1.0=hb9d3cd8_3 + - brotli-python=1.1.0=py312h2ec8cdc_3 - bzip2=1.0.8=h4bc722e_7 - c-ares=1.34.5=hb9d3cd8_0 - - ca-certificates=2025.4.26=hbd8a1cb_0 + - ca-certificates=2025.6.15=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py312h06ac9bb_0 - charset-normalizer=3.4.2=pyhd8ed1ab_0 - click=8.2.1=pyh707e725_0 @@ -40,7 +40,7 @@ dependencies: - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.2=pyhd8ed1ab_1 - contourpy=1.3.2=py312h68727a3_0 - - coverage=7.8.2=py312h178313f_0 + - coverage=7.9.1=py312h178313f_0 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py312h66e93f0_0 - dask-core=2025.3.0=pyhd8ed1ab_0 @@ -50,21 +50,23 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.2=py312hc39e661_1 + - discretize=0.11.3=py312hc39e661_0 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.18.1=py312h7900ff3_0 - exceptiongroup=1.3.0=pyhd8ed1ab_0 - executing=2.2.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py312h178313f_0 + - fonttools=4.58.4=py312h178313f_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.13.3=ha770c72_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py312hc39e661_0 - - greenlet=3.2.2=py312h2ec8cdc_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 + - greenlet=3.2.3=py312h2ec8cdc_0 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py312h01d377b_101 + - h5py=3.14.0=nompi_py312h3faca00_100 - hdf5=1.14.6=nompi_h2d575fe_101 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -110,14 +112,14 @@ dependencies: - krb5=1.21.3=h659f571_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.43=h712a8e2_4 + - ld_impl_linux-64=2.43=h1423503_5 - lerc=4.0.0=h0aef613_1 - - libaec=1.1.3=h59595ed_0 - - libblas=3.9.0=31_hfdb39a5_mkl - - libbrotlicommon=1.1.0=hb9d3cd8_2 - - libbrotlidec=1.1.0=hb9d3cd8_2 - - libbrotlienc=1.1.0=hb9d3cd8_2 - - libcblas=3.9.0=31_h372d94f_mkl + - libaec=1.1.4=h3f801dc_0 + - libblas=3.9.0=32_hfdb39a5_mkl + - libbrotlicommon=1.1.0=hb9d3cd8_3 + - libbrotlidec=1.1.0=hb9d3cd8_3 + - libbrotlienc=1.1.0=hb9d3cd8_3 + - libcblas=3.9.0=32_h372d94f_mkl - libcurl=8.14.1=h332b0f4_0 - libdeflate=1.24=h86f0d12_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -134,14 +136,14 @@ dependencies: - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 - - liblapack=3.9.0=31_hc41d3b0_mkl - - liblzma=5.8.1=hb9d3cd8_1 + - liblapack=3.9.0=32_hc41d3b0_mkl + - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.64.0=h161d5f1_0 - - libnsl=2.0.1=hd590300_0 - - libpng=1.6.47=h943b412_0 + - libnsl=2.0.1=hb9d3cd8_1 + - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - - libsqlite=3.50.0=hee588c1_0 + - libsqlite=3.50.1=hee588c1_4 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.1.0=h8f9b012_2 - libstdcxx-ng=15.1.0=h4852527_2 @@ -153,7 +155,7 @@ dependencies: - libxml2=2.13.8=h4bc477f_0 - libzlib=1.3.1=hb9d3cd8_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=20.1.6=h024ca30_0 + - llvm-openmp=20.1.7=h024ca30_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py312h178313f_1 @@ -163,12 +165,13 @@ dependencies: - mdit-py-plugins=0.4.2=pyhd8ed1ab_1 - mdurl=0.1.2=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mistune=3.1.3=pyh29332c3_0 - mkl=2024.2.2=ha957f24_16 - - msgpack-python=1.1.0=py312h68727a3_0 + - msgpack-python=1.1.1=py312h68727a3_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.2.0=pyh29332c3_0 - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 @@ -182,13 +185,15 @@ dependencies: - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312hf9745cd_0 - numpy=1.26.4=py312heda63a1_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h5fbd93e_0 - openssl=3.5.0=h7b32b05_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py312hf9745cd_3 + - pandas=2.3.0=py312hf9745cd_0 - pandoc=3.7.0.2=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 + - param-sweeps=0.2.1=pyhe01879c_0 - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 @@ -207,7 +212,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_3 - pybtex-docutils=1.0.3=py312h7900ff3_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py312h680f630_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h772f2df_0 @@ -216,8 +221,8 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.3=pyhd8ed1ab_1 - pysocks=1.7.1=pyha55dd90_7 - - pytest=8.4.0=pyhd8ed1ab_0 - - pytest-cov=6.1.1=pyhd8ed1ab_0 + - pytest=8.4.1=pyhd8ed1ab_0 + - pytest-cov=6.2.1=pyhd8ed1ab_0 - python=3.12.11=h9e4cc4f_0_cpython - python-dateutil=2.9.0.post0=pyhff2d567_1 - python-fastjsonschema=2.21.1=pyhd8ed1ab_0 @@ -227,11 +232,11 @@ dependencies: - python_abi=3.12=7_cp312 - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.2=py312h178313f_2 - - pyzmq=26.4.0=py312hbf22597_0 + - pyzmq=27.0.0=py312hbf22597_0 - readline=8.2=h8c095d6_2 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.36.2=pyh29332c3_0 - - requests=2.32.3=pyhd8ed1ab_1 + - requests=2.32.4=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rpds-py=0.25.1=py312h680f630_0 @@ -272,7 +277,7 @@ dependencies: - tk=8.6.13=noxft_hd72426e_102 - toml=0.10.2=pyhd8ed1ab_1 - tomli=2.2.1=pyhd8ed1ab_1 - - tomlkit=0.13.2=pyha770c72_1 + - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.1=py312h66e93f0_0 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -286,7 +291,7 @@ dependencies: - uc-micro-py=1.0.3=pyhd8ed1ab_1 - unicodedata2=16.0.0=py312h66e93f0_0 - uri-template=1.3.0=pyhd8ed1ab_1 - - urllib3=2.4.0=pyhd8ed1ab_0 + - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.13=pyhd8ed1ab_1 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 @@ -301,15 +306,9 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=h3b0a872_7 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py312h66e93f0_2 - zstd=1.5.7=hb8e6e7a_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 67a1770b..6f6cd08a 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: 2eba6e20461449b4d2512c2d0af9240d896ec7410a03c5b57ebd66b52eac3f89 +# input_hash: 0f94c11837d3e234e4b0ac50a2770bfa3d40c982411464314e590003e2752934 channels: - conda-forge @@ -10,15 +10,15 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb9d3cd8_2 - - brotli-bin=1.1.0=hb9d3cd8_2 - - brotli-python=1.1.0=py312h2ec8cdc_2 + - brotli=1.1.0=hb9d3cd8_3 + - brotli-bin=1.1.0=hb9d3cd8_3 + - brotli-python=1.1.0=py312h2ec8cdc_3 - bzip2=1.0.8=h4bc722e_7 - c-ares=1.34.5=hb9d3cd8_0 - - ca-certificates=2025.4.26=hbd8a1cb_0 + - ca-certificates=2025.6.15=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py312h06ac9bb_0 - click=8.2.1=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -28,35 +28,36 @@ dependencies: - cytoolz=1.0.1=py312h66e93f0_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - discretize=0.11.2=py312hc39e661_1 + - discretize=0.11.3=py312hc39e661_0 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py312h178313f_0 + - fonttools=4.58.4=py312h178313f_0 - freetype=2.13.3=ha770c72_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py312hc39e661_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py312h01d377b_101 + - h5py=3.14.0=nompi_py312h3faca00_100 - hdf5=1.14.6=nompi_h2d575fe_101 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he02047a_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.1=pyhd8ed1ab_0 - keyutils=1.6.1=h166bdaf_0 - kiwisolver=1.4.8=py312h84d6215_0 - krb5=1.21.3=h659f571_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.43=h712a8e2_4 + - ld_impl_linux-64=2.43=h1423503_5 - lerc=4.0.0=h0aef613_1 - - libaec=1.1.3=h59595ed_0 - - libblas=3.9.0=31_hfdb39a5_mkl - - libbrotlicommon=1.1.0=hb9d3cd8_2 - - libbrotlidec=1.1.0=hb9d3cd8_2 - - libbrotlienc=1.1.0=hb9d3cd8_2 - - libcblas=3.9.0=31_h372d94f_mkl + - libaec=1.1.4=h3f801dc_0 + - libblas=3.9.0=32_hfdb39a5_mkl + - libbrotlicommon=1.1.0=hb9d3cd8_3 + - libbrotlidec=1.1.0=hb9d3cd8_3 + - libbrotlienc=1.1.0=hb9d3cd8_3 + - libcblas=3.9.0=32_h372d94f_mkl - libcurl=8.14.1=h332b0f4_0 - libdeflate=1.24=h86f0d12_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -73,13 +74,13 @@ dependencies: - libhwloc=2.11.2=default_h0d58e46_1001 - libiconv=1.18=h4ce23a2_1 - libjpeg-turbo=3.1.0=hb9d3cd8_0 - - liblapack=3.9.0=31_hc41d3b0_mkl - - liblzma=5.8.1=hb9d3cd8_1 + - liblapack=3.9.0=32_hc41d3b0_mkl + - liblzma=5.8.1=hb9d3cd8_2 - libnghttp2=1.64.0=h161d5f1_0 - - libnsl=2.0.1=hd590300_0 - - libpng=1.6.47=h943b412_0 + - libnsl=2.0.1=hb9d3cd8_1 + - libpng=1.6.49=h943b412_0 - libscotch=7.0.6=hea33c07_1 - - libsqlite=3.50.0=hee588c1_0 + - libsqlite=3.50.1=hee588c1_4 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.1.0=h8f9b012_2 - libstdcxx-ng=15.1.0=h4852527_2 @@ -90,30 +91,33 @@ dependencies: - libxcrypt=4.4.36=hd590300_1 - libxml2=2.13.8=h4bc477f_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=20.1.6=h024ca30_0 + - llvm-openmp=20.1.7=h024ca30_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py312h178313f_1 - matplotlib-base=3.8.4=py312h20ab3a6_2 - metis=5.1.0=hd0bcaf9_1007 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mkl=2024.2.2=ha957f24_16 - - msgpack-python=1.1.0=py312h68727a3_0 + - msgpack-python=1.1.1=py312h68727a3_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - ncurses=6.5=h2d0b736_3 - numcodecs=0.15.1=py312hf9745cd_0 - numpy=1.26.4=py312heda63a1_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h5fbd93e_0 - openssl=3.5.0=h7b32b05_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py312hf9745cd_3 + - pandas=2.3.0=py312hf9745cd_0 + - param-sweeps=0.2.1=pyhe01879c_0 - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h287a98d_1 - pip=25.1.1=pyh8b19718_0 - psutil=7.0.0=py312h66e93f0_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py312h680f630_0 - pydiso=0.1.2=py312h772f2df_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -144,7 +148,7 @@ dependencies: - typing_extensions=4.14.0=pyhe01879c_0 - tzdata=2025b=h78e105d_0 - unicodedata2=16.0.0=py312h66e93f0_0 - - urllib3=2.4.0=pyhd8ed1ab_0 + - urllib3=2.5.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - wrapt=1.17.2=py312h66e93f0_0 - xorg-libxau=1.0.12=hb9d3cd8_0 @@ -153,15 +157,9 @@ dependencies: - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py312h66e93f0_2 - zstd=1.5.7=hb8e6e7a_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 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 b2bd243c..f0c648da 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: 2f2daf0b4e577372e70a03b46d66bdc3860feffb62723df4d5cf4bddd972c842 +# input_hash: 57e0a94e40cfff2e8e8582b326d9926c026d00ea9283a8ef0a2a94fb06345eb0 channels: - conda-forge @@ -24,14 +24,14 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=h2466b09_2 - - brotli-bin=1.1.0=h2466b09_2 - - brotli-python=1.1.0=py312h275cf98_2 + - brotli=1.1.0=h2466b09_3 + - brotli-bin=1.1.0=h2466b09_3 + - brotli-python=1.1.0=py312h275cf98_3 - bzip2=1.0.8=h2466b09_7 - - ca-certificates=2025.4.26=h4c7d964_0 + - ca-certificates=2025.6.15=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py312h4389bb4_0 - charset-normalizer=3.4.2=pyhd8ed1ab_0 - click=8.2.1=pyh7428d3b_0 @@ -39,7 +39,7 @@ dependencies: - colorama=0.4.6=pyhd8ed1ab_1 - comm=0.2.2=pyhd8ed1ab_1 - contourpy=1.3.2=py312hd5eb7cc_0 - - coverage=7.8.2=py312h31fea79_0 + - coverage=7.9.1=py312h31fea79_0 - cpython=3.12.11=py312hd8ed1ab_0 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py312h4389bb4_0 @@ -50,21 +50,23 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.2=py312hbaa7e33_1 + - discretize=0.11.3=py312hbaa7e33_0 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.18.1=py312h2e8e312_0 - exceptiongroup=1.3.0=pyhd8ed1ab_0 - executing=2.2.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py312h31fea79_0 + - fonttools=4.58.4=py312h31fea79_0 - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.13.3=h57928b3_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py312hbaa7e33_0 - - greenlet=3.2.2=py312h275cf98_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 + - greenlet=3.2.3=py312h275cf98_0 - h11=0.16.0=pyhd8ed1ab_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py312h4e244af_101 + - h5py=3.14.0=nompi_py312h6cc2a29_100 - hdf5=1.14.6=nompi_hd5d9e70_101 - hpack=4.1.0=pyhd8ed1ab_0 - httpcore=1.0.9=pyh29332c3_0 @@ -110,12 +112,12 @@ dependencies: - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - - libaec=1.1.3=h63175ca_0 - - libblas=3.9.0=31_h641d27c_mkl - - libbrotlicommon=1.1.0=h2466b09_2 - - libbrotlidec=1.1.0=h2466b09_2 - - libbrotlienc=1.1.0=h2466b09_2 - - libcblas=3.9.0=31_h5e41251_mkl + - libaec=1.1.4=h20038f6_0 + - libblas=3.9.0=32_h641d27c_mkl + - libbrotlicommon=1.1.0=h2466b09_3 + - libbrotlidec=1.1.0=h2466b09_3 + - libbrotlienc=1.1.0=h2466b09_3 + - libcblas=3.9.0=32_h5e41251_mkl - libcurl=8.14.1=h88aaa65_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -128,11 +130,11 @@ dependencies: - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - - liblapack=3.9.0=31_h1aa476e_mkl - - liblzma=5.8.1=h2466b09_1 - - libpng=1.6.47=h7a4582a_0 + - liblapack=3.9.0=32_h1aa476e_mkl + - liblzma=5.8.1=h2466b09_2 + - libpng=1.6.49=h7a4582a_0 - libsodium=1.0.20=hc70643c_0 - - libsqlite=3.50.0=h67fdade_0 + - libsqlite=3.50.1=h053a19d_4 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -141,7 +143,7 @@ dependencies: - libxml2=2.13.8=h442d1da_0 - libzlib=1.3.1=h2466b09_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=20.1.6=h30eaf37_0 + - llvm-openmp=20.1.7=h30eaf37_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py312h31fea79_1 @@ -150,11 +152,12 @@ dependencies: - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_1 - mdurl=0.1.2=pyhd8ed1ab_1 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mistune=3.1.3=pyh29332c3_0 - mkl=2024.2.2=h66d3029_15 - - msgpack-python=1.1.0=py312hd5eb7cc_0 + - msgpack-python=1.1.1=py312hd5eb7cc_0 - mumps-seq=5.7.3=hbaa6519_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.2.0=pyh29332c3_0 - myst-parser=1.0.0=pyhd8ed1ab_0 - nbclient=0.10.2=pyhd8ed1ab_0 @@ -167,13 +170,15 @@ dependencies: - notebook-shim=0.2.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312h72972c8_0 - numpy=1.26.4=py312h8753938_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h4d64b90_0 - openssl=3.5.0=ha4e3fda_1 - overrides=7.7.0=pyhd8ed1ab_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py312h72972c8_3 + - pandas=2.3.0=py312h72972c8_0 - pandoc=3.7.0.2=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 + - param-sweeps=0.2.1=pyhe01879c_0 - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - pickleshare=0.7.5=pyhd8ed1ab_1004 @@ -190,7 +195,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_3 - pybtex-docutils=1.0.3=py312h2e8e312_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py312h8422cdd_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h01acb21_0 @@ -199,8 +204,8 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.3=pyhd8ed1ab_1 - pysocks=1.7.1=pyh09c184e_7 - - pytest=8.4.0=pyhd8ed1ab_0 - - pytest-cov=6.1.1=pyhd8ed1ab_0 + - pytest=8.4.1=pyhd8ed1ab_0 + - pytest-cov=6.2.1=pyhd8ed1ab_0 - python=3.12.11=h3f84c4b_0_cpython - python-dateutil=2.9.0.post0=pyhff2d567_1 - python-fastjsonschema=2.21.1=pyhd8ed1ab_0 @@ -212,10 +217,10 @@ dependencies: - pywin32=307=py312h275cf98_3 - pywinpty=2.0.15=py312h275cf98_0 - pyyaml=6.0.2=py312h31fea79_2 - - pyzmq=26.4.0=py312hd7027bb_0 + - pyzmq=27.0.0=py312hd7027bb_0 - readthedocs-sphinx-ext=2.2.5=pyhd8ed1ab_1 - referencing=0.36.2=pyh29332c3_0 - - requests=2.32.3=pyhd8ed1ab_1 + - requests=2.32.4=pyhd8ed1ab_0 - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rpds-py=0.25.1=py312h8422cdd_0 @@ -256,7 +261,7 @@ dependencies: - tk=8.6.13=h2c6b04d_2 - toml=0.10.2=pyhd8ed1ab_1 - tomli=2.2.1=pyhd8ed1ab_1 - - tomlkit=0.13.2=pyha770c72_1 + - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.1=py312h4389bb4_0 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -271,10 +276,10 @@ dependencies: - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=16.0.0=py312h4389bb4_0 - uri-template=1.3.0=pyhd8ed1ab_1 - - urllib3=2.4.0=pyhd8ed1ab_0 - - vc=14.3=h2b53caa_26 - - vc14_runtime=14.42.34438=hfd919c2_26 - - vs2015_runtime=14.42.34438=h7142326_26 + - urllib3=2.5.0=pyhd8ed1ab_0 + - vc=14.3=h41ae7f8_26 + - vc14_runtime=14.44.35208=h818238b_26 + - vs2015_runtime=14.44.35208=h38c0c73_26 - wcwidth=0.2.13=pyhd8ed1ab_1 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 @@ -291,15 +296,9 @@ dependencies: - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=ha9f60a1_7 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py312h4389bb4_2 - zstd=1.5.7=hbeecb71_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index bef82443..64060fda 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: 2f2daf0b4e577372e70a03b46d66bdc3860feffb62723df4d5cf4bddd972c842 +# input_hash: 57e0a94e40cfff2e8e8582b326d9926c026d00ea9283a8ef0a2a94fb06345eb0 channels: - conda-forge @@ -10,14 +10,14 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=h2466b09_2 - - brotli-bin=1.1.0=h2466b09_2 - - brotli-python=1.1.0=py312h275cf98_2 + - brotli=1.1.0=h2466b09_3 + - brotli-bin=1.1.0=h2466b09_3 + - brotli-python=1.1.0=py312h275cf98_3 - bzip2=1.0.8=h2466b09_7 - - ca-certificates=2025.4.26=h4c7d964_0 + - ca-certificates=2025.6.15=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2025.4.26=pyhd8ed1ab_0 + - certifi=2025.6.15=pyhd8ed1ab_0 - cffi=1.17.1=py312h4389bb4_0 - click=8.2.1=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -27,20 +27,21 @@ dependencies: - cytoolz=1.0.1=py312h4389bb4_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - discretize=0.11.2=py312hbaa7e33_1 + - discretize=0.11.3=py312hbaa7e33_0 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - - fonttools=4.58.1=py312h31fea79_0 + - fonttools=4.58.4=py312h31fea79_0 - freetype=2.13.3=h57928b3_1 - fsspec=2025.5.1=pyhd8ed1ab_0 - geoana=0.7.2=py312hbaa7e33_0 + - geoapps-utils=0.5.0=pyhe01879c_0 + - geoh5py=0.11.0=pyhe01879c_0 - h2=4.2.0=pyhd8ed1ab_0 - - h5py=3.13.0=nompi_py312h4e244af_101 + - h5py=3.14.0=nompi_py312h6cc2a29_100 - hdf5=1.14.6=nompi_hd5d9e70_101 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - intel-openmp=2024.2.1=h57928b3_1083 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.1=pyhd8ed1ab_0 @@ -48,12 +49,12 @@ dependencies: - krb5=1.21.3=hdf4eb48_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - - libaec=1.1.3=h63175ca_0 - - libblas=3.9.0=31_h641d27c_mkl - - libbrotlicommon=1.1.0=h2466b09_2 - - libbrotlidec=1.1.0=h2466b09_2 - - libbrotlienc=1.1.0=h2466b09_2 - - libcblas=3.9.0=31_h5e41251_mkl + - libaec=1.1.4=h20038f6_0 + - libblas=3.9.0=32_h641d27c_mkl + - libbrotlicommon=1.1.0=h2466b09_3 + - libbrotlidec=1.1.0=h2466b09_3 + - libbrotlienc=1.1.0=h2466b09_3 + - libcblas=3.9.0=32_h5e41251_mkl - libcurl=8.14.1=h88aaa65_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 @@ -66,10 +67,10 @@ dependencies: - libhwloc=2.11.2=default_ha69328c_1001 - libiconv=1.18=h135ad9c_1 - libjpeg-turbo=3.1.0=h2466b09_0 - - liblapack=3.9.0=31_h1aa476e_mkl - - liblzma=5.8.1=h2466b09_1 - - libpng=1.6.47=h7a4582a_0 - - libsqlite=3.50.0=h67fdade_0 + - liblapack=3.9.0=32_h1aa476e_mkl + - liblzma=5.8.1=h2466b09_2 + - libpng=1.6.49=h7a4582a_0 + - libsqlite=3.50.1=h053a19d_4 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.0=h05922d8_5 - libwebp-base=1.5.0=h3b0e114_0 @@ -77,27 +78,30 @@ dependencies: - libxcb=1.17.0=h0e4246c_0 - libxml2=2.13.8=h442d1da_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=20.1.6=h30eaf37_0 + - llvm-openmp=20.1.7=h30eaf37_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.2=py312h31fea79_1 - matplotlib-base=3.8.4=py312hfee7060_2 + - mira-simpeg=0.23.0.1=pyhe01879c_0 - mkl=2024.2.2=h66d3029_15 - - msgpack-python=1.1.0=py312hd5eb7cc_0 + - msgpack-python=1.1.1=py312hd5eb7cc_0 - mumps-seq=5.7.3=hbaa6519_10 - - munkres=1.1.4=pyh9f0ad1d_0 + - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312h72972c8_0 - numpy=1.26.4=py312h8753938_0 + - octree-creation-app=0.3.0=pyhe01879c_0 - openjpeg=2.5.3=h4d64b90_0 - openssl=3.5.0=ha4e3fda_1 - packaging=25.0=pyh29332c3_1 - - pandas=2.2.3=py312h72972c8_3 + - pandas=2.3.0=py312h72972c8_0 + - param-sweeps=0.2.1=pyhe01879c_0 - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h381445a_1 - pip=25.1.1=pyh8b19718_0 - psutil=7.0.0=py312h4389bb4_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.4=pyh3cfb1c2_0 + - pydantic=2.11.7=pyh3cfb1c2_0 - pydantic-core=2.33.2=py312h8422cdd_0 - pydiso=0.1.2=py312h01acb21_0 - pymatsolver=0.3.1=pyh48887ae_201 @@ -128,10 +132,10 @@ dependencies: - tzdata=2025b=h78e105d_0 - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=16.0.0=py312h4389bb4_0 - - urllib3=2.4.0=pyhd8ed1ab_0 - - vc=14.3=h2b53caa_26 - - vc14_runtime=14.42.34438=hfd919c2_26 - - vs2015_runtime=14.42.34438=h7142326_26 + - urllib3=2.5.0=pyhd8ed1ab_0 + - vc=14.3=h41ae7f8_26 + - vc14_runtime=14.44.35208=h818238b_26 + - vs2015_runtime=14.44.35208=h38c0c73_26 - wheel=0.45.1=pyhd8ed1ab_1 - win_inet_pton=1.1.0=pyh7428d3b_8 - wrapt=1.17.2=py312h4389bb4_0 @@ -141,15 +145,9 @@ dependencies: - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - zict=3.0.0=pyhd8ed1ab_1 - - zipp=3.22.0=pyhd8ed1ab_0 + - zipp=3.23.0=pyhd8ed1ab_0 - zstandard=0.23.0=py312h4389bb4_2 - zstd=1.5.7=hbeecb71_2 - - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - - mira-simpeg == 0.23.0.1b1 - - octree-creation-app == 0.3.0a2 - - param-sweeps == 0.2.1a1 variables: KMP_WARNINGS: 0 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 685c52c7..c03d689f 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: 5dd0c312b3c867d2321897b70baa2b9a30142b8cfd047512279386fe19a8657d - linux-64: 808a8fb1b81c016263054465040c418aab1bf1e8b46764e295f18d68b9f82e20 + win-64: 790f18a8b988eac7efd6b14ae540a0cbb4fd99a724658517a4fbc87632d9b2d3 + linux-64: f89539ebcd043519cc2e861ce8a5aa6c6189704ecd33f836bf3711fb7d10824a channels: - url: conda-forge used_env_vars: [] @@ -535,10 +535,10 @@ package: libbrotlidec: 1.1.0 libbrotlienc: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_3.conda hash: - md5: 98514fe74548d768907ce7a13f680e8f - sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b + md5: 5d08a0ac29e6a5a984817584775d4131 + sha256: c969baaa5d7a21afb5ed4b8dd830f82b78e425caaa13d717766ed07a61630bec category: main optional: false - name: brotli @@ -552,10 +552,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_3.conda hash: - md5: 378f1c9421775dfe644731cb121c8979 - sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 + md5: c2a23d8a8986c72148c63bdf855ac99a + sha256: d57cd6ea705c9d2a8a2721f083de247501337e459f5498726b564cfca138e192 category: main optional: false - name: brotli-bin @@ -567,10 +567,10 @@ package: libbrotlidec: 1.1.0 libbrotlienc: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_3.conda hash: - md5: c63b5e52939e795ba8d26e35d767a843 - sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 + md5: 58178ef8ba927229fba6d84abf62c108 + sha256: ab74fa8c3d1ca0a055226be89e99d6798c65053e2d2d3c6cb380c574972cd4a7 category: main optional: false - name: brotli-bin @@ -583,10 +583,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_3.conda hash: - md5: d22534a9be5771fc58eb7564947f669d - sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 + md5: c7c345559c1ac25eede6dccb7b931202 + sha256: 85aac1c50a426be6d0cc9fd52480911d752f4082cb78accfdb257243e572c7eb category: main optional: false - name: brotli-python @@ -599,10 +599,10 @@ package: libstdcxx: '>=13' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py310hf71b8c6_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py310hf71b8c6_3.conda hash: - md5: bf502c169c71e3c6ac0d6175addfacc2 - sha256: 14f1e89d3888d560a553f40ac5ba83e4435a107552fa5b2b2029a7472554c1ef + md5: 63d24a5dd21c738d706f91569dbd1892 + sha256: 313cd446b1a42b55885741534800a1d69bd3816eeef662f41fc3ac26e16d537e category: main optional: false - name: brotli-python @@ -615,10 +615,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py310h9e98ed7_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py310h9e98ed7_3.conda hash: - md5: 3a10a1d0cf3ece273195f26191fd6cc6 - sha256: 1b7893a07f2323410b09b63b4627103efa86163be835ac94966333b37741cdc7 + md5: 52d37d0f3a9286d295fbf72cf0aa99ee + sha256: 6eac109d40bd36d158064a552babc3da069662ad93712453eb43320f330b7c82 category: main optional: false - name: bzip2 @@ -662,27 +662,27 @@ package: category: main optional: false - name: ca-certificates - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: linux-64 dependencies: __unix: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.4.26-hbd8a1cb_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda hash: - md5: 95db94f75ba080a22eb623590993167b - sha256: 2a70ed95ace8a3f8a29e6cd1476a943df294a7111dfb3e152e3478c4c889b7ac + md5: 72525f07d72806e3b639ad4504c30ce5 + sha256: 7cfec9804c84844ea544d98bda1d9121672b66ff7149141b8415ca42dfcd44f6 category: main optional: false - name: ca-certificates - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: win-64 dependencies: __win: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.4.26-h4c7d964_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-h4c7d964_0.conda hash: - md5: 23c7fd5062b48d8294fc7f61bf157fba - sha256: 1454f3f53a3b828d3cb68a3440cb0fa9f1cc0e3c8c26e9e023773dc19d88cc06 + md5: b01649832f7bc7ff94f8df8bd2ee6457 + sha256: 065241ba03ef3ee8200084c075cbff50955a7e711765395ff34876dbc51a6bb9 category: main optional: false - name: cached-property @@ -734,27 +734,27 @@ package: category: main optional: false - name: certifi - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda hash: - md5: c33eeaaa33f45031be34cda513df39b6 - sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c + md5: 781d068df0cc2407d4db0ecfbb29225b + sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778 category: main optional: false - name: certifi - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda hash: - md5: c33eeaaa33f45031be34cda513df39b6 - sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c + md5: 781d068df0cc2407d4db0ecfbb29225b + sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778 category: main optional: false - name: cffi @@ -951,7 +951,7 @@ package: category: main optional: false - name: coverage - version: 7.8.2 + version: 7.9.1 manager: conda platform: linux-64 dependencies: @@ -960,14 +960,14 @@ package: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.8.2-py310h89163eb_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.9.1-py310h89163eb_0.conda hash: - md5: 5ca8ab35287adc83b2d1996e5c2ac14c - sha256: 1e89236cd1ea9bbfcefa62a7225486301f18711e59e44dd802825ec53630c777 + md5: 0acae6de150b85b7f3119ec88558d22a + sha256: 6464f0923860a0e5fcbba990244c022e7477df1822c11d8b523559c76a07b7d1 category: dev optional: true - name: coverage - version: 7.8.2 + version: 7.9.1 manager: conda platform: win-64 dependencies: @@ -977,10 +977,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.8.2-py310h38315fa_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.9.1-py310h38315fa_0.conda hash: - md5: 5e09090744ab0b70b2882bc415c0d5ad - sha256: 561e5fd17f164928948107550856347ba4ed5c16b50c363bf8fbd0c1f2310893 + md5: b8b10af95ba002ab90bbf61f20eaffab + sha256: a847093fb9a7b82502313a208c5338443573ee47b32dad9d38baab660494149c category: dev optional: true - name: cpython @@ -1222,7 +1222,7 @@ package: category: dev optional: true - name: discretize - version: 0.11.2 + version: 0.11.3 manager: conda platform: linux-64 dependencies: @@ -1233,14 +1233,14 @@ package: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.2-py310ha2bacc8_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py310ha2bacc8_0.conda hash: - md5: d32664b47026c5d23de390d8b46a2701 - sha256: d065d856c25e199a77115a4d8fd54139ee699724a3f1dda6a3f45f33589a66a7 + md5: dec42d7ab3eb8ee69946eeb5de6eaeb8 + sha256: 8724a644a7170b16e11a4206062e1778ea3a4068691945017060f5d24432d5d0 category: main optional: false - name: discretize - version: 0.11.2 + version: 0.11.3 manager: conda platform: win-64 dependencies: @@ -1251,10 +1251,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.2-py310h3e8ed56_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py310h3e8ed56_0.conda hash: - md5: c9cecabe0352f8d1b7ff7e9d52df7270 - sha256: e9b03398c7bd480b6e9e287fe673bf767694bdb96cc8d95bb9500bcd25766b5e + md5: a8ba6acb343f5c9c018a89d1d64acc51 + sha256: 6275debf3044a84b85c5298540d0b208a02f0dad5357744eaa6802779ebed175 category: main optional: false - name: distributed @@ -1414,7 +1414,7 @@ package: category: main optional: false - name: fonttools - version: 4.58.1 + version: 4.58.4 manager: conda platform: linux-64 dependencies: @@ -1425,14 +1425,14 @@ package: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.1-py310h89163eb_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.4-py310h89163eb_0.conda hash: - md5: f4f46207c6defa5ea17b0299298ba849 - sha256: 4478c8c3948d36e18b212de9fdc0c2654e4c380ab915d0aa130e7fafb7d123a2 + md5: 723a77ff55b436601008d28acc982547 + sha256: 7e44c7c215fb14c6ab5f8a018fdaa1ce39d45c85c7e837e42d1adec6ce3708b0 category: main optional: false - name: fonttools - version: 4.58.1 + version: 4.58.4 manager: conda platform: win-64 dependencies: @@ -1444,10 +1444,10 @@ package: unicodedata2: '>=15.1.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.1-py310h38315fa_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.4-py310h38315fa_0.conda hash: - md5: 76a9c04ac1c23cee8b00733eb942f8e5 - sha256: 7ff47ff80fe7bce1a6695f717c6fdfc1a0bd3490b0bdaa6c2b5b3378555c5a16 + md5: f7a8769f5923bebdc10acbbb41d28628 + sha256: 73c733190be8d59c7dd11c7bf1040e9585894ae7693d509f10f234675fd19ad5 category: main optional: false - name: fqdn @@ -1564,8 +1564,72 @@ package: sha256: 4d8b287ad229c1dd59b6c76dfdc1a968af2e5229e1cbd146827fedaf419649d7 category: main optional: false +- name: geoapps-utils + version: 0.5.0 + manager: conda + platform: linux-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/geoapps-utils-0.5.0-pyhe01879c_0.conda + hash: + md5: 5c9bf84e276334d45538e8bc67ef3589 + sha256: b2b72070d1e346709e345b26d6e1ca403171a14b2b2a8e896917b69b218cdef1 + category: main + optional: false +- name: geoapps-utils + version: 0.5.0 + manager: conda + platform: win-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/geoapps-utils-0.5.0-pyhe01879c_0.conda + hash: + md5: 5c9bf84e276334d45538e8bc67ef3589 + sha256: b2b72070d1e346709e345b26d6e1ca403171a14b2b2a8e896917b69b218cdef1 + category: main + optional: false +- name: geoh5py + version: 0.11.0 + manager: conda + platform: linux-64 + dependencies: + h5py: '>=3.2.1,<4.0.dev' + numpy: '>=1.26.0,<1.27.dev' + pillow: '>=10.3.0,<10.4.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/geoh5py-0.11.0-pyhe01879c_0.conda + hash: + md5: 2127ebe65d5b7f1d45b535d4ef3bf2c6 + sha256: 80b213cd2d118a8e486512d9c0c3295e570ebb7158350c812cf85f79633a971b + category: main + optional: false +- name: geoh5py + version: 0.11.0 + manager: conda + platform: win-64 + dependencies: + h5py: '>=3.2.1,<4.0.dev' + numpy: '>=1.26.0,<1.27.dev' + pillow: '>=10.3.0,<10.4.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/geoh5py-0.11.0-pyhe01879c_0.conda + hash: + md5: 2127ebe65d5b7f1d45b535d4ef3bf2c6 + sha256: 80b213cd2d118a8e486512d9c0c3295e570ebb7158350c812cf85f79633a971b + category: main + optional: false - name: greenlet - version: 3.2.2 + version: 3.2.3 manager: conda platform: linux-64 dependencies: @@ -1574,14 +1638,14 @@ package: libstdcxx: '>=13' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.2-py310hf71b8c6_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.3-py310hf71b8c6_0.conda hash: - md5: 74508d6d78a4d6728bc2dce25b5e48a5 - sha256: 7cdd88e8584b9142a54d735c71fd6d1b2d138ca738848aab26548cf6013aaf87 + md5: 8455091aed2d84aa239354f67cbdfe74 + sha256: 9d02287ff70b5734ee7a23acde4012df62f851e787aad4219d4259b591aeb054 category: dev optional: true - name: greenlet - version: 3.2.2 + version: 3.2.3 manager: conda platform: win-64 dependencies: @@ -1590,10 +1654,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/greenlet-3.2.2-py310h9e98ed7_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/greenlet-3.2.3-py310h9e98ed7_0.conda hash: - md5: 6a44b70dc89c6da74b21d9d39b7f5255 - sha256: b21d7033583a09092c9b54bbbc9b2d7bdf49cf245cccd2e4aa8cdf135db37868 + md5: 91c8d80e04ca8d01f79a1143f6b80392 + sha256: d5f4d8a0fc7d83baaf957966cc2e17cca82e2950d45c91bd759c09e010038bde category: dev optional: true - name: h11 @@ -1651,7 +1715,7 @@ package: category: main optional: false - name: h5py - version: 3.13.0 + version: 3.14.0 manager: conda platform: linux-64 dependencies: @@ -1659,32 +1723,32 @@ package: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' libgcc: '>=13' - numpy: '>=1.19,<3' + numpy: '>=1.21,<3' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.13.0-nompi_py310h2a0e991_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.14.0-nompi_py310hea1e86d_100.conda hash: - md5: 5b603121de5b7e3f59ff4b051e6d81e1 - sha256: 5caf8567d9b73fb06501484d80d0e43eab46975b9573ec1346066c2e6848089a + md5: f6879e3fc12006cffde701eb08ce1f09 + sha256: 8c7d6fea5345596f1fbef21b99fbc04cef6e7cfa5023619232da52fab80b554f category: main optional: false - name: h5py - version: 3.13.0 + version: 3.14.0 manager: conda platform: win-64 dependencies: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' - numpy: '>=1.19,<3' + numpy: '>=1.21,<3' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.13.0-nompi_py310hd6dd405_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.14.0-nompi_py310h877c39c_100.conda hash: - md5: a15a47ee280b57c98ed3500c0ac36d5a - sha256: 09b7d7bfd58523ed9527ffd7ec3b155d429a0258d4c9639cb1050adc5cb4d8d3 + md5: 5b861086c5a7689a6d95c4df10d211e4 + sha256: 754155af401cb3577c3e76ed7a4427ad9928c210d32b8571f84492c54b67f5a4 category: main optional: false - name: hdf5 @@ -1937,8 +2001,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_metadata version: 8.7.0 manager: conda @@ -1949,8 +2013,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_resources version: 6.5.2 manager: conda @@ -3092,10 +3156,10 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h1423503_5.conda hash: - md5: 01f8d123c96816249efd255a31ad7712 - sha256: db73f38155d901a610b2320525b9dd3b31e4949215c870685fd92ea61b5ce472 + md5: 6dc9e1305e7d3129af4ad0dabda30e56 + sha256: dcd2b1a065bbf5c54004ddf6551c775a8eb6993c8298ca8a6b92041ed413f785 category: main optional: false - name: lerc @@ -3127,30 +3191,31 @@ package: category: main optional: false - name: libaec - version: 1.1.3 + version: 1.1.4 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + libstdcxx: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libaec-1.1.4-h3f801dc_0.conda hash: - md5: 5e97e271911b8b2001a8b71860c32faa - sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 + md5: 01ba04e414e47f95c03d6ddd81fd37be + sha256: 410ab78fe89bc869d435de04c9ffa189598ac15bb0fe1ea8ace8fb1b860a2aa3 category: main optional: false - name: libaec - version: 1.1.3 + version: 1.1.4 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/libaec-1.1.3-h63175ca_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libaec-1.1.4-h20038f6_0.conda hash: - md5: 8723000f6ffdbdaef16025f0a01b64c5 - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 85a2bed45827d77d5b308cb2b165404f + sha256: 0be89085effce9fdcbb6aea7acdb157b18793162f68266ee0a75acf615d4929b category: main optional: false - name: libblas @@ -3159,10 +3224,10 @@ package: platform: linux-64 dependencies: mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-31_hfdb39a5_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-32_hfdb39a5_mkl.conda hash: - md5: bdf4a57254e8248222cb631db4393ff1 - sha256: 862289f2cfb84bb6001d0e3569e908b8c42d66b881bd5b03f730a3924628b978 + md5: eceb19ae9105bc4d0e8d5a321d66c426 + sha256: 7a04219d42b3b0b85ed9d019f481e4227efa2baa12ff48547758e90e2e208adc category: main optional: false - name: libblas @@ -3171,10 +3236,10 @@ package: platform: win-64 dependencies: mkl: 2024.2.2 - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-31_h641d27c_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-32_h641d27c_mkl.conda hash: - md5: d05563c577fe2f37693a554b3f271e8f - sha256: 7bb4d5b591e98fe607279520ee78e3571a297b5720aa789a2536041ad5540de8 + md5: 49b36a01450e96c516bbc5486d4a0ea0 + sha256: 809d78b096e70fed7ebb17c867dd5dde2f9f4ed8564967a6e10c65b3513b0c31 category: main optional: false - name: libbrotlicommon @@ -3184,10 +3249,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_3.conda hash: - md5: 41b599ed2b02abcfdd84302bff174b23 - sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: cb98af5db26e3f482bebb80ce9d947d3 + sha256: 462a8ed6a7bb9c5af829ec4b90aab322f8bcd9d8987f793e6986ea873bbd05cf category: main optional: false - name: libbrotlicommon @@ -3198,10 +3263,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_3.conda hash: - md5: f7dc9a8f21d74eab46456df301da2972 - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: cf20c8b8b48ab5252ec64b9c66bfe0a4 + sha256: e70ea4b773fadddda697306a80a29d9cbd36b7001547cd54cbfe9a97a518993f category: main optional: false - name: libbrotlidec @@ -3212,10 +3277,10 @@ package: __glibc: '>=2.17,<3.0.a0' libbrotlicommon: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_3.conda hash: - md5: 9566f0bd264fbd463002e759b8a82401 - sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 1c6eecffad553bde44c5238770cfb7da + sha256: 3eb27c1a589cbfd83731be7c3f19d6d679c7a444c3ba19db6ad8bf49172f3d83 category: main optional: false - name: libbrotlidec @@ -3227,10 +3292,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_3.conda hash: - md5: 9bae75ce723fa34e98e239d21d752a7e - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: a342933dbc6d814541234c7c81cb5205 + sha256: a35a0db7e3257e011b10ffb371735b2b24074412d0b27c3dab7ca9f2c549cfcf category: main optional: false - name: libbrotlienc @@ -3241,10 +3306,10 @@ package: __glibc: '>=2.17,<3.0.a0' libbrotlicommon: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_3.conda hash: - md5: 06f70867945ea6a84d35836af780f1de - sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 3facafe58f3858eb95527c7d3a3fc578 + sha256: 76e8492b0b0a0d222bfd6081cae30612aa9915e4309396fdca936528ccf314b7 category: main optional: false - name: libbrotlienc @@ -3256,10 +3321,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_3.conda hash: - md5: 85741a24d97954a991e55e34bc55990b - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 7ef0af55d70cbd9de324bb88b7f9d81e + sha256: 9d0703c5a01c10d346587ff0535a0eb81042364333caa4a24a0e4a0c08fd490b category: main optional: false - name: libcblas @@ -3268,10 +3333,10 @@ package: platform: linux-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-31_h372d94f_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-32_h372d94f_mkl.conda hash: - md5: 2a06a6c16b45bd3d10002927ca204b67 - sha256: 2ee3ab2b6eeb59f2d3c6f933fa0db28f1b56f0bc543ed2c0f6ec04060e4b6ec0 + md5: 68b55daaf083682f58d9b7f5d52aeb37 + sha256: d0449cdfb6c6e993408375bcabbb4c9630a9b8750c406455ce3a4865ec7a321c category: main optional: false - name: libcblas @@ -3280,10 +3345,10 @@ package: platform: win-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-31_h5e41251_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-32_h5e41251_mkl.conda hash: - md5: 43c100b94ad2607382b0cf0f3a6b0bf3 - sha256: 609f455b099919bd4d15d4a733f493dc789e02da73fe4474f1cca73afafb95b8 + md5: 054b9b4b48296e4413cf93e6ece7b27d + sha256: d0f81145ae795592f3f3b5d7ff641c1019a99d6b308bfaf2a4cc5ba24b067bb0 category: main optional: false - name: libcurl @@ -3676,10 +3741,10 @@ package: platform: linux-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-31_hc41d3b0_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-32_hc41d3b0_mkl.conda hash: - md5: 10d012ddd7cc1c7ff9093d4974a34e53 - sha256: a2d20845d916ac8fba09376cd791136a9b4547afb2131bc315178adfc87bb4ca + md5: 6dc827963c12f90c79f5b2be4eaea072 + sha256: dc1be931203a71f5c84887cde24659fdd6fda73eb8c6cf56e67b68e3c7916efd category: main optional: false - name: liblapack @@ -3688,10 +3753,10 @@ package: platform: win-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-31_h1aa476e_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-32_h1aa476e_mkl.conda hash: - md5: 40b47ee720a185289760960fc6185750 - sha256: 9415e807aa6f8968322bbd756aab8f487379d809c74266d37c697b8d85c534ad + md5: 1652285573db93afc3ba9b3b9356e3d3 + sha256: 5629e592137114b24bfdea71e1c4b6bee11379631409ed91dfe2f83b32a8b298 category: main optional: false - name: liblzma @@ -3701,10 +3766,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda hash: - md5: a76fd702c93cd2dfd89eff30a5fd45a8 - sha256: eeff241bddc8f1b87567dd6507c9f441f7f472c27f0860a07628260c000ef27c + md5: 1a580f7796c7bf6393fddb8bbbde58dc + sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8 category: main optional: false - name: liblzma @@ -3715,10 +3780,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.1-h2466b09_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda hash: - md5: 14a1042c163181e143a7522dfb8ad6ab - sha256: adbf6c7bde70536ada734a81b8b5aa23654f2b95445204404622e0cc40e921a0 + md5: c15148b2e18da456f5108ccb5e411446 + sha256: 55764956eb9179b98de7cc0e55696f2eff8f7b83fc3ebff5e696ca358bca28cc category: main optional: false - name: libnghttp2 @@ -3744,29 +3809,30 @@ package: manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda hash: - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: d864d34357c3b65a4b731f78c0801dc4 + sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 category: main optional: false - name: libpng - version: 1.6.47 + version: 1.6.49 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.47-h943b412_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.49-h943b412_0.conda hash: - md5: 55199e2ae2c3651f6f9b2a447b47bdc9 - sha256: 23367d71da58c9a61c8cbd963fcffb92768d4ae5ffbef9a47cdf1f54f98c5c36 + md5: 37511c874cf3b8d0034c8d24e73c0884 + sha256: c8f5dc929ba5fcee525a66777498e03bbcbfefc05a0773e5163bb08ac5122f1a category: main optional: false - name: libpng - version: 1.6.47 + version: 1.6.49 manager: conda platform: win-64 dependencies: @@ -3774,10 +3840,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.47-h7a4582a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.49-h7a4582a_0.conda hash: - md5: ad620e92b82d2948bc019e029c574ebb - sha256: e12c46ca882080d901392ae45e0e5a1c96fc3e5acd5cd1a23c2632eb7f024f26 + md5: 27269977c8f25d499727ceabc47cee3d + sha256: 8876a2d32d3538675e035b6560691471a1571835c0bcbf23816c24c460d31439 category: main optional: false - name: libscotch @@ -3825,31 +3891,31 @@ package: category: dev optional: true - name: libsqlite - version: 3.50.0 + version: 3.50.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.0-hee588c1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-hee588c1_4.conda hash: - md5: 71888e92098d0f8c41b09a671ad289bc - sha256: b3dcd409c96121c011387bdf7f4b5758d876feeb9d8e3cfc32285b286931d0a7 + md5: c79ba4d93602695bc60c6960ee59d2b1 + sha256: ffd84568ec99d3614f226f1bcbfe46b3fa2f7cb253acb14ff351dc17e7854ea7 category: main optional: false - name: libsqlite - version: 3.50.0 + version: 3.50.1 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/libsqlite-3.50.0-h67fdade_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-h053a19d_4.conda hash: - md5: 92b11b0b2120d563caa1629928122cee - sha256: 92546e3ea213ee7b11385b22ea4e7c69bbde1c25586288765b37bc5e96b20dd9 + md5: 9d7f733362a8a56ead9756a9357dfb55 + sha256: fdfe35e0d0532c71211fd74213d07eb23e638cc468605552ea237ffc1d368743 category: main optional: false - name: libssh2 @@ -4132,29 +4198,29 @@ package: category: dev optional: true - name: llvm-openmp - version: 20.1.6 + version: 20.1.7 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-20.1.6-h024ca30_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-20.1.7-h024ca30_0.conda hash: - md5: e4ece7ed81e43ae97a3b58ac4230c3c5 - sha256: 43ad6a0772c0fc554d2712ae00ea788a391a40c494e9c04ec13f4aea17c95ffc + md5: b9c9b2f494533250a9eb7ece830f4422 + sha256: 10f2f6be8ba4c018e1fc741637a8d45c0e58bea96954c25e91fbe4238b7c9f60 category: main optional: false - name: llvm-openmp - version: 20.1.6 + version: 20.1.7 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/llvm-openmp-20.1.6-h30eaf37_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-20.1.7-h30eaf37_0.conda hash: - md5: b95ac67b4a85052c54268ba4b80be753 - sha256: de24f885d918455eb510da054658531bbf69a2bc5ee5945314d0451f375a881d + md5: 6fd1d310402e936aa9aecb065f21cc6b + sha256: 1820ca99e8b126b3c656ff3c527822be8348f6452edcddd91615cba285540f6c category: main optional: false - name: locket @@ -4408,6 +4474,46 @@ package: sha256: e8a00971e6d00bd49f375c5d8d005b37a9abba0b1768533aed0f90a422bf5cc7 category: main optional: false +- name: mira-simpeg + version: 0.23.0.1 + manager: conda + platform: linux-64 + dependencies: + discretize: '>=0.11' + geoana: '>=0.7.0' + geoh5py: '>=0.11.0a,<0.12.dev' + libdlf: '*' + matplotlib-base: '' + numpy: '>=1.22' + pymatsolver: '>=0.3' + python: '' + scipy: '>=1.8' + url: https://repo.prefix.dev/conda-forge/noarch/mira-simpeg-0.23.0.1-pyhe01879c_0.conda + hash: + md5: 5b0f82ada8cce0d90bc372af36bf5e98 + sha256: 482b2b02429eae6cda718e0cce25ebeef1056e1b23f0c9906d3f34d040334693 + category: main + optional: false +- name: mira-simpeg + version: 0.23.0.1 + manager: conda + platform: win-64 + dependencies: + discretize: '>=0.11' + geoana: '>=0.7.0' + geoh5py: '>=0.11.0a,<0.12.dev' + libdlf: '*' + matplotlib-base: '' + numpy: '>=1.22' + pymatsolver: '>=0.3' + python: '>=3.10' + scipy: '>=1.8' + url: https://repo.prefix.dev/conda-forge/noarch/mira-simpeg-0.23.0.1-pyhe01879c_0.conda + hash: + md5: 5b0f82ada8cce0d90bc372af36bf5e98 + sha256: 482b2b02429eae6cda718e0cce25ebeef1056e1b23f0c9906d3f34d040334693 + category: main + optional: false - name: mistune version: 3.1.3 manager: conda @@ -4462,7 +4568,7 @@ package: category: main optional: false - name: msgpack-python - version: 1.1.0 + version: 1.1.1 manager: conda platform: linux-64 dependencies: @@ -4471,14 +4577,14 @@ package: libstdcxx: '>=13' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.0-py310h3788b33_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.1-py310h3788b33_0.conda hash: - md5: 6b586fb03d84e5bfbb1a8a3d9e2c9b60 - sha256: 73ca5f0c7d0727a57dcc3c402823ce3aa159ca075210be83078fcc485971e259 + md5: 6028c7df37691cdf6e953968646195b7 + sha256: 8069bb45b1eb11a2421ee0db76b16ae2a634a470c7a77011263b9df270645293 category: main optional: false - name: msgpack-python - version: 1.1.0 + version: 1.1.1 manager: conda platform: win-64 dependencies: @@ -4487,10 +4593,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.0-py310hc19bc0b_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.1-py310hc19bc0b_0.conda hash: - md5: 2cfcbd596afd76879de4824c2c24f4a2 - sha256: db5c3d5e2d28ba0e4e1633f6d52079f0e397bdb60a6f58a2fa942e88071182d2 + md5: 061803553d610adf1c4c545c71aa9a85 + sha256: 83e0bcf2f4cddc3421ad1cff30058ce7100210821b279bd3ad458bfc8c59eefe category: main optional: false - name: mumps-include @@ -4547,11 +4653,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false - name: munkres @@ -4559,11 +4665,11 @@ package: manager: conda platform: win-64 dependencies: - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false - name: myst-nb @@ -4988,6 +5094,42 @@ package: sha256: 20ca447a8f840c01961f2bdf0847fc7b7785a62968e867d7aa4ca8a66d70f9ad category: main optional: false +- name: octree-creation-app + version: 0.3.0 + manager: conda + platform: linux-64 + dependencies: + discretize: '>=0.11.0,<0.12.dev' + geoapps-utils: '>=0.5.0,<0.6.dev' + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/octree-creation-app-0.3.0-pyhe01879c_0.conda + hash: + md5: 37a650683d3f6cf07f39b565859e751b + sha256: 59fbf7f0336cad96e7ba97e100d3599add872d4ecd5ae70c467e34679cee6180 + category: main + optional: false +- name: octree-creation-app + version: 0.3.0 + manager: conda + platform: win-64 + dependencies: + discretize: '>=0.11.0,<0.12.dev' + geoapps-utils: '>=0.5.0,<0.6.dev' + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/octree-creation-app-0.3.0-pyhe01879c_0.conda + hash: + md5: 37a650683d3f6cf07f39b565859e751b + sha256: 59fbf7f0336cad96e7ba97e100d3599add872d4ecd5ae70c467e34679cee6180 + category: main + optional: false - name: openjpeg version: 2.5.3 manager: conda @@ -5102,7 +5244,7 @@ package: category: main optional: false - name: pandas - version: 2.2.3 + version: 2.3.0 manager: conda platform: linux-64 dependencies: @@ -5115,14 +5257,14 @@ package: python-tzdata: '>=2022.7' python_abi: 3.10.* pytz: '>=2020.1' - url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.2.3-py310h5eaa309_3.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.3.0-py310h5eaa309_0.conda hash: - md5: 07697a584fab513ce895c4511f7a2403 - sha256: 43fd80e57ebc9e0c00d169aafce533c49359174dea327a7fa8ca7454628a56f7 + md5: 379844614e3a24e59e59d8c69c6e9403 + sha256: 7d1ab7bdc471df8059a3787f05dd04371a8d7f2672999a784427f9aee59513ee category: main optional: false - name: pandas - version: 2.2.3 + version: 2.3.0 manager: conda platform: win-64 dependencies: @@ -5135,10 +5277,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.2.3-py310hb4db72f_3.conda + url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.3.0-py310hb4db72f_0.conda hash: - md5: 60c6ae5813eb1cbc4f7774fb69623db8 - sha256: fa3986017273899fd21aa14a524469bedac3923e2ecfdfdba59a34769b56b9b8 + md5: 8ecb05a061225c9fd9bb65b9a5f7297c + sha256: 8a7887e2532c928de70e9051b6d34772642200cfafca7e7aed59c63f630d09c9 category: main optional: false - name: pandoc @@ -5187,6 +5329,34 @@ package: sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f category: dev optional: true +- name: param-sweeps + version: 0.2.1 + manager: conda + platform: linux-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/param-sweeps-0.2.1-pyhe01879c_0.conda + hash: + md5: ac9ef65231ed38cb80ad4b778a883844 + sha256: d177b6f121458d0d3ae149569c1b44b4b48b856a7af7b3be50133a0c2b7d2171 + category: main + optional: false +- name: param-sweeps + version: 0.2.1 + manager: conda + platform: win-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/param-sweeps-0.2.1-pyhe01879c_0.conda + hash: + md5: ac9ef65231ed38cb80ad4b778a883844 + sha256: d177b6f121458d0d3ae149569c1b44b4b48b856a7af7b3be50133a0c2b7d2171 + category: main + optional: false - name: parso version: 0.8.4 manager: conda @@ -5657,7 +5827,7 @@ package: category: main optional: false - name: pydantic - version: 2.11.4 + version: 2.11.7 manager: conda platform: linux-64 dependencies: @@ -5667,14 +5837,14 @@ package: typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.0' typing_extensions: '>=4.12.2' - url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.4-pyh3cfb1c2_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda hash: - md5: 8ad3ad8db5ce2ba470c9facc37af00a9 - sha256: a522473505ac6a9c10bb304d7338459a406ba22a6d3bb1a355c1b5283553a372 + md5: 1b337e3d378cde62889bb735c024b7a2 + sha256: ee7823e8bc227f804307169870905ce062531d36c1dcf3d431acd65c6e0bd674 category: main optional: false - name: pydantic - version: 2.11.4 + version: 2.11.7 manager: conda platform: win-64 dependencies: @@ -5684,10 +5854,10 @@ package: typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.0' typing_extensions: '>=4.12.2' - url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.4-pyh3cfb1c2_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda hash: - md5: 8ad3ad8db5ce2ba470c9facc37af00a9 - sha256: a522473505ac6a9c10bb304d7338459a406ba22a6d3bb1a355c1b5283553a372 + md5: 1b337e3d378cde62889bb735c024b7a2 + sha256: ee7823e8bc227f804307169870905ce062531d36c1dcf3d431acd65c6e0bd674 category: main optional: false - name: pydantic-core @@ -5950,7 +6120,7 @@ package: category: main optional: false - name: pytest - version: 8.4.0 + version: 8.4.1 manager: conda platform: linux-64 dependencies: @@ -5962,14 +6132,14 @@ package: pygments: '>=2.7.2' python: '>=3.9' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.1-pyhd8ed1ab_0.conda hash: - md5: 516d31f063ce7e49ced17f105b63a1f1 - sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06 + md5: a49c2283f24696a7b30367b7346a0144 + sha256: 93e267e4ec35353e81df707938a6527d5eb55c97bf54c3b87229b69523afb59d category: dev optional: true - name: pytest - version: 8.4.0 + version: 8.4.1 manager: conda platform: win-64 dependencies: @@ -5981,14 +6151,14 @@ package: pygments: '>=2.7.2' python: '>=3.9' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.1-pyhd8ed1ab_0.conda hash: - md5: 516d31f063ce7e49ced17f105b63a1f1 - sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06 + md5: a49c2283f24696a7b30367b7346a0144 + sha256: 93e267e4ec35353e81df707938a6527d5eb55c97bf54c3b87229b69523afb59d category: dev optional: true - name: pytest-cov - version: 6.1.1 + version: 6.2.1 manager: conda platform: linux-64 dependencies: @@ -5996,14 +6166,14 @@ package: pytest: '>=4.6' python: '>=3.9' toml: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.1.1-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.2.1-pyhd8ed1ab_0.conda hash: - md5: 1e35d8f975bc0e984a19819aa91c440a - sha256: 9961a1524f63d10bc29efdc52013ec06b0e95fb2619a250e250ff3618261d5cd + md5: ce978e1b9ed8b8d49164e90a5cdc94cd + sha256: 3a9fc07be76bc67aef355b78816b5117bfe686e7d8c6f28b45a1f89afe104761 category: dev optional: true - name: pytest-cov - version: 6.1.1 + version: 6.2.1 manager: conda platform: win-64 dependencies: @@ -6011,10 +6181,10 @@ package: pytest: '>=4.6' python: '>=3.9' toml: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.1.1-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.2.1-pyhd8ed1ab_0.conda hash: - md5: 1e35d8f975bc0e984a19819aa91c440a - sha256: 9961a1524f63d10bc29efdc52013ec06b0e95fb2619a250e250ff3618261d5cd + md5: ce978e1b9ed8b8d49164e90a5cdc94cd + sha256: 3a9fc07be76bc67aef355b78816b5117bfe686e7d8c6f28b45a1f89afe104761 category: dev optional: true - name: python @@ -6036,7 +6206,6 @@ package: libzlib: '>=1.3.1,<2.0a0' ncurses: '>=6.5,<7.0a0' openssl: '>=3.5.0,<4.0a0' - pip: '' readline: '>=8.2,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' @@ -6058,7 +6227,6 @@ package: libsqlite: '>=3.50.0,<4.0a0' libzlib: '>=1.3.1,<2.0a0' openssl: '>=3.5.0,<4.0a0' - pip: '' tk: '>=8.6.13,<8.7.0a0' tzdata: '' ucrt: '>=10.0.20348.0' @@ -6318,7 +6486,7 @@ package: category: main optional: false - name: pyzmq - version: 26.4.0 + version: 27.0.0 manager: conda platform: linux-64 dependencies: @@ -6329,14 +6497,14 @@ package: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* zeromq: '>=4.3.5,<4.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-26.4.0-py310h71f11fc_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.0.0-py310h71f11fc_0.conda hash: - md5: 4859978df0e6408e439cb6badfbb3c5d - sha256: 2c93bcd81c1dadeb9b57bc4c833b3638f518f9b960fc1a928d4670abffd25017 + md5: de862cdd8a959ac9a751fd8a5f7dc82d + sha256: dfcd2fc9c015b220da06a96886c7d7185794cb6383a75dbb90704d8a974ec2a8 category: dev optional: true - name: pyzmq - version: 26.4.0 + version: 27.0.0 manager: conda platform: win-64 dependencies: @@ -6347,10 +6515,10 @@ package: vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' zeromq: '>=4.3.5,<4.3.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-26.4.0-py310h656833d_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.0.0-py310h656833d_0.conda hash: - md5: dd340eeec5732405db972695aceb24f5 - sha256: 02657a2503ebdc5ed6d64f14f50f129d27309ded9862c214dd5cfd45ed64398c + md5: 3a89550776350a08c0763ee60a0f07dd + sha256: d3ead56c27a0aba2432343cde83aa4bc7948cf525ace92f676043c25a87b224b category: dev optional: true - name: readline @@ -6427,7 +6595,7 @@ package: category: dev optional: true - name: requests - version: 2.32.3 + version: 2.32.4 manager: conda platform: linux-64 dependencies: @@ -6436,14 +6604,14 @@ package: idna: '>=2.5,<4' python: '>=3.9' urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.4-pyhd8ed1ab_0.conda hash: - md5: a9b9368f3701a417eac9edbcae7cb737 - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: f6082eae112814f1447b56a5e1f6ed05 + sha256: 9866aaf7a13c6cfbe665ec7b330647a0fb10a81e6f9b8fee33642232a1920e18 category: dev optional: true - name: requests - version: 2.32.3 + version: 2.32.4 manager: conda platform: win-64 dependencies: @@ -6452,10 +6620,10 @@ package: idna: '>=2.5,<4' python: '>=3.9' urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.4-pyhd8ed1ab_0.conda hash: - md5: a9b9368f3701a417eac9edbcae7cb737 - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: f6082eae112814f1447b56a5e1f6ed05 + sha256: 9866aaf7a13c6cfbe665ec7b330647a0fb10a81e6f9b8fee33642232a1920e18 category: dev optional: true - name: rfc3339-validator @@ -7584,27 +7752,27 @@ package: category: dev optional: true - name: tomlkit - version: 0.13.2 + version: 0.13.3 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.2-pyha770c72_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda hash: - md5: 1d9ab4fc875c52db83f9c9b40af4e2c8 - sha256: 986fae65f5568e95dbf858d08d77a0f9cca031345a98550f1d4b51d36d8811e2 + md5: 146402bf0f11cbeb8f781fa4309a95d3 + sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 category: dev optional: true - name: tomlkit - version: 0.13.2 + version: 0.13.3 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.2-pyha770c72_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda hash: - md5: 1d9ab4fc875c52db83f9c9b40af4e2c8 - sha256: 986fae65f5568e95dbf858d08d77a0f9cca031345a98550f1d4b51d36d8811e2 + md5: 146402bf0f11cbeb8f781fa4309a95d3 + sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 category: dev optional: true - name: toolz @@ -7947,7 +8115,7 @@ package: category: dev optional: true - name: urllib3 - version: 2.4.0 + version: 2.5.0 manager: conda platform: linux-64 dependencies: @@ -7956,14 +8124,14 @@ package: pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.9' zstandard: '>=0.18.0' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda hash: - md5: c1e349028e0052c4eea844e94f773065 - sha256: a25403b76f7f03ca1a906e1ef0f88521edded991b9897e7fed56a3e334b3db8c + md5: 436c165519e140cb08d246a4472a9d6a + sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 category: main optional: false - name: urllib3 - version: 2.4.0 + version: 2.5.0 manager: conda platform: win-64 dependencies: @@ -7972,10 +8140,10 @@ package: pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.9' zstandard: '>=0.18.0' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda hash: - md5: c1e349028e0052c4eea844e94f773065 - sha256: a25403b76f7f03ca1a906e1ef0f88521edded991b9897e7fed56a3e334b3db8c + md5: 436c165519e140cb08d246a4472a9d6a + sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 category: main optional: false - name: vc @@ -7983,35 +8151,35 @@ package: manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.42.34433' - url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h2b53caa_26.conda + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h41ae7f8_26.conda hash: - md5: d3f0381e38093bde620a8d85f266ae55 - sha256: 7a685b5c37e9713fa314a0d26b8b1d7a2e6de5ab758698199b5d5b6dba2e3ce1 + md5: 18b6bf6f878501547786f7bf8052a34d + sha256: b388d88e04aa0257df4c1d28f8d85d985ad07c1e5645aa62335673c98704c4c6 category: main optional: false - name: vc14_runtime - version: 14.42.34438 + version: 14.44.35208 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.42.34438-hfd919c2_26.conda + url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_26.conda hash: - md5: 91651a36d31aa20c7ba36299fb7068f4 - sha256: 30dcb71bb166e351aadbdc18f1718757c32cdaa0e1e5d9368469ee44f6bf4709 + md5: 14d65350d3f5c8ff163dc4f76d6e2830 + sha256: 7bad6e25a7c836d99011aee59dcf600b7f849a6fa5caa05a406255527e80a703 category: main optional: false - name: vs2015_runtime - version: 14.42.34438 + version: 14.44.35208 manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.42.34438' - url: https://repo.prefix.dev/conda-forge/win-64/vs2015_runtime-14.42.34438-h7142326_26.conda + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/vs2015_runtime-14.44.35208-h38c0c73_26.conda hash: - md5: 3357e4383dbce31eed332008ede242ab - sha256: 432f2937206f1ad4a77e39f84fabc1ce7d2472b669836fb72bd2bfd19a2defc9 + md5: 312f3a0a6b3c5908e79ce24002411e32 + sha256: d18d77c8edfbad37fa0e0bb0f543ad80feb85e8fe5ced0f686b8be463742ec0b category: main optional: false - name: wcwidth @@ -8376,27 +8544,27 @@ package: category: main optional: false - name: zipp - version: 3.22.0 + version: 3.23.0 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda hash: - md5: 234be740b00b8e41567e5b0ed95aaba9 - sha256: 3f7a58ff4ff1d337d56af0641a7eba34e7eea0bf32e49934c96ee171640f620b + md5: df5e78d904988eb55042c0c97446079f + sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false - name: zipp - version: 3.22.0 + version: 3.23.0 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda hash: - md5: 234be740b00b8e41567e5b0ed95aaba9 - sha256: 3f7a58ff4ff1d337d56af0641a7eba34e7eea0bf32e49934c96ee171640f620b + md5: df5e78d904988eb55042c0c97446079f + sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false - name: zstandard @@ -8462,169 +8630,3 @@ package: sha256: bc64864377d809b904e877a98d0584f43836c9f2ef27d3d2a1421fa6eae7ca04 category: main optional: false -- name: geoapps-utils - version: 0.5.0-alpha.4 - manager: pip - platform: linux-64 - dependencies: - geoh5py: 0.11.0-alpha.6 - 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@73d76d9637603dc24e593c2f83e9a618c5e2a42c - hash: - sha256: 73d76d9637603dc24e593c2f83e9a618c5e2a42c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - category: main - optional: false -- name: geoapps-utils - version: 0.5.0-alpha.4 - manager: pip - platform: win-64 - dependencies: - geoh5py: 0.11.0-alpha.6 - 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@73d76d9637603dc24e593c2f83e9a618c5e2a42c - hash: - sha256: 73d76d9637603dc24e593c2f83e9a618c5e2a42c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - category: main - optional: false -- name: geoh5py - version: 0.11.0-alpha.6 - manager: pip - platform: linux-64 - dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' - pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - hash: - sha256: 77b77c841a3cdedaa8a92022ca47c43d4580db81 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - category: main - optional: false -- name: geoh5py - version: 0.11.0-alpha.6 - manager: pip - platform: win-64 - dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' - pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - hash: - sha256: 77b77c841a3cdedaa8a92022ca47c43d4580db81 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - category: main - optional: false -- name: mira-simpeg - version: 0.23.0.1b1 - manager: pip - platform: linux-64 - dependencies: - dask: '*' - discretize: '>=0.11' - fsspec: '>=0.3.3' - geoana: '>=0.7.0' - geoh5py: '>=0.11.0a1,<0.12.dev' - libdlf: '*' - matplotlib: '*' - numpy: '>=1.22' - pymatsolver: '>=0.3' - scipy: '>=1.8' - zarr: '*' - url: https://files.pythonhosted.org/packages/45/c3/25093373be89da8f1898f8c5130b6429acca7d43f9ca949969c173bc7ed0/mira_simpeg-0.23.0.1b1-py3-none-any.whl - hash: - sha256: 948a345905e571682b76e44d8527c84919044137d5a335c1a7d707bf3ca86b12 - category: main - optional: false -- name: mira-simpeg - version: 0.23.0.1b1 - manager: pip - platform: win-64 - dependencies: - dask: '*' - discretize: '>=0.11' - fsspec: '>=0.3.3' - geoana: '>=0.7.0' - geoh5py: '>=0.11.0a1,<0.12.dev' - libdlf: '*' - matplotlib: '*' - numpy: '>=1.22' - pymatsolver: '>=0.3' - scipy: '>=1.8' - zarr: '*' - url: https://files.pythonhosted.org/packages/45/c3/25093373be89da8f1898f8c5130b6429acca7d43f9ca949969c173bc7ed0/mira_simpeg-0.23.0.1b1-py3-none-any.whl - hash: - sha256: 948a345905e571682b76e44d8527c84919044137d5a335c1a7d707bf3ca86b12 - category: main - optional: false -- name: octree-creation-app - version: 0.3.0a2 - manager: pip - platform: linux-64 - dependencies: - discretize: ==0.11.* - geoapps-utils: '>=0.5.0a3,<0.6.dev' - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.5.2,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: https://files.pythonhosted.org/packages/8a/60/0a425a5a8cd25d46d8141bf24b20511d0176c9fae0e617f0eeca4675366b/octree_creation_app-0.3.0a2-py3-none-any.whl - hash: - sha256: 002896126bf5a958aad1bb9c0a272bfd3c6985d1456dc8022c4e07b5582730ff - category: main - optional: false -- name: octree-creation-app - version: 0.3.0a2 - manager: pip - platform: win-64 - dependencies: - discretize: ==0.11.* - geoapps-utils: '>=0.5.0a3,<0.6.dev' - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.5.2,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: https://files.pythonhosted.org/packages/8a/60/0a425a5a8cd25d46d8141bf24b20511d0176c9fae0e617f0eeca4675366b/octree_creation_app-0.3.0a2-py3-none-any.whl - hash: - sha256: 002896126bf5a958aad1bb9c0a272bfd3c6985d1456dc8022c4e07b5582730ff - category: main - optional: false -- name: param-sweeps - version: 0.2.1a1 - manager: pip - platform: linux-64 - dependencies: - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - url: https://files.pythonhosted.org/packages/a9/b4/5352714c3cd8075b037aac1fcbcfb5f539449c020031cb663ad82a3944d0/param_sweeps-0.2.1a1-py3-none-any.whl - hash: - sha256: 777618dd6eef4b6e86b4976e01c29bb202abb9d295b0774baeabf7534fb9389c - category: main - optional: false -- name: param-sweeps - version: 0.2.1a1 - manager: pip - platform: win-64 - dependencies: - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - url: https://files.pythonhosted.org/packages/a9/b4/5352714c3cd8075b037aac1fcbcfb5f539449c020031cb663ad82a3944d0/param_sweeps-0.2.1a1-py3-none-any.whl - hash: - sha256: 777618dd6eef4b6e86b4976e01c29bb202abb9d295b0774baeabf7534fb9389c - category: main - optional: false diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index 0a0c052a..aeee863d 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: f494ddfc45d95e9dc44ae24b6f9627b5ecc007f36d70bfa72f29b9e6b40b6def - linux-64: 45598a3fe4924b0456a6a385798db75a84287e671ec28a5a581312dccfe801f9 + win-64: e3a60c402cf8940784bbe69fbbf40b9ee130a4059f7dca4dce9a8b7533ea7d9f + linux-64: 8ac3d9fab83f7a3f6467f9c2b53c0bfd99685e8e92b530ac6b0a6d392f020377 channels: - url: conda-forge used_env_vars: [] @@ -533,10 +533,10 @@ package: libbrotlidec: 1.1.0 libbrotlienc: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_3.conda hash: - md5: 98514fe74548d768907ce7a13f680e8f - sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b + md5: 5d08a0ac29e6a5a984817584775d4131 + sha256: c969baaa5d7a21afb5ed4b8dd830f82b78e425caaa13d717766ed07a61630bec category: main optional: false - name: brotli @@ -550,10 +550,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_3.conda hash: - md5: 378f1c9421775dfe644731cb121c8979 - sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 + md5: c2a23d8a8986c72148c63bdf855ac99a + sha256: d57cd6ea705c9d2a8a2721f083de247501337e459f5498726b564cfca138e192 category: main optional: false - name: brotli-bin @@ -565,10 +565,10 @@ package: libbrotlidec: 1.1.0 libbrotlienc: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_3.conda hash: - md5: c63b5e52939e795ba8d26e35d767a843 - sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 + md5: 58178ef8ba927229fba6d84abf62c108 + sha256: ab74fa8c3d1ca0a055226be89e99d6798c65053e2d2d3c6cb380c574972cd4a7 category: main optional: false - name: brotli-bin @@ -581,10 +581,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_3.conda hash: - md5: d22534a9be5771fc58eb7564947f669d - sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 + md5: c7c345559c1ac25eede6dccb7b931202 + sha256: 85aac1c50a426be6d0cc9fd52480911d752f4082cb78accfdb257243e572c7eb category: main optional: false - name: brotli-python @@ -597,10 +597,10 @@ package: libstdcxx: '>=13' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py311hfdbb021_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py311hfdbb021_3.conda hash: - md5: d21daab070d76490cb39a8f1d1729d79 - sha256: 949913bbd1f74d1af202d3e4bff2e0a4e792ec00271dc4dd08641d4221aa2e12 + md5: 8565f7297b28af62e5de2d968ca32e31 + sha256: 4fab04fcc599853efb2904ea3f935942108613c7515f7dd57e7f034650738c52 category: main optional: false - name: brotli-python @@ -613,10 +613,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py311hda3d55a_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py311hda3d55a_3.conda hash: - md5: a0ea2839841a06740a1c110ba3317b42 - sha256: aa3ac5dbf63db2f145235708973c626c2189ee4040d769fdf0076286fa45dc26 + md5: 2d99144abeb3b6b65608fdd7810dbcbd + sha256: a602b15fe1b3a6b40aab7d99099a410b69ccad9bb273779531cef00fc52d762e category: main optional: false - name: bzip2 @@ -660,27 +660,27 @@ package: category: main optional: false - name: ca-certificates - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: linux-64 dependencies: __unix: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.4.26-hbd8a1cb_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda hash: - md5: 95db94f75ba080a22eb623590993167b - sha256: 2a70ed95ace8a3f8a29e6cd1476a943df294a7111dfb3e152e3478c4c889b7ac + md5: 72525f07d72806e3b639ad4504c30ce5 + sha256: 7cfec9804c84844ea544d98bda1d9121672b66ff7149141b8415ca42dfcd44f6 category: main optional: false - name: ca-certificates - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: win-64 dependencies: __win: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.4.26-h4c7d964_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-h4c7d964_0.conda hash: - md5: 23c7fd5062b48d8294fc7f61bf157fba - sha256: 1454f3f53a3b828d3cb68a3440cb0fa9f1cc0e3c8c26e9e023773dc19d88cc06 + md5: b01649832f7bc7ff94f8df8bd2ee6457 + sha256: 065241ba03ef3ee8200084c075cbff50955a7e711765395ff34876dbc51a6bb9 category: main optional: false - name: cached-property @@ -732,27 +732,27 @@ package: category: main optional: false - name: certifi - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda hash: - md5: c33eeaaa33f45031be34cda513df39b6 - sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c + md5: 781d068df0cc2407d4db0ecfbb29225b + sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778 category: main optional: false - name: certifi - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda hash: - md5: c33eeaaa33f45031be34cda513df39b6 - sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c + md5: 781d068df0cc2407d4db0ecfbb29225b + sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778 category: main optional: false - name: cffi @@ -949,7 +949,7 @@ package: category: main optional: false - name: coverage - version: 7.8.2 + version: 7.9.1 manager: conda platform: linux-64 dependencies: @@ -958,14 +958,14 @@ package: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.8.2-py311h2dc5d0c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.9.1-py311h2dc5d0c_0.conda hash: - md5: 21c1ef48cc2bf485e6d38c5611e91da2 - sha256: 1da68668a274d87003cb1c3281269fa930e952cda1711426c4240517d98177c8 + md5: f524bd18889f169f2fa8dc70df1c53c3 + sha256: 09245391f91135f4eea87d64107e82d4fb4b7d4fbd6596ea6cc126645191220c category: dev optional: true - name: coverage - version: 7.8.2 + version: 7.9.1 manager: conda platform: win-64 dependencies: @@ -975,10 +975,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.8.2-py311h5082efb_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.9.1-py311h5082efb_0.conda hash: - md5: dfd09752e23b9e8c1389ee8655c26f87 - sha256: ca270ce3d6e450dd638d03cbbf532c7ba8ef9243279b00ff0c2e3e19be1b71fc + md5: a12491bec053dd704f8e467127e20b6a + sha256: 821c280024834cdf88038452e3c131140c9e8bc310617349c0deecffca2c2196 category: dev optional: true - name: cpython @@ -1246,7 +1246,7 @@ package: category: dev optional: true - name: discretize - version: 0.11.2 + version: 0.11.3 manager: conda platform: linux-64 dependencies: @@ -1257,14 +1257,14 @@ package: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.2-py311h5b7b71f_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py311h5b7b71f_0.conda hash: - md5: 46691a03f4c2317ec8c798dc8575bf48 - sha256: 147f8e5403fe7cc0cab3eb8e5cb362347728fe5e485e7c6ca76f5139447b1960 + md5: a7407d831a3b494a143c5e69f83fb0a8 + sha256: 68c39916cff90c5ddf30144096189f3b54d41507dd85023543f03d7cfd5851b4 category: main optional: false - name: discretize - version: 0.11.2 + version: 0.11.3 manager: conda platform: win-64 dependencies: @@ -1275,10 +1275,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.2-py311h9b10771_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py311h9b10771_0.conda hash: - md5: 67a5b84650218196cfef1b647c6a9140 - sha256: 0bda0975ae4898c3887be171c9888fd57a20379c129e3149a4708c9d3edf5a2b + md5: 7de8d3ea58f928e4507713d7b35ce1d9 + sha256: 0499b57534162b58677de77dbb0c3dc11dd17ee27043ae5871db2d89e27b8e0d category: main optional: false - name: distributed @@ -1438,7 +1438,7 @@ package: category: main optional: false - name: fonttools - version: 4.58.1 + version: 4.58.4 manager: conda platform: linux-64 dependencies: @@ -1449,14 +1449,14 @@ package: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.1-py311h2dc5d0c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.4-py311h2dc5d0c_0.conda hash: - md5: 9af5d6c8703be9bbe200aeae13a5e6ef - sha256: 8ef83f209dfc3f5b808e583bedd129ca95c9f2cb72645540e01d90f82bde9e0d + md5: dd3ef31d2bf022668f30859d5e11c83e + sha256: f57df9d0573fa04b53afdaa5253bc4f1902357cca9265951f9d6ebe46567a40e category: main optional: false - name: fonttools - version: 4.58.1 + version: 4.58.4 manager: conda platform: win-64 dependencies: @@ -1468,10 +1468,10 @@ package: unicodedata2: '>=15.1.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.1-py311h5082efb_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.4-py311h5082efb_0.conda hash: - md5: 88930bd9938a31990c3b9b0f86930e57 - sha256: c806a73ae3fe27c3ff4fd7a564632d617aa630ec856e5289bb22936fe78355e5 + md5: 0619fa68408637bbfb263aa8396a61a9 + sha256: 0381a0b6c32cddbeaab39750590205a97604b52faae1c7db7d7891ac4710be60 category: main optional: false - name: fqdn @@ -1588,8 +1588,72 @@ package: sha256: a63e83fec8e75b61333693919eaa2789320b0caf2d62f37691bd68f56b296004 category: main optional: false +- name: geoapps-utils + version: 0.5.0 + manager: conda + platform: linux-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/geoapps-utils-0.5.0-pyhe01879c_0.conda + hash: + md5: 5c9bf84e276334d45538e8bc67ef3589 + sha256: b2b72070d1e346709e345b26d6e1ca403171a14b2b2a8e896917b69b218cdef1 + category: main + optional: false +- name: geoapps-utils + version: 0.5.0 + manager: conda + platform: win-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/geoapps-utils-0.5.0-pyhe01879c_0.conda + hash: + md5: 5c9bf84e276334d45538e8bc67ef3589 + sha256: b2b72070d1e346709e345b26d6e1ca403171a14b2b2a8e896917b69b218cdef1 + category: main + optional: false +- name: geoh5py + version: 0.11.0 + manager: conda + platform: linux-64 + dependencies: + h5py: '>=3.2.1,<4.0.dev' + numpy: '>=1.26.0,<1.27.dev' + pillow: '>=10.3.0,<10.4.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/geoh5py-0.11.0-pyhe01879c_0.conda + hash: + md5: 2127ebe65d5b7f1d45b535d4ef3bf2c6 + sha256: 80b213cd2d118a8e486512d9c0c3295e570ebb7158350c812cf85f79633a971b + category: main + optional: false +- name: geoh5py + version: 0.11.0 + manager: conda + platform: win-64 + dependencies: + h5py: '>=3.2.1,<4.0.dev' + numpy: '>=1.26.0,<1.27.dev' + pillow: '>=10.3.0,<10.4.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/geoh5py-0.11.0-pyhe01879c_0.conda + hash: + md5: 2127ebe65d5b7f1d45b535d4ef3bf2c6 + sha256: 80b213cd2d118a8e486512d9c0c3295e570ebb7158350c812cf85f79633a971b + category: main + optional: false - name: greenlet - version: 3.2.2 + version: 3.2.3 manager: conda platform: linux-64 dependencies: @@ -1598,14 +1662,14 @@ package: libstdcxx: '>=13' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.2-py311hfdbb021_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.3-py311hfdbb021_0.conda hash: - md5: 34b4bcafb8cb6851446a41ed6f23c40c - sha256: 141a48e6e04ca32cd22d698b07c44760cba95820ad7ccfaeefbc80a5b0a73d49 + md5: 6da38c50cd487d2e2b98f8421bbe0f6a + sha256: 29b46ef4338f297987bbaada35bada314de411d43b5a1edecb97b264214fa593 category: dev optional: true - name: greenlet - version: 3.2.2 + version: 3.2.3 manager: conda platform: win-64 dependencies: @@ -1614,10 +1678,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/greenlet-3.2.2-py311hda3d55a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/greenlet-3.2.3-py311hda3d55a_0.conda hash: - md5: 435745005f95acbb0802fedb1198674a - sha256: 6d8df7d01e7fd1391f1b6dd57ec65ded3bac2d1fa81a91327d6e8cc561b249f7 + md5: 00d29571d33ae7e1c74486a3e53a953a + sha256: ee485694a61f45822deca736b6b16eed55dc2fdc0e3fc5ede7c52aed98756795 category: dev optional: true - name: h11 @@ -1675,7 +1739,7 @@ package: category: main optional: false - name: h5py - version: 3.13.0 + version: 3.14.0 manager: conda platform: linux-64 dependencies: @@ -1683,32 +1747,32 @@ package: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' libgcc: '>=13' - numpy: '>=1.19,<3' + numpy: '>=1.21,<3' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.13.0-nompi_py311h38436b4_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.14.0-nompi_py311h7f87ba5_100.conda hash: - md5: 0a24ff81763ff208d8485354cb9d347e - sha256: 7c4586e214e4844c6115032a2db43bbcf3aa059374ba691fce57acd51e156d44 + md5: ecfcdeb88c8727f3cf67e1177528a498 + sha256: cd2bd076c9d9bd8d8021698159e694a8600d8349e3208719c422af2c86b9c184 category: main optional: false - name: h5py - version: 3.13.0 + version: 3.14.0 manager: conda platform: win-64 dependencies: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' - numpy: '>=1.19,<3' + numpy: '>=1.21,<3' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.13.0-nompi_py311hc74fd12_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.14.0-nompi_py311h97e6cc2_100.conda hash: - md5: 4495f7a36edc99f21d3f8d1ba03734eb - sha256: 7ba0e3e3eb85a0a158dfdf97aa6bf5f66d5aee116339ad187a617cc78ce3467f + md5: f806b981514c8d3e567a2b7d5a8569ff + sha256: 600c7089e5fd40d9592d2d881192052b8c6df5f3afe9cd5e51fb8ef2bc8df1bc category: main optional: false - name: hdf5 @@ -1961,8 +2025,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_metadata version: 8.7.0 manager: conda @@ -1973,8 +2037,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_resources version: 6.5.2 manager: conda @@ -3144,10 +3208,10 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h1423503_5.conda hash: - md5: 01f8d123c96816249efd255a31ad7712 - sha256: db73f38155d901a610b2320525b9dd3b31e4949215c870685fd92ea61b5ce472 + md5: 6dc9e1305e7d3129af4ad0dabda30e56 + sha256: dcd2b1a065bbf5c54004ddf6551c775a8eb6993c8298ca8a6b92041ed413f785 category: main optional: false - name: lerc @@ -3179,30 +3243,31 @@ package: category: main optional: false - name: libaec - version: 1.1.3 + version: 1.1.4 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + libstdcxx: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libaec-1.1.4-h3f801dc_0.conda hash: - md5: 5e97e271911b8b2001a8b71860c32faa - sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 + md5: 01ba04e414e47f95c03d6ddd81fd37be + sha256: 410ab78fe89bc869d435de04c9ffa189598ac15bb0fe1ea8ace8fb1b860a2aa3 category: main optional: false - name: libaec - version: 1.1.3 + version: 1.1.4 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/libaec-1.1.3-h63175ca_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libaec-1.1.4-h20038f6_0.conda hash: - md5: 8723000f6ffdbdaef16025f0a01b64c5 - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 85a2bed45827d77d5b308cb2b165404f + sha256: 0be89085effce9fdcbb6aea7acdb157b18793162f68266ee0a75acf615d4929b category: main optional: false - name: libblas @@ -3211,10 +3276,10 @@ package: platform: linux-64 dependencies: mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-31_hfdb39a5_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-32_hfdb39a5_mkl.conda hash: - md5: bdf4a57254e8248222cb631db4393ff1 - sha256: 862289f2cfb84bb6001d0e3569e908b8c42d66b881bd5b03f730a3924628b978 + md5: eceb19ae9105bc4d0e8d5a321d66c426 + sha256: 7a04219d42b3b0b85ed9d019f481e4227efa2baa12ff48547758e90e2e208adc category: main optional: false - name: libblas @@ -3223,10 +3288,10 @@ package: platform: win-64 dependencies: mkl: 2024.2.2 - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-31_h641d27c_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-32_h641d27c_mkl.conda hash: - md5: d05563c577fe2f37693a554b3f271e8f - sha256: 7bb4d5b591e98fe607279520ee78e3571a297b5720aa789a2536041ad5540de8 + md5: 49b36a01450e96c516bbc5486d4a0ea0 + sha256: 809d78b096e70fed7ebb17c867dd5dde2f9f4ed8564967a6e10c65b3513b0c31 category: main optional: false - name: libbrotlicommon @@ -3236,10 +3301,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_3.conda hash: - md5: 41b599ed2b02abcfdd84302bff174b23 - sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: cb98af5db26e3f482bebb80ce9d947d3 + sha256: 462a8ed6a7bb9c5af829ec4b90aab322f8bcd9d8987f793e6986ea873bbd05cf category: main optional: false - name: libbrotlicommon @@ -3250,10 +3315,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_3.conda hash: - md5: f7dc9a8f21d74eab46456df301da2972 - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: cf20c8b8b48ab5252ec64b9c66bfe0a4 + sha256: e70ea4b773fadddda697306a80a29d9cbd36b7001547cd54cbfe9a97a518993f category: main optional: false - name: libbrotlidec @@ -3264,10 +3329,10 @@ package: __glibc: '>=2.17,<3.0.a0' libbrotlicommon: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_3.conda hash: - md5: 9566f0bd264fbd463002e759b8a82401 - sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 1c6eecffad553bde44c5238770cfb7da + sha256: 3eb27c1a589cbfd83731be7c3f19d6d679c7a444c3ba19db6ad8bf49172f3d83 category: main optional: false - name: libbrotlidec @@ -3279,10 +3344,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_3.conda hash: - md5: 9bae75ce723fa34e98e239d21d752a7e - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: a342933dbc6d814541234c7c81cb5205 + sha256: a35a0db7e3257e011b10ffb371735b2b24074412d0b27c3dab7ca9f2c549cfcf category: main optional: false - name: libbrotlienc @@ -3293,10 +3358,10 @@ package: __glibc: '>=2.17,<3.0.a0' libbrotlicommon: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_3.conda hash: - md5: 06f70867945ea6a84d35836af780f1de - sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 3facafe58f3858eb95527c7d3a3fc578 + sha256: 76e8492b0b0a0d222bfd6081cae30612aa9915e4309396fdca936528ccf314b7 category: main optional: false - name: libbrotlienc @@ -3308,10 +3373,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_3.conda hash: - md5: 85741a24d97954a991e55e34bc55990b - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 7ef0af55d70cbd9de324bb88b7f9d81e + sha256: 9d0703c5a01c10d346587ff0535a0eb81042364333caa4a24a0e4a0c08fd490b category: main optional: false - name: libcblas @@ -3320,10 +3385,10 @@ package: platform: linux-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-31_h372d94f_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-32_h372d94f_mkl.conda hash: - md5: 2a06a6c16b45bd3d10002927ca204b67 - sha256: 2ee3ab2b6eeb59f2d3c6f933fa0db28f1b56f0bc543ed2c0f6ec04060e4b6ec0 + md5: 68b55daaf083682f58d9b7f5d52aeb37 + sha256: d0449cdfb6c6e993408375bcabbb4c9630a9b8750c406455ce3a4865ec7a321c category: main optional: false - name: libcblas @@ -3332,10 +3397,10 @@ package: platform: win-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-31_h5e41251_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-32_h5e41251_mkl.conda hash: - md5: 43c100b94ad2607382b0cf0f3a6b0bf3 - sha256: 609f455b099919bd4d15d4a733f493dc789e02da73fe4474f1cca73afafb95b8 + md5: 054b9b4b48296e4413cf93e6ece7b27d + sha256: d0f81145ae795592f3f3b5d7ff641c1019a99d6b308bfaf2a4cc5ba24b067bb0 category: main optional: false - name: libcurl @@ -3728,10 +3793,10 @@ package: platform: linux-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-31_hc41d3b0_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-32_hc41d3b0_mkl.conda hash: - md5: 10d012ddd7cc1c7ff9093d4974a34e53 - sha256: a2d20845d916ac8fba09376cd791136a9b4547afb2131bc315178adfc87bb4ca + md5: 6dc827963c12f90c79f5b2be4eaea072 + sha256: dc1be931203a71f5c84887cde24659fdd6fda73eb8c6cf56e67b68e3c7916efd category: main optional: false - name: liblapack @@ -3740,10 +3805,10 @@ package: platform: win-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-31_h1aa476e_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-32_h1aa476e_mkl.conda hash: - md5: 40b47ee720a185289760960fc6185750 - sha256: 9415e807aa6f8968322bbd756aab8f487379d809c74266d37c697b8d85c534ad + md5: 1652285573db93afc3ba9b3b9356e3d3 + sha256: 5629e592137114b24bfdea71e1c4b6bee11379631409ed91dfe2f83b32a8b298 category: main optional: false - name: liblzma @@ -3753,10 +3818,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda hash: - md5: a76fd702c93cd2dfd89eff30a5fd45a8 - sha256: eeff241bddc8f1b87567dd6507c9f441f7f472c27f0860a07628260c000ef27c + md5: 1a580f7796c7bf6393fddb8bbbde58dc + sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8 category: main optional: false - name: liblzma @@ -3767,10 +3832,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.1-h2466b09_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda hash: - md5: 14a1042c163181e143a7522dfb8ad6ab - sha256: adbf6c7bde70536ada734a81b8b5aa23654f2b95445204404622e0cc40e921a0 + md5: c15148b2e18da456f5108ccb5e411446 + sha256: 55764956eb9179b98de7cc0e55696f2eff8f7b83fc3ebff5e696ca358bca28cc category: main optional: false - name: libnghttp2 @@ -3796,29 +3861,30 @@ package: manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda hash: - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: d864d34357c3b65a4b731f78c0801dc4 + sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 category: main optional: false - name: libpng - version: 1.6.47 + version: 1.6.49 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.47-h943b412_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.49-h943b412_0.conda hash: - md5: 55199e2ae2c3651f6f9b2a447b47bdc9 - sha256: 23367d71da58c9a61c8cbd963fcffb92768d4ae5ffbef9a47cdf1f54f98c5c36 + md5: 37511c874cf3b8d0034c8d24e73c0884 + sha256: c8f5dc929ba5fcee525a66777498e03bbcbfefc05a0773e5163bb08ac5122f1a category: main optional: false - name: libpng - version: 1.6.47 + version: 1.6.49 manager: conda platform: win-64 dependencies: @@ -3826,10 +3892,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.47-h7a4582a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.49-h7a4582a_0.conda hash: - md5: ad620e92b82d2948bc019e029c574ebb - sha256: e12c46ca882080d901392ae45e0e5a1c96fc3e5acd5cd1a23c2632eb7f024f26 + md5: 27269977c8f25d499727ceabc47cee3d + sha256: 8876a2d32d3538675e035b6560691471a1571835c0bcbf23816c24c460d31439 category: main optional: false - name: libscotch @@ -3877,31 +3943,31 @@ package: category: dev optional: true - name: libsqlite - version: 3.50.0 + version: 3.50.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.0-hee588c1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-hee588c1_4.conda hash: - md5: 71888e92098d0f8c41b09a671ad289bc - sha256: b3dcd409c96121c011387bdf7f4b5758d876feeb9d8e3cfc32285b286931d0a7 + md5: c79ba4d93602695bc60c6960ee59d2b1 + sha256: ffd84568ec99d3614f226f1bcbfe46b3fa2f7cb253acb14ff351dc17e7854ea7 category: main optional: false - name: libsqlite - version: 3.50.0 + version: 3.50.1 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/libsqlite-3.50.0-h67fdade_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-h053a19d_4.conda hash: - md5: 92b11b0b2120d563caa1629928122cee - sha256: 92546e3ea213ee7b11385b22ea4e7c69bbde1c25586288765b37bc5e96b20dd9 + md5: 9d7f733362a8a56ead9756a9357dfb55 + sha256: fdfe35e0d0532c71211fd74213d07eb23e638cc468605552ea237ffc1d368743 category: main optional: false - name: libssh2 @@ -4184,29 +4250,29 @@ package: category: dev optional: true - name: llvm-openmp - version: 20.1.6 + version: 20.1.7 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-20.1.6-h024ca30_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-20.1.7-h024ca30_0.conda hash: - md5: e4ece7ed81e43ae97a3b58ac4230c3c5 - sha256: 43ad6a0772c0fc554d2712ae00ea788a391a40c494e9c04ec13f4aea17c95ffc + md5: b9c9b2f494533250a9eb7ece830f4422 + sha256: 10f2f6be8ba4c018e1fc741637a8d45c0e58bea96954c25e91fbe4238b7c9f60 category: main optional: false - name: llvm-openmp - version: 20.1.6 + version: 20.1.7 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/llvm-openmp-20.1.6-h30eaf37_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-20.1.7-h30eaf37_0.conda hash: - md5: b95ac67b4a85052c54268ba4b80be753 - sha256: de24f885d918455eb510da054658531bbf69a2bc5ee5945314d0451f375a881d + md5: 6fd1d310402e936aa9aecb065f21cc6b + sha256: 1820ca99e8b126b3c656ff3c527822be8348f6452edcddd91615cba285540f6c category: main optional: false - name: locket @@ -4460,6 +4526,46 @@ package: sha256: e8a00971e6d00bd49f375c5d8d005b37a9abba0b1768533aed0f90a422bf5cc7 category: main optional: false +- name: mira-simpeg + version: 0.23.0.1 + manager: conda + platform: linux-64 + dependencies: + discretize: '>=0.11' + geoana: '>=0.7.0' + geoh5py: '>=0.11.0a,<0.12.dev' + libdlf: '*' + matplotlib-base: '' + numpy: '>=1.22' + pymatsolver: '>=0.3' + python: '>=3.10' + scipy: '>=1.8' + url: https://repo.prefix.dev/conda-forge/noarch/mira-simpeg-0.23.0.1-pyhe01879c_0.conda + hash: + md5: 5b0f82ada8cce0d90bc372af36bf5e98 + sha256: 482b2b02429eae6cda718e0cce25ebeef1056e1b23f0c9906d3f34d040334693 + category: main + optional: false +- name: mira-simpeg + version: 0.23.0.1 + manager: conda + platform: win-64 + dependencies: + discretize: '>=0.11' + geoana: '>=0.7.0' + geoh5py: '>=0.11.0a,<0.12.dev' + libdlf: '*' + matplotlib-base: '' + numpy: '>=1.22' + pymatsolver: '>=0.3' + python: '>=3.10' + scipy: '>=1.8' + url: https://repo.prefix.dev/conda-forge/noarch/mira-simpeg-0.23.0.1-pyhe01879c_0.conda + hash: + md5: 5b0f82ada8cce0d90bc372af36bf5e98 + sha256: 482b2b02429eae6cda718e0cce25ebeef1056e1b23f0c9906d3f34d040334693 + category: main + optional: false - name: mistune version: 3.1.3 manager: conda @@ -4514,7 +4620,7 @@ package: category: main optional: false - name: msgpack-python - version: 1.1.0 + version: 1.1.1 manager: conda platform: linux-64 dependencies: @@ -4523,14 +4629,14 @@ package: libstdcxx: '>=13' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.0-py311hd18a35c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.1-py311hd18a35c_0.conda hash: - md5: 682f76920687f7d9283039eb542fdacf - sha256: 9033fa7084cbfd10e1b7ed3b74cee17169a0731ec98244d05c372fc4a935d5c9 + md5: d0898973440adc2ad25917028669126d + sha256: f07aafd9e9adddf66b75630b4f68784e22ce63ae9e0887711a7386ceb2506fca category: main optional: false - name: msgpack-python - version: 1.1.0 + version: 1.1.1 manager: conda platform: win-64 dependencies: @@ -4539,10 +4645,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.0-py311h3257749_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.1-py311h3257749_0.conda hash: - md5: 36562593204b081d0da8a8bfabfb278b - sha256: 4e6a7979b434308ce5588970cb613952e3340bb2f9e63aaad7e5069ef1f08d1d + md5: 236c48eab3925b666eed26a3ba94bcb6 + sha256: a0ba6da7e31c406c39da1258d0c4304b58e791b3836529e51dc56d7d8f542de4 category: main optional: false - name: mumps-include @@ -4599,11 +4705,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false - name: munkres @@ -4611,11 +4717,11 @@ package: manager: conda platform: win-64 dependencies: - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false - name: myst-nb @@ -5042,6 +5148,42 @@ package: sha256: 14116e72107de3089cc58119a5ce5905c22abf9a715c9fe41f8ac14db0992326 category: main optional: false +- name: octree-creation-app + version: 0.3.0 + manager: conda + platform: linux-64 + dependencies: + discretize: '>=0.11.0,<0.12.dev' + geoapps-utils: '>=0.5.0,<0.6.dev' + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/octree-creation-app-0.3.0-pyhe01879c_0.conda + hash: + md5: 37a650683d3f6cf07f39b565859e751b + sha256: 59fbf7f0336cad96e7ba97e100d3599add872d4ecd5ae70c467e34679cee6180 + category: main + optional: false +- name: octree-creation-app + version: 0.3.0 + manager: conda + platform: win-64 + dependencies: + discretize: '>=0.11.0,<0.12.dev' + geoapps-utils: '>=0.5.0,<0.6.dev' + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/octree-creation-app-0.3.0-pyhe01879c_0.conda + hash: + md5: 37a650683d3f6cf07f39b565859e751b + sha256: 59fbf7f0336cad96e7ba97e100d3599add872d4ecd5ae70c467e34679cee6180 + category: main + optional: false - name: openjpeg version: 2.5.3 manager: conda @@ -5156,7 +5298,7 @@ package: category: main optional: false - name: pandas - version: 2.2.3 + version: 2.3.0 manager: conda platform: linux-64 dependencies: @@ -5169,14 +5311,14 @@ package: python-tzdata: '>=2022.7' python_abi: 3.11.* pytz: '>=2020.1' - url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.2.3-py311h7db5c69_3.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.3.0-py311h7db5c69_0.conda hash: - md5: c9f8fe78840d5c04e61666474bd739b2 - sha256: 98cd49bfc4b803d950f9dbc4799793903aec1eaacd388c244a0b46d644159831 + md5: 805040d254f51cb15df55eff6e213d09 + sha256: 402602238308e04062e599b2df0984ed77beca8f9fe49cc78559cc716d816e2d category: main optional: false - name: pandas - version: 2.2.3 + version: 2.3.0 manager: conda platform: win-64 dependencies: @@ -5189,10 +5331,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.2.3-py311hcf9f919_3.conda + url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.3.0-py311hcf9f919_0.conda hash: - md5: 84c8b4aab176baefd352cd34f7e69469 - sha256: 7aabb8d23a6817844a7f1b402e7e147e341cade5f470a908b8239f969c7b681c + md5: 5856ab7c6cd759b51b7d80ad0b7b92e7 + sha256: b785d7a6d3146b4b9b13d200bb410ba2db31fa69da500e47be8e9f617e34d170 category: main optional: false - name: pandoc @@ -5241,6 +5383,34 @@ package: sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f category: dev optional: true +- name: param-sweeps + version: 0.2.1 + manager: conda + platform: linux-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/param-sweeps-0.2.1-pyhe01879c_0.conda + hash: + md5: ac9ef65231ed38cb80ad4b778a883844 + sha256: d177b6f121458d0d3ae149569c1b44b4b48b856a7af7b3be50133a0c2b7d2171 + category: main + optional: false +- name: param-sweeps + version: 0.2.1 + manager: conda + platform: win-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/param-sweeps-0.2.1-pyhe01879c_0.conda + hash: + md5: ac9ef65231ed38cb80ad4b778a883844 + sha256: d177b6f121458d0d3ae149569c1b44b4b48b856a7af7b3be50133a0c2b7d2171 + category: main + optional: false - name: parso version: 0.8.4 manager: conda @@ -5711,7 +5881,7 @@ package: category: main optional: false - name: pydantic - version: 2.11.4 + version: 2.11.7 manager: conda platform: linux-64 dependencies: @@ -5721,14 +5891,14 @@ package: typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.0' typing_extensions: '>=4.12.2' - url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.4-pyh3cfb1c2_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda hash: - md5: 8ad3ad8db5ce2ba470c9facc37af00a9 - sha256: a522473505ac6a9c10bb304d7338459a406ba22a6d3bb1a355c1b5283553a372 + md5: 1b337e3d378cde62889bb735c024b7a2 + sha256: ee7823e8bc227f804307169870905ce062531d36c1dcf3d431acd65c6e0bd674 category: main optional: false - name: pydantic - version: 2.11.4 + version: 2.11.7 manager: conda platform: win-64 dependencies: @@ -5738,10 +5908,10 @@ package: typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.0' typing_extensions: '>=4.12.2' - url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.4-pyh3cfb1c2_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda hash: - md5: 8ad3ad8db5ce2ba470c9facc37af00a9 - sha256: a522473505ac6a9c10bb304d7338459a406ba22a6d3bb1a355c1b5283553a372 + md5: 1b337e3d378cde62889bb735c024b7a2 + sha256: ee7823e8bc227f804307169870905ce062531d36c1dcf3d431acd65c6e0bd674 category: main optional: false - name: pydantic-core @@ -6004,7 +6174,7 @@ package: category: main optional: false - name: pytest - version: 8.4.0 + version: 8.4.1 manager: conda platform: linux-64 dependencies: @@ -6016,14 +6186,14 @@ package: pygments: '>=2.7.2' python: '>=3.9' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.1-pyhd8ed1ab_0.conda hash: - md5: 516d31f063ce7e49ced17f105b63a1f1 - sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06 + md5: a49c2283f24696a7b30367b7346a0144 + sha256: 93e267e4ec35353e81df707938a6527d5eb55c97bf54c3b87229b69523afb59d category: dev optional: true - name: pytest - version: 8.4.0 + version: 8.4.1 manager: conda platform: win-64 dependencies: @@ -6035,14 +6205,14 @@ package: pygments: '>=2.7.2' python: '>=3.9' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.1-pyhd8ed1ab_0.conda hash: - md5: 516d31f063ce7e49ced17f105b63a1f1 - sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06 + md5: a49c2283f24696a7b30367b7346a0144 + sha256: 93e267e4ec35353e81df707938a6527d5eb55c97bf54c3b87229b69523afb59d category: dev optional: true - name: pytest-cov - version: 6.1.1 + version: 6.2.1 manager: conda platform: linux-64 dependencies: @@ -6050,14 +6220,14 @@ package: pytest: '>=4.6' python: '>=3.9' toml: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.1.1-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.2.1-pyhd8ed1ab_0.conda hash: - md5: 1e35d8f975bc0e984a19819aa91c440a - sha256: 9961a1524f63d10bc29efdc52013ec06b0e95fb2619a250e250ff3618261d5cd + md5: ce978e1b9ed8b8d49164e90a5cdc94cd + sha256: 3a9fc07be76bc67aef355b78816b5117bfe686e7d8c6f28b45a1f89afe104761 category: dev optional: true - name: pytest-cov - version: 6.1.1 + version: 6.2.1 manager: conda platform: win-64 dependencies: @@ -6065,10 +6235,10 @@ package: pytest: '>=4.6' python: '>=3.9' toml: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.1.1-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.2.1-pyhd8ed1ab_0.conda hash: - md5: 1e35d8f975bc0e984a19819aa91c440a - sha256: 9961a1524f63d10bc29efdc52013ec06b0e95fb2619a250e250ff3618261d5cd + md5: ce978e1b9ed8b8d49164e90a5cdc94cd + sha256: 3a9fc07be76bc67aef355b78816b5117bfe686e7d8c6f28b45a1f89afe104761 category: dev optional: true - name: python @@ -6090,7 +6260,6 @@ package: libzlib: '>=1.3.1,<2.0a0' ncurses: '>=6.5,<7.0a0' openssl: '>=3.5.0,<4.0a0' - pip: '' readline: '>=8.2,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' @@ -6112,7 +6281,6 @@ package: libsqlite: '>=3.50.0,<4.0a0' libzlib: '>=1.3.1,<2.0a0' openssl: '>=3.5.0,<4.0a0' - pip: '' tk: '>=8.6.13,<8.7.0a0' tzdata: '' ucrt: '>=10.0.20348.0' @@ -6372,7 +6540,7 @@ package: category: main optional: false - name: pyzmq - version: 26.4.0 + version: 27.0.0 manager: conda platform: linux-64 dependencies: @@ -6383,14 +6551,14 @@ package: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* zeromq: '>=4.3.5,<4.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-26.4.0-py311h7deb3e3_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.0.0-py311h7deb3e3_0.conda hash: - md5: eb719a63f26215bba3ee5b0227c6452b - sha256: e78fc8c500b96070359311082b4ebc5d66e52ddb2891861c728a247cf52892ba + md5: 43618006ed69ec49e144206b34ab93e6 + sha256: 1bf06369b9c22caf69351aecef3aed2282ba5224338aa6a8316dc5754f3f9a85 category: dev optional: true - name: pyzmq - version: 26.4.0 + version: 27.0.0 manager: conda platform: win-64 dependencies: @@ -6401,10 +6569,10 @@ package: vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' zeromq: '>=4.3.5,<4.3.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-26.4.0-py311h484c95c_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.0.0-py311h484c95c_0.conda hash: - md5: 0497becb33761fca9b8cfcb9f7278361 - sha256: d917b120cb10b32d90d40fc2b6a612cf75a9298d159e11da3a8672a3474b4f93 + md5: 5ff8a3328db08043afb64b77cdc4b6ea + sha256: cc47fc0264c839c9062423406d8c2e4b25360041bb47d33277daeaeab3f88101 category: dev optional: true - name: readline @@ -6481,7 +6649,7 @@ package: category: dev optional: true - name: requests - version: 2.32.3 + version: 2.32.4 manager: conda platform: linux-64 dependencies: @@ -6490,14 +6658,14 @@ package: idna: '>=2.5,<4' python: '>=3.9' urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.4-pyhd8ed1ab_0.conda hash: - md5: a9b9368f3701a417eac9edbcae7cb737 - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: f6082eae112814f1447b56a5e1f6ed05 + sha256: 9866aaf7a13c6cfbe665ec7b330647a0fb10a81e6f9b8fee33642232a1920e18 category: dev optional: true - name: requests - version: 2.32.3 + version: 2.32.4 manager: conda platform: win-64 dependencies: @@ -6506,10 +6674,10 @@ package: idna: '>=2.5,<4' python: '>=3.9' urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.4-pyhd8ed1ab_0.conda hash: - md5: a9b9368f3701a417eac9edbcae7cb737 - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: f6082eae112814f1447b56a5e1f6ed05 + sha256: 9866aaf7a13c6cfbe665ec7b330647a0fb10a81e6f9b8fee33642232a1920e18 category: dev optional: true - name: rfc3339-validator @@ -7638,27 +7806,27 @@ package: category: dev optional: true - name: tomlkit - version: 0.13.2 + version: 0.13.3 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.2-pyha770c72_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda hash: - md5: 1d9ab4fc875c52db83f9c9b40af4e2c8 - sha256: 986fae65f5568e95dbf858d08d77a0f9cca031345a98550f1d4b51d36d8811e2 + md5: 146402bf0f11cbeb8f781fa4309a95d3 + sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 category: dev optional: true - name: tomlkit - version: 0.13.2 + version: 0.13.3 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.2-pyha770c72_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda hash: - md5: 1d9ab4fc875c52db83f9c9b40af4e2c8 - sha256: 986fae65f5568e95dbf858d08d77a0f9cca031345a98550f1d4b51d36d8811e2 + md5: 146402bf0f11cbeb8f781fa4309a95d3 + sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 category: dev optional: true - name: toolz @@ -8001,7 +8169,7 @@ package: category: dev optional: true - name: urllib3 - version: 2.4.0 + version: 2.5.0 manager: conda platform: linux-64 dependencies: @@ -8010,14 +8178,14 @@ package: pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.9' zstandard: '>=0.18.0' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda hash: - md5: c1e349028e0052c4eea844e94f773065 - sha256: a25403b76f7f03ca1a906e1ef0f88521edded991b9897e7fed56a3e334b3db8c + md5: 436c165519e140cb08d246a4472a9d6a + sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 category: main optional: false - name: urllib3 - version: 2.4.0 + version: 2.5.0 manager: conda platform: win-64 dependencies: @@ -8026,10 +8194,10 @@ package: pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.9' zstandard: '>=0.18.0' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda hash: - md5: c1e349028e0052c4eea844e94f773065 - sha256: a25403b76f7f03ca1a906e1ef0f88521edded991b9897e7fed56a3e334b3db8c + md5: 436c165519e140cb08d246a4472a9d6a + sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 category: main optional: false - name: vc @@ -8037,35 +8205,35 @@ package: manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.42.34433' - url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h2b53caa_26.conda + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h41ae7f8_26.conda hash: - md5: d3f0381e38093bde620a8d85f266ae55 - sha256: 7a685b5c37e9713fa314a0d26b8b1d7a2e6de5ab758698199b5d5b6dba2e3ce1 + md5: 18b6bf6f878501547786f7bf8052a34d + sha256: b388d88e04aa0257df4c1d28f8d85d985ad07c1e5645aa62335673c98704c4c6 category: main optional: false - name: vc14_runtime - version: 14.42.34438 + version: 14.44.35208 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.42.34438-hfd919c2_26.conda + url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_26.conda hash: - md5: 91651a36d31aa20c7ba36299fb7068f4 - sha256: 30dcb71bb166e351aadbdc18f1718757c32cdaa0e1e5d9368469ee44f6bf4709 + md5: 14d65350d3f5c8ff163dc4f76d6e2830 + sha256: 7bad6e25a7c836d99011aee59dcf600b7f849a6fa5caa05a406255527e80a703 category: main optional: false - name: vs2015_runtime - version: 14.42.34438 + version: 14.44.35208 manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.42.34438' - url: https://repo.prefix.dev/conda-forge/win-64/vs2015_runtime-14.42.34438-h7142326_26.conda + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/vs2015_runtime-14.44.35208-h38c0c73_26.conda hash: - md5: 3357e4383dbce31eed332008ede242ab - sha256: 432f2937206f1ad4a77e39f84fabc1ce7d2472b669836fb72bd2bfd19a2defc9 + md5: 312f3a0a6b3c5908e79ce24002411e32 + sha256: d18d77c8edfbad37fa0e0bb0f543ad80feb85e8fe5ced0f686b8be463742ec0b category: main optional: false - name: wcwidth @@ -8461,27 +8629,27 @@ package: category: main optional: false - name: zipp - version: 3.22.0 + version: 3.23.0 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda hash: - md5: 234be740b00b8e41567e5b0ed95aaba9 - sha256: 3f7a58ff4ff1d337d56af0641a7eba34e7eea0bf32e49934c96ee171640f620b + md5: df5e78d904988eb55042c0c97446079f + sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false - name: zipp - version: 3.22.0 + version: 3.23.0 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda hash: - md5: 234be740b00b8e41567e5b0ed95aaba9 - sha256: 3f7a58ff4ff1d337d56af0641a7eba34e7eea0bf32e49934c96ee171640f620b + md5: df5e78d904988eb55042c0c97446079f + sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false - name: zstandard @@ -8547,169 +8715,3 @@ package: sha256: bc64864377d809b904e877a98d0584f43836c9f2ef27d3d2a1421fa6eae7ca04 category: main optional: false -- name: geoapps-utils - version: 0.5.0-alpha.4 - manager: pip - platform: linux-64 - dependencies: - geoh5py: 0.11.0-alpha.6 - 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@73d76d9637603dc24e593c2f83e9a618c5e2a42c - hash: - sha256: 73d76d9637603dc24e593c2f83e9a618c5e2a42c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - category: main - optional: false -- name: geoapps-utils - version: 0.5.0-alpha.4 - manager: pip - platform: win-64 - dependencies: - geoh5py: 0.11.0-alpha.6 - 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@73d76d9637603dc24e593c2f83e9a618c5e2a42c - hash: - sha256: 73d76d9637603dc24e593c2f83e9a618c5e2a42c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - category: main - optional: false -- name: geoh5py - version: 0.11.0-alpha.6 - manager: pip - platform: linux-64 - dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' - pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - hash: - sha256: 77b77c841a3cdedaa8a92022ca47c43d4580db81 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - category: main - optional: false -- name: geoh5py - version: 0.11.0-alpha.6 - manager: pip - platform: win-64 - dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' - pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - hash: - sha256: 77b77c841a3cdedaa8a92022ca47c43d4580db81 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - category: main - optional: false -- name: mira-simpeg - version: 0.23.0.1b1 - manager: pip - platform: linux-64 - dependencies: - dask: '*' - discretize: '>=0.11' - fsspec: '>=0.3.3' - geoana: '>=0.7.0' - geoh5py: '>=0.11.0a1,<0.12.dev' - libdlf: '*' - matplotlib: '*' - numpy: '>=1.22' - pymatsolver: '>=0.3' - scipy: '>=1.8' - zarr: '*' - url: https://files.pythonhosted.org/packages/45/c3/25093373be89da8f1898f8c5130b6429acca7d43f9ca949969c173bc7ed0/mira_simpeg-0.23.0.1b1-py3-none-any.whl - hash: - sha256: 948a345905e571682b76e44d8527c84919044137d5a335c1a7d707bf3ca86b12 - category: main - optional: false -- name: mira-simpeg - version: 0.23.0.1b1 - manager: pip - platform: win-64 - dependencies: - dask: '*' - discretize: '>=0.11' - fsspec: '>=0.3.3' - geoana: '>=0.7.0' - geoh5py: '>=0.11.0a1,<0.12.dev' - libdlf: '*' - matplotlib: '*' - numpy: '>=1.22' - pymatsolver: '>=0.3' - scipy: '>=1.8' - zarr: '*' - url: https://files.pythonhosted.org/packages/45/c3/25093373be89da8f1898f8c5130b6429acca7d43f9ca949969c173bc7ed0/mira_simpeg-0.23.0.1b1-py3-none-any.whl - hash: - sha256: 948a345905e571682b76e44d8527c84919044137d5a335c1a7d707bf3ca86b12 - category: main - optional: false -- name: octree-creation-app - version: 0.3.0a2 - manager: pip - platform: linux-64 - dependencies: - discretize: ==0.11.* - geoapps-utils: '>=0.5.0a3,<0.6.dev' - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.5.2,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: https://files.pythonhosted.org/packages/8a/60/0a425a5a8cd25d46d8141bf24b20511d0176c9fae0e617f0eeca4675366b/octree_creation_app-0.3.0a2-py3-none-any.whl - hash: - sha256: 002896126bf5a958aad1bb9c0a272bfd3c6985d1456dc8022c4e07b5582730ff - category: main - optional: false -- name: octree-creation-app - version: 0.3.0a2 - manager: pip - platform: win-64 - dependencies: - discretize: ==0.11.* - geoapps-utils: '>=0.5.0a3,<0.6.dev' - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.5.2,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: https://files.pythonhosted.org/packages/8a/60/0a425a5a8cd25d46d8141bf24b20511d0176c9fae0e617f0eeca4675366b/octree_creation_app-0.3.0a2-py3-none-any.whl - hash: - sha256: 002896126bf5a958aad1bb9c0a272bfd3c6985d1456dc8022c4e07b5582730ff - category: main - optional: false -- name: param-sweeps - version: 0.2.1a1 - manager: pip - platform: linux-64 - dependencies: - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - url: https://files.pythonhosted.org/packages/a9/b4/5352714c3cd8075b037aac1fcbcfb5f539449c020031cb663ad82a3944d0/param_sweeps-0.2.1a1-py3-none-any.whl - hash: - sha256: 777618dd6eef4b6e86b4976e01c29bb202abb9d295b0774baeabf7534fb9389c - category: main - optional: false -- name: param-sweeps - version: 0.2.1a1 - manager: pip - platform: win-64 - dependencies: - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - url: https://files.pythonhosted.org/packages/a9/b4/5352714c3cd8075b037aac1fcbcfb5f539449c020031cb663ad82a3944d0/param_sweeps-0.2.1a1-py3-none-any.whl - hash: - sha256: 777618dd6eef4b6e86b4976e01c29bb202abb9d295b0774baeabf7534fb9389c - category: main - optional: false diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 673ad570..faddeda3 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: 2f2daf0b4e577372e70a03b46d66bdc3860feffb62723df4d5cf4bddd972c842 - linux-64: 2eba6e20461449b4d2512c2d0af9240d896ec7410a03c5b57ebd66b52eac3f89 + win-64: 57e0a94e40cfff2e8e8582b326d9926c026d00ea9283a8ef0a2a94fb06345eb0 + linux-64: 0f94c11837d3e234e4b0ac50a2770bfa3d40c982411464314e590003e2752934 channels: - url: conda-forge used_env_vars: [] @@ -533,10 +533,10 @@ package: libbrotlidec: 1.1.0 libbrotlienc: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb9d3cd8_3.conda hash: - md5: 98514fe74548d768907ce7a13f680e8f - sha256: fcb0b5b28ba7492093e54f3184435144e074dfceab27ac8e6a9457e736565b0b + md5: 5d08a0ac29e6a5a984817584775d4131 + sha256: c969baaa5d7a21afb5ed4b8dd830f82b78e425caaa13d717766ed07a61630bec category: main optional: false - name: brotli @@ -550,10 +550,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-h2466b09_3.conda hash: - md5: 378f1c9421775dfe644731cb121c8979 - sha256: d8fd7d1b446706776117d2dcad1c0289b9f5e1521cb13405173bad38568dd252 + md5: c2a23d8a8986c72148c63bdf855ac99a + sha256: d57cd6ea705c9d2a8a2721f083de247501337e459f5498726b564cfca138e192 category: main optional: false - name: brotli-bin @@ -565,10 +565,10 @@ package: libbrotlidec: 1.1.0 libbrotlienc: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb9d3cd8_3.conda hash: - md5: c63b5e52939e795ba8d26e35d767a843 - sha256: 261364d7445513b9a4debc345650fad13c627029bfc800655a266bf1e375bc65 + md5: 58178ef8ba927229fba6d84abf62c108 + sha256: ab74fa8c3d1ca0a055226be89e99d6798c65053e2d2d3c6cb380c574972cd4a7 category: main optional: false - name: brotli-bin @@ -581,10 +581,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-h2466b09_3.conda hash: - md5: d22534a9be5771fc58eb7564947f669d - sha256: f3bf2893613540ac256c68f211861c4de618d96291719e32178d894114ac2bc2 + md5: c7c345559c1ac25eede6dccb7b931202 + sha256: 85aac1c50a426be6d0cc9fd52480911d752f4082cb78accfdb257243e572c7eb category: main optional: false - name: brotli-python @@ -597,10 +597,10 @@ package: libstdcxx: '>=13' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py312h2ec8cdc_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py312h2ec8cdc_3.conda hash: - md5: b0b867af6fc74b2a0aa206da29c0f3cf - sha256: f2a59ccd20b4816dea9a2a5cb917eb69728271dbf1aeab4e1b7e609330a50b6f + md5: a32e0c069f6c3dcac635f7b0b0dac67e + sha256: dc27c58dc717b456eee2d57d8bc71df3f562ee49368a2351103bc8f1b67da251 category: main optional: false - name: brotli-python @@ -613,10 +613,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py312h275cf98_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.1.0-py312h275cf98_3.conda hash: - md5: a99aec1ac46794a5fb1cd3cf5d2b6110 - sha256: f83baa6f6bcba7b73f6921d5c1aa95ffc5d8b246ade933ade79250de0a4c9c4c + md5: a87a39f9eb9fd5f171b13d8c79f7a99a + sha256: d5c18a90220853c86f7cc23db62b32b22c6c5fe5d632bc111fc1e467c9fd776f category: main optional: false - name: bzip2 @@ -660,27 +660,27 @@ package: category: main optional: false - name: ca-certificates - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: linux-64 dependencies: __unix: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.4.26-hbd8a1cb_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-hbd8a1cb_0.conda hash: - md5: 95db94f75ba080a22eb623590993167b - sha256: 2a70ed95ace8a3f8a29e6cd1476a943df294a7111dfb3e152e3478c4c889b7ac + md5: 72525f07d72806e3b639ad4504c30ce5 + sha256: 7cfec9804c84844ea544d98bda1d9121672b66ff7149141b8415ca42dfcd44f6 category: main optional: false - name: ca-certificates - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: win-64 dependencies: __win: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.4.26-h4c7d964_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2025.6.15-h4c7d964_0.conda hash: - md5: 23c7fd5062b48d8294fc7f61bf157fba - sha256: 1454f3f53a3b828d3cb68a3440cb0fa9f1cc0e3c8c26e9e023773dc19d88cc06 + md5: b01649832f7bc7ff94f8df8bd2ee6457 + sha256: 065241ba03ef3ee8200084c075cbff50955a7e711765395ff34876dbc51a6bb9 category: main optional: false - name: cached-property @@ -732,27 +732,27 @@ package: category: main optional: false - name: certifi - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda hash: - md5: c33eeaaa33f45031be34cda513df39b6 - sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c + md5: 781d068df0cc2407d4db0ecfbb29225b + sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778 category: main optional: false - name: certifi - version: 2025.4.26 + version: 2025.6.15 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.4.26-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2025.6.15-pyhd8ed1ab_0.conda hash: - md5: c33eeaaa33f45031be34cda513df39b6 - sha256: 52aa837642fd851b3f7ad3b1f66afc5366d133c1d452323f786b0378a391915c + md5: 781d068df0cc2407d4db0ecfbb29225b + sha256: d71c85835813072cd6d7ce4b24be34215cd90c104785b15a5d58f4cd0cb50778 category: main optional: false - name: cffi @@ -949,7 +949,7 @@ package: category: main optional: false - name: coverage - version: 7.8.2 + version: 7.9.1 manager: conda platform: linux-64 dependencies: @@ -958,14 +958,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.8.2-py312h178313f_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.9.1-py312h178313f_0.conda hash: - md5: 141e4480d38281c3988f3a9aa917b07d - sha256: 29d1b0ff196f8cb9c65d9ce4a355c3b1037698b5a0f4cc4590472ed38de182c3 + md5: 4c18b79fa2a3371557ed3663876e5dcc + sha256: bef32c5830b7701705660ef18d5d6ad7c597ebab196954c012e8a1cb4af0d3bc category: dev optional: true - name: coverage - version: 7.8.2 + version: 7.9.1 manager: conda platform: win-64 dependencies: @@ -975,10 +975,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.8.2-py312h31fea79_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.9.1-py312h31fea79_0.conda hash: - md5: 746283c1e8a793b7322b52514111456c - sha256: ccf00edc1b8f4f1c224f81a4a598d2e89f97c063ff3ffd8e0dc8b9f7213db6db + md5: 05437668629deb7fdb7af513d43249c0 + sha256: d8a7874de0cd78242cd24b592c41ca2fab7898eedf3b6aa9e7243027ee9aed22 category: dev optional: true - name: cpython @@ -1246,7 +1246,7 @@ package: category: dev optional: true - name: discretize - version: 0.11.2 + version: 0.11.3 manager: conda platform: linux-64 dependencies: @@ -1257,14 +1257,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* scipy: '>=1.8' - url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.2-py312hc39e661_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py312hc39e661_0.conda hash: - md5: e9c071bcefeb0f70dd18a20f88bb844f - sha256: 605ee14cdad67f8797a54853d8030295b522ba478e6759a5bc1f4fec3ac2e225 + md5: f4156fbef76257cc385c0ad71444079c + sha256: ff530b6e50d2b9bc8f60f7261987abccc97afe868b35b70479a47f0edd3fe2bb category: main optional: false - name: discretize - version: 0.11.2 + version: 0.11.3 manager: conda platform: win-64 dependencies: @@ -1275,10 +1275,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.2-py312hbaa7e33_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py312hbaa7e33_0.conda hash: - md5: 43aa663b1fd1787fbbeca5a9a954dc57 - sha256: 259979385edfa18bcbb5b9776490d53026a6bfaf6f738369b49b0a0b2a839303 + md5: 95022b30369053ba80ed47dc00ebc0e3 + sha256: 61a69ffd1484d45d4adf21d1bb4b13e3cf65a74570b7694563ff45376ee9d222 category: main optional: false - name: distributed @@ -1438,7 +1438,7 @@ package: category: main optional: false - name: fonttools - version: 4.58.1 + version: 4.58.4 manager: conda platform: linux-64 dependencies: @@ -1449,14 +1449,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.1-py312h178313f_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.58.4-py312h178313f_0.conda hash: - md5: 59ac6c124428928a1a41691eedf2b3bd - sha256: e393557ad5ca31f71ec59da7035eea0d8d9a87ef1807fda832d2953112e71588 + md5: 223a4616e3db7336569eafefac04ebbf + sha256: aa29952ac29ab4c4dad091794513241c1f732c55c58ba109f02550bc83081dc9 category: main optional: false - name: fonttools - version: 4.58.1 + version: 4.58.4 manager: conda platform: win-64 dependencies: @@ -1468,10 +1468,10 @@ package: unicodedata2: '>=15.1.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.1-py312h31fea79_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.58.4-py312h31fea79_0.conda hash: - md5: fbe3cbbe4fc661f033725bd9a958bb52 - sha256: 67721282cc0cad4b9d2fb1a6a9987b3090cd6c5a516ffef293e4f8181556c20a + md5: ea00f492c19ac1799f510617ef502e0e + sha256: 4d3d830517f29e43e87e7f6998fd63c64a9bab504ee4441ab7c86ef49af3cb6b category: main optional: false - name: fqdn @@ -1588,8 +1588,72 @@ package: sha256: 686b9a107e080169f3e097923932764d65d5ad075acc06104080311211639eaa category: main optional: false +- name: geoapps-utils + version: 0.5.0 + manager: conda + platform: linux-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/geoapps-utils-0.5.0-pyhe01879c_0.conda + hash: + md5: 5c9bf84e276334d45538e8bc67ef3589 + sha256: b2b72070d1e346709e345b26d6e1ca403171a14b2b2a8e896917b69b218cdef1 + category: main + optional: false +- name: geoapps-utils + version: 0.5.0 + manager: conda + platform: win-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/geoapps-utils-0.5.0-pyhe01879c_0.conda + hash: + md5: 5c9bf84e276334d45538e8bc67ef3589 + sha256: b2b72070d1e346709e345b26d6e1ca403171a14b2b2a8e896917b69b218cdef1 + category: main + optional: false +- name: geoh5py + version: 0.11.0 + manager: conda + platform: linux-64 + dependencies: + h5py: '>=3.2.1,<4.0.dev' + numpy: '>=1.26.0,<1.27.dev' + pillow: '>=10.3.0,<10.4.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/geoh5py-0.11.0-pyhe01879c_0.conda + hash: + md5: 2127ebe65d5b7f1d45b535d4ef3bf2c6 + sha256: 80b213cd2d118a8e486512d9c0c3295e570ebb7158350c812cf85f79633a971b + category: main + optional: false +- name: geoh5py + version: 0.11.0 + manager: conda + platform: win-64 + dependencies: + h5py: '>=3.2.1,<4.0.dev' + numpy: '>=1.26.0,<1.27.dev' + pillow: '>=10.3.0,<10.4.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/geoh5py-0.11.0-pyhe01879c_0.conda + hash: + md5: 2127ebe65d5b7f1d45b535d4ef3bf2c6 + sha256: 80b213cd2d118a8e486512d9c0c3295e570ebb7158350c812cf85f79633a971b + category: main + optional: false - name: greenlet - version: 3.2.2 + version: 3.2.3 manager: conda platform: linux-64 dependencies: @@ -1598,14 +1662,14 @@ package: libstdcxx: '>=13' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.2-py312h2ec8cdc_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/greenlet-3.2.3-py312h2ec8cdc_0.conda hash: - md5: 57479f460e512017f9e94299fabac297 - sha256: df5365f7ea6ab7650de17a762341bdfed9a68717f9ac01839337ff56a37dfd01 + md5: 78380a74e2375eb8244290e181b2738b + sha256: 99a0e1937ba0a6ec31802d7d732270873ee39f5ad9235626d21dc0edcb3840b6 category: dev optional: true - name: greenlet - version: 3.2.2 + version: 3.2.3 manager: conda platform: win-64 dependencies: @@ -1614,10 +1678,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/greenlet-3.2.2-py312h275cf98_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/greenlet-3.2.3-py312h275cf98_0.conda hash: - md5: f3198cf88db3e3f205c3c0ff239ed754 - sha256: 96a59518acb0e91a782e9dc429d7d298d6a1d4b5995041aa5d375c596be3d801 + md5: 0697d4cc1f64299d43f26dbdfc2c6ee1 + sha256: dc86c99941221b6c056407934a46de85fddc8ef1d4c1d031f8819d8f957f61c9 category: dev optional: true - name: h11 @@ -1675,7 +1739,7 @@ package: category: main optional: false - name: h5py - version: 3.13.0 + version: 3.14.0 manager: conda platform: linux-64 dependencies: @@ -1683,32 +1747,32 @@ package: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' libgcc: '>=13' - numpy: '>=1.19,<3' + numpy: '>=1.21,<3' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.13.0-nompi_py312h01d377b_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.14.0-nompi_py312h3faca00_100.conda hash: - md5: ea7ee61f4c0dc9c155e22bfae306e42f - sha256: f31fb94114cc5826cd32f8d227ffccd63b2ec3fd10c6d3a1181d35bc8da9d88a + md5: 2e1c2a9e706c74c4dd6f990a680f3f90 + sha256: 9d23b72ee1138e14d379bb4c415cfdfc6944824e1844ff16ebf44e0defd1eddc category: main optional: false - name: h5py - version: 3.13.0 + version: 3.14.0 manager: conda platform: win-64 dependencies: cached-property: '' hdf5: '>=1.14.6,<1.14.7.0a0' - numpy: '>=1.19,<3' + numpy: '>=1.21,<3' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.13.0-nompi_py312h4e244af_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.14.0-nompi_py312h6cc2a29_100.conda hash: - md5: 5b949c5099bb9fc1f8382f23c66fefcd - sha256: 7fbca39e04fade12fb7de01ae640916f897c6fe7fbb4e7bf3d3b67f898d185fb + md5: 7505235f79c9deb9e69fba7cca1a7c97 + sha256: 836d84ebf958e74a154406e785b32c973eaad12163f1b7dae2c0448626acea9c category: main optional: false - name: hdf5 @@ -1961,8 +2025,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_metadata version: 8.7.0 manager: conda @@ -1973,8 +2037,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_resources version: 6.5.2 manager: conda @@ -3144,10 +3208,10 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.43-h1423503_5.conda hash: - md5: 01f8d123c96816249efd255a31ad7712 - sha256: db73f38155d901a610b2320525b9dd3b31e4949215c870685fd92ea61b5ce472 + md5: 6dc9e1305e7d3129af4ad0dabda30e56 + sha256: dcd2b1a065bbf5c54004ddf6551c775a8eb6993c8298ca8a6b92041ed413f785 category: main optional: false - name: lerc @@ -3179,30 +3243,31 @@ package: category: main optional: false - name: libaec - version: 1.1.3 + version: 1.1.4 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libaec-1.1.3-h59595ed_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + libstdcxx: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libaec-1.1.4-h3f801dc_0.conda hash: - md5: 5e97e271911b8b2001a8b71860c32faa - sha256: 2ef420a655528bca9d269086cf33b7e90d2f54ad941b437fb1ed5eca87cee017 + md5: 01ba04e414e47f95c03d6ddd81fd37be + sha256: 410ab78fe89bc869d435de04c9ffa189598ac15bb0fe1ea8ace8fb1b860a2aa3 category: main optional: false - name: libaec - version: 1.1.3 + version: 1.1.4 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/libaec-1.1.3-h63175ca_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libaec-1.1.4-h20038f6_0.conda hash: - md5: 8723000f6ffdbdaef16025f0a01b64c5 - sha256: f5c293d3cfc00f71dfdb64bd65ab53625565f8778fc2d5790575bef238976ebf + md5: 85a2bed45827d77d5b308cb2b165404f + sha256: 0be89085effce9fdcbb6aea7acdb157b18793162f68266ee0a75acf615d4929b category: main optional: false - name: libblas @@ -3211,10 +3276,10 @@ package: platform: linux-64 dependencies: mkl: '>=2024.2.2,<2025.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-31_hfdb39a5_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.9.0-32_hfdb39a5_mkl.conda hash: - md5: bdf4a57254e8248222cb631db4393ff1 - sha256: 862289f2cfb84bb6001d0e3569e908b8c42d66b881bd5b03f730a3924628b978 + md5: eceb19ae9105bc4d0e8d5a321d66c426 + sha256: 7a04219d42b3b0b85ed9d019f481e4227efa2baa12ff48547758e90e2e208adc category: main optional: false - name: libblas @@ -3223,10 +3288,10 @@ package: platform: win-64 dependencies: mkl: 2024.2.2 - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-31_h641d27c_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.9.0-32_h641d27c_mkl.conda hash: - md5: d05563c577fe2f37693a554b3f271e8f - sha256: 7bb4d5b591e98fe607279520ee78e3571a297b5720aa789a2536041ad5540de8 + md5: 49b36a01450e96c516bbc5486d4a0ea0 + sha256: 809d78b096e70fed7ebb17c867dd5dde2f9f4ed8564967a6e10c65b3513b0c31 category: main optional: false - name: libbrotlicommon @@ -3236,10 +3301,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb9d3cd8_3.conda hash: - md5: 41b599ed2b02abcfdd84302bff174b23 - sha256: d9db2de60ea917298e658143354a530e9ca5f9c63471c65cf47ab39fd2f429e3 + md5: cb98af5db26e3f482bebb80ce9d947d3 + sha256: 462a8ed6a7bb9c5af829ec4b90aab322f8bcd9d8987f793e6986ea873bbd05cf category: main optional: false - name: libbrotlicommon @@ -3250,10 +3315,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-h2466b09_3.conda hash: - md5: f7dc9a8f21d74eab46456df301da2972 - sha256: 33e8851c6cc8e2d93059792cd65445bfe6be47e4782f826f01593898ec95764c + md5: cf20c8b8b48ab5252ec64b9c66bfe0a4 + sha256: e70ea4b773fadddda697306a80a29d9cbd36b7001547cd54cbfe9a97a518993f category: main optional: false - name: libbrotlidec @@ -3264,10 +3329,10 @@ package: __glibc: '>=2.17,<3.0.a0' libbrotlicommon: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb9d3cd8_3.conda hash: - md5: 9566f0bd264fbd463002e759b8a82401 - sha256: 2892d512cad096cb03f1b66361deeab58b64e15ba525d6592bb6d609e7045edf + md5: 1c6eecffad553bde44c5238770cfb7da + sha256: 3eb27c1a589cbfd83731be7c3f19d6d679c7a444c3ba19db6ad8bf49172f3d83 category: main optional: false - name: libbrotlidec @@ -3279,10 +3344,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-h2466b09_3.conda hash: - md5: 9bae75ce723fa34e98e239d21d752a7e - sha256: 234fc92f4c4f1cf22f6464b2b15bfc872fa583c74bf3ab9539ff38892c43612f + md5: a342933dbc6d814541234c7c81cb5205 + sha256: a35a0db7e3257e011b10ffb371735b2b24074412d0b27c3dab7ca9f2c549cfcf category: main optional: false - name: libbrotlienc @@ -3293,10 +3358,10 @@ package: __glibc: '>=2.17,<3.0.a0' libbrotlicommon: 1.1.0 libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb9d3cd8_3.conda hash: - md5: 06f70867945ea6a84d35836af780f1de - sha256: 779f58174e99de3600e939fa46eddb453ec5d3c60bb46cdaa8b4c127224dbf29 + md5: 3facafe58f3858eb95527c7d3a3fc578 + sha256: 76e8492b0b0a0d222bfd6081cae30612aa9915e4309396fdca936528ccf314b7 category: main optional: false - name: libbrotlienc @@ -3308,10 +3373,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-h2466b09_3.conda hash: - md5: 85741a24d97954a991e55e34bc55990b - sha256: 3d0dd7ef505962f107b7ea8f894e0b3dd01bf46852b362c8a7fc136b039bc9e1 + md5: 7ef0af55d70cbd9de324bb88b7f9d81e + sha256: 9d0703c5a01c10d346587ff0535a0eb81042364333caa4a24a0e4a0c08fd490b category: main optional: false - name: libcblas @@ -3320,10 +3385,10 @@ package: platform: linux-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-31_h372d94f_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.9.0-32_h372d94f_mkl.conda hash: - md5: 2a06a6c16b45bd3d10002927ca204b67 - sha256: 2ee3ab2b6eeb59f2d3c6f933fa0db28f1b56f0bc543ed2c0f6ec04060e4b6ec0 + md5: 68b55daaf083682f58d9b7f5d52aeb37 + sha256: d0449cdfb6c6e993408375bcabbb4c9630a9b8750c406455ce3a4865ec7a321c category: main optional: false - name: libcblas @@ -3332,10 +3397,10 @@ package: platform: win-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-31_h5e41251_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.9.0-32_h5e41251_mkl.conda hash: - md5: 43c100b94ad2607382b0cf0f3a6b0bf3 - sha256: 609f455b099919bd4d15d4a733f493dc789e02da73fe4474f1cca73afafb95b8 + md5: 054b9b4b48296e4413cf93e6ece7b27d + sha256: d0f81145ae795592f3f3b5d7ff641c1019a99d6b308bfaf2a4cc5ba24b067bb0 category: main optional: false - name: libcurl @@ -3728,10 +3793,10 @@ package: platform: linux-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-31_hc41d3b0_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.9.0-32_hc41d3b0_mkl.conda hash: - md5: 10d012ddd7cc1c7ff9093d4974a34e53 - sha256: a2d20845d916ac8fba09376cd791136a9b4547afb2131bc315178adfc87bb4ca + md5: 6dc827963c12f90c79f5b2be4eaea072 + sha256: dc1be931203a71f5c84887cde24659fdd6fda73eb8c6cf56e67b68e3c7916efd category: main optional: false - name: liblapack @@ -3740,10 +3805,10 @@ package: platform: win-64 dependencies: libblas: 3.9.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-31_h1aa476e_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.9.0-32_h1aa476e_mkl.conda hash: - md5: 40b47ee720a185289760960fc6185750 - sha256: 9415e807aa6f8968322bbd756aab8f487379d809c74266d37c697b8d85c534ad + md5: 1652285573db93afc3ba9b3b9356e3d3 + sha256: 5629e592137114b24bfdea71e1c4b6bee11379631409ed91dfe2f83b32a8b298 category: main optional: false - name: liblzma @@ -3753,10 +3818,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda hash: - md5: a76fd702c93cd2dfd89eff30a5fd45a8 - sha256: eeff241bddc8f1b87567dd6507c9f441f7f472c27f0860a07628260c000ef27c + md5: 1a580f7796c7bf6393fddb8bbbde58dc + sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8 category: main optional: false - name: liblzma @@ -3767,10 +3832,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.1-h2466b09_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda hash: - md5: 14a1042c163181e143a7522dfb8ad6ab - sha256: adbf6c7bde70536ada734a81b8b5aa23654f2b95445204404622e0cc40e921a0 + md5: c15148b2e18da456f5108ccb5e411446 + sha256: 55764956eb9179b98de7cc0e55696f2eff8f7b83fc3ebff5e696ca358bca28cc category: main optional: false - name: libnghttp2 @@ -3796,29 +3861,30 @@ package: manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + url: https://repo.prefix.dev/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda hash: - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + md5: d864d34357c3b65a4b731f78c0801dc4 + sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 category: main optional: false - name: libpng - version: 1.6.47 + version: 1.6.49 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.47-h943b412_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.49-h943b412_0.conda hash: - md5: 55199e2ae2c3651f6f9b2a447b47bdc9 - sha256: 23367d71da58c9a61c8cbd963fcffb92768d4ae5ffbef9a47cdf1f54f98c5c36 + md5: 37511c874cf3b8d0034c8d24e73c0884 + sha256: c8f5dc929ba5fcee525a66777498e03bbcbfefc05a0773e5163bb08ac5122f1a category: main optional: false - name: libpng - version: 1.6.47 + version: 1.6.49 manager: conda platform: win-64 dependencies: @@ -3826,10 +3892,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.47-h7a4582a_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.49-h7a4582a_0.conda hash: - md5: ad620e92b82d2948bc019e029c574ebb - sha256: e12c46ca882080d901392ae45e0e5a1c96fc3e5acd5cd1a23c2632eb7f024f26 + md5: 27269977c8f25d499727ceabc47cee3d + sha256: 8876a2d32d3538675e035b6560691471a1571835c0bcbf23816c24c460d31439 category: main optional: false - name: libscotch @@ -3877,31 +3943,31 @@ package: category: dev optional: true - name: libsqlite - version: 3.50.0 + version: 3.50.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=13' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.0-hee588c1_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.1-hee588c1_4.conda hash: - md5: 71888e92098d0f8c41b09a671ad289bc - sha256: b3dcd409c96121c011387bdf7f4b5758d876feeb9d8e3cfc32285b286931d0a7 + md5: c79ba4d93602695bc60c6960ee59d2b1 + sha256: ffd84568ec99d3614f226f1bcbfe46b3fa2f7cb253acb14ff351dc17e7854ea7 category: main optional: false - name: libsqlite - version: 3.50.0 + version: 3.50.1 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/libsqlite-3.50.0-h67fdade_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.50.1-h053a19d_4.conda hash: - md5: 92b11b0b2120d563caa1629928122cee - sha256: 92546e3ea213ee7b11385b22ea4e7c69bbde1c25586288765b37bc5e96b20dd9 + md5: 9d7f733362a8a56ead9756a9357dfb55 + sha256: fdfe35e0d0532c71211fd74213d07eb23e638cc468605552ea237ffc1d368743 category: main optional: false - name: libssh2 @@ -4184,29 +4250,29 @@ package: category: dev optional: true - name: llvm-openmp - version: 20.1.6 + version: 20.1.7 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-20.1.6-h024ca30_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-20.1.7-h024ca30_0.conda hash: - md5: e4ece7ed81e43ae97a3b58ac4230c3c5 - sha256: 43ad6a0772c0fc554d2712ae00ea788a391a40c494e9c04ec13f4aea17c95ffc + md5: b9c9b2f494533250a9eb7ece830f4422 + sha256: 10f2f6be8ba4c018e1fc741637a8d45c0e58bea96954c25e91fbe4238b7c9f60 category: main optional: false - name: llvm-openmp - version: 20.1.6 + version: 20.1.7 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/llvm-openmp-20.1.6-h30eaf37_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-20.1.7-h30eaf37_0.conda hash: - md5: b95ac67b4a85052c54268ba4b80be753 - sha256: de24f885d918455eb510da054658531bbf69a2bc5ee5945314d0451f375a881d + md5: 6fd1d310402e936aa9aecb065f21cc6b + sha256: 1820ca99e8b126b3c656ff3c527822be8348f6452edcddd91615cba285540f6c category: main optional: false - name: locket @@ -4460,6 +4526,46 @@ package: sha256: e8a00971e6d00bd49f375c5d8d005b37a9abba0b1768533aed0f90a422bf5cc7 category: main optional: false +- name: mira-simpeg + version: 0.23.0.1 + manager: conda + platform: linux-64 + dependencies: + discretize: '>=0.11' + geoana: '>=0.7.0' + geoh5py: '>=0.11.0a,<0.12.dev' + libdlf: '*' + matplotlib-base: '' + numpy: '>=1.22' + pymatsolver: '>=0.3' + python: '>=3.10' + scipy: '>=1.8' + url: https://repo.prefix.dev/conda-forge/noarch/mira-simpeg-0.23.0.1-pyhe01879c_0.conda + hash: + md5: 5b0f82ada8cce0d90bc372af36bf5e98 + sha256: 482b2b02429eae6cda718e0cce25ebeef1056e1b23f0c9906d3f34d040334693 + category: main + optional: false +- name: mira-simpeg + version: 0.23.0.1 + manager: conda + platform: win-64 + dependencies: + discretize: '>=0.11' + geoana: '>=0.7.0' + geoh5py: '>=0.11.0a,<0.12.dev' + libdlf: '*' + matplotlib-base: '' + numpy: '>=1.22' + pymatsolver: '>=0.3' + python: '>=3.10' + scipy: '>=1.8' + url: https://repo.prefix.dev/conda-forge/noarch/mira-simpeg-0.23.0.1-pyhe01879c_0.conda + hash: + md5: 5b0f82ada8cce0d90bc372af36bf5e98 + sha256: 482b2b02429eae6cda718e0cce25ebeef1056e1b23f0c9906d3f34d040334693 + category: main + optional: false - name: mistune version: 3.1.3 manager: conda @@ -4514,7 +4620,7 @@ package: category: main optional: false - name: msgpack-python - version: 1.1.0 + version: 1.1.1 manager: conda platform: linux-64 dependencies: @@ -4523,14 +4629,14 @@ package: libstdcxx: '>=13' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.0-py312h68727a3_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.1-py312h68727a3_0.conda hash: - md5: 5c9b020a3f86799cdc6115e55df06146 - sha256: 4bc53333774dea1330643b7e23aa34fd6880275737fc2e07491795872d3af8dd + md5: 6998b34027ecc577efe4e42f4b022a98 + sha256: 969b8e50922b592228390c25ac417c0761fd6f98fccad870ac5cc84f35da301a category: main optional: false - name: msgpack-python - version: 1.1.0 + version: 1.1.1 manager: conda platform: win-64 dependencies: @@ -4539,10 +4645,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.0-py312hd5eb7cc_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.1-py312hd5eb7cc_0.conda hash: - md5: ff4f1e63a6438a06d1ab259936e5c2ac - sha256: 3fd45d9c0830e931e34990cb90e88ba53cc7f89fce69fc7d1a8289639d363e85 + md5: 732a1b46ab8c8ee0dce4aac014e66006 + sha256: 41d9b229e0654400d81bfe417675b4603e4cd7d13ffc1b1aa9c748c67d5bd39f category: main optional: false - name: mumps-include @@ -4599,11 +4705,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false - name: munkres @@ -4611,11 +4717,11 @@ package: manager: conda platform: win-64 dependencies: - python: '' - url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://repo.prefix.dev/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 category: main optional: false - name: myst-nb @@ -5042,6 +5148,42 @@ package: sha256: 73570817a5109d396b4ebbe5124a89525959269fd33fa33fd413700289fbe0ef category: main optional: false +- name: octree-creation-app + version: 0.3.0 + manager: conda + platform: linux-64 + dependencies: + discretize: '>=0.11.0,<0.12.dev' + geoapps-utils: '>=0.5.0,<0.6.dev' + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/octree-creation-app-0.3.0-pyhe01879c_0.conda + hash: + md5: 37a650683d3f6cf07f39b565859e751b + sha256: 59fbf7f0336cad96e7ba97e100d3599add872d4ecd5ae70c467e34679cee6180 + category: main + optional: false +- name: octree-creation-app + version: 0.3.0 + manager: conda + platform: win-64 + dependencies: + discretize: '>=0.11.0,<0.12.dev' + geoapps-utils: '>=0.5.0,<0.6.dev' + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + pydantic: '>=2.5.2,<3.0.dev' + python: '>=3.10' + scipy: '>=1.14.0,<1.15.dev' + url: https://repo.prefix.dev/conda-forge/noarch/octree-creation-app-0.3.0-pyhe01879c_0.conda + hash: + md5: 37a650683d3f6cf07f39b565859e751b + sha256: 59fbf7f0336cad96e7ba97e100d3599add872d4ecd5ae70c467e34679cee6180 + category: main + optional: false - name: openjpeg version: 2.5.3 manager: conda @@ -5156,7 +5298,7 @@ package: category: main optional: false - name: pandas - version: 2.2.3 + version: 2.3.0 manager: conda platform: linux-64 dependencies: @@ -5169,14 +5311,14 @@ package: python-tzdata: '>=2022.7' python_abi: 3.12.* pytz: '>=2020.1' - url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.2.3-py312hf9745cd_3.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pandas-2.3.0-py312hf9745cd_0.conda hash: - md5: 2979458c23c7755683a0598fb33e7666 - sha256: b0bed36b95757bbd269d30b2367536b802158bdf7947800ee7ae55089cfa8b9c + md5: ac82ac336dbe61106e21fb2e11704459 + sha256: 44f5587c1e1a9f0257387dd18735bcf65a67a6089e723302dc7947be09d9affe category: main optional: false - name: pandas - version: 2.2.3 + version: 2.3.0 manager: conda platform: win-64 dependencies: @@ -5189,10 +5331,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.2.3-py312h72972c8_3.conda + url: https://repo.prefix.dev/conda-forge/win-64/pandas-2.3.0-py312h72972c8_0.conda hash: - md5: 08b4650b022c9f3233d45f231fb9471f - sha256: 86fe04c5f0dcae3644e3d2d892ddf6760d89eeb8fe1a31ef30290ac5a6a9f125 + md5: e2ab2d8cc52281c9ebe19451936802eb + sha256: e4c8a685cfa1334a566b642523c9584d79ba78ed05888c7b7809d9116b6e9e25 category: main optional: false - name: pandoc @@ -5241,6 +5383,34 @@ package: sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f category: dev optional: true +- name: param-sweeps + version: 0.2.1 + manager: conda + platform: linux-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/param-sweeps-0.2.1-pyhe01879c_0.conda + hash: + md5: ac9ef65231ed38cb80ad4b778a883844 + sha256: d177b6f121458d0d3ae149569c1b44b4b48b856a7af7b3be50133a0c2b7d2171 + category: main + optional: false +- name: param-sweeps + version: 0.2.1 + manager: conda + platform: win-64 + dependencies: + geoh5py: '>=0.11.0,<0.12.dev' + numpy: '>=1.26.0,<1.27.dev' + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/param-sweeps-0.2.1-pyhe01879c_0.conda + hash: + md5: ac9ef65231ed38cb80ad4b778a883844 + sha256: d177b6f121458d0d3ae149569c1b44b4b48b856a7af7b3be50133a0c2b7d2171 + category: main + optional: false - name: parso version: 0.8.4 manager: conda @@ -5711,7 +5881,7 @@ package: category: main optional: false - name: pydantic - version: 2.11.4 + version: 2.11.7 manager: conda platform: linux-64 dependencies: @@ -5721,14 +5891,14 @@ package: typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.0' typing_extensions: '>=4.12.2' - url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.4-pyh3cfb1c2_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda hash: - md5: 8ad3ad8db5ce2ba470c9facc37af00a9 - sha256: a522473505ac6a9c10bb304d7338459a406ba22a6d3bb1a355c1b5283553a372 + md5: 1b337e3d378cde62889bb735c024b7a2 + sha256: ee7823e8bc227f804307169870905ce062531d36c1dcf3d431acd65c6e0bd674 category: main optional: false - name: pydantic - version: 2.11.4 + version: 2.11.7 manager: conda platform: win-64 dependencies: @@ -5738,10 +5908,10 @@ package: typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.0' typing_extensions: '>=4.12.2' - url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.4-pyh3cfb1c2_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.11.7-pyh3cfb1c2_0.conda hash: - md5: 8ad3ad8db5ce2ba470c9facc37af00a9 - sha256: a522473505ac6a9c10bb304d7338459a406ba22a6d3bb1a355c1b5283553a372 + md5: 1b337e3d378cde62889bb735c024b7a2 + sha256: ee7823e8bc227f804307169870905ce062531d36c1dcf3d431acd65c6e0bd674 category: main optional: false - name: pydantic-core @@ -6004,7 +6174,7 @@ package: category: main optional: false - name: pytest - version: 8.4.0 + version: 8.4.1 manager: conda platform: linux-64 dependencies: @@ -6016,14 +6186,14 @@ package: pygments: '>=2.7.2' python: '>=3.9' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.1-pyhd8ed1ab_0.conda hash: - md5: 516d31f063ce7e49ced17f105b63a1f1 - sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06 + md5: a49c2283f24696a7b30367b7346a0144 + sha256: 93e267e4ec35353e81df707938a6527d5eb55c97bf54c3b87229b69523afb59d category: dev optional: true - name: pytest - version: 8.4.0 + version: 8.4.1 manager: conda platform: win-64 dependencies: @@ -6035,14 +6205,14 @@ package: pygments: '>=2.7.2' python: '>=3.9' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.1-pyhd8ed1ab_0.conda hash: - md5: 516d31f063ce7e49ced17f105b63a1f1 - sha256: f8c5a65ff4216f7c0a9be1708be1ee1446ad678da5a01eeb2437551156e32a06 + md5: a49c2283f24696a7b30367b7346a0144 + sha256: 93e267e4ec35353e81df707938a6527d5eb55c97bf54c3b87229b69523afb59d category: dev optional: true - name: pytest-cov - version: 6.1.1 + version: 6.2.1 manager: conda platform: linux-64 dependencies: @@ -6050,14 +6220,14 @@ package: pytest: '>=4.6' python: '>=3.9' toml: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.1.1-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.2.1-pyhd8ed1ab_0.conda hash: - md5: 1e35d8f975bc0e984a19819aa91c440a - sha256: 9961a1524f63d10bc29efdc52013ec06b0e95fb2619a250e250ff3618261d5cd + md5: ce978e1b9ed8b8d49164e90a5cdc94cd + sha256: 3a9fc07be76bc67aef355b78816b5117bfe686e7d8c6f28b45a1f89afe104761 category: dev optional: true - name: pytest-cov - version: 6.1.1 + version: 6.2.1 manager: conda platform: win-64 dependencies: @@ -6065,10 +6235,10 @@ package: pytest: '>=4.6' python: '>=3.9' toml: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.1.1-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-6.2.1-pyhd8ed1ab_0.conda hash: - md5: 1e35d8f975bc0e984a19819aa91c440a - sha256: 9961a1524f63d10bc29efdc52013ec06b0e95fb2619a250e250ff3618261d5cd + md5: ce978e1b9ed8b8d49164e90a5cdc94cd + sha256: 3a9fc07be76bc67aef355b78816b5117bfe686e7d8c6f28b45a1f89afe104761 category: dev optional: true - name: python @@ -6090,7 +6260,6 @@ package: libzlib: '>=1.3.1,<2.0a0' ncurses: '>=6.5,<7.0a0' openssl: '>=3.5.0,<4.0a0' - pip: '' readline: '>=8.2,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' @@ -6112,7 +6281,6 @@ package: libsqlite: '>=3.50.0,<4.0a0' libzlib: '>=1.3.1,<2.0a0' openssl: '>=3.5.0,<4.0a0' - pip: '' tk: '>=8.6.13,<8.7.0a0' tzdata: '' ucrt: '>=10.0.20348.0' @@ -6372,7 +6540,7 @@ package: category: main optional: false - name: pyzmq - version: 26.4.0 + version: 27.0.0 manager: conda platform: linux-64 dependencies: @@ -6383,14 +6551,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* zeromq: '>=4.3.5,<4.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-26.4.0-py312hbf22597_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pyzmq-27.0.0-py312hbf22597_0.conda hash: - md5: fa0ab7d5bee9efbc370e71bcb5da9856 - sha256: 65a264837f189b0c69c5431ea8ef44e405c472fedba145b05055f284f08bc663 + md5: 4b9a9cda3292668831cf47257ade22a6 + sha256: 8564a7beb906476813a59a81a814d00e8f9697c155488dbc59a5c6e950d5f276 category: dev optional: true - name: pyzmq - version: 26.4.0 + version: 27.0.0 manager: conda platform: win-64 dependencies: @@ -6401,10 +6569,10 @@ package: vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' zeromq: '>=4.3.5,<4.3.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-26.4.0-py312hd7027bb_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pyzmq-27.0.0-py312hd7027bb_0.conda hash: - md5: ccfe948627071c03e36aa46d9e94bf12 - sha256: 07fbf17632c6300e53550f829f2e10d2c6f68923aa139d0618eaeadf2d0043ae + md5: 37d6508caaa4c3a91e3434192d192685 + sha256: e66267a7a61bfba5cdb50089c04a6f140edb9133c5ce34331ee2f95370460b8c category: dev optional: true - name: readline @@ -6481,7 +6649,7 @@ package: category: dev optional: true - name: requests - version: 2.32.3 + version: 2.32.4 manager: conda platform: linux-64 dependencies: @@ -6490,14 +6658,14 @@ package: idna: '>=2.5,<4' python: '>=3.9' urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.4-pyhd8ed1ab_0.conda hash: - md5: a9b9368f3701a417eac9edbcae7cb737 - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: f6082eae112814f1447b56a5e1f6ed05 + sha256: 9866aaf7a13c6cfbe665ec7b330647a0fb10a81e6f9b8fee33642232a1920e18 category: dev optional: true - name: requests - version: 2.32.3 + version: 2.32.4 manager: conda platform: win-64 dependencies: @@ -6506,10 +6674,10 @@ package: idna: '>=2.5,<4' python: '>=3.9' urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.4-pyhd8ed1ab_0.conda hash: - md5: a9b9368f3701a417eac9edbcae7cb737 - sha256: d701ca1136197aa121bbbe0e8c18db6b5c94acbd041c2b43c70e5ae104e1d8ad + md5: f6082eae112814f1447b56a5e1f6ed05 + sha256: 9866aaf7a13c6cfbe665ec7b330647a0fb10a81e6f9b8fee33642232a1920e18 category: dev optional: true - name: rfc3339-validator @@ -7638,27 +7806,27 @@ package: category: dev optional: true - name: tomlkit - version: 0.13.2 + version: 0.13.3 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.2-pyha770c72_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda hash: - md5: 1d9ab4fc875c52db83f9c9b40af4e2c8 - sha256: 986fae65f5568e95dbf858d08d77a0f9cca031345a98550f1d4b51d36d8811e2 + md5: 146402bf0f11cbeb8f781fa4309a95d3 + sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 category: dev optional: true - name: tomlkit - version: 0.13.2 + version: 0.13.3 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.2-pyha770c72_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda hash: - md5: 1d9ab4fc875c52db83f9c9b40af4e2c8 - sha256: 986fae65f5568e95dbf858d08d77a0f9cca031345a98550f1d4b51d36d8811e2 + md5: 146402bf0f11cbeb8f781fa4309a95d3 + sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 category: dev optional: true - name: toolz @@ -8001,7 +8169,7 @@ package: category: dev optional: true - name: urllib3 - version: 2.4.0 + version: 2.5.0 manager: conda platform: linux-64 dependencies: @@ -8010,14 +8178,14 @@ package: pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.9' zstandard: '>=0.18.0' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda hash: - md5: c1e349028e0052c4eea844e94f773065 - sha256: a25403b76f7f03ca1a906e1ef0f88521edded991b9897e7fed56a3e334b3db8c + md5: 436c165519e140cb08d246a4472a9d6a + sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 category: main optional: false - name: urllib3 - version: 2.4.0 + version: 2.5.0 manager: conda platform: win-64 dependencies: @@ -8026,10 +8194,10 @@ package: pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.9' zstandard: '>=0.18.0' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.4.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda hash: - md5: c1e349028e0052c4eea844e94f773065 - sha256: a25403b76f7f03ca1a906e1ef0f88521edded991b9897e7fed56a3e334b3db8c + md5: 436c165519e140cb08d246a4472a9d6a + sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 category: main optional: false - name: vc @@ -8037,35 +8205,35 @@ package: manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.42.34433' - url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h2b53caa_26.conda + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h41ae7f8_26.conda hash: - md5: d3f0381e38093bde620a8d85f266ae55 - sha256: 7a685b5c37e9713fa314a0d26b8b1d7a2e6de5ab758698199b5d5b6dba2e3ce1 + md5: 18b6bf6f878501547786f7bf8052a34d + sha256: b388d88e04aa0257df4c1d28f8d85d985ad07c1e5645aa62335673c98704c4c6 category: main optional: false - name: vc14_runtime - version: 14.42.34438 + version: 14.44.35208 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.42.34438-hfd919c2_26.conda + url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_26.conda hash: - md5: 91651a36d31aa20c7ba36299fb7068f4 - sha256: 30dcb71bb166e351aadbdc18f1718757c32cdaa0e1e5d9368469ee44f6bf4709 + md5: 14d65350d3f5c8ff163dc4f76d6e2830 + sha256: 7bad6e25a7c836d99011aee59dcf600b7f849a6fa5caa05a406255527e80a703 category: main optional: false - name: vs2015_runtime - version: 14.42.34438 + version: 14.44.35208 manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.42.34438' - url: https://repo.prefix.dev/conda-forge/win-64/vs2015_runtime-14.42.34438-h7142326_26.conda + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/vs2015_runtime-14.44.35208-h38c0c73_26.conda hash: - md5: 3357e4383dbce31eed332008ede242ab - sha256: 432f2937206f1ad4a77e39f84fabc1ce7d2472b669836fb72bd2bfd19a2defc9 + md5: 312f3a0a6b3c5908e79ce24002411e32 + sha256: d18d77c8edfbad37fa0e0bb0f543ad80feb85e8fe5ced0f686b8be463742ec0b category: main optional: false - name: wcwidth @@ -8461,27 +8629,27 @@ package: category: main optional: false - name: zipp - version: 3.22.0 + version: 3.23.0 manager: conda platform: linux-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda hash: - md5: 234be740b00b8e41567e5b0ed95aaba9 - sha256: 3f7a58ff4ff1d337d56af0641a7eba34e7eea0bf32e49934c96ee171640f620b + md5: df5e78d904988eb55042c0c97446079f + sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false - name: zipp - version: 3.22.0 + version: 3.23.0 manager: conda platform: win-64 dependencies: python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.22.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda hash: - md5: 234be740b00b8e41567e5b0ed95aaba9 - sha256: 3f7a58ff4ff1d337d56af0641a7eba34e7eea0bf32e49934c96ee171640f620b + md5: df5e78d904988eb55042c0c97446079f + sha256: 7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad category: main optional: false - name: zstandard @@ -8547,169 +8715,3 @@ package: sha256: bc64864377d809b904e877a98d0584f43836c9f2ef27d3d2a1421fa6eae7ca04 category: main optional: false -- name: geoapps-utils - version: 0.5.0-alpha.4 - manager: pip - platform: linux-64 - dependencies: - geoh5py: 0.11.0-alpha.6 - 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@73d76d9637603dc24e593c2f83e9a618c5e2a42c - hash: - sha256: 73d76d9637603dc24e593c2f83e9a618c5e2a42c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - category: main - optional: false -- name: geoapps-utils - version: 0.5.0-alpha.4 - manager: pip - platform: win-64 - dependencies: - geoh5py: 0.11.0-alpha.6 - 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@73d76d9637603dc24e593c2f83e9a618c5e2a42c - hash: - sha256: 73d76d9637603dc24e593c2f83e9a618c5e2a42c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@73d76d9637603dc24e593c2f83e9a618c5e2a42c - category: main - optional: false -- name: geoh5py - version: 0.11.0-alpha.6 - manager: pip - platform: linux-64 - dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' - pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - hash: - sha256: 77b77c841a3cdedaa8a92022ca47c43d4580db81 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - category: main - optional: false -- name: geoh5py - version: 0.11.0-alpha.6 - manager: pip - platform: win-64 - dependencies: - h5py: '>=3.2.1,<4.0.0' - numpy: '>=1.26.0,<1.27.0' - pillow: '>=10.3.0,<10.4.0' - pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - hash: - sha256: 77b77c841a3cdedaa8a92022ca47c43d4580db81 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@77b77c841a3cdedaa8a92022ca47c43d4580db81 - category: main - optional: false -- name: mira-simpeg - version: 0.23.0.1b1 - manager: pip - platform: linux-64 - dependencies: - dask: '*' - discretize: '>=0.11' - fsspec: '>=0.3.3' - geoana: '>=0.7.0' - geoh5py: '>=0.11.0a1,<0.12.dev' - libdlf: '*' - matplotlib: '*' - numpy: '>=1.22' - pymatsolver: '>=0.3' - scipy: '>=1.8' - zarr: '*' - url: https://files.pythonhosted.org/packages/45/c3/25093373be89da8f1898f8c5130b6429acca7d43f9ca949969c173bc7ed0/mira_simpeg-0.23.0.1b1-py3-none-any.whl - hash: - sha256: 948a345905e571682b76e44d8527c84919044137d5a335c1a7d707bf3ca86b12 - category: main - optional: false -- name: mira-simpeg - version: 0.23.0.1b1 - manager: pip - platform: win-64 - dependencies: - dask: '*' - discretize: '>=0.11' - fsspec: '>=0.3.3' - geoana: '>=0.7.0' - geoh5py: '>=0.11.0a1,<0.12.dev' - libdlf: '*' - matplotlib: '*' - numpy: '>=1.22' - pymatsolver: '>=0.3' - scipy: '>=1.8' - zarr: '*' - url: https://files.pythonhosted.org/packages/45/c3/25093373be89da8f1898f8c5130b6429acca7d43f9ca949969c173bc7ed0/mira_simpeg-0.23.0.1b1-py3-none-any.whl - hash: - sha256: 948a345905e571682b76e44d8527c84919044137d5a335c1a7d707bf3ca86b12 - category: main - optional: false -- name: octree-creation-app - version: 0.3.0a2 - manager: pip - platform: linux-64 - dependencies: - discretize: ==0.11.* - geoapps-utils: '>=0.5.0a3,<0.6.dev' - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.5.2,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: https://files.pythonhosted.org/packages/8a/60/0a425a5a8cd25d46d8141bf24b20511d0176c9fae0e617f0eeca4675366b/octree_creation_app-0.3.0a2-py3-none-any.whl - hash: - sha256: 002896126bf5a958aad1bb9c0a272bfd3c6985d1456dc8022c4e07b5582730ff - category: main - optional: false -- name: octree-creation-app - version: 0.3.0a2 - manager: pip - platform: win-64 - dependencies: - discretize: ==0.11.* - geoapps-utils: '>=0.5.0a3,<0.6.dev' - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - pydantic: '>=2.5.2,<3.0.0' - scipy: '>=1.14.0,<1.15.0' - url: https://files.pythonhosted.org/packages/8a/60/0a425a5a8cd25d46d8141bf24b20511d0176c9fae0e617f0eeca4675366b/octree_creation_app-0.3.0a2-py3-none-any.whl - hash: - sha256: 002896126bf5a958aad1bb9c0a272bfd3c6985d1456dc8022c4e07b5582730ff - category: main - optional: false -- name: param-sweeps - version: 0.2.1a1 - manager: pip - platform: linux-64 - dependencies: - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - url: https://files.pythonhosted.org/packages/a9/b4/5352714c3cd8075b037aac1fcbcfb5f539449c020031cb663ad82a3944d0/param_sweeps-0.2.1a1-py3-none-any.whl - hash: - sha256: 777618dd6eef4b6e86b4976e01c29bb202abb9d295b0774baeabf7534fb9389c - category: main - optional: false -- name: param-sweeps - version: 0.2.1a1 - manager: pip - platform: win-64 - dependencies: - geoh5py: '>=0.11.0a3,<0.12.dev' - numpy: '>=1.26.0,<1.27.0' - url: https://files.pythonhosted.org/packages/a9/b4/5352714c3cd8075b037aac1fcbcfb5f539449c020031cb663ad82a3944d0/param_sweeps-0.2.1a1-py3-none-any.whl - hash: - sha256: 777618dd6eef4b6e86b4976e01c29bb202abb9d295b0774baeabf7534fb9389c - category: main - optional: false diff --git a/pyproject.toml b/pyproject.toml index f06d1c08..6d470397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,19 +74,19 @@ python-mumps = ">=0.0.3, <0.0.4.dev" ## Pip dependencies from Git repositories #---------------------------------------- -geoh5py = {version = ">=0.11.0a3, <0.12.dev", source = "pypi", allow-prereleases = true} +geoh5py = {version = ">=0.11.0, <0.12.dev", allow-prereleases = true} #geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "release/0.11.0"} -octree-creation-app = {version = ">=0.3.0a1, <0.4.dev", source = "pypi", allow-prereleases = true} +octree-creation-app = {version = ">=0.3.0, <0.4.dev", allow-prereleases = true} #octree-creation-app = {git = "https://github.com/MiraGeoscience/octree-creation-app.git", rev = "release/0.3.0"} -#geoapps-utils = {version = ">=0.5.0a3, <0.6.dev", source = "pypi", allow-prereleases = true} -geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "release/0.5.0"} +geoapps-utils = {version = ">=0.5.0, <0.6.dev", allow-prereleases = true} +#geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "release/0.5.0"} -mira-simpeg = {version = ">=0.23.0.1b1, <0.23.1.dev", source="pypi", allow-prereleases = true, extras = ["dask"]} +mira-simpeg = {version = ">=0.23.0.1, <0.23.1.dev", allow-prereleases = true, extras = ["dask"]} #mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "release/0.23.0.1", extras = ["dask"]} -param-sweeps = {version = ">=0.2.1a1, <0.3.dev", source = "pypi", allow-prereleases = true} +param-sweeps = {version = ">=0.2.1, <0.3.dev", allow-prereleases = true} #param-sweeps = {git = "https://github.com/MiraGeoscience/param-sweeps.git", rev = "release/0.2.1"} ## about pip dependencies diff --git a/recipe.yaml b/recipe.yaml index a520e989..59ea0065 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -26,11 +26,11 @@ requirements: run: - python >=${{ python_min }} # Mira packages - - geoapps-utils >=0.5.0a3, <0.6.dev - - geoh5py >=0.11.0a3, <0.12.dev - - mira-simpeg >=0.23.0.1b1, <0.23.1.dev - - octree-creation-app >=0.3.0a1, <0.4.dev - - param-sweeps >=0.2.1a1, <0.3.dev + - geoapps-utils >=0.5.0, <0.6.dev + - geoh5py >=0.11.0, <0.12.dev + - mira-simpeg >=0.23.0.1, <0.23.1.dev + - octree-creation-app >=0.3.0, <0.4.dev + - param-sweeps >=0.2.1, <0.3.dev # direct dependencies - dask-core >=2025.3, <2025.4.dev - discretize >=0.11.0, <0.12.dev