From fd54b45f93521ae9881bea59243095c5e7cd1120 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 9 Oct 2025 14:12:37 -0700 Subject: [PATCH 1/7] Normalize length of mvi bound --- simpeg_drivers/components/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpeg_drivers/components/models.py b/simpeg_drivers/components/models.py index be91a6f4..27b5cc23 100644 --- a/simpeg_drivers/components/models.py +++ b/simpeg_drivers/components/models.py @@ -317,7 +317,7 @@ def upper_bound(self) -> np.ndarray | None: ubound[is_finite] = np.log(ubound[is_finite]) if self.is_vector: - ubound = np.tile(ubound, 3) + ubound = np.tile(ubound, 3) / np.sqrt(3) return ubound From ee6b4c25f1437667d3e5529e57dd257d4353870b Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 9 Oct 2025 14:15:20 -0700 Subject: [PATCH 2/7] Change test to trigger error --- tests/run_tests/driver_joint_cross_gradient_test.py | 1 + tests/run_tests/driver_mvi_test.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run_tests/driver_joint_cross_gradient_test.py b/tests/run_tests/driver_joint_cross_gradient_test.py index 749a3e16..6184c201 100644 --- a/tests/run_tests/driver_joint_cross_gradient_test.py +++ b/tests/run_tests/driver_joint_cross_gradient_test.py @@ -199,6 +199,7 @@ def test_joint_cross_gradient_inv_run( gz_uncertainty=1e-2, starting_model=0.0, reference_model=0.0, + upper_bound=1.0, ) drivers.append(GravityInversionDriver(params)) elif suffix == "C": diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index b33dc093..e99e2f63 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -243,5 +243,5 @@ def test_magnetic_vector_reference( Path("./"), n_grid_points=20, refinement=(4, 8) ) test_magnetic_vector_run( - Path("./"), None, max_iterations=30, upper_bound=1e-1, pytest=False + Path("./"), None, max_iterations=30, upper_bound=5e-3, pytest=False ) From 7b934af0ce300575c75439a4613ef6abc6836ec2 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Sat, 11 Oct 2025 10:37:28 -0700 Subject: [PATCH 3/7] re-lock --- .../py-3.10-linux-64-dev.conda.lock.yml | 34 +- environments/py-3.10-linux-64.conda.lock.yml | 33 +- .../py-3.10-win-64-dev.conda.lock.yml | 26 +- environments/py-3.10-win-64.conda.lock.yml | 25 +- .../py-3.11-linux-64-dev.conda.lock.yml | 34 +- environments/py-3.11-linux-64.conda.lock.yml | 33 +- .../py-3.11-win-64-dev.conda.lock.yml | 26 +- environments/py-3.11-win-64.conda.lock.yml | 25 +- .../py-3.12-linux-64-dev.conda.lock.yml | 34 +- environments/py-3.12-linux-64.conda.lock.yml | 33 +- .../py-3.12-win-64-dev.conda.lock.yml | 26 +- environments/py-3.12-win-64.conda.lock.yml | 25 +- py-3.10.conda-lock.yml | 334 +++++++++-------- py-3.11.conda-lock.yml | 336 +++++++++--------- py-3.12.conda-lock.yml | 336 +++++++++--------- 15 files changed, 650 insertions(+), 710 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 61169ad6..f0a39233 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -49,7 +49,7 @@ dependencies: - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py310ha2bacc8_0 + - discretize=0.11.3=py310hc563356_1 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py310hff52083_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 @@ -125,10 +125,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=h767d61c_6 - - libgcc-ng=15.2.0=h69a702a_6 - - libgfortran=15.2.0=h69a702a_6 - - libgfortran5=15.2.0=hcd61629_6 + - libgcc=15.2.0=h767d61c_7 + - libgcc-ng=15.2.0=h69a702a_7 + - libgfortran=15.2.0=h69a702a_7 + - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -142,8 +142,8 @@ dependencies: - libspatialindex=2.0.0=he02047a_0 - libsqlite=3.50.4=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h8f9b012_6 - - libstdcxx-ng=15.2.0=h4852527_6 + - libstdcxx=15.2.0=h8f9b012_7 + - libstdcxx-ng=15.2.0=h4852527_7 - libtiff=4.7.1=h8261f1e_0 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 @@ -165,7 +165,7 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.1.4=pyhcf101f3_0 - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.1=py310h03d9f68_1 + - msgpack-python=1.1.2=py310h03d9f68_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 @@ -195,7 +195,7 @@ dependencies: - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py310hebfe307_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 + - platformdirs=4.5.0=pyhcf101f3_0 - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -206,8 +206,8 @@ dependencies: - pybtex=0.25.1=pyhd8ed1ab_0 - pybtex-docutils=1.0.3=py310hff52083_3 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py310hbcd0ec0_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py310hd8f68c5_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h69a6472_0 - pygments=2.19.2=pyhd8ed1ab_0 @@ -262,7 +262,7 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.43=py310h7c4b9e2_1 + - sqlalchemy=2.0.44=py310h7c4b9e2_0 - stack_data=0.6.3=pyhd8ed1ab_1 - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=hb60516a_3 @@ -271,14 +271,14 @@ dependencies: - threadpoolctl=3.6.0=pyhecae5ae_0 - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=noxft_hd72426e_102 - - tomli=2.2.1=pyhe01879c_2 + - tomli=2.3.0=pyhcf101f3_0 - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py310h7c4b9e2_1 - tqdm=4.67.1=pyhd8ed1ab_1 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20250822=pyhd8ed1ab_0 + - types-python-dateutil=2.9.0.20251008=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 @@ -291,7 +291,7 @@ dependencies: - wcwidth=0.2.14=pyhd8ed1ab_0 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - - websocket-client=1.8.0=pyhd8ed1ab_1 + - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - xorg-libxau=1.0.12=hb9d3cd8_0 @@ -306,9 +306,9 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 32c9b583..28a8ba79 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -9,7 +9,6 @@ dependencies: - _openmp_mutex=4.5=4_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py310hff52083_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.1.0=hb03c661_4 - brotli-bin=1.1.0=hb03c661_4 @@ -28,8 +27,7 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py310ha75aee5_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py310ha2bacc8_0 + - discretize=0.11.3=py310hc563356_1 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - fonttools=4.60.1=py310h3406613_0 @@ -43,8 +41,6 @@ dependencies: - 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 - - isort=6.1.0=pyhd8ed1ab_0 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 - keyutils=1.6.3=hb9d3cd8_0 @@ -68,10 +64,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=h767d61c_6 - - libgcc-ng=15.2.0=h69a702a_6 - - libgfortran=15.2.0=h69a702a_6 - - libgfortran5=15.2.0=hcd61629_6 + - libgcc=15.2.0=h767d61c_7 + - libgcc-ng=15.2.0=h69a702a_7 + - libgfortran=15.2.0=h69a702a_7 + - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -84,8 +80,8 @@ dependencies: - libspatialindex=2.0.0=he02047a_0 - libsqlite=3.50.4=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h8f9b012_6 - - libstdcxx-ng=15.2.0=h4852527_6 + - libstdcxx=15.2.0=h8f9b012_7 + - libstdcxx-ng=15.2.0=h4852527_7 - libtiff=4.7.1=h8261f1e_0 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 @@ -98,10 +94,9 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 - matplotlib-base=3.8.4=py310hef631a5_2 - - mccabe=0.7.0=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.1=py310h03d9f68_1 + - msgpack-python=1.1.2=py310h03d9f68_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 @@ -115,14 +110,12 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310hebfe307_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 - psutil=7.1.0=py310h7c4b9e2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py310hbcd0ec0_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py310hd8f68c5_0 - pydiso=0.1.2=py310h69a6472_0 - - pylint=3.3.9=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 @@ -144,8 +137,6 @@ dependencies: - tblib=3.1.0=pyhd8ed1ab_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=noxft_hd72426e_102 - - tomli=2.2.1=pyhe01879c_2 - - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py310h7c4b9e2_1 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -168,9 +159,9 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 8e3ad57c..349be7a4 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -49,7 +49,7 @@ dependencies: - decorator=5.2.1=pyhd8ed1ab_0 - defusedxml=0.7.1=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py310h3e8ed56_0 + - discretize=0.11.3=py310hfb7dd09_1 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py310h5588dad_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 @@ -121,8 +121,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h1383e82_6 - - libgomp=15.2.0=h1383e82_6 + - libgcc=15.2.0=h1383e82_7 + - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -152,7 +152,7 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.1.4=pyhcf101f3_0 - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.1=py310he9f1925_1 + - msgpack-python=1.1.2=py310he9f1925_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.3.0=pyhe01879c_0 @@ -179,7 +179,7 @@ dependencies: - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py310h3e38d90_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 + - platformdirs=4.5.0=pyhcf101f3_0 - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -189,8 +189,8 @@ dependencies: - pybtex=0.25.1=pyhd8ed1ab_0 - pybtex-docutils=1.0.3=py310h5588dad_3 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py310hed05c55_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py310h034784e_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h8f92c26_0 - pygments=2.19.2=pyhd8ed1ab_0 @@ -246,7 +246,7 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.43=py310h29418f3_1 + - sqlalchemy=2.0.44=py310h29418f3_0 - stack_data=0.6.3=pyhd8ed1ab_1 - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=h18a62a1_3 @@ -255,14 +255,14 @@ dependencies: - threadpoolctl=3.6.0=pyhecae5ae_0 - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=h2c6b04d_2 - - tomli=2.2.1=pyhe01879c_2 + - tomli=2.3.0=pyhcf101f3_0 - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py310h29418f3_1 - tqdm=4.67.1=pyhd8ed1ab_1 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20250822=pyhd8ed1ab_0 + - types-python-dateutil=2.9.0.20251008=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 @@ -279,7 +279,7 @@ dependencies: - wcwidth=0.2.14=pyhd8ed1ab_0 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - - websocket-client=1.8.0=pyhd8ed1ab_1 + - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 @@ -296,9 +296,9 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 b80b2a66..e4ccd6c1 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -9,7 +9,6 @@ dependencies: - _openmp_mutex=4.5=2_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py310h5588dad_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.1.0=hfd05255_4 - brotli-bin=1.1.0=hfd05255_4 @@ -27,8 +26,7 @@ dependencies: - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.1=py310ha8f682b_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py310h3e8ed56_0 + - discretize=0.11.3=py310hfb7dd09_1 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - fonttools=4.60.1=py310hdb0e946_0 @@ -42,8 +40,6 @@ dependencies: - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he0c23c2_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - - isort=6.1.0=pyhd8ed1ab_0 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 - kiwisolver=1.4.9=py310h1e1005b_1 @@ -63,8 +59,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h1383e82_6 - - libgomp=15.2.0=h1383e82_6 + - libgcc=15.2.0=h1383e82_7 + - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -85,9 +81,8 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 - matplotlib-base=3.8.4=py310hadb10a8_2 - - mccabe=0.7.0=pyhd8ed1ab_1 - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.1=py310he9f1925_1 + - msgpack-python=1.1.2=py310he9f1925_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.13.1=py310hb4db72f_0 @@ -99,14 +94,12 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310h3e38d90_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 - psutil=7.1.0=py310h29418f3_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py310hed05c55_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py310h034784e_0 - pydiso=0.1.2=py310h8f92c26_0 - - pylint=3.3.9=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 @@ -127,8 +120,6 @@ dependencies: - tblib=3.1.0=pyhd8ed1ab_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=h2c6b04d_2 - - tomli=2.2.1=pyhe01879c_2 - - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py310h29418f3_1 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -156,9 +147,9 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 957a620f..e4f1761c 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -50,7 +50,7 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py311h5b7b71f_0 + - discretize=0.11.3=py311h1d5f577_1 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py311h38be061_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 @@ -127,10 +127,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=h767d61c_6 - - libgcc-ng=15.2.0=h69a702a_6 - - libgfortran=15.2.0=h69a702a_6 - - libgfortran5=15.2.0=hcd61629_6 + - libgcc=15.2.0=h767d61c_7 + - libgcc-ng=15.2.0=h69a702a_7 + - libgfortran=15.2.0=h69a702a_7 + - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -144,8 +144,8 @@ dependencies: - libspatialindex=2.0.0=he02047a_0 - libsqlite=3.50.4=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h8f9b012_6 - - libstdcxx-ng=15.2.0=h4852527_6 + - libstdcxx=15.2.0=h8f9b012_7 + - libstdcxx-ng=15.2.0=h4852527_7 - libtiff=4.7.1=h8261f1e_0 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 @@ -167,7 +167,7 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.1.4=pyhcf101f3_0 - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.1=py311hdf67eae_1 + - msgpack-python=1.1.2=py311hdf67eae_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 @@ -197,7 +197,7 @@ dependencies: - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py311h82a398c_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 + - platformdirs=4.5.0=pyhcf101f3_0 - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -208,8 +208,8 @@ dependencies: - pybtex=0.25.1=pyhd8ed1ab_0 - pybtex-docutils=1.0.3=py311h38be061_3 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py311hdae7d1d_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py311h902ca64_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h19ea254_0 - pygments=2.19.2=pyhd8ed1ab_0 @@ -264,7 +264,7 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.43=py311h49ec1c0_1 + - sqlalchemy=2.0.44=py311h49ec1c0_0 - stack_data=0.6.3=pyhd8ed1ab_1 - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=hb60516a_3 @@ -273,14 +273,14 @@ dependencies: - threadpoolctl=3.6.0=pyhecae5ae_0 - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=noxft_hd72426e_102 - - tomli=2.2.1=pyhe01879c_2 + - tomli=2.3.0=pyhcf101f3_0 - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py311h49ec1c0_1 - tqdm=4.67.1=pyhd8ed1ab_1 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20250822=pyhd8ed1ab_0 + - types-python-dateutil=2.9.0.20251008=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 @@ -293,7 +293,7 @@ dependencies: - wcwidth=0.2.14=pyhd8ed1ab_0 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - - websocket-client=1.8.0=pyhd8ed1ab_1 + - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - wrapt=1.17.3=py311h49ec1c0_1 @@ -309,9 +309,9 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 7fe65ea6..9ab1e122 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -9,7 +9,6 @@ dependencies: - _openmp_mutex=4.5=4_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py311h38be061_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.1.0=hb03c661_4 - brotli-bin=1.1.0=hb03c661_4 @@ -29,8 +28,7 @@ dependencies: - cytoolz=1.0.1=py311h9ecbd09_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py311h5b7b71f_0 + - discretize=0.11.3=py311h1d5f577_1 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - fonttools=4.60.1=py311h3778330_0 @@ -44,8 +42,6 @@ dependencies: - 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 - - isort=6.1.0=pyhd8ed1ab_0 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 - keyutils=1.6.3=hb9d3cd8_0 @@ -69,10 +65,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=h767d61c_6 - - libgcc-ng=15.2.0=h69a702a_6 - - libgfortran=15.2.0=h69a702a_6 - - libgfortran5=15.2.0=hcd61629_6 + - libgcc=15.2.0=h767d61c_7 + - libgcc-ng=15.2.0=h69a702a_7 + - libgfortran=15.2.0=h69a702a_7 + - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -85,8 +81,8 @@ dependencies: - libspatialindex=2.0.0=he02047a_0 - libsqlite=3.50.4=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h8f9b012_6 - - libstdcxx-ng=15.2.0=h4852527_6 + - libstdcxx=15.2.0=h8f9b012_7 + - libstdcxx-ng=15.2.0=h4852527_7 - libtiff=4.7.1=h8261f1e_0 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 @@ -99,10 +95,9 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 - matplotlib-base=3.8.4=py311ha4ca890_2 - - mccabe=0.7.0=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.1=py311hdf67eae_1 + - msgpack-python=1.1.2=py311hdf67eae_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 @@ -116,14 +111,12 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h82a398c_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 - psutil=7.1.0=py311h49ec1c0_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py311hdae7d1d_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py311h902ca64_0 - pydiso=0.1.2=py311h19ea254_0 - - pylint=3.3.9=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 @@ -145,8 +138,6 @@ dependencies: - tblib=3.1.0=pyhd8ed1ab_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=noxft_hd72426e_102 - - tomli=2.2.1=pyhe01879c_2 - - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py311h49ec1c0_1 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -170,9 +161,9 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 733af0ba..896193a5 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -50,7 +50,7 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py311h9b10771_0 + - discretize=0.11.3=py311h05ac4f6_1 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.19=py311h1ea47a8_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 @@ -123,8 +123,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h1383e82_6 - - libgomp=15.2.0=h1383e82_6 + - libgcc=15.2.0=h1383e82_7 + - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -154,7 +154,7 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.1.4=pyhcf101f3_0 - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.1=py311h3fd045d_1 + - msgpack-python=1.1.2=py311h3fd045d_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.3.0=pyhe01879c_0 @@ -181,7 +181,7 @@ dependencies: - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py311h5592be9_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 + - platformdirs=4.5.0=pyhcf101f3_0 - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -191,8 +191,8 @@ dependencies: - pybtex=0.25.1=pyhd8ed1ab_0 - pybtex-docutils=1.0.3=py311h1ea47a8_3 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py311hc4022dc_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py311hf51aa87_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h66870c1_0 - pygments=2.19.2=pyhd8ed1ab_0 @@ -248,7 +248,7 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.43=py311h3485c13_1 + - sqlalchemy=2.0.44=py311h3485c13_0 - stack_data=0.6.3=pyhd8ed1ab_1 - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=h18a62a1_3 @@ -257,14 +257,14 @@ dependencies: - threadpoolctl=3.6.0=pyhecae5ae_0 - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=h2c6b04d_2 - - tomli=2.2.1=pyhe01879c_2 + - tomli=2.3.0=pyhcf101f3_0 - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py311h3485c13_1 - tqdm=4.67.1=pyhd8ed1ab_1 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20250822=pyhd8ed1ab_0 + - types-python-dateutil=2.9.0.20251008=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 @@ -281,7 +281,7 @@ dependencies: - wcwidth=0.2.14=pyhd8ed1ab_0 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - - websocket-client=1.8.0=pyhd8ed1ab_1 + - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 @@ -299,9 +299,9 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 a2a0a7d4..9dc9d004 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -9,7 +9,6 @@ dependencies: - _openmp_mutex=4.5=2_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py311h1ea47a8_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.1.0=hfd05255_4 - brotli-bin=1.1.0=hfd05255_4 @@ -28,8 +27,7 @@ dependencies: - cytoolz=1.0.1=py311he736701_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py311h9b10771_0 + - discretize=0.11.3=py311h05ac4f6_1 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - fonttools=4.60.1=py311h3f79411_0 @@ -43,8 +41,6 @@ dependencies: - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he0c23c2_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - - isort=6.1.0=pyhd8ed1ab_0 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 - kiwisolver=1.4.9=py311h275cad7_1 @@ -64,8 +60,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h1383e82_6 - - libgomp=15.2.0=h1383e82_6 + - libgcc=15.2.0=h1383e82_7 + - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -86,9 +82,8 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 - matplotlib-base=3.8.4=py311h9b31f6e_2 - - mccabe=0.7.0=pyhd8ed1ab_1 - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.1=py311h3fd045d_1 + - msgpack-python=1.1.2=py311h3fd045d_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py311hcf9f919_0 @@ -100,14 +95,12 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h5592be9_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 - psutil=7.1.0=py311h3485c13_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py311hc4022dc_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py311hf51aa87_0 - pydiso=0.1.2=py311h66870c1_0 - - pylint=3.3.9=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 @@ -128,8 +121,6 @@ dependencies: - tblib=3.1.0=pyhd8ed1ab_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=h2c6b04d_2 - - tomli=2.2.1=pyhe01879c_2 - - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py311h3485c13_1 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -158,9 +149,9 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 3ac69597..29b8577a 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -52,7 +52,7 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py312hc39e661_0 + - discretize=0.11.3=py312hf890105_1 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.18.1=py312h7900ff3_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 @@ -129,10 +129,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=h767d61c_6 - - libgcc-ng=15.2.0=h69a702a_6 - - libgfortran=15.2.0=h69a702a_6 - - libgfortran5=15.2.0=hcd61629_6 + - libgcc=15.2.0=h767d61c_7 + - libgcc-ng=15.2.0=h69a702a_7 + - libgfortran=15.2.0=h69a702a_7 + - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -146,8 +146,8 @@ dependencies: - libspatialindex=2.0.0=he02047a_0 - libsqlite=3.50.4=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h8f9b012_6 - - libstdcxx-ng=15.2.0=h4852527_6 + - libstdcxx=15.2.0=h8f9b012_7 + - libstdcxx-ng=15.2.0=h4852527_7 - libtiff=4.7.1=h8261f1e_0 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 @@ -169,7 +169,7 @@ dependencies: - metis=5.1.0=hd0bcaf9_1007 - mistune=3.1.4=pyhcf101f3_0 - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.1=py312hd9148b4_1 + - msgpack-python=1.1.2=py312hd9148b4_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 @@ -199,7 +199,7 @@ dependencies: - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py312h287a98d_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 + - platformdirs=4.5.0=pyhcf101f3_0 - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -210,8 +210,8 @@ dependencies: - pybtex=0.25.1=pyhd8ed1ab_0 - pybtex-docutils=1.0.3=py312h7900ff3_3 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py312h680f630_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py312h868fb18_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h772f2df_0 - pygments=2.19.2=pyhd8ed1ab_0 @@ -267,7 +267,7 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.43=py312h4c3975b_1 + - sqlalchemy=2.0.44=py312h4c3975b_0 - stack_data=0.6.3=pyhd8ed1ab_1 - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=hb60516a_3 @@ -276,14 +276,14 @@ dependencies: - threadpoolctl=3.6.0=pyhecae5ae_0 - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=noxft_hd72426e_102 - - tomli=2.2.1=pyhe01879c_2 + - tomli=2.3.0=pyhcf101f3_0 - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py312h4c3975b_1 - tqdm=4.67.1=pyhd8ed1ab_1 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20250822=pyhd8ed1ab_0 + - types-python-dateutil=2.9.0.20251008=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 @@ -296,7 +296,7 @@ dependencies: - wcwidth=0.2.14=pyhd8ed1ab_0 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - - websocket-client=1.8.0=pyhd8ed1ab_1 + - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - wrapt=1.17.3=py312h4c3975b_1 @@ -312,9 +312,9 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 e070a783..1d81fc9d 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -9,7 +9,6 @@ dependencies: - _openmp_mutex=4.5=4_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py312h7900ff3_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.1.0=hb03c661_4 - brotli-bin=1.1.0=hb03c661_4 @@ -29,8 +28,7 @@ dependencies: - cytoolz=1.0.1=py312h66e93f0_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py312hc39e661_0 + - discretize=0.11.3=py312hf890105_1 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - fonttools=4.60.1=py312h8a5da7c_0 @@ -44,8 +42,6 @@ dependencies: - 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 - - isort=6.1.0=pyhd8ed1ab_0 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 - keyutils=1.6.3=hb9d3cd8_0 @@ -69,10 +65,10 @@ dependencies: - libffi=3.4.6=h2dba641_1 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=h767d61c_6 - - libgcc-ng=15.2.0=h69a702a_6 - - libgfortran=15.2.0=h69a702a_6 - - libgfortran5=15.2.0=hcd61629_6 + - libgcc=15.2.0=h767d61c_7 + - libgcc-ng=15.2.0=h69a702a_7 + - libgfortran=15.2.0=h69a702a_7 + - libgfortran5=15.2.0=hcd61629_7 - libhwloc=2.12.1=default_h7f8ec31_1002 - libiconv=1.18=h3b78370_2 - libjpeg-turbo=3.1.0=hb9d3cd8_0 @@ -85,8 +81,8 @@ dependencies: - libspatialindex=2.0.0=he02047a_0 - libsqlite=3.50.4=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h8f9b012_6 - - libstdcxx-ng=15.2.0=h4852527_6 + - libstdcxx=15.2.0=h8f9b012_7 + - libstdcxx-ng=15.2.0=h4852527_7 - libtiff=4.7.1=h8261f1e_0 - libuuid=2.41.2=he9a06e4_0 - libwebp-base=1.6.0=hd42ef1d_0 @@ -99,10 +95,9 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 - matplotlib-base=3.8.4=py312h20ab3a6_2 - - mccabe=0.7.0=pyhd8ed1ab_1 - metis=5.1.0=hd0bcaf9_1007 - mkl=2024.2.2=ha770c72_17 - - msgpack-python=1.1.1=py312hd9148b4_1 + - msgpack-python=1.1.2=py312hd9148b4_0 - mumps-include=5.7.3=h82cca05_10 - mumps-seq=5.7.3=h06cbf8f_10 - munkres=1.1.4=pyhd8ed1ab_1 @@ -116,14 +111,12 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h287a98d_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 - psutil=7.1.0=py312h4c3975b_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py312h680f630_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py312h868fb18_0 - pydiso=0.1.2=py312h772f2df_0 - - pylint=3.3.9=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 @@ -145,8 +138,6 @@ dependencies: - tblib=3.1.0=pyhd8ed1ab_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=noxft_hd72426e_102 - - tomli=2.2.1=pyhe01879c_2 - - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py312h4c3975b_1 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -170,9 +161,9 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 c33566e4..aeb5b751 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -51,7 +51,7 @@ dependencies: - defusedxml=0.7.1=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py312hbaa7e33_0 + - discretize=0.11.3=py312h9b46583_1 - distributed=2025.3.0=pyhd8ed1ab_0 - docutils=0.18.1=py312h2e8e312_1 - exceptiongroup=1.3.0=pyhd8ed1ab_0 @@ -124,8 +124,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h1383e82_6 - - libgomp=15.2.0=h1383e82_6 + - libgcc=15.2.0=h1383e82_7 + - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -155,7 +155,7 @@ dependencies: - mdurl=0.1.2=pyhd8ed1ab_1 - mistune=3.1.4=pyhcf101f3_0 - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.1=py312hf90b1b7_1 + - msgpack-python=1.1.2=py312hf90b1b7_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - myst-nb=1.3.0=pyhe01879c_0 @@ -182,7 +182,7 @@ dependencies: - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py312h381445a_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 + - platformdirs=4.5.0=pyhcf101f3_0 - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 @@ -192,8 +192,8 @@ dependencies: - pybtex=0.25.1=pyhd8ed1ab_0 - pybtex-docutils=1.0.3=py312h2e8e312_3 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py312h8422cdd_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py312hdabe01f_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h01acb21_0 - pygments=2.19.2=pyhd8ed1ab_0 @@ -250,7 +250,7 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - sqlalchemy=2.0.43=py312he06e257_1 + - sqlalchemy=2.0.44=py312he06e257_0 - stack_data=0.6.3=pyhd8ed1ab_1 - tabulate=0.9.0=pyhd8ed1ab_2 - tbb=2021.13.0=h18a62a1_3 @@ -259,14 +259,14 @@ dependencies: - threadpoolctl=3.6.0=pyhecae5ae_0 - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=h2c6b04d_2 - - tomli=2.2.1=pyhe01879c_2 + - tomli=2.3.0=pyhcf101f3_0 - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py312he06e257_1 - tqdm=4.67.1=pyhd8ed1ab_1 - traitlets=5.14.3=pyhd8ed1ab_1 - trimesh=4.1.8=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20250822=pyhd8ed1ab_0 + - types-python-dateutil=2.9.0.20251008=pyhd8ed1ab_0 - typing-extensions=4.15.0=h396c80c_0 - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 @@ -283,7 +283,7 @@ dependencies: - wcwidth=0.2.14=pyhd8ed1ab_0 - webcolors=24.11.1=pyhd8ed1ab_0 - webencodings=0.5.1=pyhd8ed1ab_3 - - websocket-client=1.8.0=pyhd8ed1ab_1 + - websocket-client=1.9.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 @@ -301,9 +301,9 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b 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 2400092f..7cf8b752 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -9,7 +9,6 @@ dependencies: - _openmp_mutex=4.5=2_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py312h2e8e312_1 - bokeh=3.6.3=pyhd8ed1ab_0 - brotli=1.1.0=hfd05255_4 - brotli-bin=1.1.0=hfd05255_4 @@ -28,8 +27,7 @@ dependencies: - cytoolz=1.0.1=py312h4389bb4_0 - dask-core=2025.3.0=pyhd8ed1ab_0 - deprecated=1.2.18=pyhd8ed1ab_0 - - dill=0.4.0=pyhd8ed1ab_0 - - discretize=0.11.3=py312hbaa7e33_0 + - discretize=0.11.3=py312h9b46583_1 - distributed=2025.3.0=pyhd8ed1ab_0 - fasteners=0.19=pyhd8ed1ab_1 - fonttools=4.60.1=py312h05f76fc_0 @@ -43,8 +41,6 @@ dependencies: - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he0c23c2_0 - importlib-metadata=8.7.0=pyhe01879c_1 - - importlib_metadata=8.7.0=h40b2b14_1 - - isort=6.1.0=pyhd8ed1ab_0 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 - kiwisolver=1.4.9=py312h78d62e6_1 @@ -64,8 +60,8 @@ dependencies: - libffi=3.4.6=h537db12_1 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h1383e82_6 - - libgomp=15.2.0=h1383e82_6 + - libgcc=15.2.0=h1383e82_7 + - libgomp=15.2.0=h1383e82_7 - libhwloc=2.12.1=default_h64bd3f2_1002 - libiconv=1.18=hc1393d2_2 - libjpeg-turbo=3.1.0=h2466b09_0 @@ -86,9 +82,8 @@ dependencies: - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 - matplotlib-base=3.8.4=py312hfee7060_2 - - mccabe=0.7.0=pyhd8ed1ab_1 - mkl=2024.2.2=h57928b3_16 - - msgpack-python=1.1.1=py312hf90b1b7_1 + - msgpack-python=1.1.2=py312hf90b1b7_0 - mumps-seq=5.7.3=hbaa6519_10 - munkres=1.1.4=pyhd8ed1ab_1 - numcodecs=0.15.1=py312h72972c8_0 @@ -100,14 +95,12 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h381445a_1 - pip=25.2=pyh8b19718_0 - - platformdirs=4.4.0=pyhcf101f3_0 - psutil=7.1.0=py312he06e257_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.11.10=pyh3cfb1c2_0 - - pydantic-core=2.33.2=py312h8422cdd_0 + - pydantic=2.12.0=pyh3cfb1c2_0 + - pydantic-core=2.41.1=py312hdabe01f_0 - pydiso=0.1.2=py312h01acb21_0 - - pylint=3.3.9=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 @@ -128,8 +121,6 @@ dependencies: - tblib=3.1.0=pyhd8ed1ab_0 - threadpoolctl=3.6.0=pyhecae5ae_0 - tk=8.6.13=h2c6b04d_2 - - tomli=2.2.1=pyhe01879c_2 - - tomlkit=0.13.3=pyha770c72_0 - toolz=1.0.0=pyhd8ed1ab_1 - tornado=6.5.2=py312he06e257_1 - tqdm=4.67.1=pyhd8ed1ab_1 @@ -158,9 +149,9 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b variables: KMP_WARNINGS: 0 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 83e25a30..b2ad1bfc 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -287,8 +287,8 @@ package: hash: md5: cf84a0665b3e7ec2056ae606b4ce1378 sha256: 223f1330a5ddb1b3b28be57f966c04603902e0bb7b22dbb4a29f1d1240ec1ed7 - category: main - optional: false + category: dev + optional: true - name: astroid version: 3.3.11 manager: conda @@ -301,8 +301,8 @@ package: hash: md5: 6cd63bf117fad2a1359e93bdaab4884f sha256: 1daca67f30e02b3d1116aa512ac263e7c8ace9bba77341fb3eff7d3a930197a6 - category: main - optional: false + category: dev + optional: true - name: asttokens version: 3.0.0 manager: conda @@ -1205,8 +1205,8 @@ package: hash: md5: 885745570573eb6a08e021841928297a sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1 - category: main - optional: false + category: dev + optional: true - name: dill version: 0.4.0 manager: conda @@ -1217,24 +1217,24 @@ package: hash: md5: 885745570573eb6a08e021841928297a sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1 - category: main - optional: false + category: dev + optional: true - name: discretize version: 0.11.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' + libgcc: '>=14' + libstdcxx: '>=14' numpy: '>=1.22.4' 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.3-py310ha2bacc8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py310hc563356_1.conda hash: - md5: dec42d7ab3eb8ee69946eeb5de6eaeb8 - sha256: 8724a644a7170b16e11a4206062e1778ea3a4068691945017060f5d24432d5d0 + md5: d9efc4158d8b8ced5fe03de5be5b69d1 + sha256: e415905d8a52a48311e0a945d3f36b202ad03bffea055c382ce4b1d98fa4358e category: main optional: false - name: discretize @@ -1247,12 +1247,12 @@ package: python_abi: 3.10.* scipy: '>=1.8' 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.3-py310h3e8ed56_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py310hfb7dd09_1.conda hash: - md5: a8ba6acb343f5c9c018a89d1d64acc51 - sha256: 6275debf3044a84b85c5298540d0b208a02f0dad5357744eaa6802779ebed175 + md5: 2c96382a0b0f165f9531169cb976364d + sha256: dfc5d6d83ec306f8ac45e9d71d35c9d4fe8504753264d426e0e2dd55173124c7 category: main optional: false - name: distributed @@ -1949,8 +1949,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_metadata version: 8.7.0 manager: conda @@ -1961,8 +1961,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: iniconfig version: 2.0.0 manager: conda @@ -2182,8 +2182,8 @@ package: hash: md5: 1600dda6f61d2bc551676c2cebeb14e8 sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 - category: main - optional: false + category: dev + optional: true - name: isort version: 6.1.0 manager: conda @@ -2195,8 +2195,8 @@ package: hash: md5: 1600dda6f61d2bc551676c2cebeb14e8 sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 - category: main - optional: false + category: dev + optional: true - name: jedi version: 0.19.2 manager: conda @@ -3518,10 +3518,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-h767d61c_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda hash: - md5: 99eee6aa5abea12f326f7fc010aef0c8 - sha256: 29c6ce15cf54f89282581d19329c99d1639036c5dde049bf1cae48dcc4137470 + md5: c0374badb3a5d4b1372db28d19462c53 + sha256: 08f9b87578ab981c7713e4e6a7d935e40766e10691732bba376d4964562bcb45 category: main optional: false - name: libgcc @@ -3531,10 +3531,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h1383e82_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h1383e82_7.conda hash: - md5: 15d8f18987161d5a467434a0869cd789 - sha256: f910d04ea9bb4def10870c8c42b1bb55d22897c267eacea15b3cb18c69d8fac2 + md5: 926a82fc4fa5b284b1ca1fb74f20dee2 + sha256: 174c4c75b03923ac755f227c96d956f7b4560a4b7dd83c0332709c50ff78450f category: main optional: false - name: libgcc-ng @@ -3543,10 +3543,10 @@ package: platform: linux-64 dependencies: libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_7.conda hash: - md5: d9717466cca9b9584226ce57a7cd58e6 - sha256: 12c91470ceb8d7d38fcee1a4ff1f50524625349059988f6bd0e8e6b27599a1ad + md5: 280ea6eee9e2ddefde25ff799c4f0363 + sha256: 2045066dd8e6e58aaf5ae2b722fb6dfdbb57c862b5f34ac7bfb58c40ef39b6ad category: main optional: false - name: libgfortran @@ -3555,10 +3555,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_7.conda hash: - md5: c41f84a30601e911a1e7a30f53531a59 - sha256: 37ac19d22718d371b1fd78207eee37bc384c5e7f8880e06187cb817f1124d1e2 + md5: 8621a450add4e231f676646880703f49 + sha256: 9ca24328e31c8ef44a77f53104773b9fe50ea8533f4c74baa8489a12de916f02 category: main optional: false - name: libgfortran5 @@ -3568,10 +3568,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.2.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_7.conda hash: - md5: 8fc1650fb7c7fca583cc3537a808e21b - sha256: 5046054c10fe5c81433849aa5d569e50ae051c4eac44b3e2a9bb34945eb16fc8 + md5: f116940d825ffc9104400f0d7f1a4551 + sha256: e93ceda56498d98c9f94fedec3e2d00f717cbedfc97c49be0e5a5828802f2d34 category: main optional: false - name: libgomp @@ -3580,10 +3580,10 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h1383e82_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h1383e82_7.conda hash: - md5: 5939a1cf8d58da8b11bfc0db95aad396 - sha256: b6e6c2c527b1de0803ae820de9b78246ebcba688c797f77845a67e1125fb2714 + md5: 7f970a7f9801622add7746aa3cbc24d5 + sha256: b8b569a9d3ec8f13531c220d3ad8e1ff35c75902c89144872e7542a77cb8c10d category: main optional: false - name: libhwloc @@ -3922,10 +3922,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_7.conda hash: - md5: 9acaf38d72dcddace144f28506d45afa - sha256: fafd1c1320384a664f57e5d75568f214a31fe2201fc8baace6c15d88b8cf89a8 + md5: 5b767048b1b3ee9a954b06f4084f93dc + sha256: 1b981647d9775e1cdeb2fab0a4dd9cd75a6b0de2963f6c3953dbd712f78334b3 category: main optional: false - name: libstdcxx-ng @@ -3934,10 +3934,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_7.conda hash: - md5: 89611cb5b685d19e6201065720f97561 - sha256: 462fa002d3ab6702045ee330ab45719ac2958a092a4634a955cebc095f564794 + md5: f627678cf829bd70bccf141a19c3ad3e + sha256: 024fd46ac3ea8032a5ec3ea7b91c4c235701a8bf0e6520fe5e6539992a6bd05f category: main optional: false - name: libtiff @@ -4402,8 +4402,8 @@ package: hash: md5: 827064ddfe0de2917fb29f1da4f8f533 sha256: 9b0037171dad0100f0296699a11ae7d355237b55f42f9094aebc0f41512d96a1 - category: main - optional: false + category: dev + optional: true - name: mccabe version: 0.7.0 manager: conda @@ -4414,8 +4414,8 @@ package: hash: md5: 827064ddfe0de2917fb29f1da4f8f533 sha256: 9b0037171dad0100f0296699a11ae7d355237b55f42f9094aebc0f41512d96a1 - category: main - optional: false + category: dev + optional: true - name: mdit-py-plugins version: 0.5.0 manager: conda @@ -4534,7 +4534,7 @@ package: category: main optional: false - name: msgpack-python - version: 1.1.1 + version: 1.1.2 manager: conda platform: linux-64 dependencies: @@ -4543,14 +4543,14 @@ package: libstdcxx: '>=14' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.1-py310h03d9f68_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py310h03d9f68_0.conda hash: - md5: 305880fd9dd9c8fa9ae8c8779c7e5513 - sha256: 243754a755e93931b349ff5a64b5e98d6c46ae0366da10bb8b9d76e0b684beb2 + md5: 3d0467853a96233c506f47476363c781 + sha256: 191a018f98432bf0545c8a023b0e72e186ee7b3ce6bc70eccd0393957264dd22 category: main optional: false - name: msgpack-python - version: 1.1.1 + version: 1.1.2 manager: conda platform: win-64 dependencies: @@ -4559,10 +4559,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.1-py310he9f1925_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py310he9f1925_0.conda hash: - md5: 3871d2bf2a0252567c83cb223449d7d6 - sha256: 2a134b67492c23f47ca94e92903a321985b1aa1e6d0312205fc79a7c0b4ca1bd + md5: 6018a0ab537514fdf68a6d31026cbd8f + sha256: 200aa7bf1990b3a33fb43d598d241f2d2b58ea1c1bbac57d411a3e9751b4b171 category: main optional: false - name: mumps-include @@ -5425,29 +5425,29 @@ package: category: main optional: false - name: platformdirs - version: 4.4.0 + version: 4.5.0 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: - md5: cc9d9a3929503785403dbfad9f707145 - sha256: dfe0fa6e351d2b0cef95ac1a1533d4f960d3992f9e0f82aeb5ec3623a699896b - category: main - optional: false + md5: 5c7a868f8241e64e1cf5fdf4962f23e2 + sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 + category: dev + optional: true - name: platformdirs - version: 4.4.0 + version: 4.5.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: - md5: cc9d9a3929503785403dbfad9f707145 - sha256: dfe0fa6e351d2b0cef95ac1a1533d4f960d3992f9e0f82aeb5ec3623a699896b - category: main - optional: false + md5: 5c7a868f8241e64e1cf5fdf4962f23e2 + sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 + category: dev + optional: true - name: pluggy version: 1.6.0 manager: conda @@ -5705,57 +5705,57 @@ package: category: main optional: false - name: pydantic - version: 2.11.10 + version: 2.12.0 manager: conda platform: linux-64 dependencies: annotated-types: '>=0.6.0' - pydantic-core: 2.33.2 + pydantic-core: 2.41.1 python: '>=3.10' 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.10-pyh3cfb1c2_0.conda + typing-inspection: '>=0.4.2' + typing_extensions: '>=4.14.1' + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.12.0-pyh3cfb1c2_0.conda hash: - md5: 918d9adfc81cb14ab4cced31d22c7711 - sha256: 26779821ba83b896f319837d7c5301cc244dee41b311d2bd57cbd693ed9e43ef + md5: 41749e96b495f27bf1729e0f99722415 + sha256: 510c3752efeff69705953266a70577047f77a69da89245f598c2cce0e771531a category: main optional: false - name: pydantic - version: 2.11.10 + version: 2.12.0 manager: conda platform: win-64 dependencies: annotated-types: '>=0.6.0' - pydantic-core: 2.33.2 + pydantic-core: 2.41.1 python: '>=3.10' 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.10-pyh3cfb1c2_0.conda + typing-inspection: '>=0.4.2' + typing_extensions: '>=4.14.1' + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.12.0-pyh3cfb1c2_0.conda hash: - md5: 918d9adfc81cb14ab4cced31d22c7711 - sha256: 26779821ba83b896f319837d7c5301cc244dee41b311d2bd57cbd693ed9e43ef + md5: 41749e96b495f27bf1729e0f99722415 + sha256: 510c3752efeff69705953266a70577047f77a69da89245f598c2cce0e771531a category: main optional: false - name: pydantic-core - version: 2.33.2 + version: 2.41.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' + libgcc: '>=14' python: '' python_abi: 3.10.* typing-extensions: '>=4.6.0,!=4.7.0' - url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.33.2-py310hbcd0ec0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.1-py310hd8f68c5_0.conda hash: - md5: 6b210a72e9e1b1cb6d30b266b84ca993 - sha256: 8da9aed7f21d775a7c91db6c9f95a0e00cae2d132709d5dc608c2e6828f9344b + md5: 60eed6058382bbaf11ed3cd6c354ec1d + sha256: 0a210724a66dc39779c52e56a872c446cc2060ec44a9f6e8b36573233ff411ed category: main optional: false - name: pydantic-core - version: 2.33.2 + version: 2.41.1 manager: conda platform: win-64 dependencies: @@ -5763,12 +5763,12 @@ package: python_abi: 3.10.* typing-extensions: '>=4.6.0,!=4.7.0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.33.2-py310hed05c55_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.1-py310h034784e_0.conda hash: - md5: 59065d98ab806083a5432d92073f1c75 - sha256: 657b2097148533aa9665678b85c94bb3cf4df015605f233f374243d4697ccd03 + md5: d406ae865f63e955b92e916e3f64882f + sha256: 3f7abffd20ba5730ee6e5f9883ef414f691525d5f4c5acf07ea8703e2e16639b category: main optional: false - name: pydata-sphinx-theme @@ -5891,8 +5891,8 @@ package: hash: md5: 3d773559e6b319a802a7c831b7f59138 sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 - category: main - optional: false + category: dev + optional: true - name: pylint version: 3.3.9 manager: conda @@ -5912,8 +5912,8 @@ package: hash: md5: 3d773559e6b319a802a7c831b7f59138 sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 - category: main - optional: false + category: dev + optional: true - name: pymatsolver version: 0.3.1 manager: conda @@ -7386,7 +7386,7 @@ package: category: dev optional: true - name: sqlalchemy - version: 2.0.43 + version: 2.0.44 manager: conda platform: linux-64 dependencies: @@ -7396,14 +7396,14 @@ package: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* typing-extensions: '>=4.6.0' - url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.43-py310h7c4b9e2_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.44-py310h7c4b9e2_0.conda hash: - md5: 0849ba912ee3d982bf1eb44ecbe2a412 - sha256: cad1d739a42a01adc2f7a01d07fd35e72900026a3fbd275cb34bbc2323f831ce + md5: 60c06302d59e6b96f899c53fba8ab776 + sha256: f9ea72841c10c041217e77a9279875293ba323abdc2ac914ccbed00b8371ff08 category: dev optional: true - name: sqlalchemy - version: 2.0.43 + version: 2.0.44 manager: conda platform: win-64 dependencies: @@ -7414,10 +7414,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.43-py310h29418f3_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.44-py310h29418f3_0.conda hash: - md5: afa4c6d3b4bfedfd47385570781f796c - sha256: 897b4080b98a6feacad32c7cee100319cc47b5134d2d105afcf93ae3e86043bd + md5: 69866427db31869369752f67faf2ec62 + sha256: 0e1b8fb89311f7929a1fc641a6db6cd96ddf73bb3d7f0bb9723c3aad023a20c7 category: dev optional: true - name: stack_data @@ -7637,29 +7637,29 @@ package: category: main optional: false - name: tomli - version: 2.2.1 + version: 2.3.0 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: - md5: 30a0a26c8abccf4b7991d590fe17c699 - sha256: 040a5a05c487647c089ad5e05ad5aff5942830db2a4e656f1e300d73436436f1 - category: main - optional: false + md5: d2732eb636c264dc9aa4cbee404b1a53 + sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff + category: dev + optional: true - name: tomli - version: 2.2.1 + version: 2.3.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: - md5: 30a0a26c8abccf4b7991d590fe17c699 - sha256: 040a5a05c487647c089ad5e05ad5aff5942830db2a4e656f1e300d73436436f1 - category: main - optional: false + md5: d2732eb636c264dc9aa4cbee404b1a53 + sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff + category: dev + optional: true - name: tomlkit version: 0.13.3 manager: conda @@ -7670,8 +7670,8 @@ package: hash: md5: 146402bf0f11cbeb8f781fa4309a95d3 sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - category: main - optional: false + category: dev + optional: true - name: tomlkit version: 0.13.3 manager: conda @@ -7682,8 +7682,8 @@ package: hash: md5: 146402bf0f11cbeb8f781fa4309a95d3 sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - category: main - optional: false + category: dev + optional: true - name: toolz version: 1.0.0 manager: conda @@ -7816,27 +7816,27 @@ package: category: main optional: false - name: types-python-dateutil - version: 2.9.0.20250822 + version: 2.9.0.20251008 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20250822-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20251008-pyhd8ed1ab_0.conda hash: - md5: 5e9220c892fe069da8de2b9c63663319 - sha256: dfdf6e3dea87c873a86cfa47f7cba6ffb500bad576d083b3de6ad1b17e1a59c3 + md5: 6835489fc689d7ca90cb7bffb01eaac1 + sha256: ded9ff7c9e10daa895cfbcad95d400a24b8cb9c47701171a453510a296021073 category: dev optional: true - name: types-python-dateutil - version: 2.9.0.20250822 + version: 2.9.0.20251008 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20250822-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20251008-pyhd8ed1ab_0.conda hash: - md5: 5e9220c892fe069da8de2b9c63663319 - sha256: dfdf6e3dea87c873a86cfa47f7cba6ffb500bad576d083b3de6ad1b17e1a59c3 + md5: 6835489fc689d7ca90cb7bffb01eaac1 + sha256: ded9ff7c9e10daa895cfbcad95d400a24b8cb9c47701171a453510a296021073 category: dev optional: true - name: typing-extensions @@ -8191,27 +8191,27 @@ package: category: dev optional: true - name: websocket-client - version: 1.8.0 + version: 1.9.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda hash: - md5: 84f8f77f0a9c6ef401ee96611745da8f - sha256: 1dd84764424ffc82030c19ad70607e6f9e3b9cb8e633970766d697185652053e + md5: 2f1ed718fcd829c184a6d4f0f2e07409 + sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true - name: websocket-client - version: 1.8.0 + version: 1.9.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda hash: - md5: 84f8f77f0a9c6ef401ee96611745da8f - sha256: 1dd84764424ffc82030c19ad70607e6f9e3b9cb8e633970766d697185652053e + md5: 2f1ed718fcd829c184a6d4f0f2e07409 + sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true - name: wheel @@ -8575,7 +8575,7 @@ package: manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8592,7 +8592,7 @@ package: manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8605,7 +8605,7 @@ package: category: main optional: false - name: geoh5py - version: 0.12.0a2.dev132+e5a08e7b + version: 0.12.0a2.dev141+4478dce7 manager: pip platform: linux-64 dependencies: @@ -8613,17 +8613,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - pylint: '>=3.3.8,<4.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 hash: - sha256: e5a08e7bfed421e16b59c318ea430aec55a2c005 + sha256: 4478dce78b44f77f6d3b6283c006818b71b31869 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 category: main optional: false - name: geoh5py - version: 0.12.0a2.dev132+e5a08e7b + version: 0.12.0a2.dev141+4478dce7 manager: pip platform: win-64 dependencies: @@ -8631,13 +8630,12 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - pylint: '>=3.3.8,<4.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 hash: - sha256: e5a08e7bfed421e16b59c318ea430aec55a2c005 + sha256: 4478dce78b44f77f6d3b6283c006818b71b31869 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 category: main optional: false - name: grid-apps @@ -8647,7 +8645,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev103+1398046 - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8666,7 +8664,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev103+1398046 - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8679,7 +8677,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev107+mira.g825b0b73f + version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 manager: pip platform: linux-64 dependencies: @@ -8691,16 +8689,16 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b hash: - sha256: 825b0b73fcc95b7b2c9629c19ea8861222adad7e + sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev107+mira.g825b0b73f + version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 manager: pip platform: win-64 dependencies: @@ -8712,11 +8710,11 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b hash: - sha256: 825b0b73fcc95b7b2c9629c19ea8861222adad7e + sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b category: main optional: false diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index b4ab89c0..22e951b8 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -286,8 +286,8 @@ package: hash: md5: 773635d5d5594beb7fc47054cea6a741 sha256: 7473a0c0f53ed38f60cf0bb39b744b4cd88d3bce88dc7487d69f45cffcdaf9f6 - category: main - optional: false + category: dev + optional: true - name: astroid version: 3.3.11 manager: conda @@ -299,8 +299,8 @@ package: hash: md5: 4cccc0a3742da6ea198a61ec6b12b6b5 sha256: a5e8694589a10137416ef44609de13022042a840996387faf10b32abf2b0f9fb - category: main - optional: false + category: dev + optional: true - name: asttokens version: 3.0.0 manager: conda @@ -1229,8 +1229,8 @@ package: hash: md5: 885745570573eb6a08e021841928297a sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1 - category: main - optional: false + category: dev + optional: true - name: dill version: 0.4.0 manager: conda @@ -1241,24 +1241,24 @@ package: hash: md5: 885745570573eb6a08e021841928297a sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1 - category: main - optional: false + category: dev + optional: true - name: discretize version: 0.11.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' + libgcc: '>=14' + libstdcxx: '>=14' numpy: '>=1.22.4' 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.3-py311h5b7b71f_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py311h1d5f577_1.conda hash: - md5: a7407d831a3b494a143c5e69f83fb0a8 - sha256: 68c39916cff90c5ddf30144096189f3b54d41507dd85023543f03d7cfd5851b4 + md5: 42c06f9f3be3455fd6e181cd70496685 + sha256: c7519e47635b1fdfd8b866262168299dc03e461a4ab9909436994593852c347a category: main optional: false - name: discretize @@ -1271,12 +1271,12 @@ package: python_abi: 3.11.* scipy: '>=1.8' 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.3-py311h9b10771_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py311h05ac4f6_1.conda hash: - md5: 7de8d3ea58f928e4507713d7b35ce1d9 - sha256: 0499b57534162b58677de77dbb0c3dc11dd17ee27043ae5871db2d89e27b8e0d + md5: e8172d95cf70964edbb2b6f3444d9b72 + sha256: f5b8e965832f66cfe10d8c00c4203ed9d6c0519e2a9420f58044ce4b8f550544 category: main optional: false - name: distributed @@ -1973,8 +1973,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_metadata version: 8.7.0 manager: conda @@ -1985,8 +1985,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: iniconfig version: 2.0.0 manager: conda @@ -2234,8 +2234,8 @@ package: hash: md5: 1600dda6f61d2bc551676c2cebeb14e8 sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 - category: main - optional: false + category: dev + optional: true - name: isort version: 6.1.0 manager: conda @@ -2247,8 +2247,8 @@ package: hash: md5: 1600dda6f61d2bc551676c2cebeb14e8 sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 - category: main - optional: false + category: dev + optional: true - name: jedi version: 0.19.2 manager: conda @@ -3570,10 +3570,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-h767d61c_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda hash: - md5: 99eee6aa5abea12f326f7fc010aef0c8 - sha256: 29c6ce15cf54f89282581d19329c99d1639036c5dde049bf1cae48dcc4137470 + md5: c0374badb3a5d4b1372db28d19462c53 + sha256: 08f9b87578ab981c7713e4e6a7d935e40766e10691732bba376d4964562bcb45 category: main optional: false - name: libgcc @@ -3583,10 +3583,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h1383e82_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h1383e82_7.conda hash: - md5: 15d8f18987161d5a467434a0869cd789 - sha256: f910d04ea9bb4def10870c8c42b1bb55d22897c267eacea15b3cb18c69d8fac2 + md5: 926a82fc4fa5b284b1ca1fb74f20dee2 + sha256: 174c4c75b03923ac755f227c96d956f7b4560a4b7dd83c0332709c50ff78450f category: main optional: false - name: libgcc-ng @@ -3595,10 +3595,10 @@ package: platform: linux-64 dependencies: libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_7.conda hash: - md5: d9717466cca9b9584226ce57a7cd58e6 - sha256: 12c91470ceb8d7d38fcee1a4ff1f50524625349059988f6bd0e8e6b27599a1ad + md5: 280ea6eee9e2ddefde25ff799c4f0363 + sha256: 2045066dd8e6e58aaf5ae2b722fb6dfdbb57c862b5f34ac7bfb58c40ef39b6ad category: main optional: false - name: libgfortran @@ -3607,10 +3607,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_7.conda hash: - md5: c41f84a30601e911a1e7a30f53531a59 - sha256: 37ac19d22718d371b1fd78207eee37bc384c5e7f8880e06187cb817f1124d1e2 + md5: 8621a450add4e231f676646880703f49 + sha256: 9ca24328e31c8ef44a77f53104773b9fe50ea8533f4c74baa8489a12de916f02 category: main optional: false - name: libgfortran5 @@ -3620,10 +3620,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.2.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_7.conda hash: - md5: 8fc1650fb7c7fca583cc3537a808e21b - sha256: 5046054c10fe5c81433849aa5d569e50ae051c4eac44b3e2a9bb34945eb16fc8 + md5: f116940d825ffc9104400f0d7f1a4551 + sha256: e93ceda56498d98c9f94fedec3e2d00f717cbedfc97c49be0e5a5828802f2d34 category: main optional: false - name: libgomp @@ -3632,10 +3632,10 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h1383e82_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h1383e82_7.conda hash: - md5: 5939a1cf8d58da8b11bfc0db95aad396 - sha256: b6e6c2c527b1de0803ae820de9b78246ebcba688c797f77845a67e1125fb2714 + md5: 7f970a7f9801622add7746aa3cbc24d5 + sha256: b8b569a9d3ec8f13531c220d3ad8e1ff35c75902c89144872e7542a77cb8c10d category: main optional: false - name: libhwloc @@ -3974,10 +3974,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_7.conda hash: - md5: 9acaf38d72dcddace144f28506d45afa - sha256: fafd1c1320384a664f57e5d75568f214a31fe2201fc8baace6c15d88b8cf89a8 + md5: 5b767048b1b3ee9a954b06f4084f93dc + sha256: 1b981647d9775e1cdeb2fab0a4dd9cd75a6b0de2963f6c3953dbd712f78334b3 category: main optional: false - name: libstdcxx-ng @@ -3986,10 +3986,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_7.conda hash: - md5: 89611cb5b685d19e6201065720f97561 - sha256: 462fa002d3ab6702045ee330ab45719ac2958a092a4634a955cebc095f564794 + md5: f627678cf829bd70bccf141a19c3ad3e + sha256: 024fd46ac3ea8032a5ec3ea7b91c4c235701a8bf0e6520fe5e6539992a6bd05f category: main optional: false - name: libtiff @@ -4454,8 +4454,8 @@ package: hash: md5: 827064ddfe0de2917fb29f1da4f8f533 sha256: 9b0037171dad0100f0296699a11ae7d355237b55f42f9094aebc0f41512d96a1 - category: main - optional: false + category: dev + optional: true - name: mccabe version: 0.7.0 manager: conda @@ -4466,8 +4466,8 @@ package: hash: md5: 827064ddfe0de2917fb29f1da4f8f533 sha256: 9b0037171dad0100f0296699a11ae7d355237b55f42f9094aebc0f41512d96a1 - category: main - optional: false + category: dev + optional: true - name: mdit-py-plugins version: 0.5.0 manager: conda @@ -4586,7 +4586,7 @@ package: category: main optional: false - name: msgpack-python - version: 1.1.1 + version: 1.1.2 manager: conda platform: linux-64 dependencies: @@ -4595,14 +4595,14 @@ package: libstdcxx: '>=14' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.1-py311hdf67eae_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py311hdf67eae_0.conda hash: - md5: d2494f7b8cbb0c6e9adb866c3d7a883f - sha256: 8cbad527b1e5d5ed6c009661b692d3870e5cbf61c3accad28125c88b3636ab17 + md5: a8c86d338939ab629a921edcd2610cb2 + sha256: 6a6993a7ce7fb6861af9b915be55213e531753515e95142b1a14add8f83d926e category: main optional: false - name: msgpack-python - version: 1.1.1 + version: 1.1.2 manager: conda platform: win-64 dependencies: @@ -4611,10 +4611,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.1-py311h3fd045d_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py311h3fd045d_0.conda hash: - md5: 108852c865da789f638275669e3f4a8e - sha256: 4da49f644d92f3e01fa1f2015d38e2571a20fe787cb294393c91952c2afe2986 + md5: 9b0995e8aacc87a7b98bbece22db7825 + sha256: 0c62c2c2f999df81227828b5107e58a99558e5c1cd53284b012302c5754c64e5 category: main optional: false - name: mumps-include @@ -5479,29 +5479,29 @@ package: category: main optional: false - name: platformdirs - version: 4.4.0 + version: 4.5.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: - md5: cc9d9a3929503785403dbfad9f707145 - sha256: dfe0fa6e351d2b0cef95ac1a1533d4f960d3992f9e0f82aeb5ec3623a699896b - category: main - optional: false + md5: 5c7a868f8241e64e1cf5fdf4962f23e2 + sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 + category: dev + optional: true - name: platformdirs - version: 4.4.0 + version: 4.5.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: - md5: cc9d9a3929503785403dbfad9f707145 - sha256: dfe0fa6e351d2b0cef95ac1a1533d4f960d3992f9e0f82aeb5ec3623a699896b - category: main - optional: false + md5: 5c7a868f8241e64e1cf5fdf4962f23e2 + sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 + category: dev + optional: true - name: pluggy version: 1.6.0 manager: conda @@ -5759,57 +5759,57 @@ package: category: main optional: false - name: pydantic - version: 2.11.10 + version: 2.12.0 manager: conda platform: linux-64 dependencies: annotated-types: '>=0.6.0' - pydantic-core: 2.33.2 + pydantic-core: 2.41.1 python: '>=3.10' 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.10-pyh3cfb1c2_0.conda + typing-inspection: '>=0.4.2' + typing_extensions: '>=4.14.1' + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.12.0-pyh3cfb1c2_0.conda hash: - md5: 918d9adfc81cb14ab4cced31d22c7711 - sha256: 26779821ba83b896f319837d7c5301cc244dee41b311d2bd57cbd693ed9e43ef + md5: 41749e96b495f27bf1729e0f99722415 + sha256: 510c3752efeff69705953266a70577047f77a69da89245f598c2cce0e771531a category: main optional: false - name: pydantic - version: 2.11.10 + version: 2.12.0 manager: conda platform: win-64 dependencies: annotated-types: '>=0.6.0' - pydantic-core: 2.33.2 + pydantic-core: 2.41.1 python: '>=3.10' 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.10-pyh3cfb1c2_0.conda + typing-inspection: '>=0.4.2' + typing_extensions: '>=4.14.1' + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.12.0-pyh3cfb1c2_0.conda hash: - md5: 918d9adfc81cb14ab4cced31d22c7711 - sha256: 26779821ba83b896f319837d7c5301cc244dee41b311d2bd57cbd693ed9e43ef + md5: 41749e96b495f27bf1729e0f99722415 + sha256: 510c3752efeff69705953266a70577047f77a69da89245f598c2cce0e771531a category: main optional: false - name: pydantic-core - version: 2.33.2 + version: 2.41.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' + libgcc: '>=14' python: '' python_abi: 3.11.* typing-extensions: '>=4.6.0,!=4.7.0' - url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.33.2-py311hdae7d1d_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.1-py311h902ca64_0.conda hash: - md5: 484d0d62d4b069d5372680309fc5f00c - sha256: b48e5abb6debae4f559b08cdbaf0736c7806adc00c106ced2c98a622b7081d8f + md5: df68471a74f99f3edd5b208057535b88 + sha256: db2f8c9d22d8facc08f423a1cf9a221d4a9bc53ad95c92825997557243fedd73 category: main optional: false - name: pydantic-core - version: 2.33.2 + version: 2.41.1 manager: conda platform: win-64 dependencies: @@ -5817,12 +5817,12 @@ package: python_abi: 3.11.* typing-extensions: '>=4.6.0,!=4.7.0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.33.2-py311hc4022dc_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.1-py311hf51aa87_0.conda hash: - md5: 5a644594b3066c17b7dd4590b2438424 - sha256: 0748e6b6cdb86dfdc4446bddb6035a75bef7939bc6dc382d17c02de1643f4e0f + md5: 0e6d0bce0be5098082a9fdf247269b50 + sha256: 1e700e15a3779932fd7a3ea93539274d51104a70c99780ab924830c65eef219b category: main optional: false - name: pydata-sphinx-theme @@ -5945,8 +5945,8 @@ package: hash: md5: 3d773559e6b319a802a7c831b7f59138 sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 - category: main - optional: false + category: dev + optional: true - name: pylint version: 3.3.9 manager: conda @@ -5966,8 +5966,8 @@ package: hash: md5: 3d773559e6b319a802a7c831b7f59138 sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 - category: main - optional: false + category: dev + optional: true - name: pymatsolver version: 0.3.1 manager: conda @@ -7440,7 +7440,7 @@ package: category: dev optional: true - name: sqlalchemy - version: 2.0.43 + version: 2.0.44 manager: conda platform: linux-64 dependencies: @@ -7450,14 +7450,14 @@ package: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* typing-extensions: '>=4.6.0' - url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.43-py311h49ec1c0_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.44-py311h49ec1c0_0.conda hash: - md5: 7e7855cd3f43fd9bd6423d0722f4dbb1 - sha256: 10e6ecbc4034b48ba7dc5e1223c81c35a23fe7e1325980b4bae8b7873b05ac28 + md5: 1a4718360f83e252305752c5dee5a31d + sha256: fa9e916cb0735fa9e4aeecf6b953ecd46c1ceb2f6ea2d119187c4c81c720fd0b category: dev optional: true - name: sqlalchemy - version: 2.0.43 + version: 2.0.44 manager: conda platform: win-64 dependencies: @@ -7468,10 +7468,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.43-py311h3485c13_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.44-py311h3485c13_0.conda hash: - md5: 6e70d0cacca9e2fe5efde69d4e251c30 - sha256: 3d9180233eff5b87d8d290c7fb47d786f9de8bbed0d73fe4ae4fdd31488e9d64 + md5: 3d0c3efa66fd512f85c75d50adde2751 + sha256: 115edbda3466956616d2ef68a393ebe22fc27f15b92d67444cce5a90a74ed395 category: dev optional: true - name: stack_data @@ -7691,29 +7691,29 @@ package: category: main optional: false - name: tomli - version: 2.2.1 + version: 2.3.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: - md5: 30a0a26c8abccf4b7991d590fe17c699 - sha256: 040a5a05c487647c089ad5e05ad5aff5942830db2a4e656f1e300d73436436f1 - category: main - optional: false + md5: d2732eb636c264dc9aa4cbee404b1a53 + sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff + category: dev + optional: true - name: tomli - version: 2.2.1 + version: 2.3.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: - md5: 30a0a26c8abccf4b7991d590fe17c699 - sha256: 040a5a05c487647c089ad5e05ad5aff5942830db2a4e656f1e300d73436436f1 - category: main - optional: false + md5: d2732eb636c264dc9aa4cbee404b1a53 + sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff + category: dev + optional: true - name: tomlkit version: 0.13.3 manager: conda @@ -7724,8 +7724,8 @@ package: hash: md5: 146402bf0f11cbeb8f781fa4309a95d3 sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - category: main - optional: false + category: dev + optional: true - name: tomlkit version: 0.13.3 manager: conda @@ -7736,8 +7736,8 @@ package: hash: md5: 146402bf0f11cbeb8f781fa4309a95d3 sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - category: main - optional: false + category: dev + optional: true - name: toolz version: 1.0.0 manager: conda @@ -7870,27 +7870,27 @@ package: category: main optional: false - name: types-python-dateutil - version: 2.9.0.20250822 + version: 2.9.0.20251008 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20250822-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20251008-pyhd8ed1ab_0.conda hash: - md5: 5e9220c892fe069da8de2b9c63663319 - sha256: dfdf6e3dea87c873a86cfa47f7cba6ffb500bad576d083b3de6ad1b17e1a59c3 + md5: 6835489fc689d7ca90cb7bffb01eaac1 + sha256: ded9ff7c9e10daa895cfbcad95d400a24b8cb9c47701171a453510a296021073 category: dev optional: true - name: types-python-dateutil - version: 2.9.0.20250822 + version: 2.9.0.20251008 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20250822-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20251008-pyhd8ed1ab_0.conda hash: - md5: 5e9220c892fe069da8de2b9c63663319 - sha256: dfdf6e3dea87c873a86cfa47f7cba6ffb500bad576d083b3de6ad1b17e1a59c3 + md5: 6835489fc689d7ca90cb7bffb01eaac1 + sha256: ded9ff7c9e10daa895cfbcad95d400a24b8cb9c47701171a453510a296021073 category: dev optional: true - name: typing-extensions @@ -8245,27 +8245,27 @@ package: category: dev optional: true - name: websocket-client - version: 1.8.0 + version: 1.9.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda hash: - md5: 84f8f77f0a9c6ef401ee96611745da8f - sha256: 1dd84764424ffc82030c19ad70607e6f9e3b9cb8e633970766d697185652053e + md5: 2f1ed718fcd829c184a6d4f0f2e07409 + sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true - name: websocket-client - version: 1.8.0 + version: 1.9.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda hash: - md5: 84f8f77f0a9c6ef401ee96611745da8f - sha256: 1dd84764424ffc82030c19ad70607e6f9e3b9cb8e633970766d697185652053e + md5: 2f1ed718fcd829c184a6d4f0f2e07409 + sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true - name: wheel @@ -8660,7 +8660,7 @@ package: manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8677,7 +8677,7 @@ package: manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8690,7 +8690,7 @@ package: category: main optional: false - name: geoh5py - version: 0.12.0a2.dev132+e5a08e7b + version: 0.12.0a2.dev141+4478dce7 manager: pip platform: linux-64 dependencies: @@ -8698,17 +8698,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - pylint: '>=3.3.8,<4.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 hash: - sha256: e5a08e7bfed421e16b59c318ea430aec55a2c005 + sha256: 4478dce78b44f77f6d3b6283c006818b71b31869 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 category: main optional: false - name: geoh5py - version: 0.12.0a2.dev132+e5a08e7b + version: 0.12.0a2.dev141+4478dce7 manager: pip platform: win-64 dependencies: @@ -8716,13 +8715,12 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - pylint: '>=3.3.8,<4.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 hash: - sha256: e5a08e7bfed421e16b59c318ea430aec55a2c005 + sha256: 4478dce78b44f77f6d3b6283c006818b71b31869 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 category: main optional: false - name: grid-apps @@ -8732,7 +8730,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev103+1398046 - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8751,7 +8749,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev103+1398046 - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8764,7 +8762,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev107+mira.g825b0b73f + version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 manager: pip platform: linux-64 dependencies: @@ -8776,16 +8774,16 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b hash: - sha256: 825b0b73fcc95b7b2c9629c19ea8861222adad7e + sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev107+mira.g825b0b73f + version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 manager: pip platform: win-64 dependencies: @@ -8797,11 +8795,11 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b hash: - sha256: 825b0b73fcc95b7b2c9629c19ea8861222adad7e + sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b category: main optional: false diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 5d6fda6a..ed8c1613 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -312,8 +312,8 @@ package: hash: md5: f68064e559452bab9180c8f90392d724 sha256: e8ddf4c3e00cbf6350ab2f9a046b04c6b5df71fa111e5f172bce3723b0ab6ac1 - category: main - optional: false + category: dev + optional: true - name: astroid version: 3.3.11 manager: conda @@ -325,8 +325,8 @@ package: hash: md5: 1f2355e2dae4d1cdfb625fbd4af95576 sha256: 67bc3573865fa08809779fc94def9f8de220553507cc700e546a7ee952472e94 - category: main - optional: false + category: dev + optional: true - name: asttokens version: 3.0.0 manager: conda @@ -1268,8 +1268,8 @@ package: hash: md5: 885745570573eb6a08e021841928297a sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1 - category: main - optional: false + category: dev + optional: true - name: dill version: 0.4.0 manager: conda @@ -1280,24 +1280,24 @@ package: hash: md5: 885745570573eb6a08e021841928297a sha256: 43dca52c96fde0c4845aaff02bcc92f25e1c2e5266ddefc2eac1a3de0960a3b1 - category: main - optional: false + category: dev + optional: true - name: discretize version: 0.11.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' + libgcc: '>=14' + libstdcxx: '>=14' numpy: '>=1.22.4' 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.3-py312hc39e661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/discretize-0.11.3-py312hf890105_1.conda hash: - md5: f4156fbef76257cc385c0ad71444079c - sha256: ff530b6e50d2b9bc8f60f7261987abccc97afe868b35b70479a47f0edd3fe2bb + md5: 375d6f629be1d236afbdad5af0985a79 + sha256: b524982a78bedd476e624fbc050cd713093f975d349e27f93fd57cc4bb0a4dc3 category: main optional: false - name: discretize @@ -1310,12 +1310,12 @@ package: python_abi: 3.12.* scipy: '>=1.8' 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.3-py312hbaa7e33_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/discretize-0.11.3-py312h9b46583_1.conda hash: - md5: 95022b30369053ba80ed47dc00ebc0e3 - sha256: 61a69ffd1484d45d4adf21d1bb4b13e3cf65a74570b7694563ff45376ee9d222 + md5: a18bb470df39ed063d018d61acbb2819 + sha256: 8c0f0da3df6bcf9eb85a9bab12637032f9c167257ba5b5df9bafee8e0e119a21 category: main optional: false - name: distributed @@ -2012,8 +2012,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: importlib_metadata version: 8.7.0 manager: conda @@ -2024,8 +2024,8 @@ package: hash: md5: 8a77895fb29728b736a1a6c75906ea1a sha256: 46b11943767eece9df0dc9fba787996e4f22cc4c067f5e264969cfdfcb982c39 - category: main - optional: false + category: dev + optional: true - name: iniconfig version: 2.0.0 manager: conda @@ -2273,8 +2273,8 @@ package: hash: md5: 1600dda6f61d2bc551676c2cebeb14e8 sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 - category: main - optional: false + category: dev + optional: true - name: isort version: 6.1.0 manager: conda @@ -2286,8 +2286,8 @@ package: hash: md5: 1600dda6f61d2bc551676c2cebeb14e8 sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 - category: main - optional: false + category: dev + optional: true - name: jedi version: 0.19.2 manager: conda @@ -3609,10 +3609,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-h767d61c_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda hash: - md5: 99eee6aa5abea12f326f7fc010aef0c8 - sha256: 29c6ce15cf54f89282581d19329c99d1639036c5dde049bf1cae48dcc4137470 + md5: c0374badb3a5d4b1372db28d19462c53 + sha256: 08f9b87578ab981c7713e4e6a7d935e40766e10691732bba376d4964562bcb45 category: main optional: false - name: libgcc @@ -3622,10 +3622,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h1383e82_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h1383e82_7.conda hash: - md5: 15d8f18987161d5a467434a0869cd789 - sha256: f910d04ea9bb4def10870c8c42b1bb55d22897c267eacea15b3cb18c69d8fac2 + md5: 926a82fc4fa5b284b1ca1fb74f20dee2 + sha256: 174c4c75b03923ac755f227c96d956f7b4560a4b7dd83c0332709c50ff78450f category: main optional: false - name: libgcc-ng @@ -3634,10 +3634,10 @@ package: platform: linux-64 dependencies: libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_7.conda hash: - md5: d9717466cca9b9584226ce57a7cd58e6 - sha256: 12c91470ceb8d7d38fcee1a4ff1f50524625349059988f6bd0e8e6b27599a1ad + md5: 280ea6eee9e2ddefde25ff799c4f0363 + sha256: 2045066dd8e6e58aaf5ae2b722fb6dfdbb57c862b5f34ac7bfb58c40ef39b6ad category: main optional: false - name: libgfortran @@ -3646,10 +3646,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_7.conda hash: - md5: c41f84a30601e911a1e7a30f53531a59 - sha256: 37ac19d22718d371b1fd78207eee37bc384c5e7f8880e06187cb817f1124d1e2 + md5: 8621a450add4e231f676646880703f49 + sha256: 9ca24328e31c8ef44a77f53104773b9fe50ea8533f4c74baa8489a12de916f02 category: main optional: false - name: libgfortran5 @@ -3659,10 +3659,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.2.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_7.conda hash: - md5: 8fc1650fb7c7fca583cc3537a808e21b - sha256: 5046054c10fe5c81433849aa5d569e50ae051c4eac44b3e2a9bb34945eb16fc8 + md5: f116940d825ffc9104400f0d7f1a4551 + sha256: e93ceda56498d98c9f94fedec3e2d00f717cbedfc97c49be0e5a5828802f2d34 category: main optional: false - name: libgomp @@ -3671,10 +3671,10 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h1383e82_6.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h1383e82_7.conda hash: - md5: 5939a1cf8d58da8b11bfc0db95aad396 - sha256: b6e6c2c527b1de0803ae820de9b78246ebcba688c797f77845a67e1125fb2714 + md5: 7f970a7f9801622add7746aa3cbc24d5 + sha256: b8b569a9d3ec8f13531c220d3ad8e1ff35c75902c89144872e7542a77cb8c10d category: main optional: false - name: libhwloc @@ -4013,10 +4013,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_7.conda hash: - md5: 9acaf38d72dcddace144f28506d45afa - sha256: fafd1c1320384a664f57e5d75568f214a31fe2201fc8baace6c15d88b8cf89a8 + md5: 5b767048b1b3ee9a954b06f4084f93dc + sha256: 1b981647d9775e1cdeb2fab0a4dd9cd75a6b0de2963f6c3953dbd712f78334b3 category: main optional: false - name: libstdcxx-ng @@ -4025,10 +4025,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_6.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_7.conda hash: - md5: 89611cb5b685d19e6201065720f97561 - sha256: 462fa002d3ab6702045ee330ab45719ac2958a092a4634a955cebc095f564794 + md5: f627678cf829bd70bccf141a19c3ad3e + sha256: 024fd46ac3ea8032a5ec3ea7b91c4c235701a8bf0e6520fe5e6539992a6bd05f category: main optional: false - name: libtiff @@ -4493,8 +4493,8 @@ package: hash: md5: 827064ddfe0de2917fb29f1da4f8f533 sha256: 9b0037171dad0100f0296699a11ae7d355237b55f42f9094aebc0f41512d96a1 - category: main - optional: false + category: dev + optional: true - name: mccabe version: 0.7.0 manager: conda @@ -4505,8 +4505,8 @@ package: hash: md5: 827064ddfe0de2917fb29f1da4f8f533 sha256: 9b0037171dad0100f0296699a11ae7d355237b55f42f9094aebc0f41512d96a1 - category: main - optional: false + category: dev + optional: true - name: mdit-py-plugins version: 0.5.0 manager: conda @@ -4625,7 +4625,7 @@ package: category: main optional: false - name: msgpack-python - version: 1.1.1 + version: 1.1.2 manager: conda platform: linux-64 dependencies: @@ -4634,14 +4634,14 @@ package: libstdcxx: '>=14' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.1-py312hd9148b4_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/msgpack-python-1.1.2-py312hd9148b4_0.conda hash: - md5: f81ef4109d77d92188bdc25712c0ff17 - sha256: 5c1a49c4afecfc7c542760711e8075cb8115997c47f52b7af0fc554f6f260b5c + md5: 43ef66a3b00b749383617e0ab6718d1d + sha256: a09850eaef2d941c6215cc50714b81717e94e9e8ae34ab4729371b40495b2a23 category: main optional: false - name: msgpack-python - version: 1.1.1 + version: 1.1.2 manager: conda platform: win-64 dependencies: @@ -4650,10 +4650,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.1-py312hf90b1b7_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/msgpack-python-1.1.2-py312hf90b1b7_0.conda hash: - md5: 68c7f6ff972bd7a9d8e52ce67a8c1a94 - sha256: b2b51d00a7ebd11a21cbb09f768dd084f2f2630009606187c7055905e6c8523e + md5: d9229160d01015d9ac99421b44131ca1 + sha256: 4eb31213918438004e44f2eed8d34004fa382455a65e5d658ed26db7624551b5 category: main optional: false - name: mumps-include @@ -5518,29 +5518,29 @@ package: category: main optional: false - name: platformdirs - version: 4.4.0 + version: 4.5.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: - md5: cc9d9a3929503785403dbfad9f707145 - sha256: dfe0fa6e351d2b0cef95ac1a1533d4f960d3992f9e0f82aeb5ec3623a699896b - category: main - optional: false + md5: 5c7a868f8241e64e1cf5fdf4962f23e2 + sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 + category: dev + optional: true - name: platformdirs - version: 4.4.0 + version: 4.5.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda hash: - md5: cc9d9a3929503785403dbfad9f707145 - sha256: dfe0fa6e351d2b0cef95ac1a1533d4f960d3992f9e0f82aeb5ec3623a699896b - category: main - optional: false + md5: 5c7a868f8241e64e1cf5fdf4962f23e2 + sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 + category: dev + optional: true - name: pluggy version: 1.6.0 manager: conda @@ -5798,57 +5798,57 @@ package: category: main optional: false - name: pydantic - version: 2.11.10 + version: 2.12.0 manager: conda platform: linux-64 dependencies: annotated-types: '>=0.6.0' - pydantic-core: 2.33.2 + pydantic-core: 2.41.1 python: '>=3.10' 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.10-pyh3cfb1c2_0.conda + typing-inspection: '>=0.4.2' + typing_extensions: '>=4.14.1' + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.12.0-pyh3cfb1c2_0.conda hash: - md5: 918d9adfc81cb14ab4cced31d22c7711 - sha256: 26779821ba83b896f319837d7c5301cc244dee41b311d2bd57cbd693ed9e43ef + md5: 41749e96b495f27bf1729e0f99722415 + sha256: 510c3752efeff69705953266a70577047f77a69da89245f598c2cce0e771531a category: main optional: false - name: pydantic - version: 2.11.10 + version: 2.12.0 manager: conda platform: win-64 dependencies: annotated-types: '>=0.6.0' - pydantic-core: 2.33.2 + pydantic-core: 2.41.1 python: '>=3.10' 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.10-pyh3cfb1c2_0.conda + typing-inspection: '>=0.4.2' + typing_extensions: '>=4.14.1' + url: https://repo.prefix.dev/conda-forge/noarch/pydantic-2.12.0-pyh3cfb1c2_0.conda hash: - md5: 918d9adfc81cb14ab4cced31d22c7711 - sha256: 26779821ba83b896f319837d7c5301cc244dee41b311d2bd57cbd693ed9e43ef + md5: 41749e96b495f27bf1729e0f99722415 + sha256: 510c3752efeff69705953266a70577047f77a69da89245f598c2cce0e771531a category: main optional: false - name: pydantic-core - version: 2.33.2 + version: 2.41.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' + libgcc: '>=14' python: '' python_abi: 3.12.* typing-extensions: '>=4.6.0,!=4.7.0' - url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.33.2-py312h680f630_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pydantic-core-2.41.1-py312h868fb18_0.conda hash: - md5: cfbd96e5a0182dfb4110fc42dda63e57 - sha256: 4d14d7634c8f351ff1e63d733f6bb15cba9a0ec77e468b0de9102014a4ddc103 + md5: 450e1f3b7ff81d189587d2bad7ee50af + sha256: d232384d626aab50ad2f43b5f9e345b1a369132d2b031a62ae0256bebb71eacb category: main optional: false - name: pydantic-core - version: 2.33.2 + version: 2.41.1 manager: conda platform: win-64 dependencies: @@ -5856,12 +5856,12 @@ package: python_abi: 3.12.* typing-extensions: '>=4.6.0,!=4.7.0' ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.33.2-py312h8422cdd_0.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/pydantic-core-2.41.1-py312hdabe01f_0.conda hash: - md5: c61e3f191da309117e0b0478b49f6e91 - sha256: f377214abd06f1870011a6068b10c9e23dc62065d4c2de13b2f0a6014636e0ae + md5: 520c6684615b1767795ccbccbb283382 + sha256: ed0ff37139686313c460e77bc34614820bb1521cceed585572119e3fabd53fed category: main optional: false - name: pydata-sphinx-theme @@ -5984,8 +5984,8 @@ package: hash: md5: 3d773559e6b319a802a7c831b7f59138 sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 - category: main - optional: false + category: dev + optional: true - name: pylint version: 3.3.9 manager: conda @@ -6005,8 +6005,8 @@ package: hash: md5: 3d773559e6b319a802a7c831b7f59138 sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 - category: main - optional: false + category: dev + optional: true - name: pymatsolver version: 0.3.1 manager: conda @@ -7507,7 +7507,7 @@ package: category: dev optional: true - name: sqlalchemy - version: 2.0.43 + version: 2.0.44 manager: conda platform: linux-64 dependencies: @@ -7517,14 +7517,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* typing-extensions: '>=4.6.0' - url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.43-py312h4c3975b_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/sqlalchemy-2.0.44-py312h4c3975b_0.conda hash: - md5: 95d7654483188c67bd579374361473b8 - sha256: 0a235fad9c2be40cd32cbcb5481ece19c494647f66f55cff22a684ada7a2b802 + md5: 21edaf3d8f04da6258c30be095012ea7 + sha256: 027be1ca08842bb1775eb6f8c14621c0c18931f03473a8be730ea1ce79f547e4 category: dev optional: true - name: sqlalchemy - version: 2.0.43 + version: 2.0.44 manager: conda platform: win-64 dependencies: @@ -7535,10 +7535,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.43-py312he06e257_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/sqlalchemy-2.0.44-py312he06e257_0.conda hash: - md5: 9e7c0976b93b87e843ff8cdd579ca3f2 - sha256: f6051bff3119693120f13f21aacb1a94fc1b06f7d6a2254211fe48503cc98a99 + md5: 3ebd335d85184659cb43416a477ff862 + sha256: 68187155fa78246ecedb58275a6aa2bae6804735d31270c5328ab09267ee9826 category: dev optional: true - name: stack_data @@ -7758,29 +7758,29 @@ package: category: main optional: false - name: tomli - version: 2.2.1 + version: 2.3.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: - md5: 30a0a26c8abccf4b7991d590fe17c699 - sha256: 040a5a05c487647c089ad5e05ad5aff5942830db2a4e656f1e300d73436436f1 - category: main - optional: false + md5: d2732eb636c264dc9aa4cbee404b1a53 + sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff + category: dev + optional: true - name: tomli - version: 2.2.1 + version: 2.3.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.2.1-pyhe01879c_2.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda hash: - md5: 30a0a26c8abccf4b7991d590fe17c699 - sha256: 040a5a05c487647c089ad5e05ad5aff5942830db2a4e656f1e300d73436436f1 - category: main - optional: false + md5: d2732eb636c264dc9aa4cbee404b1a53 + sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff + category: dev + optional: true - name: tomlkit version: 0.13.3 manager: conda @@ -7791,8 +7791,8 @@ package: hash: md5: 146402bf0f11cbeb8f781fa4309a95d3 sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - category: main - optional: false + category: dev + optional: true - name: tomlkit version: 0.13.3 manager: conda @@ -7803,8 +7803,8 @@ package: hash: md5: 146402bf0f11cbeb8f781fa4309a95d3 sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - category: main - optional: false + category: dev + optional: true - name: toolz version: 1.0.0 manager: conda @@ -7937,27 +7937,27 @@ package: category: main optional: false - name: types-python-dateutil - version: 2.9.0.20250822 + version: 2.9.0.20251008 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20250822-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20251008-pyhd8ed1ab_0.conda hash: - md5: 5e9220c892fe069da8de2b9c63663319 - sha256: dfdf6e3dea87c873a86cfa47f7cba6ffb500bad576d083b3de6ad1b17e1a59c3 + md5: 6835489fc689d7ca90cb7bffb01eaac1 + sha256: ded9ff7c9e10daa895cfbcad95d400a24b8cb9c47701171a453510a296021073 category: dev optional: true - name: types-python-dateutil - version: 2.9.0.20250822 + version: 2.9.0.20251008 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20250822-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/types-python-dateutil-2.9.0.20251008-pyhd8ed1ab_0.conda hash: - md5: 5e9220c892fe069da8de2b9c63663319 - sha256: dfdf6e3dea87c873a86cfa47f7cba6ffb500bad576d083b3de6ad1b17e1a59c3 + md5: 6835489fc689d7ca90cb7bffb01eaac1 + sha256: ded9ff7c9e10daa895cfbcad95d400a24b8cb9c47701171a453510a296021073 category: dev optional: true - name: typing-extensions @@ -8312,27 +8312,27 @@ package: category: dev optional: true - name: websocket-client - version: 1.8.0 + version: 1.9.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda hash: - md5: 84f8f77f0a9c6ef401ee96611745da8f - sha256: 1dd84764424ffc82030c19ad70607e6f9e3b9cb8e633970766d697185652053e + md5: 2f1ed718fcd829c184a6d4f0f2e07409 + sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true - name: websocket-client - version: 1.8.0 + version: 1.9.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.8.0-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda hash: - md5: 84f8f77f0a9c6ef401ee96611745da8f - sha256: 1dd84764424ffc82030c19ad70607e6f9e3b9cb8e633970766d697185652053e + md5: 2f1ed718fcd829c184a6d4f0f2e07409 + sha256: 42a2b61e393e61cdf75ced1f5f324a64af25f347d16c60b14117393a98656397 category: dev optional: true - name: wheel @@ -8727,7 +8727,7 @@ package: manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8744,7 +8744,7 @@ package: manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8757,7 +8757,7 @@ package: category: main optional: false - name: geoh5py - version: 0.12.0a2.dev132+e5a08e7b + version: 0.12.0a2.dev141+4478dce7 manager: pip platform: linux-64 dependencies: @@ -8765,17 +8765,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - pylint: '>=3.3.8,<4.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 hash: - sha256: e5a08e7bfed421e16b59c318ea430aec55a2c005 + sha256: 4478dce78b44f77f6d3b6283c006818b71b31869 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 category: main optional: false - name: geoh5py - version: 0.12.0a2.dev132+e5a08e7b + version: 0.12.0a2.dev141+4478dce7 manager: pip platform: win-64 dependencies: @@ -8783,13 +8782,12 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - pylint: '>=3.3.8,<4.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 hash: - sha256: e5a08e7bfed421e16b59c318ea430aec55a2c005 + sha256: 4478dce78b44f77f6d3b6283c006818b71b31869 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@e5a08e7bfed421e16b59c318ea430aec55a2c005 + url: git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 category: main optional: false - name: grid-apps @@ -8799,7 +8797,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev103+1398046 - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8818,7 +8816,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev103+1398046 - geoh5py: 0.12.0a2.dev132+e5a08e7b + geoh5py: 0.12.0a2.dev141+4478dce7 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8831,7 +8829,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev107+mira.g825b0b73f + version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 manager: pip platform: linux-64 dependencies: @@ -8843,16 +8841,16 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b hash: - sha256: 825b0b73fcc95b7b2c9629c19ea8861222adad7e + sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev107+mira.g825b0b73f + version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 manager: pip platform: win-64 dependencies: @@ -8864,11 +8862,11 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b hash: - sha256: 825b0b73fcc95b7b2c9629c19ea8861222adad7e + sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@825b0b73fcc95b7b2c9629c19ea8861222adad7e + url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b category: main optional: false From d8ecb4db3c591013dc4914d0c8ac3b74299d58e6 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Sun, 12 Oct 2025 09:03:56 -0700 Subject: [PATCH 4/7] Adjust test --- tests/run_tests/driver_mvi_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index e99e2f63..d4718b5d 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -92,7 +92,7 @@ def test_magnetic_vector_run( tmp_path: Path, caplog, max_iterations=3, - upper_bound=2e-3, + upper_bound=2.5e-3, pytest=True, ): workpath = tmp_path / "inversion_test.ui.geoh5" @@ -173,7 +173,7 @@ def test_magnetic_vector_run( mesh = out_group.get_entity("mesh")[0] assert len(mesh.property_groups) == 6 assert len(mesh.fetch_property_group("Iteration_0").properties) == 2 - assert len(mesh.fetch_property_group("LP models").properties) == 3 + assert len(mesh.fetch_property_group("LP models").properties) == 6 assert ( mesh.fetch_property_group("Iteration_1").property_group_type == GroupTypeEnum.DIPDIR From 44657ccd6458c017ed0b9357fca94cce35b4ae46 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Sun, 12 Oct 2025 10:08:34 -0700 Subject: [PATCH 5/7] Fix issue with lower bound, update test --- simpeg_drivers/components/models.py | 2 +- tests/run_tests/driver_mvi_test.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/simpeg_drivers/components/models.py b/simpeg_drivers/components/models.py index 27b5cc23..df42aba2 100644 --- a/simpeg_drivers/components/models.py +++ b/simpeg_drivers/components/models.py @@ -289,7 +289,7 @@ def lower_bound(self) -> np.ndarray | None: lbound[is_finite] = np.log(lbound[is_finite]) if self.is_vector: - lbound = np.tile(lbound, 3) + lbound = np.tile(lbound, 3) / np.sqrt(3) return lbound diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index d4718b5d..2185d82b 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -45,7 +45,7 @@ # To test the full run and validate the inversion. # Move this file out of the test directory and run. -target_mvi_run = {"data_norm": 149.10117434016038, "phi_d": 1.95, "phi_m": 0.147} +target_mvi_run = {"data_norm": 149.10117434016038, "phi_d": 81.3, "phi_m": 0.0812} def test_magnetic_vector_fwr_run( @@ -151,7 +151,7 @@ def test_magnetic_vector_run( assert "Skipping deprecated field: lower_bound" in caplog.text driver = MVIInversionDriver(params) - assert np.all(driver.models.lower_bound == -upper_bound) + assert np.all(driver.models.lower_bound == (-upper_bound / 3**0.5)) driver.run() if pytest: @@ -167,13 +167,13 @@ def test_magnetic_vector_run( assert np.all(nan_ind == inactive_ind) assert np.nanmin(model.values) <= 1e-5 - assert np.isclose(np.nanmax(model.values), upper_bound) + assert np.isclose(driver.inversion.opt.upper[0], upper_bound) out_group = run_ws.get_entity("Magnetic Vector Inversion")[0] mesh = out_group.get_entity("mesh")[0] - assert len(mesh.property_groups) == 6 + assert len(mesh.property_groups) == 5 assert len(mesh.fetch_property_group("Iteration_0").properties) == 2 - assert len(mesh.fetch_property_group("LP models").properties) == 6 + assert len(mesh.fetch_property_group("L2 models").properties) == 12 assert ( mesh.fetch_property_group("Iteration_1").property_group_type == GroupTypeEnum.DIPDIR From dc20555d67312a96852ebefa921e6e57a90077b2 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Sun, 12 Oct 2025 12:43:50 -0700 Subject: [PATCH 6/7] Re-lock, revert bound values and adjust test --- .../py-3.10-linux-64-dev.conda.lock.yml | 14 +- environments/py-3.10-linux-64.conda.lock.yml | 4 +- .../py-3.10-win-64-dev.conda.lock.yml | 14 +- environments/py-3.10-win-64.conda.lock.yml | 4 +- .../py-3.11-linux-64-dev.conda.lock.yml | 14 +- environments/py-3.11-linux-64.conda.lock.yml | 4 +- .../py-3.11-win-64-dev.conda.lock.yml | 14 +- environments/py-3.11-win-64.conda.lock.yml | 4 +- .../py-3.12-linux-64-dev.conda.lock.yml | 14 +- environments/py-3.12-linux-64.conda.lock.yml | 4 +- .../py-3.12-win-64-dev.conda.lock.yml | 14 +- environments/py-3.12-win-64.conda.lock.yml | 4 +- py-3.10.conda-lock.yml | 136 +++++++++--------- py-3.11.conda-lock.yml | 136 +++++++++--------- py-3.12.conda-lock.yml | 136 +++++++++--------- simpeg_drivers/components/models.py | 4 +- tests/run_tests/driver_mvi_test.py | 8 +- 17 files changed, 264 insertions(+), 264 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 f0a39233..8d456878 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -15,8 +15,8 @@ dependencies: - argon2-cffi-bindings=25.1.0=py310h7c4b9e2_1 - arrow=1.3.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py310hff52083_1 - - asttokens=3.0.0=pyhd8ed1ab_1 + - astroid=4.0.1=py310hff52083_0 + - asttokens=2.4.1=pyhd8ed1ab_0 - async-lru=2.0.5=pyh29332c3_0 - attrs=25.4.0=pyh71513ae_0 - babel=2.17.0=pyhd8ed1ab_0 @@ -70,7 +70,7 @@ dependencies: - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he02047a_0 - - idna=3.10=pyhd8ed1ab_1 + - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 @@ -80,7 +80,7 @@ dependencies: - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - - isort=6.1.0=pyhd8ed1ab_0 + - isort=7.0.0=pyhd8ed1ab_0 - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -153,7 +153,7 @@ dependencies: - libxml2-16=2.15.0=ha9997c6_1 - libzlib=1.3.1=hb9d3cd8_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=21.1.2=h4922eb0_3 + - llvm-openmp=21.1.3=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 @@ -211,7 +211,7 @@ dependencies: - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h69a6472_0 - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=3.3.9=pyhcf101f3_0 + - pylint=4.0.0=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 @@ -308,7 +308,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 28a8ba79..5f48cc9b 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -90,7 +90,7 @@ dependencies: - libxml2=2.15.0=h26afc86_1 - libxml2-16=2.15.0=ha9997c6_1 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.2=h4922eb0_3 + - llvm-openmp=21.1.3=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 - matplotlib-base=3.8.4=py310hef631a5_2 @@ -161,7 +161,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 349be7a4..d38123da 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -15,8 +15,8 @@ dependencies: - argon2-cffi-bindings=25.1.0=py310h29418f3_1 - arrow=1.3.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py310h5588dad_1 - - asttokens=3.0.0=pyhd8ed1ab_1 + - astroid=4.0.1=py310h5588dad_0 + - asttokens=2.4.1=pyhd8ed1ab_0 - async-lru=2.0.5=pyh29332c3_0 - attrs=25.4.0=pyh71513ae_0 - babel=2.17.0=pyhd8ed1ab_0 @@ -70,7 +70,7 @@ dependencies: - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he0c23c2_0 - - idna=3.10=pyhd8ed1ab_1 + - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 @@ -80,7 +80,7 @@ dependencies: - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - - isort=6.1.0=pyhd8ed1ab_0 + - isort=7.0.0=pyhd8ed1ab_0 - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -141,7 +141,7 @@ dependencies: - libxml2-16=2.15.0=h06f855e_1 - libzlib=1.3.1=h2466b09_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=21.1.2=hfa2b4ca_3 + - llvm-openmp=21.1.3=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 @@ -194,7 +194,7 @@ dependencies: - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h8f92c26_0 - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=3.3.9=pyhcf101f3_0 + - pylint=4.0.0=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 @@ -298,7 +298,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 e4ccd6c1..c462dcf7 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -77,7 +77,7 @@ dependencies: - libxml2=2.15.0=ha29bfb0_1 - libxml2-16=2.15.0=h06f855e_1 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.2=hfa2b4ca_3 + - llvm-openmp=21.1.3=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 - matplotlib-base=3.8.4=py310hadb10a8_2 @@ -149,7 +149,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 e4f1761c..85e71595 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -15,8 +15,8 @@ dependencies: - argon2-cffi-bindings=25.1.0=py311h49ec1c0_1 - arrow=1.3.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py311h38be061_1 - - asttokens=3.0.0=pyhd8ed1ab_1 + - astroid=4.0.1=py311h38be061_0 + - asttokens=2.4.1=pyhd8ed1ab_0 - async-lru=2.0.5=pyh29332c3_0 - attrs=25.4.0=pyh71513ae_0 - babel=2.17.0=pyhd8ed1ab_0 @@ -71,7 +71,7 @@ dependencies: - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he02047a_0 - - idna=3.10=pyhd8ed1ab_1 + - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 @@ -82,7 +82,7 @@ dependencies: - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - - isort=6.1.0=pyhd8ed1ab_0 + - isort=7.0.0=pyhd8ed1ab_0 - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -155,7 +155,7 @@ dependencies: - libxml2-16=2.15.0=ha9997c6_1 - libzlib=1.3.1=hb9d3cd8_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=21.1.2=h4922eb0_3 + - llvm-openmp=21.1.3=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 @@ -213,7 +213,7 @@ dependencies: - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h19ea254_0 - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=3.3.9=pyhcf101f3_0 + - pylint=4.0.0=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 @@ -311,7 +311,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 9ab1e122..5e6df5ae 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -91,7 +91,7 @@ dependencies: - libxml2=2.15.0=h26afc86_1 - libxml2-16=2.15.0=ha9997c6_1 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.2=h4922eb0_3 + - llvm-openmp=21.1.3=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 - matplotlib-base=3.8.4=py311ha4ca890_2 @@ -163,7 +163,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 896193a5..3bf38856 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -15,8 +15,8 @@ dependencies: - argon2-cffi-bindings=25.1.0=py311h3485c13_1 - arrow=1.3.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py311h1ea47a8_1 - - asttokens=3.0.0=pyhd8ed1ab_1 + - astroid=4.0.1=py311h1ea47a8_0 + - asttokens=2.4.1=pyhd8ed1ab_0 - async-lru=2.0.5=pyh29332c3_0 - attrs=25.4.0=pyh71513ae_0 - babel=2.17.0=pyhd8ed1ab_0 @@ -71,7 +71,7 @@ dependencies: - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he0c23c2_0 - - idna=3.10=pyhd8ed1ab_1 + - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 @@ -82,7 +82,7 @@ dependencies: - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - - isort=6.1.0=pyhd8ed1ab_0 + - isort=7.0.0=pyhd8ed1ab_0 - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -143,7 +143,7 @@ dependencies: - libxml2-16=2.15.0=h06f855e_1 - libzlib=1.3.1=h2466b09_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=21.1.2=hfa2b4ca_3 + - llvm-openmp=21.1.3=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 @@ -196,7 +196,7 @@ dependencies: - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h66870c1_0 - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=3.3.9=pyhcf101f3_0 + - pylint=4.0.0=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 @@ -301,7 +301,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 9dc9d004..a6bacf14 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -78,7 +78,7 @@ dependencies: - libxml2=2.15.0=ha29bfb0_1 - libxml2-16=2.15.0=h06f855e_1 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.2=hfa2b4ca_3 + - llvm-openmp=21.1.3=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 - matplotlib-base=3.8.4=py311h9b31f6e_2 @@ -151,7 +151,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 29b8577a..b6497ef0 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -16,8 +16,8 @@ dependencies: - argon2-cffi-bindings=25.1.0=py312h4c3975b_1 - arrow=1.3.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py312h7900ff3_1 - - asttokens=3.0.0=pyhd8ed1ab_1 + - astroid=4.0.1=py312h7900ff3_0 + - asttokens=2.4.1=pyhd8ed1ab_0 - async-lru=2.0.5=pyh29332c3_0 - attrs=25.4.0=pyh71513ae_0 - babel=2.17.0=pyhd8ed1ab_0 @@ -73,7 +73,7 @@ dependencies: - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he02047a_0 - - idna=3.10=pyhd8ed1ab_1 + - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 @@ -84,7 +84,7 @@ dependencies: - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - - isort=6.1.0=pyhd8ed1ab_0 + - isort=7.0.0=pyhd8ed1ab_0 - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -157,7 +157,7 @@ dependencies: - libxml2-16=2.15.0=ha9997c6_1 - libzlib=1.3.1=hb9d3cd8_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=21.1.2=h4922eb0_3 + - llvm-openmp=21.1.3=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 @@ -215,7 +215,7 @@ dependencies: - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h772f2df_0 - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=3.3.9=pyhcf101f3_0 + - pylint=4.0.0=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 @@ -314,7 +314,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 1d81fc9d..c88cc009 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -91,7 +91,7 @@ dependencies: - libxml2=2.15.0=h26afc86_1 - libxml2-16=2.15.0=ha9997c6_1 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.2=h4922eb0_3 + - llvm-openmp=21.1.3=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 - matplotlib-base=3.8.4=py312h20ab3a6_2 @@ -163,7 +163,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 aeb5b751..0be70cbc 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -16,8 +16,8 @@ dependencies: - argon2-cffi-bindings=25.1.0=py312he06e257_1 - arrow=1.3.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - - astroid=3.3.11=py312h2e8e312_1 - - asttokens=3.0.0=pyhd8ed1ab_1 + - astroid=4.0.1=py312h2e8e312_0 + - asttokens=2.4.1=pyhd8ed1ab_0 - async-lru=2.0.5=pyh29332c3_0 - attrs=25.4.0=pyh71513ae_0 - babel=2.17.0=pyhd8ed1ab_0 @@ -72,7 +72,7 @@ dependencies: - httpx=0.28.1=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - icu=75.1=he0c23c2_0 - - idna=3.10=pyhd8ed1ab_1 + - idna=3.11=pyhd8ed1ab_0 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 @@ -83,7 +83,7 @@ dependencies: - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_1 - - isort=6.1.0=pyhd8ed1ab_0 + - isort=7.0.0=pyhd8ed1ab_0 - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.6=pyhd8ed1ab_0 - joblib=1.5.2=pyhd8ed1ab_0 @@ -144,7 +144,7 @@ dependencies: - libxml2-16=2.15.0=h06f855e_1 - libzlib=1.3.1=h2466b09_2 - linkify-it-py=2.0.3=pyhd8ed1ab_1 - - llvm-openmp=21.1.2=hfa2b4ca_3 + - llvm-openmp=21.1.3=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 @@ -197,7 +197,7 @@ dependencies: - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py312h01acb21_0 - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=3.3.9=pyhcf101f3_0 + - pylint=4.0.0=pyhcf101f3_0 - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 @@ -303,7 +303,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 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 7cf8b752..b1e4cd46 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -78,7 +78,7 @@ dependencies: - libxml2=2.15.0=ha29bfb0_1 - libxml2-16=2.15.0=h06f855e_1 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.2=hfa2b4ca_3 + - llvm-openmp=21.1.3=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 - matplotlib-base=3.8.4=py312hfee7060_2 @@ -151,7 +151,7 @@ dependencies: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@13980469f5548c3dcbd2bd208b232bf02a2f68ca - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@4478dce78b44f77f6d3b6283c006818b71b31869 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@ed6918388d6fc4062f72e471e415a1a22cc15d0d - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 variables: KMP_WARNINGS: 0 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index b2ad1bfc..21597266 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -276,55 +276,57 @@ package: category: main optional: false - name: astroid - version: 3.3.11 + version: 4.0.1 manager: conda platform: linux-64 dependencies: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* typing_extensions: '>=4' - url: https://repo.prefix.dev/conda-forge/linux-64/astroid-3.3.11-py310hff52083_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.1-py310hff52083_0.conda hash: - md5: cf84a0665b3e7ec2056ae606b4ce1378 - sha256: 223f1330a5ddb1b3b28be57f966c04603902e0bb7b22dbb4a29f1d1240ec1ed7 + md5: a1d5b7328f148b69f14441d4d4212bf5 + sha256: 89f324ecb8efa3fae52a2d64ebdcfcf1c66ca548b3b7ce8e9af355331c5eac77 category: dev optional: true - name: astroid - version: 3.3.11 + version: 4.0.1 manager: conda platform: win-64 dependencies: python: '>=3.10,<3.11.0a0' python_abi: 3.10.* typing_extensions: '>=4' - url: https://repo.prefix.dev/conda-forge/win-64/astroid-3.3.11-py310h5588dad_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.1-py310h5588dad_0.conda hash: - md5: 6cd63bf117fad2a1359e93bdaab4884f - sha256: 1daca67f30e02b3d1116aa512ac263e7c8ace9bba77341fb3eff7d3a930197a6 + md5: 9310978872d340d9e02a40369563293e + sha256: fc9a1101d04d8d19d7f7dbde882d98498259555cd98398bc86104e3c10cca645 category: dev optional: true - name: asttokens - version: 3.0.0 + version: 2.4.1 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + python: '>=3.5' + six: '>=1.12.0' + url: https://repo.prefix.dev/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 8f587de4bcf981e26228f268df374a9b - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 category: dev optional: true - name: asttokens - version: 3.0.0 + version: 2.4.1 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + python: '>=3.5' + six: '>=1.12.0' + url: https://repo.prefix.dev/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 8f587de4bcf981e26228f268df374a9b - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 category: dev optional: true - name: async-lru @@ -1866,27 +1868,27 @@ package: category: main optional: false - name: idna - version: '3.10' + version: '3.11' manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda hash: - md5: 39a4f67be3286c86d696df570b1201b7 - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 53abe63df7e10a6ba605dc5f9f961d36 + sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 category: dev optional: true - name: idna - version: '3.10' + version: '3.11' manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda hash: - md5: 39a4f67be3286c86d696df570b1201b7 - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 53abe63df7e10a6ba605dc5f9f961d36 + sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 category: dev optional: true - name: imagesize @@ -2172,29 +2174,29 @@ package: category: dev optional: true - name: isort - version: 6.1.0 + version: 7.0.0 manager: conda platform: linux-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda hash: - md5: 1600dda6f61d2bc551676c2cebeb14e8 - sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 + md5: 55a61979242077b2cc377c74326ea9f0 + sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 category: dev optional: true - name: isort - version: 6.1.0 + version: 7.0.0 manager: conda platform: win-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda hash: - md5: 1600dda6f61d2bc551676c2cebeb14e8 - sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 + md5: 55a61979242077b2cc377c74326ea9f0 + sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 category: dev optional: true - name: jedi @@ -4204,29 +4206,29 @@ package: category: dev optional: true - name: llvm-openmp - version: 21.1.2 + version: 21.1.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.2-h4922eb0_3.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.3-h4922eb0_0.conda hash: - md5: 361a5a5b9c201a56fb418a51f66490c1 - sha256: 2b8d157370cb9202d4970a2353a02517ccf72e81f2d95920570aef934d0508fd + md5: df07762772ecb4f3be02f1c508095a55 + sha256: bf146db240ad78bd6f2553c064395894c5c69aedc620d60b4bdda8d415823b77 category: main optional: false - name: llvm-openmp - version: 21.1.2 + version: 21.1.3 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.2-hfa2b4ca_3.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.3-hfa2b4ca_0.conda hash: - md5: 166437478d1ec2f9815180e86a3acebd - sha256: 7fb9351d8b566dac4c3f7f20aaf200edfeb8d123ca98be5abe80e38e13f09ee5 + md5: b1dd38bdf96540a6dedf0d196108c9a1 + sha256: 54826ea90c80ca04640b0fc1a0b3aabfd0f4e60e03c270b2a919a3655f21bc78 category: main optional: false - name: locket @@ -5873,45 +5875,43 @@ package: category: dev optional: true - name: pylint - version: 3.3.9 + version: 4.0.0 manager: conda platform: linux-64 dependencies: - astroid: '>=3.3.8,<3.4.0-dev0' + astroid: '>=4.0.1,<=4.1.0.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=4.2.5,<7,!=5.13.0' + isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' - platformdirs: '>=2.2.0' + platformdirs: '>=2.2' python: '' tomli: '>=1.1.0' tomlkit: '>=0.10.1' - typing_extensions: '>=3.10.0' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.0-pyhcf101f3_0.conda hash: - md5: 3d773559e6b319a802a7c831b7f59138 - sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 + md5: f8e2acdbff0aec11d3def36760615f07 + sha256: 0a3de6ab1c2d7648ad3e22ea426b369c655d32a5294f005a66630413f93b5703 category: dev optional: true - name: pylint - version: 3.3.9 + version: 4.0.0 manager: conda platform: win-64 dependencies: - astroid: '>=3.3.8,<3.4.0-dev0' + astroid: '>=4.0.1,<=4.1.0.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=4.2.5,<7,!=5.13.0' + isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' - platformdirs: '>=2.2.0' + platformdirs: '>=2.2' python: '>=3.10' tomli: '>=1.1.0' tomlkit: '>=0.10.1' - typing_extensions: '>=3.10.0' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.0-pyhcf101f3_0.conda hash: - md5: 3d773559e6b319a802a7c831b7f59138 - sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 + md5: f8e2acdbff0aec11d3def36760615f07 + sha256: 0a3de6ab1c2d7648ad3e22ea426b369c655d32a5294f005a66630413f93b5703 category: dev optional: true - name: pymatsolver @@ -8677,7 +8677,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 + version: 0.23.0.1.post2.dev112+mira.g78903c94a manager: pip platform: linux-64 dependencies: @@ -8689,16 +8689,16 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 hash: - sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + sha256: 78903c94ab6638fe0e431fe8412e8b5f1561f250 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 + version: 0.23.0.1.post2.dev112+mira.g78903c94a manager: pip platform: win-64 dependencies: @@ -8710,11 +8710,11 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 hash: - sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + sha256: 78903c94ab6638fe0e431fe8412e8b5f1561f250 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 category: main optional: false diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index 22e951b8..3ca086f0 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -276,53 +276,55 @@ package: category: main optional: false - name: astroid - version: 3.3.11 + version: 4.0.1 manager: conda platform: linux-64 dependencies: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/astroid-3.3.11-py311h38be061_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.1-py311h38be061_0.conda hash: - md5: 773635d5d5594beb7fc47054cea6a741 - sha256: 7473a0c0f53ed38f60cf0bb39b744b4cd88d3bce88dc7487d69f45cffcdaf9f6 + md5: fd36604d8b161c8f36c98b3d3828b19e + sha256: 335be058e81c0c6c43d2f381c5f0c04f4725772af9fca8599ed331ea3e6cf219 category: dev optional: true - name: astroid - version: 3.3.11 + version: 4.0.1 manager: conda platform: win-64 dependencies: python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/win-64/astroid-3.3.11-py311h1ea47a8_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.1-py311h1ea47a8_0.conda hash: - md5: 4cccc0a3742da6ea198a61ec6b12b6b5 - sha256: a5e8694589a10137416ef44609de13022042a840996387faf10b32abf2b0f9fb + md5: 771b02d19ee7ba138861674819e8b8de + sha256: 27958a1255e265e101ce85de1b075da40a571816970af3f43be52e19eeb003ff category: dev optional: true - name: asttokens - version: 3.0.0 + version: 2.4.1 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + python: '>=3.5' + six: '>=1.12.0' + url: https://repo.prefix.dev/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 8f587de4bcf981e26228f268df374a9b - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 category: dev optional: true - name: asttokens - version: 3.0.0 + version: 2.4.1 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + python: '>=3.5' + six: '>=1.12.0' + url: https://repo.prefix.dev/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 8f587de4bcf981e26228f268df374a9b - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 category: dev optional: true - name: async-lru @@ -1890,27 +1892,27 @@ package: category: main optional: false - name: idna - version: '3.10' + version: '3.11' manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda hash: - md5: 39a4f67be3286c86d696df570b1201b7 - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 53abe63df7e10a6ba605dc5f9f961d36 + sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 category: dev optional: true - name: idna - version: '3.10' + version: '3.11' manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda hash: - md5: 39a4f67be3286c86d696df570b1201b7 - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 53abe63df7e10a6ba605dc5f9f961d36 + sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 category: dev optional: true - name: imagesize @@ -2224,29 +2226,29 @@ package: category: dev optional: true - name: isort - version: 6.1.0 + version: 7.0.0 manager: conda platform: linux-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda hash: - md5: 1600dda6f61d2bc551676c2cebeb14e8 - sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 + md5: 55a61979242077b2cc377c74326ea9f0 + sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 category: dev optional: true - name: isort - version: 6.1.0 + version: 7.0.0 manager: conda platform: win-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda hash: - md5: 1600dda6f61d2bc551676c2cebeb14e8 - sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 + md5: 55a61979242077b2cc377c74326ea9f0 + sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 category: dev optional: true - name: jedi @@ -4256,29 +4258,29 @@ package: category: dev optional: true - name: llvm-openmp - version: 21.1.2 + version: 21.1.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.2-h4922eb0_3.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.3-h4922eb0_0.conda hash: - md5: 361a5a5b9c201a56fb418a51f66490c1 - sha256: 2b8d157370cb9202d4970a2353a02517ccf72e81f2d95920570aef934d0508fd + md5: df07762772ecb4f3be02f1c508095a55 + sha256: bf146db240ad78bd6f2553c064395894c5c69aedc620d60b4bdda8d415823b77 category: main optional: false - name: llvm-openmp - version: 21.1.2 + version: 21.1.3 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.2-hfa2b4ca_3.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.3-hfa2b4ca_0.conda hash: - md5: 166437478d1ec2f9815180e86a3acebd - sha256: 7fb9351d8b566dac4c3f7f20aaf200edfeb8d123ca98be5abe80e38e13f09ee5 + md5: b1dd38bdf96540a6dedf0d196108c9a1 + sha256: 54826ea90c80ca04640b0fc1a0b3aabfd0f4e60e03c270b2a919a3655f21bc78 category: main optional: false - name: locket @@ -5927,45 +5929,43 @@ package: category: dev optional: true - name: pylint - version: 3.3.9 + version: 4.0.0 manager: conda platform: linux-64 dependencies: - astroid: '>=3.3.8,<3.4.0-dev0' + astroid: '>=4.0.1,<=4.1.0.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=4.2.5,<7,!=5.13.0' + isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' - platformdirs: '>=2.2.0' + platformdirs: '>=2.2' python: '>=3.10' tomli: '>=1.1.0' tomlkit: '>=0.10.1' - typing_extensions: '>=3.10.0' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.0-pyhcf101f3_0.conda hash: - md5: 3d773559e6b319a802a7c831b7f59138 - sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 + md5: f8e2acdbff0aec11d3def36760615f07 + sha256: 0a3de6ab1c2d7648ad3e22ea426b369c655d32a5294f005a66630413f93b5703 category: dev optional: true - name: pylint - version: 3.3.9 + version: 4.0.0 manager: conda platform: win-64 dependencies: - astroid: '>=3.3.8,<3.4.0-dev0' + astroid: '>=4.0.1,<=4.1.0.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=4.2.5,<7,!=5.13.0' + isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' - platformdirs: '>=2.2.0' + platformdirs: '>=2.2' python: '>=3.10' tomli: '>=1.1.0' tomlkit: '>=0.10.1' - typing_extensions: '>=3.10.0' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.0-pyhcf101f3_0.conda hash: - md5: 3d773559e6b319a802a7c831b7f59138 - sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 + md5: f8e2acdbff0aec11d3def36760615f07 + sha256: 0a3de6ab1c2d7648ad3e22ea426b369c655d32a5294f005a66630413f93b5703 category: dev optional: true - name: pymatsolver @@ -8762,7 +8762,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 + version: 0.23.0.1.post2.dev112+mira.g78903c94a manager: pip platform: linux-64 dependencies: @@ -8774,16 +8774,16 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 hash: - sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + sha256: 78903c94ab6638fe0e431fe8412e8b5f1561f250 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 + version: 0.23.0.1.post2.dev112+mira.g78903c94a manager: pip platform: win-64 dependencies: @@ -8795,11 +8795,11 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 hash: - sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + sha256: 78903c94ab6638fe0e431fe8412e8b5f1561f250 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 category: main optional: false diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index ed8c1613..d4110622 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -302,53 +302,55 @@ package: category: main optional: false - name: astroid - version: 3.3.11 + version: 4.0.1 manager: conda platform: linux-64 dependencies: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/astroid-3.3.11-py312h7900ff3_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/astroid-4.0.1-py312h7900ff3_0.conda hash: - md5: f68064e559452bab9180c8f90392d724 - sha256: e8ddf4c3e00cbf6350ab2f9a046b04c6b5df71fa111e5f172bce3723b0ab6ac1 + md5: 26f59a4d4aefd939ab80556f8dcedf53 + sha256: 9a1b86c5c49a871e6109092cbdf0b1d4e10b463ecb254edb63d9b3e0f00773f7 category: dev optional: true - name: astroid - version: 3.3.11 + version: 4.0.1 manager: conda platform: win-64 dependencies: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/win-64/astroid-3.3.11-py312h2e8e312_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/astroid-4.0.1-py312h2e8e312_0.conda hash: - md5: 1f2355e2dae4d1cdfb625fbd4af95576 - sha256: 67bc3573865fa08809779fc94def9f8de220553507cc700e546a7ee952472e94 + md5: a263a8adb7a2a49a2d6278e0a2d2a544 + sha256: ef866f9907dced20ef52a59e34ebde1bcf99971b9f690788ec1bfd7dcf6495c0 category: dev optional: true - name: asttokens - version: 3.0.0 + version: 2.4.1 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + python: '>=3.5' + six: '>=1.12.0' + url: https://repo.prefix.dev/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 8f587de4bcf981e26228f268df374a9b - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 category: dev optional: true - name: asttokens - version: 3.0.0 + version: 2.4.1 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/asttokens-3.0.0-pyhd8ed1ab_1.conda + python: '>=3.5' + six: '>=1.12.0' + url: https://repo.prefix.dev/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 8f587de4bcf981e26228f268df374a9b - sha256: 93b14414b3b3ed91e286e1cbe4e7a60c4e1b1c730b0814d1e452a8ac4b9af593 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 category: dev optional: true - name: async-lru @@ -1929,27 +1931,27 @@ package: category: main optional: false - name: idna - version: '3.10' + version: '3.11' manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda hash: - md5: 39a4f67be3286c86d696df570b1201b7 - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 53abe63df7e10a6ba605dc5f9f961d36 + sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 category: dev optional: true - name: idna - version: '3.10' + version: '3.11' manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.10-pyhd8ed1ab_1.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda hash: - md5: 39a4f67be3286c86d696df570b1201b7 - sha256: d7a472c9fd479e2e8dcb83fb8d433fce971ea369d704ece380e876f9c3494e87 + md5: 53abe63df7e10a6ba605dc5f9f961d36 + sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 category: dev optional: true - name: imagesize @@ -2263,29 +2265,29 @@ package: category: dev optional: true - name: isort - version: 6.1.0 + version: 7.0.0 manager: conda platform: linux-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda hash: - md5: 1600dda6f61d2bc551676c2cebeb14e8 - sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 + md5: 55a61979242077b2cc377c74326ea9f0 + sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 category: dev optional: true - name: isort - version: 6.1.0 + version: 7.0.0 manager: conda platform: win-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-6.1.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda hash: - md5: 1600dda6f61d2bc551676c2cebeb14e8 - sha256: f93e415768129866c8f6b307bfb354fea17c17c1ecd287b32cb14ae9afc1c517 + md5: 55a61979242077b2cc377c74326ea9f0 + sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 category: dev optional: true - name: jedi @@ -4295,29 +4297,29 @@ package: category: dev optional: true - name: llvm-openmp - version: 21.1.2 + version: 21.1.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.2-h4922eb0_3.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.3-h4922eb0_0.conda hash: - md5: 361a5a5b9c201a56fb418a51f66490c1 - sha256: 2b8d157370cb9202d4970a2353a02517ccf72e81f2d95920570aef934d0508fd + md5: df07762772ecb4f3be02f1c508095a55 + sha256: bf146db240ad78bd6f2553c064395894c5c69aedc620d60b4bdda8d415823b77 category: main optional: false - name: llvm-openmp - version: 21.1.2 + version: 21.1.3 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.2-hfa2b4ca_3.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.3-hfa2b4ca_0.conda hash: - md5: 166437478d1ec2f9815180e86a3acebd - sha256: 7fb9351d8b566dac4c3f7f20aaf200edfeb8d123ca98be5abe80e38e13f09ee5 + md5: b1dd38bdf96540a6dedf0d196108c9a1 + sha256: 54826ea90c80ca04640b0fc1a0b3aabfd0f4e60e03c270b2a919a3655f21bc78 category: main optional: false - name: locket @@ -5966,45 +5968,43 @@ package: category: dev optional: true - name: pylint - version: 3.3.9 + version: 4.0.0 manager: conda platform: linux-64 dependencies: - astroid: '>=3.3.8,<3.4.0-dev0' + astroid: '>=4.0.1,<=4.1.0.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=4.2.5,<7,!=5.13.0' + isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' - platformdirs: '>=2.2.0' + platformdirs: '>=2.2' python: '>=3.10' tomli: '>=1.1.0' tomlkit: '>=0.10.1' - typing_extensions: '>=3.10.0' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.0-pyhcf101f3_0.conda hash: - md5: 3d773559e6b319a802a7c831b7f59138 - sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 + md5: f8e2acdbff0aec11d3def36760615f07 + sha256: 0a3de6ab1c2d7648ad3e22ea426b369c655d32a5294f005a66630413f93b5703 category: dev optional: true - name: pylint - version: 3.3.9 + version: 4.0.0 manager: conda platform: win-64 dependencies: - astroid: '>=3.3.8,<3.4.0-dev0' + astroid: '>=4.0.1,<=4.1.0.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=4.2.5,<7,!=5.13.0' + isort: '>=5,<8,!=5.13' mccabe: '>=0.6,<0.8' - platformdirs: '>=2.2.0' + platformdirs: '>=2.2' python: '>=3.10' tomli: '>=1.1.0' tomlkit: '>=0.10.1' - typing_extensions: '>=3.10.0' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-3.3.9-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.0-pyhcf101f3_0.conda hash: - md5: 3d773559e6b319a802a7c831b7f59138 - sha256: aed395678d4fdcec6ae66c22f06a16a92be600751979e75f6fb39f7c60b9ebf7 + md5: f8e2acdbff0aec11d3def36760615f07 + sha256: 0a3de6ab1c2d7648ad3e22ea426b369c655d32a5294f005a66630413f93b5703 category: dev optional: true - name: pymatsolver @@ -8829,7 +8829,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 + version: 0.23.0.1.post2.dev112+mira.g78903c94a manager: pip platform: linux-64 dependencies: @@ -8841,16 +8841,16 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 hash: - sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + sha256: 78903c94ab6638fe0e431fe8412e8b5f1561f250 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev110+mira.gcb0b8a4f4 + version: 0.23.0.1.post2.dev112+mira.g78903c94a manager: pip platform: win-64 dependencies: @@ -8862,11 +8862,11 @@ package: numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 hash: - sha256: cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + sha256: 78903c94ab6638fe0e431fe8412e8b5f1561f250 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@cb0b8a4f4d6ecd4856cd04c5d3e4fe97a3f2dc2b + url: git+https://github.com/MiraGeoscience/simpeg.git@78903c94ab6638fe0e431fe8412e8b5f1561f250 category: main optional: false diff --git a/simpeg_drivers/components/models.py b/simpeg_drivers/components/models.py index df42aba2..be91a6f4 100644 --- a/simpeg_drivers/components/models.py +++ b/simpeg_drivers/components/models.py @@ -289,7 +289,7 @@ def lower_bound(self) -> np.ndarray | None: lbound[is_finite] = np.log(lbound[is_finite]) if self.is_vector: - lbound = np.tile(lbound, 3) / np.sqrt(3) + lbound = np.tile(lbound, 3) return lbound @@ -317,7 +317,7 @@ def upper_bound(self) -> np.ndarray | None: ubound[is_finite] = np.log(ubound[is_finite]) if self.is_vector: - ubound = np.tile(ubound, 3) / np.sqrt(3) + ubound = np.tile(ubound, 3) return ubound diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index 2185d82b..b76caa91 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -45,7 +45,7 @@ # To test the full run and validate the inversion. # Move this file out of the test directory and run. -target_mvi_run = {"data_norm": 149.10117434016038, "phi_d": 81.3, "phi_m": 0.0812} +target_mvi_run = {"data_norm": 149.10117434016038, "phi_d": 1070, "phi_m": 0.129} def test_magnetic_vector_fwr_run( @@ -151,7 +151,7 @@ def test_magnetic_vector_run( assert "Skipping deprecated field: lower_bound" in caplog.text driver = MVIInversionDriver(params) - assert np.all(driver.models.lower_bound == (-upper_bound / 3**0.5)) + assert np.all(driver.models.lower_bound == -upper_bound) driver.run() if pytest: @@ -171,9 +171,9 @@ def test_magnetic_vector_run( out_group = run_ws.get_entity("Magnetic Vector Inversion")[0] mesh = out_group.get_entity("mesh")[0] - assert len(mesh.property_groups) == 5 + assert len(mesh.property_groups) == 6 assert len(mesh.fetch_property_group("Iteration_0").properties) == 2 - assert len(mesh.fetch_property_group("L2 models").properties) == 12 + assert len(mesh.fetch_property_group("LP models").properties) == 6 assert ( mesh.fetch_property_group("Iteration_1").property_group_type == GroupTypeEnum.DIPDIR From a41ec0aa2ceb4ad60d930891c484d172936d45d7 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Mon, 13 Oct 2025 10:11:38 -0700 Subject: [PATCH 7/7] Remove sugegstion-mode --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 23e8e2db..20ee82cf 100644 --- a/pylintrc +++ b/pylintrc @@ -90,7 +90,7 @@ recursive=no # When enabled, pylint would attempt to guess common misconfiguration and emit # user-friendly hints instead of false-positive error messages. -suggestion-mode=yes +# suggestion-mode=yes # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code.