From ad709e038d7b30be903d3b1d962f2300f6808fb8 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Mon, 27 Oct 2025 13:14:51 -0700 Subject: [PATCH 1/8] Fix issue with closed file --- simpeg_drivers/driver.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/simpeg_drivers/driver.py b/simpeg_drivers/driver.py index 47b7f233..3a9fc0e6 100644 --- a/simpeg_drivers/driver.py +++ b/simpeg_drivers/driver.py @@ -531,9 +531,10 @@ def run(self): components=self.directives.save_iteration_data_directive.components, ).write(0) - for directive in self.directives.save_directives: - if isinstance(directive, directives.SaveLogFilesGeoH5): - directive.write(1) + with fetch_active_workspace(self.workspace, mode="r+"): + for directive in self.directives.save_directives: + if isinstance(directive, directives.SaveLogFilesGeoH5): + directive.write(1) def start_inversion_message(self): # SimPEG reports half phi_d, so we scale to match From ba1bf6894a42e5889dd29cd7ba41cfdb8f52e49b Mon Sep 17 00:00:00 2001 From: dominiquef Date: Tue, 28 Oct 2025 14:10:18 -0700 Subject: [PATCH 2/8] Delay the map and make sure the right worker is used --- simpeg_drivers/joint/driver.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/simpeg_drivers/joint/driver.py b/simpeg_drivers/joint/driver.py index b0a74a46..80d018d5 100644 --- a/simpeg_drivers/joint/driver.py +++ b/simpeg_drivers/joint/driver.py @@ -498,9 +498,19 @@ def _get_set_simulation_mappings(self, misfits, mapping): :return: List of collected attributes. """ futures = [] + + for misfit in misfits.objfcts: + delayed_mapping = self.client.scatter(mapping) if self.client: - futures.append(self.client.submit(_get_set_mapping, misfit, mapping)) + futures.append( + self.client.submit( + _get_set_mapping, + misfit, + delayed_mapping, + workers=self.client.who_has(misfit)[misfit.key] + ) + ) else: futures.append(_get_set_mapping(misfit, mapping)) From f02ce690ffbbebe8db51493600ae518262c3520c Mon Sep 17 00:00:00 2001 From: dominiquef Date: Tue, 28 Oct 2025 14:22:21 -0700 Subject: [PATCH 3/8] Re-lock --- .../py-3.10-linux-64-dev.conda.lock.yml | 34 +- environments/py-3.10-linux-64.conda.lock.yml | 22 +- .../py-3.10-win-64-dev.conda.lock.yml | 32 +- environments/py-3.10-win-64.conda.lock.yml | 20 +- .../py-3.11-linux-64-dev.conda.lock.yml | 36 +- environments/py-3.11-linux-64.conda.lock.yml | 24 +- .../py-3.11-win-64-dev.conda.lock.yml | 34 +- environments/py-3.11-win-64.conda.lock.yml | 22 +- .../py-3.12-linux-64-dev.conda.lock.yml | 40 +- environments/py-3.12-linux-64.conda.lock.yml | 24 +- .../py-3.12-win-64-dev.conda.lock.yml | 38 +- environments/py-3.12-win-64.conda.lock.yml | 22 +- py-3.10.conda-lock.yml | 311 ++++++++------- py-3.11.conda-lock.yml | 333 ++++++++-------- py-3.12.conda-lock.yml | 357 +++++++++--------- 15 files changed, 673 insertions(+), 676 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 21ac7187..d9e93c2d 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -24,16 +24,16 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb03c661_4 - - brotli-bin=1.1.0=hb03c661_4 - - brotli-python=1.1.0=py310hea6c23e_4 + - brotli=1.2.0=h41a2e66_0 + - brotli-bin=1.2.0=hf2c8021_0 + - brotli-python=1.2.0=py310h8cfb67f_0 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.5=hb9d3cd8_0 - ca-certificates=2025.10.5=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=1.17.1=py310h8deb56e_0 + - cffi=2.0.0=py310he7384ee_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -74,7 +74,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - - ipykernel=7.0.1=pyha191276_0 + - ipykernel=7.1.0=pyha191276_0 - ipython=8.37.0=pyh8f84b5b_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipywidgets=7.8.5=pyhd8ed1ab_0 @@ -96,24 +96,24 @@ dependencies: - jupyter_events=0.12.0=pyh29332c3_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_1 - - jupyterlab=4.4.9=pyhd8ed1ab_0 + - jupyterlab=4.4.10=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - - jupyterlab_server=2.27.3=pyhd8ed1ab_1 + - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.18.1=pyh80e38bb_0 - keyutils=1.6.3=hb9d3cd8_0 - kiwisolver=1.4.9=py310haaf941d_1 - krb5=1.21.3=h659f571_0 - - lark=1.3.0=pyhd8ed1ab_0 + - lark=1.3.1=pyhd8ed1ab_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.44=ha97dd6f_2 + - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 - libaec=1.1.4=h3f801dc_0 - libblas=3.9.0=37_h5875eb1_mkl - - libbrotlicommon=1.1.0=hb03c661_4 - - libbrotlidec=1.1.0=hb03c661_4 - - libbrotlienc=1.1.0=hb03c661_4 + - libbrotlicommon=1.2.0=h09219d5_0 + - libbrotlidec=1.2.0=hd53d788_0 + - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - libdeflate=1.24=h86f0d12_0 @@ -157,7 +157,7 @@ dependencies: - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 - matplotlib-base=3.8.4=py310hef631a5_2 - - matplotlib-inline=0.1.7=pyhd8ed1ab_1 + - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 @@ -198,7 +198,7 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.0=py310h7c4b9e2_0 + - psutil=7.1.2=py310h139afa4_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 @@ -216,7 +216,7 @@ dependencies: - pysocks=1.7.1=pyha55dd90_7 - pytest=8.4.2=pyhd8ed1ab_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.10.19=hd994cfb_1_cpython + - python=3.10.19=h3c07f61_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 - python-json-logger=2.0.7=pyhd8ed1ab_0 @@ -233,7 +233,7 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.27.1=py310hd8f68c5_1 + - rpds-py=0.28.0=py310hd8f68c5_1 - rtree=1.2.0=py310haf1e407_1 - scikit-learn=1.6.1=py310h27f47ee_0 - scipy=1.14.1=py310hfcf56fc_2 @@ -304,7 +304,7 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index 73a11a1c..7bc10840 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -10,16 +10,16 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb03c661_4 - - brotli-bin=1.1.0=hb03c661_4 - - brotli-python=1.1.0=py310hea6c23e_4 + - brotli=1.2.0=h41a2e66_0 + - brotli-bin=1.2.0=hf2c8021_0 + - brotli-python=1.2.0=py310h8cfb67f_0 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.5=hb9d3cd8_0 - ca-certificates=2025.10.5=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=1.17.1=py310h8deb56e_0 + - cffi=2.0.0=py310he7384ee_1 - click=8.3.0=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 @@ -46,13 +46,13 @@ dependencies: - kiwisolver=1.4.9=py310haaf941d_1 - krb5=1.21.3=h659f571_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.44=ha97dd6f_2 + - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 - libaec=1.1.4=h3f801dc_0 - libblas=3.9.0=37_h5875eb1_mkl - - libbrotlicommon=1.1.0=hb03c661_4 - - libbrotlidec=1.1.0=hb03c661_4 - - libbrotlienc=1.1.0=hb03c661_4 + - libbrotlicommon=1.2.0=h09219d5_0 + - libbrotlidec=1.2.0=hd53d788_0 + - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - libdeflate=1.24=h86f0d12_0 @@ -109,7 +109,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310hebfe307_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.0=py310h7c4b9e2_0 + - psutil=7.1.2=py310h139afa4_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -118,7 +118,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - python=3.10.19=hd994cfb_1_cpython + - python=3.10.19=h3c07f61_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-mumps=0.0.3=py310h6410a28_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -158,7 +158,7 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 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 06c1cf98..47aef0e3 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -24,15 +24,15 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hfd05255_4 - - brotli-bin=1.1.0=hfd05255_4 - - brotli-python=1.1.0=py310h73ae2b4_4 + - brotli=1.2.0=h17ff524_0 + - brotli-bin=1.2.0=h6910e44_0 + - brotli-python=1.2.0=py310h8abc2a3_0 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2025.10.5=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py310h29418f3_0 + - cffi=2.0.0=py310h29418f3_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -73,7 +73,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - - ipykernel=7.0.1=pyh6dadd2b_0 + - ipykernel=7.1.0=pyh6dadd2b_0 - ipython=8.37.0=pyha7b4d00_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipywidgets=7.8.5=pyhd8ed1ab_0 @@ -95,22 +95,22 @@ dependencies: - jupyter_events=0.12.0=pyh29332c3_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_1 - - jupyterlab=4.4.9=pyhd8ed1ab_0 + - jupyterlab=4.4.10=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - - jupyterlab_server=2.27.3=pyhd8ed1ab_1 + - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.18.1=pyh80e38bb_0 - kiwisolver=1.4.9=py310h1e1005b_1 - krb5=1.21.3=hdf4eb48_0 - - lark=1.3.0=pyhd8ed1ab_0 + - lark=1.3.1=pyhd8ed1ab_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 - libblas=3.9.0=35_h5709861_mkl - - libbrotlicommon=1.1.0=hfd05255_4 - - libbrotlidec=1.1.0=hfd05255_4 - - libbrotlienc=1.1.0=hfd05255_4 + - libbrotlicommon=1.2.0=hc82b238_0 + - libbrotlidec=1.2.0=h431afc6_0 + - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - libdeflate=1.24=h76ddb4d_0 @@ -144,7 +144,7 @@ dependencies: - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 - matplotlib-base=3.8.4=py310hadb10a8_2 - - matplotlib-inline=0.1.7=pyhd8ed1ab_1 + - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 @@ -181,7 +181,7 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.1=py310h29418f3_0 + - psutil=7.1.2=py310h1637853_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - pybtex=0.25.1=pyhd8ed1ab_0 @@ -198,7 +198,7 @@ dependencies: - pysocks=1.7.1=pyh09c184e_7 - pytest=8.4.2=pyhd8ed1ab_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.10.19=hcb012bd_1_cpython + - python=3.10.19=hc20f281_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 - python-json-logger=2.0.7=pyhd8ed1ab_0 @@ -216,7 +216,7 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.27.1=py310h034784e_1 + - rpds-py=0.28.0=py310h034784e_1 - rtree=1.2.0=py310h08d5ad2_1 - scikit-learn=1.6.1=py310hf2a6c47_0 - scipy=1.14.1=py310hbd0dde3_2 @@ -293,7 +293,7 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 7ed04ab2..ab11afa2 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -10,15 +10,15 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hfd05255_4 - - brotli-bin=1.1.0=hfd05255_4 - - brotli-python=1.1.0=py310h73ae2b4_4 + - brotli=1.2.0=h17ff524_0 + - brotli-bin=1.2.0=h6910e44_0 + - brotli-python=1.2.0=py310h8abc2a3_0 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2025.10.5=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py310h29418f3_0 + - cffi=2.0.0=py310h29418f3_1 - click=8.3.0=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 @@ -47,9 +47,9 @@ dependencies: - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 - libblas=3.9.0=35_h5709861_mkl - - libbrotlicommon=1.1.0=hfd05255_4 - - libbrotlidec=1.1.0=hfd05255_4 - - libbrotlienc=1.1.0=hfd05255_4 + - libbrotlicommon=1.2.0=hc82b238_0 + - libbrotlidec=1.2.0=h431afc6_0 + - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - libdeflate=1.24=h76ddb4d_0 @@ -93,7 +93,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py310h3e38d90_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.1=py310h29418f3_0 + - psutil=7.1.2=py310h1637853_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -102,7 +102,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - python=3.10.19=hcb012bd_1_cpython + - python=3.10.19=hc20f281_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-mumps=0.0.3=py310hb64895d_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -146,7 +146,7 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 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 e98150fd..7b0cdf3e 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -24,16 +24,16 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb03c661_4 - - brotli-bin=1.1.0=hb03c661_4 - - brotli-python=1.1.0=py311h1ddb823_4 + - brotli=1.2.0=h41a2e66_0 + - brotli-bin=1.2.0=hf2c8021_0 + - brotli-python=1.2.0=py311h7c6b74e_0 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.5=hb9d3cd8_0 - ca-certificates=2025.10.5=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py311h5b438cf_0 + - cffi=2.0.0=py311h03d9500_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -75,7 +75,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - - ipykernel=7.0.1=pyha191276_0 + - ipykernel=7.1.0=pyha191276_0 - ipython=9.6.0=pyhfa0c392_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 @@ -98,24 +98,24 @@ dependencies: - jupyter_events=0.12.0=pyh29332c3_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_1 - - jupyterlab=4.4.9=pyhd8ed1ab_0 + - jupyterlab=4.4.10=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - - jupyterlab_server=2.27.3=pyhd8ed1ab_1 + - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.18.1=pyh80e38bb_0 - keyutils=1.6.3=hb9d3cd8_0 - kiwisolver=1.4.9=py311h724c32c_1 - krb5=1.21.3=h659f571_0 - - lark=1.3.0=pyhd8ed1ab_0 + - lark=1.3.1=pyhd8ed1ab_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.44=ha97dd6f_2 + - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 - libaec=1.1.4=h3f801dc_0 - libblas=3.9.0=37_h5875eb1_mkl - - libbrotlicommon=1.1.0=hb03c661_4 - - libbrotlidec=1.1.0=hb03c661_4 - - libbrotlienc=1.1.0=hb03c661_4 + - libbrotlicommon=1.2.0=h09219d5_0 + - libbrotlidec=1.2.0=hd53d788_0 + - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - libdeflate=1.24=h86f0d12_0 @@ -123,7 +123,7 @@ dependencies: - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - libexpat=2.7.1=hecca717_0 - - libffi=3.4.6=h2dba641_1 + - libffi=3.5.2=h9ec8514_0 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - libgcc=15.2.0=h767d61c_7 @@ -159,7 +159,7 @@ dependencies: - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 - matplotlib-base=3.8.4=py311ha4ca890_2 - - matplotlib-inline=0.1.7=pyhd8ed1ab_1 + - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 @@ -200,7 +200,7 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.1=py311h49ec1c0_0 + - psutil=7.1.2=py311haee01d2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 @@ -218,7 +218,7 @@ dependencies: - pysocks=1.7.1=pyha55dd90_7 - pytest=8.4.2=pyhd8ed1ab_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.11.14=hfe2f287_1_cpython + - python=3.11.14=hd63d673_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 - python-json-logger=2.0.7=pyhd8ed1ab_0 @@ -235,7 +235,7 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.27.1=py311h902ca64_1 + - rpds-py=0.28.0=py311h902ca64_1 - rtree=1.2.0=py311ha1603b9_1 - scikit-learn=1.6.1=py311h57cc02b_0 - scipy=1.14.1=py311he9a78e4_2 @@ -307,7 +307,7 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 724fcca6..6eb89096 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -10,16 +10,16 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb03c661_4 - - brotli-bin=1.1.0=hb03c661_4 - - brotli-python=1.1.0=py311h1ddb823_4 + - brotli=1.2.0=h41a2e66_0 + - brotli-bin=1.2.0=hf2c8021_0 + - brotli-python=1.2.0=py311h7c6b74e_0 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.5=hb9d3cd8_0 - ca-certificates=2025.10.5=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py311h5b438cf_0 + - cffi=2.0.0=py311h03d9500_1 - click=8.3.0=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 @@ -47,13 +47,13 @@ dependencies: - kiwisolver=1.4.9=py311h724c32c_1 - krb5=1.21.3=h659f571_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.44=ha97dd6f_2 + - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 - libaec=1.1.4=h3f801dc_0 - libblas=3.9.0=37_h5875eb1_mkl - - libbrotlicommon=1.1.0=hb03c661_4 - - libbrotlidec=1.1.0=hb03c661_4 - - libbrotlienc=1.1.0=hb03c661_4 + - libbrotlicommon=1.2.0=h09219d5_0 + - libbrotlidec=1.2.0=hd53d788_0 + - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - libdeflate=1.24=h86f0d12_0 @@ -61,7 +61,7 @@ dependencies: - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - libexpat=2.7.1=hecca717_0 - - libffi=3.4.6=h2dba641_1 + - libffi=3.5.2=h9ec8514_0 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - libgcc=15.2.0=h767d61c_7 @@ -110,7 +110,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h82a398c_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.1=py311h49ec1c0_0 + - psutil=7.1.2=py311haee01d2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -119,7 +119,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - python=3.11.14=hfe2f287_1_cpython + - python=3.11.14=hd63d673_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-mumps=0.0.3=py311h4b558b0_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -160,7 +160,7 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 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 925fe8c2..711103ac 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -24,15 +24,15 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hfd05255_4 - - brotli-bin=1.1.0=hfd05255_4 - - brotli-python=1.1.0=py311h3e6a449_4 + - brotli=1.2.0=h17ff524_0 + - brotli-bin=1.2.0=h6910e44_0 + - brotli-python=1.2.0=py311h69b5583_0 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2025.10.5=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py311h3485c13_0 + - cffi=2.0.0=py311h3485c13_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -74,7 +74,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - - ipykernel=7.0.1=pyh6dadd2b_0 + - ipykernel=7.1.0=pyh6dadd2b_0 - ipython=9.6.0=pyh6be1c34_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 @@ -97,28 +97,28 @@ dependencies: - jupyter_events=0.12.0=pyh29332c3_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_1 - - jupyterlab=4.4.9=pyhd8ed1ab_0 + - jupyterlab=4.4.10=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - - jupyterlab_server=2.27.3=pyhd8ed1ab_1 + - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.18.1=pyh80e38bb_0 - kiwisolver=1.4.9=py311h275cad7_1 - krb5=1.21.3=hdf4eb48_0 - - lark=1.3.0=pyhd8ed1ab_0 + - lark=1.3.1=pyhd8ed1ab_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 - libblas=3.9.0=35_h5709861_mkl - - libbrotlicommon=1.1.0=hfd05255_4 - - libbrotlidec=1.1.0=hfd05255_4 - - libbrotlienc=1.1.0=hfd05255_4 + - libbrotlicommon=1.2.0=hc82b238_0 + - libbrotlidec=1.2.0=h431afc6_0 + - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - - libffi=3.4.6=h537db12_1 + - libffi=3.5.2=h52bdfb6_0 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - libgcc=15.2.0=h1383e82_7 @@ -146,7 +146,7 @@ dependencies: - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 - matplotlib-base=3.8.4=py311h9b31f6e_2 - - matplotlib-inline=0.1.7=pyhd8ed1ab_1 + - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 @@ -183,7 +183,7 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.1=py311h3485c13_0 + - psutil=7.1.2=py311hf893f09_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - pybtex=0.25.1=pyhd8ed1ab_0 @@ -200,7 +200,7 @@ dependencies: - pysocks=1.7.1=pyh09c184e_7 - pytest=8.4.2=pyhd8ed1ab_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.11.14=h30ce641_1_cpython + - python=3.11.14=h0159041_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 - python-json-logger=2.0.7=pyhd8ed1ab_0 @@ -218,7 +218,7 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.27.1=py311hf51aa87_1 + - rpds-py=0.28.0=py311hf51aa87_1 - rtree=1.2.0=py311h44d53c4_1 - scikit-learn=1.6.1=py311hdcb8d17_0 - scipy=1.14.1=py311hf16d85f_2 @@ -296,7 +296,7 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index 558dcc4f..f458d3f6 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -10,15 +10,15 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hfd05255_4 - - brotli-bin=1.1.0=hfd05255_4 - - brotli-python=1.1.0=py311h3e6a449_4 + - brotli=1.2.0=h17ff524_0 + - brotli-bin=1.2.0=h6910e44_0 + - brotli-python=1.2.0=py311h69b5583_0 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2025.10.5=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py311h3485c13_0 + - cffi=2.0.0=py311h3485c13_1 - click=8.3.0=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 @@ -48,15 +48,15 @@ dependencies: - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 - libblas=3.9.0=35_h5709861_mkl - - libbrotlicommon=1.1.0=hfd05255_4 - - libbrotlidec=1.1.0=hfd05255_4 - - libbrotlienc=1.1.0=hfd05255_4 + - libbrotlicommon=1.2.0=hc82b238_0 + - libbrotlidec=1.2.0=h431afc6_0 + - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - - libffi=3.4.6=h537db12_1 + - libffi=3.5.2=h52bdfb6_0 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - libgcc=15.2.0=h1383e82_7 @@ -94,7 +94,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py311h5592be9_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.1=py311h3485c13_0 + - psutil=7.1.2=py311hf893f09_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -103,7 +103,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - python=3.11.14=h30ce641_1_cpython + - python=3.11.14=h0159041_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-mumps=0.0.3=py311h5bfbc98_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -148,7 +148,7 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 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 2b09cd0e..7bab14cf 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -25,16 +25,16 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb03c661_4 - - brotli-bin=1.1.0=hb03c661_4 - - brotli-python=1.1.0=py312h1289d80_4 + - brotli=1.2.0=h41a2e66_0 + - brotli-bin=1.2.0=hf2c8021_0 + - brotli-python=1.2.0=py312h67db365_0 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.5=hb9d3cd8_0 - ca-certificates=2025.10.5=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py312h35888ee_0 + - cffi=2.0.0=py312h460c074_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -42,7 +42,7 @@ dependencies: - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.3=py312hd9148b4_2 - coverage=7.11.0=py312h8a5da7c_0 - - cpython=3.12.12=py312hd8ed1ab_0 + - cpython=3.12.12=py312hd8ed1ab_1 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py312h4c3975b_1 - dask-core=2025.3.0=pyhd8ed1ab_0 @@ -77,7 +77,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - - ipykernel=7.0.1=pyha191276_0 + - ipykernel=7.1.0=pyha191276_0 - ipython=9.6.0=pyhfa0c392_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 @@ -100,24 +100,24 @@ dependencies: - jupyter_events=0.12.0=pyh29332c3_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_1 - - jupyterlab=4.4.9=pyhd8ed1ab_0 + - jupyterlab=4.4.10=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - - jupyterlab_server=2.27.3=pyhd8ed1ab_1 + - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.18.1=pyh80e38bb_0 - keyutils=1.6.3=hb9d3cd8_0 - kiwisolver=1.4.9=py312h0a2e395_1 - krb5=1.21.3=h659f571_0 - - lark=1.3.0=pyhd8ed1ab_0 + - lark=1.3.1=pyhd8ed1ab_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.44=ha97dd6f_2 + - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 - libaec=1.1.4=h3f801dc_0 - libblas=3.9.0=37_h5875eb1_mkl - - libbrotlicommon=1.1.0=hb03c661_4 - - libbrotlidec=1.1.0=hb03c661_4 - - libbrotlienc=1.1.0=hb03c661_4 + - libbrotlicommon=1.2.0=h09219d5_0 + - libbrotlidec=1.2.0=hd53d788_0 + - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - libdeflate=1.24=h86f0d12_0 @@ -125,7 +125,7 @@ dependencies: - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - libexpat=2.7.1=hecca717_0 - - libffi=3.4.6=h2dba641_1 + - libffi=3.5.2=h9ec8514_0 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - libgcc=15.2.0=h767d61c_7 @@ -161,7 +161,7 @@ dependencies: - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 - matplotlib-base=3.8.4=py312h20ab3a6_2 - - matplotlib-inline=0.1.7=pyhd8ed1ab_1 + - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 @@ -202,7 +202,7 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.1=py312h4c3975b_0 + - psutil=7.1.2=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_1 @@ -220,10 +220,10 @@ dependencies: - pysocks=1.7.1=pyha55dd90_7 - pytest=8.4.2=pyhd8ed1ab_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.12.12=hfe2f287_0_cpython + - python=3.12.12=hd63d673_1_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 - - python-gil=3.12.12=hd8ed1ab_0 + - python-gil=3.12.12=hd8ed1ab_1 - python-json-logger=2.0.7=pyhd8ed1ab_0 - python-mumps=0.0.3=py312h6ad3ee3_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -238,7 +238,7 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.27.1=py312h868fb18_1 + - rpds-py=0.28.0=py312h868fb18_1 - rtree=1.2.0=py312h3ed4c40_1 - scikit-learn=1.6.1=py312h7a48858_0 - scipy=1.14.1=py312h62794b6_2 @@ -310,7 +310,7 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 4b3a8b49..abc616d9 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -10,16 +10,16 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hb03c661_4 - - brotli-bin=1.1.0=hb03c661_4 - - brotli-python=1.1.0=py312h1289d80_4 + - brotli=1.2.0=h41a2e66_0 + - brotli-bin=1.2.0=hf2c8021_0 + - brotli-python=1.2.0=py312h67db365_0 - bzip2=1.0.8=hda65f42_8 - c-ares=1.34.5=hb9d3cd8_0 - ca-certificates=2025.10.5=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py312h35888ee_0 + - cffi=2.0.0=py312h460c074_1 - click=8.3.0=pyh707e725_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 @@ -47,13 +47,13 @@ dependencies: - kiwisolver=1.4.9=py312h0a2e395_1 - krb5=1.21.3=h659f571_0 - lcms2=2.17=h717163a_0 - - ld_impl_linux-64=2.44=ha97dd6f_2 + - ld_impl_linux-64=2.44=h1aa0949_4 - lerc=4.0.0=h0aef613_1 - libaec=1.1.4=h3f801dc_0 - libblas=3.9.0=37_h5875eb1_mkl - - libbrotlicommon=1.1.0=hb03c661_4 - - libbrotlidec=1.1.0=hb03c661_4 - - libbrotlienc=1.1.0=hb03c661_4 + - libbrotlicommon=1.2.0=h09219d5_0 + - libbrotlidec=1.2.0=hd53d788_0 + - libbrotlienc=1.2.0=h02bd7ab_0 - libcblas=3.9.0=37_hfef963f_mkl - libcurl=8.16.0=h4e3cde8_0 - libdeflate=1.24=h86f0d12_0 @@ -61,7 +61,7 @@ dependencies: - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - libexpat=2.7.1=hecca717_0 - - libffi=3.4.6=h2dba641_1 + - libffi=3.5.2=h9ec8514_0 - libfreetype=2.14.1=ha770c72_0 - libfreetype6=2.14.1=h73754d4_0 - libgcc=15.2.0=h767d61c_7 @@ -110,7 +110,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h287a98d_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.1=py312h4c3975b_0 + - psutil=7.1.2=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -119,7 +119,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - python=3.12.12=hfe2f287_0_cpython + - python=3.12.12=hd63d673_1_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-mumps=0.0.3=py312h6ad3ee3_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -160,7 +160,7 @@ dependencies: - zstd=1.5.7=hb8e6e7a_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 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 ef19182f..e4797b8f 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -25,15 +25,15 @@ dependencies: - bleach=6.2.0=pyh29332c3_4 - bleach-with-css=6.2.0=h82add2a_4 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hfd05255_4 - - brotli-bin=1.1.0=hfd05255_4 - - brotli-python=1.1.0=py312hbb81ca0_4 + - brotli=1.2.0=h17ff524_0 + - brotli-bin=1.2.0=h6910e44_0 + - brotli-python=1.2.0=py312h9d5906e_0 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2025.10.5=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py312he06e257_0 + - cffi=2.0.0=py312he06e257_1 - charset-normalizer=3.4.4=pyhd8ed1ab_0 - click=8.3.0=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 @@ -41,7 +41,7 @@ dependencies: - comm=0.2.3=pyhe01879c_0 - contourpy=1.3.3=py312hf90b1b7_2 - coverage=7.11.0=py312h05f76fc_0 - - cpython=3.12.12=py312hd8ed1ab_0 + - cpython=3.12.12=py312hd8ed1ab_1 - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.1.0=py312he06e257_1 - dask-core=2025.3.0=pyhd8ed1ab_0 @@ -76,7 +76,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - importlib_metadata=8.7.0=h40b2b14_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - - ipykernel=7.0.1=pyh6dadd2b_0 + - ipykernel=7.1.0=pyh6dadd2b_0 - ipython=9.6.0=pyh6be1c34_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 @@ -99,28 +99,28 @@ dependencies: - jupyter_events=0.12.0=pyh29332c3_0 - jupyter_server=2.17.0=pyhcf101f3_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_1 - - jupyterlab=4.4.9=pyhd8ed1ab_0 + - jupyterlab=4.4.10=pyhd8ed1ab_0 - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - - jupyterlab_server=2.27.3=pyhd8ed1ab_1 + - jupyterlab_server=2.28.0=pyhcf101f3_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.18.1=pyh80e38bb_0 - kiwisolver=1.4.9=py312h78d62e6_1 - krb5=1.21.3=hdf4eb48_0 - - lark=1.3.0=pyhd8ed1ab_0 + - lark=1.3.1=pyhd8ed1ab_0 - latexcodec=2.0.1=pyh9f0ad1d_0 - lcms2=2.17=hbcf6048_0 - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 - libblas=3.9.0=35_h5709861_mkl - - libbrotlicommon=1.1.0=hfd05255_4 - - libbrotlidec=1.1.0=hfd05255_4 - - libbrotlienc=1.1.0=hfd05255_4 + - libbrotlicommon=1.2.0=hc82b238_0 + - libbrotlidec=1.2.0=h431afc6_0 + - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - - libffi=3.4.6=h537db12_1 + - libffi=3.5.2=h52bdfb6_0 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - libgcc=15.2.0=h1383e82_7 @@ -148,7 +148,7 @@ dependencies: - markdown-it-py=2.2.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 - matplotlib-base=3.8.4=py312hfee7060_2 - - matplotlib-inline=0.1.7=pyhd8ed1ab_1 + - matplotlib-inline=0.2.1=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.5.0=pyhd8ed1ab_0 - mdurl=0.1.2=pyhd8ed1ab_1 @@ -185,7 +185,7 @@ dependencies: - pluggy=1.6.0=pyhd8ed1ab_0 - prometheus_client=0.23.1=pyhd8ed1ab_0 - prompt-toolkit=3.0.52=pyha770c72_0 - - psutil=7.1.1=py312he06e257_0 + - psutil=7.1.2=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pure_eval=0.2.3=pyhd8ed1ab_1 - pybtex=0.25.1=pyhd8ed1ab_0 @@ -202,10 +202,10 @@ dependencies: - pysocks=1.7.1=pyh09c184e_7 - pytest=8.4.2=pyhd8ed1ab_0 - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.12.12=h30ce641_0_cpython + - python=3.12.12=h0159041_1_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-fastjsonschema=2.21.2=pyhe01879c_0 - - python-gil=3.12.12=hd8ed1ab_0 + - python-gil=3.12.12=hd8ed1ab_1 - python-json-logger=2.0.7=pyhd8ed1ab_0 - python-mumps=0.0.3=py312h8095395_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -221,7 +221,7 @@ dependencies: - rfc3339-validator=0.1.4=pyhd8ed1ab_1 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - rfc3987-syntax=1.1.0=pyhe01879c_1 - - rpds-py=0.27.1=py312hdabe01f_1 + - rpds-py=0.28.0=py312hdabe01f_1 - rtree=1.2.0=py312h50e5f8f_1 - scikit-learn=1.6.1=py312h816cc57_0 - scipy=1.14.1=py312h337df96_2 @@ -299,7 +299,7 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index ee439871..1fcc2616 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -10,15 +10,15 @@ dependencies: - annotated-types=0.7.0=pyhd8ed1ab_1 - asciitree=0.3.3=py_2 - bokeh=3.6.3=pyhd8ed1ab_0 - - brotli=1.1.0=hfd05255_4 - - brotli-bin=1.1.0=hfd05255_4 - - brotli-python=1.1.0=py312hbb81ca0_4 + - brotli=1.2.0=h17ff524_0 + - brotli-bin=1.2.0=h6910e44_0 + - brotli-python=1.2.0=py312h9d5906e_0 - bzip2=1.0.8=h0ad9c76_8 - ca-certificates=2025.10.5=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - certifi=2025.10.5=pyhd8ed1ab_0 - - cffi=2.0.0=py312he06e257_0 + - cffi=2.0.0=py312he06e257_1 - click=8.3.0=pyh7428d3b_0 - cloudpickle=3.1.1=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 @@ -48,15 +48,15 @@ dependencies: - lerc=4.0.0=h6470a55_1 - libaec=1.1.4=h20038f6_0 - libblas=3.9.0=35_h5709861_mkl - - libbrotlicommon=1.1.0=hfd05255_4 - - libbrotlidec=1.1.0=hfd05255_4 - - libbrotlienc=1.1.0=hfd05255_4 + - libbrotlicommon=1.2.0=hc82b238_0 + - libbrotlidec=1.2.0=h431afc6_0 + - libbrotlienc=1.2.0=ha521d6b_0 - libcblas=3.9.0=35_h2a3cdd5_mkl - libcurl=8.16.0=h43ecb02_0 - libdeflate=1.24=h76ddb4d_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 - - libffi=3.4.6=h537db12_1 + - libffi=3.5.2=h52bdfb6_0 - libfreetype=2.14.1=h57928b3_0 - libfreetype6=2.14.1=hdbac1cb_0 - libgcc=15.2.0=h1383e82_7 @@ -94,7 +94,7 @@ dependencies: - partd=1.4.2=pyhd8ed1ab_0 - pillow=10.3.0=py312h381445a_1 - pip=25.2=pyh8b19718_0 - - psutil=7.1.1=py312he06e257_0 + - psutil=7.1.2=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pycparser=2.22=pyh29332c3_1 - pydantic=2.12.3=pyh3cfb1c2_0 @@ -103,7 +103,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - python=3.12.12=h30ce641_0_cpython + - python=3.12.12=h0159041_1_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python-mumps=0.0.3=py312h8095395_0 - python-tzdata=2025.2=pyhd8ed1ab_0 @@ -148,7 +148,7 @@ dependencies: - zstd=1.5.7=hbeecb71_2 - pip: - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@ed5f5cf8cd1a3ef9c3ec13140215d4b5d3da0a31 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@b3352058d585613d34ff3042675a79a3b3e4bfbd - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 77757e3e..b452ea89 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -528,71 +528,71 @@ package: category: main optional: false - name: brotli - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - brotli-bin: 1.1.0 - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + brotli-bin: 1.2.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.2.0-h41a2e66_0.conda hash: - md5: eaf3fbd2aa97c212336de38a51fe404e - sha256: 294526a54fa13635341729f250d0b1cf8f82cad1e6b83130304cbf3b6d8b74cc + md5: 4ddfd44e473c676cb8e80548ba4aa704 + sha256: 33239a07f7685917cac25646dd33798ee93e61f83504a0c938d86c507e05d7c9 category: main optional: false - name: brotli - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - brotli-bin: 1.1.0 - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + brotli-bin: 1.2.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.2.0-h17ff524_0.conda hash: - md5: 441706c019985cf109ced06458e6f742 - sha256: df2a43cc4a99bd184cb249e62106dfa9f55b3d06df9b5fc67072b0336852ff65 + md5: 60c575ea855a6aa03393aa3be2af0414 + sha256: 52a98356eab81a7b9e81515627b64822122361b24f11ee4566f1d0c5ccc49321 category: main optional: false - name: brotli-bin - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.2.0-hf2c8021_0.conda hash: - md5: ca4ed8015764937c81b830f7f5b68543 - sha256: 444903c6e5c553175721a16b7c7de590ef754a15c28c99afbc8a963b35269517 + md5: 5304333319a6124a2737d9f128cbc4ed + sha256: b4aa87fa7658c79e9334c607ad399a964ff75ec8241b9b744b8dc8fc84b55dd0 category: main optional: false - name: brotli-bin - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.2.0-h6910e44_0.conda hash: - md5: ef022c8941d7dcc420c8533b0e419733 - sha256: e92c783502d95743b49b650c9276e9c56c7264da55429a5e45655150a6d1b0cf + md5: c3a73d78af195cb2621e9e16426f7bba + sha256: 1028c8e0f10a6560bb8d5c5b28b2b8979e3088de5313134f6c7b66506623c83c category: main optional: false - name: brotli-python - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: @@ -601,14 +601,14 @@ package: libstdcxx: '>=14' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py310hea6c23e_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py310h8cfb67f_0.conda hash: - md5: 6ef43db290647218e1e04c2601675bff - sha256: 29f24d4a937c3a7f4894d6be9d9f9604adbb5506891f0f37bbb7e2dc8fa6bc0a + md5: 12f24867bc0ec4e15c89cdff988c500e + sha256: ec60f83061182a5587bf0c249dbaa28426c7ddd2d16f0a91735767faf7173941 category: main optional: false - name: brotli-python - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: @@ -617,10 +617,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/brotli-python-1.1.0-py310h73ae2b4_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py310h8abc2a3_0.conda hash: - md5: b53cd64780fbd287d3be3004cb6d7743 - sha256: 7d316ca454968256908c9d947726bc8f51f85fc2a2912814e1a3a98600429855 + md5: cae22b07f9c82ec3762e8c5140e3b580 + sha256: cf035a1ed88651130c4dc76de4578c51d867f7b5bd3f41eddceb9c9440c63527 category: main optional: false - name: bzip2 @@ -760,20 +760,20 @@ package: category: main optional: false - name: cffi - version: 1.17.1 + version: 2.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libffi: '>=3.4,<4.0a0' - libgcc: '>=13' + libffi: '>=3.5.2,<3.6.0a0' + libgcc: '>=14' pycparser: '' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/cffi-1.17.1-py310h8deb56e_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py310he7384ee_1.conda hash: - md5: 1fc24a3196ad5ede2a68148be61894f4 - sha256: 1b389293670268ab80c3b8735bc61bc71366862953e000efbb82204d00e41b6c + md5: 803e2d778b8dcccdc014127ec5001681 + sha256: bf76ead6d59b70f3e901476a73880ac92011be63b151972d135eec55bbbe6091 category: main optional: false - name: cffi @@ -787,10 +787,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/cffi-2.0.0-py310h29418f3_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py310h29418f3_1.conda hash: - md5: f1966de9724cbe801d7b45b50e861fda - sha256: 25b72b58051125c53f4c94b802509711ae657c317ecb7f39044c560e40acda42 + md5: 269ba3d69bf6569296a29425a26400df + sha256: abd04b75ee9a04a2f00dc102b4dc126f393fde58536ca4eaf1a72bb7d60dadf4 category: main optional: false - name: charset-normalizer @@ -1949,7 +1949,7 @@ package: category: dev optional: true - name: ipykernel - version: 7.0.1 + version: 7.1.0 manager: conda platform: linux-64 dependencies: @@ -1967,14 +1967,14 @@ package: pyzmq: '>=25' tornado: '>=6.2' traitlets: '>=5.4.0' - url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.0.1-pyha191276_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.1.0-pyha191276_0.conda hash: - md5: 637e206802904ecc10a558262631f132 - sha256: cf1606f123c7652a8594a5fae68c83c0d8bd891cc125243e0e23bcc5ad2d76e8 + md5: c6f63cfe66adaa5650788e3106b6683a + sha256: a9d6b74115dbd62e19017ff8fa4885b07b5164427f262cc15b5307e5aaf3ee73 category: dev optional: true - name: ipykernel - version: 7.0.1 + version: 7.1.0 manager: conda platform: win-64 dependencies: @@ -1992,10 +1992,10 @@ package: pyzmq: '>=25' tornado: '>=6.2' traitlets: '>=5.4.0' - url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.0.1-pyh6dadd2b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.1.0-pyh6dadd2b_0.conda hash: - md5: fdd2b319460e42978a73fbf0b4670e7d - sha256: 424a34b86d01f12da9d7ed3d622068859032d36c270d3920c9ed3754ed7f5e1c + md5: f22cb16c5ad68fd33d0f65c8739b6a06 + sha256: 75e42103bc3350422896f727041e24767795b214a20f50bf39c371626b8aae8b category: dev optional: true - name: ipython @@ -2710,7 +2710,7 @@ package: category: dev optional: true - name: jupyterlab - version: 4.4.9 + version: 4.4.10 manager: conda platform: linux-64 dependencies: @@ -2730,14 +2730,14 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.9-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda hash: - md5: 6fcc0ffe96c13a864ec6a1defc830526 - sha256: 79c5b7280b7de7019bb45d9ad6b2131fc03cae7dcca9a8d48e04fbc43627a8c0 + md5: 0fc7cfcd261709ef5591c1ea3415e8a7 + sha256: 1ce33112e545bcfc41f92747f4f8b0f36310937339334bfaabe2496a65b3f5b2 category: dev optional: true - name: jupyterlab - version: 4.4.9 + version: 4.4.10 manager: conda platform: win-64 dependencies: @@ -2757,10 +2757,10 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.9-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda hash: - md5: 6fcc0ffe96c13a864ec6a1defc830526 - sha256: 79c5b7280b7de7019bb45d9ad6b2131fc03cae7dcca9a8d48e04fbc43627a8c0 + md5: 0fc7cfcd261709ef5591c1ea3415e8a7 + sha256: 1ce33112e545bcfc41f92747f4f8b0f36310937339334bfaabe2496a65b3f5b2 category: dev optional: true - name: jupyterlab_pygments @@ -2790,43 +2790,41 @@ package: category: dev optional: true - name: jupyterlab_server - version: 2.27.3 + version: 2.28.0 manager: conda platform: linux-64 dependencies: babel: '>=2.10' - importlib-metadata: '>=4.8.3' jinja2: '>=3.0.3' json5: '>=0.9.0' jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.9' + python: '' requests: '>=2.31' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: - md5: 9dc4b2b0f41f0de41d27f3293e319357 - sha256: d03d0b7e23fa56d322993bc9786b3a43b88ccc26e58b77c756619a921ab30e86 + md5: a63877cb23de826b1620d3adfccc4014 + sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee category: dev optional: true - name: jupyterlab_server - version: 2.27.3 + version: 2.28.0 manager: conda platform: win-64 dependencies: babel: '>=2.10' - importlib-metadata: '>=4.8.3' jinja2: '>=3.0.3' json5: '>=0.9.0' jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.9' + python: '>=3.10' requests: '>=2.31' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: - md5: 9dc4b2b0f41f0de41d27f3293e319357 - sha256: d03d0b7e23fa56d322993bc9786b3a43b88ccc26e58b77c756619a921ab30e86 + md5: a63877cb23de826b1620d3adfccc4014 + sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee category: dev optional: true - name: jupyterlab_widgets @@ -2966,27 +2964,27 @@ package: category: main optional: false - name: lark - version: 1.3.0 + version: 1.3.1 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda hash: - md5: c9ee16acbcea5cc91d9f3eb1d8f903bd - sha256: 6370d6a458b4f11a9ab5db7eb05e895f55f276e6aa4c4bbac7dde412c87fae35 + md5: 9b965c999135d43a3d0f7bd7d024e26a + sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true - name: lark - version: 1.3.0 + version: 1.3.1 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda hash: - md5: c9ee16acbcea5cc91d9f3eb1d8f903bd - sha256: 6370d6a458b4f11a9ab5db7eb05e895f55f276e6aa4c4bbac7dde412c87fae35 + md5: 9b965c999135d43a3d0f7bd7d024e26a + sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true - name: latexcodec @@ -3052,10 +3050,11 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda + zstd: '>=1.5.7,<1.6.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-h1aa0949_4.conda hash: - md5: 14bae321b8127b63cba276bd53fac237 - sha256: 707dfb8d55d7a5c6f95c772d778ef07a7ca85417d9971796f7d3daad0b615de8 + md5: c94ab6ff54ba5172cf1c58267005670f + sha256: 96b6900ca0489d9e5d0318a6b49f8eff43fd85fef6e07cb0c25344ee94cd7a3a category: main optional: false - name: lerc @@ -3139,88 +3138,88 @@ package: category: main optional: false - name: libbrotlicommon - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.2.0-h09219d5_0.conda hash: - md5: 1d29d2e33fe59954af82ef54a8af3fe1 - sha256: 2338a92d1de71f10c8cf70f7bb9775b0144a306d75c4812276749f54925612b6 + md5: 9b3117ec960b823815b02190b41c0484 + sha256: fbbcd11742bb8c96daa5f4f550f1804a902708aad2092b39bec3faaa2c8ae88a category: main optional: false - name: libbrotlicommon - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.2.0-hc82b238_0.conda hash: - md5: 58aec7a295039d8614175eae3a4f8778 - sha256: 65d0aaf1176761291987f37c8481be132060cc3dbe44b1550797bc27d1a0c920 + md5: a5607006c2135402ca3bb96ff9b87896 + sha256: 938078532c3a09e9687747fa562c08ece4a35545467ec26e5be9265a5dbff928 category: main optional: false - name: libbrotlidec - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.2.0-hd53d788_0.conda hash: - md5: 5cb5a1c9a94a78f5b23684bcb845338d - sha256: fcec0d26f67741b122f0d5eff32f0393d7ebd3ee6bb866ae2f17f3425a850936 + md5: c183787d2b228775dece45842abbbe53 + sha256: f7f357c33bd10afd58072ad4402853a8522d52d00d7ae9adb161ecf719f63574 category: main optional: false - name: libbrotlidec - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.2.0-h431afc6_0.conda hash: - md5: bf0ced5177fec8c18a7b51d568590b7c - sha256: aa03aff197ed503e38145d0d0f17c30382ac1c6d697535db24c98c272ef57194 + md5: edc47a5d0ec6d95efefab3e99d0f4df0 + sha256: 229edc6f56b51dde812d1932b4c6f477654c2f5d477fff9cff184ebd4ce158bd category: main optional: false - name: libbrotlienc - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.2.0-h02bd7ab_0.conda hash: - md5: 2e55011fa483edb8bfe3fd92e860cd79 - sha256: d42c7f0afce21d5279a0d54ee9e64a2279d35a07a90e0c9545caae57d6d7dc57 + md5: b7a924e3e9ebc7938ffc7d94fe603ed3 + sha256: 1370c8b1a215751c4592bf95d4b5d11bac91c577770efcb237e3a0f35c326559 category: main optional: false - name: libbrotlienc - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.2.0-ha521d6b_0.conda hash: - md5: 37f4669f8ac2f04d826440a8f3f42300 - sha256: a593cde3e728a1e0486a19537846380e3ce90ae9d6c22c1412466a49474eeeed + md5: f780291507a3f91d93a7147daea082f8 + sha256: eb54110ee720e4a73b034d0c2bb0f26eadf79a1bd6b0656ebdf914da8f14989d category: main optional: false - name: libcblas @@ -4323,29 +4322,29 @@ package: category: main optional: false - name: matplotlib-inline - version: 0.1.7 + version: 0.2.1 manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '>=3.10' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda hash: - md5: af6ab708897df59bd6e7283ceab1b56b - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: 00e120ce3e40bad7bfc78861ce3c4a25 + sha256: 9d690334de0cd1d22c51bc28420663f4277cfa60d34fa5cad1ce284a13f1d603 category: dev optional: true - name: matplotlib-inline - version: 0.1.7 + version: 0.2.1 manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '>=3.10' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda hash: - md5: af6ab708897df59bd6e7283ceab1b56b - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: 00e120ce3e40bad7bfc78861ce3c4a25 + sha256: 9d690334de0cd1d22c51bc28420663f4277cfa60d34fa5cad1ce284a13f1d603 category: dev optional: true - name: mccabe @@ -5479,34 +5478,34 @@ package: category: dev optional: true - name: psutil - version: 7.1.0 + version: 7.1.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.10,<3.11.0a0' + python: '' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.0-py310h7c4b9e2_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.2-py310h139afa4_0.conda hash: - md5: b1683bdb8b834126823a034d5f29efb2 - sha256: 3e814f2a006c4a031ad6a08c4d44ed754e035b6eb25533237c8cdfa52d63f103 + md5: ee005b66348b73dede98088db6a5b4fc + sha256: 2f631edfb32a2a3b99be176aebda98cd56492b849e5486c9a4583bff4c8768a8 category: main optional: false - name: psutil - version: 7.1.1 + version: 7.1.2 manager: conda platform: win-64 dependencies: - python: '>=3.10,<3.11.0a0' + python: '' python_abi: 3.10.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.1-py310h29418f3_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.2-py310h1637853_0.conda hash: - md5: f3a0c435d9c4d48dbe2c63ffbb5ee8f5 - sha256: 459423348eea523d74da7e45e2db8cc943c9b52bc36edf0dad93adb1ee4ffdd3 + md5: 43af0cd123cf8bf7ad0e9bba40a086b6 + sha256: 9d1215092d4aa75fd06a6f2e48430356314b43d83039c7f37d8eead254f1ac48 category: main optional: false - name: pthread-stubs @@ -6042,10 +6041,10 @@ package: readline: '>=8.2,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.10.19-hd994cfb_1_cpython.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.10.19-h3c07f61_2_cpython.conda hash: - md5: 3dc262bc5af2a90635384b5ab76545ba - sha256: 8bda48f7f88be7a124359d3797071098851c8667c5e88036ea30a6385ec6635f + md5: 27ac896a8b4970f8977503a9e70dc745 + sha256: 6e3b6b69b3cacfc7610155d58407a003820eaacd50fbe039abff52b5e70b1e9b category: main optional: false - name: python @@ -6066,10 +6065,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/python-3.10.19-hcb012bd_1_cpython.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.10.19-hc20f281_2_cpython.conda hash: - md5: d0be0338335f1450b3bb149936c8d35b - sha256: 16f93601e3f9af858e63a29f68e557edc5bf6de6d0efd03a430610a6acc3f6be + md5: cd78c55405743e88fda2464be3c902b3 + sha256: 58c3066571c9c8ba62254dfa1cee696d053f9f78cd3a92c8032af58232610c32 category: main optional: false - name: python-dateutil @@ -6535,7 +6534,7 @@ package: category: dev optional: true - name: rpds-py - version: 0.27.1 + version: 0.28.0 manager: conda platform: linux-64 dependencies: @@ -6543,14 +6542,14 @@ package: libgcc: '>=14' python: '' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.27.1-py310hd8f68c5_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.28.0-py310hd8f68c5_1.conda hash: - md5: 7afa2dfd1c7d29316b36697e25ccb5d9 - sha256: 22fbf6b99165d143048ae2c7f23cfe4b039dff329f2ae176f9cf60cbc012d147 + md5: 89c50967546eddd050937de8eadcc720 + sha256: c49a48cc13385330c32920ed205ef4dd7dffee9715d88a85c25a657ae33ecabc category: dev optional: true - name: rpds-py - version: 0.27.1 + version: 0.28.0 manager: conda platform: win-64 dependencies: @@ -6559,10 +6558,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/rpds-py-0.27.1-py310h034784e_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.28.0-py310h034784e_1.conda hash: - md5: bcc1638ee07c0eb0bbdf4de1bf3ca780 - sha256: 710f5e87dddb9afd36a30fbe49147dd05f66a3bb85cacb665e2f21a1f4b068f1 + md5: fe8f65571455e5bbabd8ae32c9f00bf1 + sha256: 8601696d7567b6188b90809ef0815dba9ba083626c72b5a20610dfd2060a45a7 category: dev optional: true - name: rtree @@ -8505,7 +8504,7 @@ package: manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8522,7 +8521,7 @@ package: manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8535,7 +8534,7 @@ package: category: main optional: false - name: geoh5py - version: 0.12.0a2.dev192+ad308257 + version: 0.12.0b1 manager: pip platform: linux-64 dependencies: @@ -8543,16 +8542,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 hash: - sha256: ad308257fed905370b41557f86dea6ea85fa6fb3 + sha256: f75f2110f23d633524b63b74e2774bd0fde07891 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 category: main optional: false - name: geoh5py - version: 0.12.0a2.dev192+ad308257 + version: 0.12.0b1 manager: pip platform: win-64 dependencies: @@ -8560,12 +8559,12 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 hash: - sha256: ad308257fed905370b41557f86dea6ea85fa6fb3 + sha256: f75f2110f23d633524b63b74e2774bd0fde07891 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 category: main optional: false - name: grid-apps @@ -8575,7 +8574,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8594,7 +8593,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index 9f7a68d8..8b095467 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -526,71 +526,71 @@ package: category: main optional: false - name: brotli - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - brotli-bin: 1.1.0 - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + brotli-bin: 1.2.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.2.0-h41a2e66_0.conda hash: - md5: eaf3fbd2aa97c212336de38a51fe404e - sha256: 294526a54fa13635341729f250d0b1cf8f82cad1e6b83130304cbf3b6d8b74cc + md5: 4ddfd44e473c676cb8e80548ba4aa704 + sha256: 33239a07f7685917cac25646dd33798ee93e61f83504a0c938d86c507e05d7c9 category: main optional: false - name: brotli - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - brotli-bin: 1.1.0 - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + brotli-bin: 1.2.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.2.0-h17ff524_0.conda hash: - md5: 441706c019985cf109ced06458e6f742 - sha256: df2a43cc4a99bd184cb249e62106dfa9f55b3d06df9b5fc67072b0336852ff65 + md5: 60c575ea855a6aa03393aa3be2af0414 + sha256: 52a98356eab81a7b9e81515627b64822122361b24f11ee4566f1d0c5ccc49321 category: main optional: false - name: brotli-bin - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.2.0-hf2c8021_0.conda hash: - md5: ca4ed8015764937c81b830f7f5b68543 - sha256: 444903c6e5c553175721a16b7c7de590ef754a15c28c99afbc8a963b35269517 + md5: 5304333319a6124a2737d9f128cbc4ed + sha256: b4aa87fa7658c79e9334c607ad399a964ff75ec8241b9b744b8dc8fc84b55dd0 category: main optional: false - name: brotli-bin - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.2.0-h6910e44_0.conda hash: - md5: ef022c8941d7dcc420c8533b0e419733 - sha256: e92c783502d95743b49b650c9276e9c56c7264da55429a5e45655150a6d1b0cf + md5: c3a73d78af195cb2621e9e16426f7bba + sha256: 1028c8e0f10a6560bb8d5c5b28b2b8979e3088de5313134f6c7b66506623c83c category: main optional: false - name: brotli-python - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: @@ -599,14 +599,14 @@ package: libstdcxx: '>=14' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py311h1ddb823_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py311h7c6b74e_0.conda hash: - md5: 7138a06a7b0d11a23cfae323e6010a08 - sha256: 318d4985acbf46457d254fbd6f0df80cc069890b5fc0013b3546d88eee1b1a1f + md5: 645bc783bc723d67a294a51bc860762d + sha256: 5e6858dae1935793a7fa7f46d8975b0596b546c28586cb463dd2fdeba3bcc193 category: main optional: false - name: brotli-python - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: @@ -615,10 +615,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/brotli-python-1.1.0-py311h3e6a449_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py311h69b5583_0.conda hash: - md5: 21d3a7fa95d27938158009cd08e461f2 - sha256: d524edc172239fec70ad946e3b2fa1b9d7eea145ad80e9e66da25a4d815770ea + md5: 2df0b338e8fb85c8bdcb38813165b48b + sha256: ba85fe5b277ad03bfac3c4376dd5c50a2216dea58519edf75a92b7763fb4ea98 category: main optional: false - name: bzip2 @@ -763,15 +763,15 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libffi: '>=3.4.6,<3.5.0a0' + libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' pycparser: '' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py311h5b438cf_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py311h03d9500_1.conda hash: - md5: 6cb6c4d57d12dfa0ecdd19dbe758ffc9 - sha256: 4986d5b3ce60af4e320448a1a2231cb5dd5e3705537e28a7b58951a24bd69893 + md5: 3912e4373de46adafd8f1e97e4bd166b + sha256: 3ad13377356c86d3a945ae30e9b8c8734300925ef81a3cb0a9db0d755afbe7bb category: main optional: false - name: cffi @@ -785,10 +785,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/cffi-2.0.0-py311h3485c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py311h3485c13_1.conda hash: - md5: 573fd072e80c1a334e19a1f95024d94d - sha256: 12f5d72b95dbd417367895a92c35922b24bb016d1497f24f3a243224ec6cb81b + md5: f02335db0282d5077df5bc84684f7ff9 + sha256: c9caca6098e3d92b1a269159b759d757518f2c477fbbb5949cb9fee28807c1f1 category: main optional: false - name: charset-normalizer @@ -1973,7 +1973,7 @@ package: category: dev optional: true - name: ipykernel - version: 7.0.1 + version: 7.1.0 manager: conda platform: linux-64 dependencies: @@ -1991,14 +1991,14 @@ package: pyzmq: '>=25' tornado: '>=6.2' traitlets: '>=5.4.0' - url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.0.1-pyha191276_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.1.0-pyha191276_0.conda hash: - md5: 637e206802904ecc10a558262631f132 - sha256: cf1606f123c7652a8594a5fae68c83c0d8bd891cc125243e0e23bcc5ad2d76e8 + md5: c6f63cfe66adaa5650788e3106b6683a + sha256: a9d6b74115dbd62e19017ff8fa4885b07b5164427f262cc15b5307e5aaf3ee73 category: dev optional: true - name: ipykernel - version: 7.0.1 + version: 7.1.0 manager: conda platform: win-64 dependencies: @@ -2016,10 +2016,10 @@ package: pyzmq: '>=25' tornado: '>=6.2' traitlets: '>=5.4.0' - url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.0.1-pyh6dadd2b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.1.0-pyh6dadd2b_0.conda hash: - md5: fdd2b319460e42978a73fbf0b4670e7d - sha256: 424a34b86d01f12da9d7ed3d622068859032d36c270d3920c9ed3754ed7f5e1c + md5: f22cb16c5ad68fd33d0f65c8739b6a06 + sha256: 75e42103bc3350422896f727041e24767795b214a20f50bf39c371626b8aae8b category: dev optional: true - name: ipython @@ -2762,7 +2762,7 @@ package: category: dev optional: true - name: jupyterlab - version: 4.4.9 + version: 4.4.10 manager: conda platform: linux-64 dependencies: @@ -2782,14 +2782,14 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.9-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda hash: - md5: 6fcc0ffe96c13a864ec6a1defc830526 - sha256: 79c5b7280b7de7019bb45d9ad6b2131fc03cae7dcca9a8d48e04fbc43627a8c0 + md5: 0fc7cfcd261709ef5591c1ea3415e8a7 + sha256: 1ce33112e545bcfc41f92747f4f8b0f36310937339334bfaabe2496a65b3f5b2 category: dev optional: true - name: jupyterlab - version: 4.4.9 + version: 4.4.10 manager: conda platform: win-64 dependencies: @@ -2809,10 +2809,10 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.9-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda hash: - md5: 6fcc0ffe96c13a864ec6a1defc830526 - sha256: 79c5b7280b7de7019bb45d9ad6b2131fc03cae7dcca9a8d48e04fbc43627a8c0 + md5: 0fc7cfcd261709ef5591c1ea3415e8a7 + sha256: 1ce33112e545bcfc41f92747f4f8b0f36310937339334bfaabe2496a65b3f5b2 category: dev optional: true - name: jupyterlab_pygments @@ -2842,43 +2842,41 @@ package: category: dev optional: true - name: jupyterlab_server - version: 2.27.3 + version: 2.28.0 manager: conda platform: linux-64 dependencies: babel: '>=2.10' - importlib-metadata: '>=4.8.3' jinja2: '>=3.0.3' json5: '>=0.9.0' jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.9' + python: '>=3.10' requests: '>=2.31' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: - md5: 9dc4b2b0f41f0de41d27f3293e319357 - sha256: d03d0b7e23fa56d322993bc9786b3a43b88ccc26e58b77c756619a921ab30e86 + md5: a63877cb23de826b1620d3adfccc4014 + sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee category: dev optional: true - name: jupyterlab_server - version: 2.27.3 + version: 2.28.0 manager: conda platform: win-64 dependencies: babel: '>=2.10' - importlib-metadata: '>=4.8.3' jinja2: '>=3.0.3' json5: '>=0.9.0' jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.9' + python: '>=3.10' requests: '>=2.31' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: - md5: 9dc4b2b0f41f0de41d27f3293e319357 - sha256: d03d0b7e23fa56d322993bc9786b3a43b88ccc26e58b77c756619a921ab30e86 + md5: a63877cb23de826b1620d3adfccc4014 + sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee category: dev optional: true - name: jupyterlab_widgets @@ -3018,27 +3016,27 @@ package: category: main optional: false - name: lark - version: 1.3.0 + version: 1.3.1 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda hash: - md5: c9ee16acbcea5cc91d9f3eb1d8f903bd - sha256: 6370d6a458b4f11a9ab5db7eb05e895f55f276e6aa4c4bbac7dde412c87fae35 + md5: 9b965c999135d43a3d0f7bd7d024e26a + sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true - name: lark - version: 1.3.0 + version: 1.3.1 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda hash: - md5: c9ee16acbcea5cc91d9f3eb1d8f903bd - sha256: 6370d6a458b4f11a9ab5db7eb05e895f55f276e6aa4c4bbac7dde412c87fae35 + md5: 9b965c999135d43a3d0f7bd7d024e26a + sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true - name: latexcodec @@ -3104,10 +3102,11 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda + zstd: '>=1.5.7,<1.6.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-h1aa0949_4.conda hash: - md5: 14bae321b8127b63cba276bd53fac237 - sha256: 707dfb8d55d7a5c6f95c772d778ef07a7ca85417d9971796f7d3daad0b615de8 + md5: c94ab6ff54ba5172cf1c58267005670f + sha256: 96b6900ca0489d9e5d0318a6b49f8eff43fd85fef6e07cb0c25344ee94cd7a3a category: main optional: false - name: lerc @@ -3191,88 +3190,88 @@ package: category: main optional: false - name: libbrotlicommon - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.2.0-h09219d5_0.conda hash: - md5: 1d29d2e33fe59954af82ef54a8af3fe1 - sha256: 2338a92d1de71f10c8cf70f7bb9775b0144a306d75c4812276749f54925612b6 + md5: 9b3117ec960b823815b02190b41c0484 + sha256: fbbcd11742bb8c96daa5f4f550f1804a902708aad2092b39bec3faaa2c8ae88a category: main optional: false - name: libbrotlicommon - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.2.0-hc82b238_0.conda hash: - md5: 58aec7a295039d8614175eae3a4f8778 - sha256: 65d0aaf1176761291987f37c8481be132060cc3dbe44b1550797bc27d1a0c920 + md5: a5607006c2135402ca3bb96ff9b87896 + sha256: 938078532c3a09e9687747fa562c08ece4a35545467ec26e5be9265a5dbff928 category: main optional: false - name: libbrotlidec - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.2.0-hd53d788_0.conda hash: - md5: 5cb5a1c9a94a78f5b23684bcb845338d - sha256: fcec0d26f67741b122f0d5eff32f0393d7ebd3ee6bb866ae2f17f3425a850936 + md5: c183787d2b228775dece45842abbbe53 + sha256: f7f357c33bd10afd58072ad4402853a8522d52d00d7ae9adb161ecf719f63574 category: main optional: false - name: libbrotlidec - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.2.0-h431afc6_0.conda hash: - md5: bf0ced5177fec8c18a7b51d568590b7c - sha256: aa03aff197ed503e38145d0d0f17c30382ac1c6d697535db24c98c272ef57194 + md5: edc47a5d0ec6d95efefab3e99d0f4df0 + sha256: 229edc6f56b51dde812d1932b4c6f477654c2f5d477fff9cff184ebd4ce158bd category: main optional: false - name: libbrotlienc - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.2.0-h02bd7ab_0.conda hash: - md5: 2e55011fa483edb8bfe3fd92e860cd79 - sha256: d42c7f0afce21d5279a0d54ee9e64a2279d35a07a90e0c9545caae57d6d7dc57 + md5: b7a924e3e9ebc7938ffc7d94fe603ed3 + sha256: 1370c8b1a215751c4592bf95d4b5d11bac91c577770efcb237e3a0f35c326559 category: main optional: false - name: libbrotlienc - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.2.0-ha521d6b_0.conda hash: - md5: 37f4669f8ac2f04d826440a8f3f42300 - sha256: a593cde3e728a1e0486a19537846380e3ce90ae9d6c22c1412466a49474eeeed + md5: f780291507a3f91d93a7147daea082f8 + sha256: eb54110ee720e4a73b034d0c2bb0f26eadf79a1bd6b0656ebdf914da8f14989d category: main optional: false - name: libcblas @@ -3442,30 +3441,30 @@ package: category: main optional: false - name: libffi - version: 3.4.6 + version: 3.5.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda hash: - md5: ede4673863426c0883c0063d853bbd85 - sha256: 764432d32db45466e87f10621db5b74363a9f847d2b8b1f9743746cd160f06ab + md5: 35f29eec58405aaf55e01cb470d8c26a + sha256: 25cbdfa65580cfab1b8d15ee90b4c9f1e0d72128f1661449c9a999d341377d54 category: main optional: false - name: libffi - version: 3.4.6 + version: 3.5.2 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libffi-3.4.6-h537db12_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libffi-3.5.2-h52bdfb6_0.conda hash: - md5: 85d8fa5e55ed8f93f874b3b23ed54ec6 - sha256: d3b0b8812eab553d3464bbd68204f007f1ebadf96ce30eb0cbc5159f72e353f5 + md5: ba4ad812d2afc22b9a34ce8327a0930f + sha256: ddff25aaa4f0aa535413f5d831b04073789522890a4d8626366e43ecde1534a3 category: main optional: false - name: libfreetype @@ -4375,29 +4374,29 @@ package: category: main optional: false - name: matplotlib-inline - version: 0.1.7 + version: 0.2.1 manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '>=3.10' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda hash: - md5: af6ab708897df59bd6e7283ceab1b56b - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: 00e120ce3e40bad7bfc78861ce3c4a25 + sha256: 9d690334de0cd1d22c51bc28420663f4277cfa60d34fa5cad1ce284a13f1d603 category: dev optional: true - name: matplotlib-inline - version: 0.1.7 + version: 0.2.1 manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '>=3.10' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda hash: - md5: af6ab708897df59bd6e7283ceab1b56b - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: 00e120ce3e40bad7bfc78861ce3c4a25 + sha256: 9d690334de0cd1d22c51bc28420663f4277cfa60d34fa5cad1ce284a13f1d603 category: dev optional: true - name: mccabe @@ -5533,34 +5532,34 @@ package: category: dev optional: true - name: psutil - version: 7.1.1 + version: 7.1.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.11,<3.12.0a0' + python: '' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.1-py311h49ec1c0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.2-py311haee01d2_0.conda hash: - md5: fdf6ddf7278ca192158d25760f2c110a - sha256: ce79e9c43da67de620ded2cdfa2fe42336013abc2fb4e143796e5d22c7ff94d2 + md5: 34444a0803ffe686f8aab4f874091092 + sha256: 83015b3f2de1367a0ea460296c18d12177bf77835d6bc878cc643899186d7811 category: main optional: false - name: psutil - version: 7.1.1 + version: 7.1.2 manager: conda platform: win-64 dependencies: - python: '>=3.11,<3.12.0a0' + python: '' python_abi: 3.11.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.1-py311h3485c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.2-py311hf893f09_0.conda hash: - md5: eb5433aa9dc0fa4f3e32dc91797c0bc1 - sha256: df3461c6ce2de927a2c6f621103faa290809467bf8c3256b6ffe168965a7f586 + md5: 4086d0fff6a89012e1718e13fa8519c6 + sha256: ee8a3be377a84e8b6de0d212dea096e25db0bc6972d64daae700b5e4ce23d3fe category: main optional: false - name: pthread-stubs @@ -6082,7 +6081,7 @@ package: bzip2: '>=1.0.8,<2.0a0' ld_impl_linux-64: '>=2.36.1' libexpat: '>=2.7.1,<3.0a0' - libffi: '>=3.4.6,<3.5.0a0' + libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' liblzma: '>=5.8.1,<6.0a0' libnsl: '>=2.0.1,<2.1.0a0' @@ -6096,10 +6095,10 @@ package: readline: '>=8.2,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.11.14-hfe2f287_1_cpython.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.11.14-hd63d673_2_cpython.conda hash: - md5: e87c753e04bffcda4cbfde7d052c1f7a - sha256: 6515ef4018fda2826570f6f5c068e26dbd3e41a8b642f052c346812b3af28789 + md5: c4202a55b4486314fbb8c11bc43a29a0 + sha256: 5b872f7747891e50e990a96d2b235236a5c66cc9f8c9dcb7149aee674ea8145a category: main optional: false - name: python @@ -6109,7 +6108,7 @@ package: dependencies: bzip2: '>=1.0.8,<2.0a0' libexpat: '>=2.7.1,<3.0a0' - libffi: '>=3.4.6,<3.5.0a0' + libffi: '>=3.5.2,<3.6.0a0' liblzma: '>=5.8.1,<6.0a0' libsqlite: '>=3.50.4,<4.0a0' libzlib: '>=1.3.1,<2.0a0' @@ -6120,10 +6119,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/python-3.11.14-h30ce641_1_cpython.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.11.14-h0159041_2_cpython.conda hash: - md5: 0213e004a0cddcdc9618fa141294db39 - sha256: a2e3daeccf06a6271d32d99e851a56fd938d913d2bc7a21eaa8f8219f20cd5a6 + md5: 02a9ba5950d8b78e6c9862d6ba7a5045 + sha256: d5f455472597aefcdde1bc39bca313fcb40bf084f3ad987da0441f2a2ec242e4 category: main optional: false - name: python-dateutil @@ -6589,7 +6588,7 @@ package: category: dev optional: true - name: rpds-py - version: 0.27.1 + version: 0.28.0 manager: conda platform: linux-64 dependencies: @@ -6597,14 +6596,14 @@ package: libgcc: '>=14' python: '' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.27.1-py311h902ca64_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.28.0-py311h902ca64_1.conda hash: - md5: 622c389c080689ba1575a0750eb0209d - sha256: d9bc1564949ede4abd32aea34cf1997d704b6091e547f255dc0168996f5d5ec8 + md5: 6f0b18ac51ff0b43ea247431d1e23c87 + sha256: cddc88636c61f29966f1410dd452ec946912133b02d7fbf620a7f338b092c82b category: dev optional: true - name: rpds-py - version: 0.27.1 + version: 0.28.0 manager: conda platform: win-64 dependencies: @@ -6613,10 +6612,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/rpds-py-0.27.1-py311hf51aa87_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.28.0-py311hf51aa87_1.conda hash: - md5: 3c5b42969dae70e100154750d29d43cc - sha256: e61607627213b70e7be73570e7ef5e2d36b583512def108aaf78a6ab16f0cdd9 + md5: b476b22eb92dc5817bae7f2fbbd9c5ad + sha256: 94f72b61389e70a7959e76f814fbeeb5186332b05086220fcaa00a92cbad93c8 category: dev optional: true - name: rtree @@ -8590,7 +8589,7 @@ package: manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8607,7 +8606,7 @@ package: manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8620,7 +8619,7 @@ package: category: main optional: false - name: geoh5py - version: 0.12.0a2.dev192+ad308257 + version: 0.12.0b1 manager: pip platform: linux-64 dependencies: @@ -8628,16 +8627,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 hash: - sha256: ad308257fed905370b41557f86dea6ea85fa6fb3 + sha256: f75f2110f23d633524b63b74e2774bd0fde07891 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 category: main optional: false - name: geoh5py - version: 0.12.0a2.dev192+ad308257 + version: 0.12.0b1 manager: pip platform: win-64 dependencies: @@ -8645,12 +8644,12 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 hash: - sha256: ad308257fed905370b41557f86dea6ea85fa6fb3 + sha256: f75f2110f23d633524b63b74e2774bd0fde07891 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 category: main optional: false - name: grid-apps @@ -8660,7 +8659,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8679,7 +8678,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 98ad004e..b6440b45 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -552,71 +552,71 @@ package: category: main optional: false - name: brotli - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - brotli-bin: 1.1.0 - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + brotli-bin: 1.2.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-1.2.0-h41a2e66_0.conda hash: - md5: eaf3fbd2aa97c212336de38a51fe404e - sha256: 294526a54fa13635341729f250d0b1cf8f82cad1e6b83130304cbf3b6d8b74cc + md5: 4ddfd44e473c676cb8e80548ba4aa704 + sha256: 33239a07f7685917cac25646dd33798ee93e61f83504a0c938d86c507e05d7c9 category: main optional: false - name: brotli - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - brotli-bin: 1.1.0 - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + brotli-bin: 1.2.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-1.2.0-h17ff524_0.conda hash: - md5: 441706c019985cf109ced06458e6f742 - sha256: df2a43cc4a99bd184cb249e62106dfa9f55b3d06df9b5fc67072b0336852ff65 + md5: 60c575ea855a6aa03393aa3be2af0414 + sha256: 52a98356eab81a7b9e81515627b64822122361b24f11ee4566f1d0c5ccc49321 category: main optional: false - name: brotli-bin - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-bin-1.2.0-hf2c8021_0.conda hash: - md5: ca4ed8015764937c81b830f7f5b68543 - sha256: 444903c6e5c553175721a16b7c7de590ef754a15c28c99afbc8a963b35269517 + md5: 5304333319a6124a2737d9f128cbc4ed + sha256: b4aa87fa7658c79e9334c607ad399a964ff75ec8241b9b744b8dc8fc84b55dd0 category: main optional: false - name: brotli-bin - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlidec: 1.1.0 - libbrotlienc: 1.1.0 + libbrotlidec: 1.2.0 + libbrotlienc: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-bin-1.2.0-h6910e44_0.conda hash: - md5: ef022c8941d7dcc420c8533b0e419733 - sha256: e92c783502d95743b49b650c9276e9c56c7264da55429a5e45655150a6d1b0cf + md5: c3a73d78af195cb2621e9e16426f7bba + sha256: 1028c8e0f10a6560bb8d5c5b28b2b8979e3088de5313134f6c7b66506623c83c category: main optional: false - name: brotli-python - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: @@ -625,14 +625,14 @@ package: libstdcxx: '>=14' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.1.0-py312h1289d80_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/brotli-python-1.2.0-py312h67db365_0.conda hash: - md5: fd0e7746ed0676f008daacb706ce69e4 - sha256: 52a9ac412512b418ecdb364ba21c0f3dc96f0abbdb356b3cfbb980020b663d9b + md5: 7c9245551ebbe6b6068aeda04060afaa + sha256: 1acccd5464d81184ead80c017b4a7320c59c2774eb914f14d60ca8b4c55754e9 category: main optional: false - name: brotli-python - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: @@ -641,10 +641,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/brotli-python-1.1.0-py312hbb81ca0_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/brotli-python-1.2.0-py312h9d5906e_0.conda hash: - md5: 3bb5cbb24258cc7ab83126976d36e711 - sha256: f3c7c9b0a41c0ec0c231b92fe944e1ab9e64cf0b4ae9d82e25994d3233baa20c + md5: 33b94eb79455950e69771bdd22db2988 + sha256: 48ffd069cab4b3b294daeb90e2536dafed5fe0a8476bc9fdcaa9924b691568f8 category: main optional: false - name: bzip2 @@ -789,15 +789,15 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libffi: '>=3.4.6,<3.5.0a0' + libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' pycparser: '' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py312h35888ee_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/cffi-2.0.0-py312h460c074_1.conda hash: - md5: 60b9cd087d22272885a6b8366b1d3d43 - sha256: f9e906b2cb9ae800b5818259472c3f781b14eb1952e867ac5c1f548e92bf02d9 + md5: 648ee28dcd4e07a1940a17da62eccd40 + sha256: 7dafe8173d5f94e46cf9cd597cc8ff476a8357fbbd4433a8b5697b2864845d9c category: main optional: false - name: cffi @@ -811,10 +811,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/cffi-2.0.0-py312he06e257_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/cffi-2.0.0-py312he06e257_1.conda hash: - md5: 21e34a0fa25e6675e73a18df78dde03b - sha256: 16a68a4a3f6ec4feebe0447298b8d04ca58a3fde720c5e08dc2eed7f27a51f6c + md5: 46f7dccfee37a52a97c0ed6f33fcf0a3 + sha256: 3e3bdcb85a2e79fe47d9c8ce64903c76f663b39cb63b8e761f6f884e76127f82 category: main optional: false - name: charset-normalizer @@ -1014,10 +1014,10 @@ package: dependencies: python: '>=3.12,<3.13.0a0' python_abi: '*' - url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.12.12-py312hd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.12.12-py312hd8ed1ab_1.conda hash: - md5: f929705f660039f25f18e96a11ff17a0 - sha256: 367c7c1b2c5ac0b0554f697089a68c05bdb8c950fd04b9881b963b970549b730 + md5: 99d689ccc1a360639eec979fd7805be9 + sha256: b88c76a6d6b45378552ccfd9e88b2a073161fe83fd1294c8fa103ffd32f7934a category: dev optional: true - name: cpython @@ -1027,10 +1027,10 @@ package: dependencies: python: '>=3.12,<3.13.0a0' python_abi: '*' - url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.12.12-py312hd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/cpython-3.12.12-py312hd8ed1ab_1.conda hash: - md5: f929705f660039f25f18e96a11ff17a0 - sha256: 367c7c1b2c5ac0b0554f697089a68c05bdb8c950fd04b9881b963b970549b730 + md5: 99d689ccc1a360639eec979fd7805be9 + sha256: b88c76a6d6b45378552ccfd9e88b2a073161fe83fd1294c8fa103ffd32f7934a category: dev optional: true - name: cycler @@ -2025,7 +2025,7 @@ package: category: dev optional: true - name: ipykernel - version: 7.0.1 + version: 7.1.0 manager: conda platform: linux-64 dependencies: @@ -2043,14 +2043,14 @@ package: pyzmq: '>=25' tornado: '>=6.2' traitlets: '>=5.4.0' - url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.0.1-pyha191276_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.1.0-pyha191276_0.conda hash: - md5: 637e206802904ecc10a558262631f132 - sha256: cf1606f123c7652a8594a5fae68c83c0d8bd891cc125243e0e23bcc5ad2d76e8 + md5: c6f63cfe66adaa5650788e3106b6683a + sha256: a9d6b74115dbd62e19017ff8fa4885b07b5164427f262cc15b5307e5aaf3ee73 category: dev optional: true - name: ipykernel - version: 7.0.1 + version: 7.1.0 manager: conda platform: win-64 dependencies: @@ -2068,10 +2068,10 @@ package: pyzmq: '>=25' tornado: '>=6.2' traitlets: '>=5.4.0' - url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.0.1-pyh6dadd2b_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipykernel-7.1.0-pyh6dadd2b_0.conda hash: - md5: fdd2b319460e42978a73fbf0b4670e7d - sha256: 424a34b86d01f12da9d7ed3d622068859032d36c270d3920c9ed3754ed7f5e1c + md5: f22cb16c5ad68fd33d0f65c8739b6a06 + sha256: 75e42103bc3350422896f727041e24767795b214a20f50bf39c371626b8aae8b category: dev optional: true - name: ipython @@ -2814,7 +2814,7 @@ package: category: dev optional: true - name: jupyterlab - version: 4.4.9 + version: 4.4.10 manager: conda platform: linux-64 dependencies: @@ -2834,14 +2834,14 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.9-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda hash: - md5: 6fcc0ffe96c13a864ec6a1defc830526 - sha256: 79c5b7280b7de7019bb45d9ad6b2131fc03cae7dcca9a8d48e04fbc43627a8c0 + md5: 0fc7cfcd261709ef5591c1ea3415e8a7 + sha256: 1ce33112e545bcfc41f92747f4f8b0f36310937339334bfaabe2496a65b3f5b2 category: dev optional: true - name: jupyterlab - version: 4.4.9 + version: 4.4.10 manager: conda platform: win-64 dependencies: @@ -2861,10 +2861,10 @@ package: tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.9-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab-4.4.10-pyhd8ed1ab_0.conda hash: - md5: 6fcc0ffe96c13a864ec6a1defc830526 - sha256: 79c5b7280b7de7019bb45d9ad6b2131fc03cae7dcca9a8d48e04fbc43627a8c0 + md5: 0fc7cfcd261709ef5591c1ea3415e8a7 + sha256: 1ce33112e545bcfc41f92747f4f8b0f36310937339334bfaabe2496a65b3f5b2 category: dev optional: true - name: jupyterlab_pygments @@ -2894,43 +2894,41 @@ package: category: dev optional: true - name: jupyterlab_server - version: 2.27.3 + version: 2.28.0 manager: conda platform: linux-64 dependencies: babel: '>=2.10' - importlib-metadata: '>=4.8.3' jinja2: '>=3.0.3' json5: '>=0.9.0' jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.9' + python: '>=3.10' requests: '>=2.31' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: - md5: 9dc4b2b0f41f0de41d27f3293e319357 - sha256: d03d0b7e23fa56d322993bc9786b3a43b88ccc26e58b77c756619a921ab30e86 + md5: a63877cb23de826b1620d3adfccc4014 + sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee category: dev optional: true - name: jupyterlab_server - version: 2.27.3 + version: 2.28.0 manager: conda platform: win-64 dependencies: babel: '>=2.10' - importlib-metadata: '>=4.8.3' jinja2: '>=3.0.3' json5: '>=0.9.0' jsonschema: '>=4.18' jupyter_server: '>=1.21,<3' packaging: '>=21.3' - python: '>=3.9' + python: '>=3.10' requests: '>=2.31' - url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.27.3-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/jupyterlab_server-2.28.0-pyhcf101f3_0.conda hash: - md5: 9dc4b2b0f41f0de41d27f3293e319357 - sha256: d03d0b7e23fa56d322993bc9786b3a43b88ccc26e58b77c756619a921ab30e86 + md5: a63877cb23de826b1620d3adfccc4014 + sha256: 381d2d6a259a3be5f38a69463e0f6c5dcf1844ae113058007b51c3bef13a7cee category: dev optional: true - name: jupyterlab_widgets @@ -3070,27 +3068,27 @@ package: category: main optional: false - name: lark - version: 1.3.0 + version: 1.3.1 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda hash: - md5: c9ee16acbcea5cc91d9f3eb1d8f903bd - sha256: 6370d6a458b4f11a9ab5db7eb05e895f55f276e6aa4c4bbac7dde412c87fae35 + md5: 9b965c999135d43a3d0f7bd7d024e26a + sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true - name: lark - version: 1.3.0 + version: 1.3.1 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/lark-1.3.1-pyhd8ed1ab_0.conda hash: - md5: c9ee16acbcea5cc91d9f3eb1d8f903bd - sha256: 6370d6a458b4f11a9ab5db7eb05e895f55f276e6aa4c4bbac7dde412c87fae35 + md5: 9b965c999135d43a3d0f7bd7d024e26a + sha256: 49570840fb15f5df5d4b4464db8ee43a6d643031a2bc70ef52120a52e3809699 category: dev optional: true - name: latexcodec @@ -3156,10 +3154,11 @@ package: platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-ha97dd6f_2.conda + zstd: '>=1.5.7,<1.6.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.44-h1aa0949_4.conda hash: - md5: 14bae321b8127b63cba276bd53fac237 - sha256: 707dfb8d55d7a5c6f95c772d778ef07a7ca85417d9971796f7d3daad0b615de8 + md5: c94ab6ff54ba5172cf1c58267005670f + sha256: 96b6900ca0489d9e5d0318a6b49f8eff43fd85fef6e07cb0c25344ee94cd7a3a category: main optional: false - name: lerc @@ -3243,88 +3242,88 @@ package: category: main optional: false - name: libbrotlicommon - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlicommon-1.2.0-h09219d5_0.conda hash: - md5: 1d29d2e33fe59954af82ef54a8af3fe1 - sha256: 2338a92d1de71f10c8cf70f7bb9775b0144a306d75c4812276749f54925612b6 + md5: 9b3117ec960b823815b02190b41c0484 + sha256: fbbcd11742bb8c96daa5f4f550f1804a902708aad2092b39bec3faaa2c8ae88a category: main optional: false - name: libbrotlicommon - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlicommon-1.2.0-hc82b238_0.conda hash: - md5: 58aec7a295039d8614175eae3a4f8778 - sha256: 65d0aaf1176761291987f37c8481be132060cc3dbe44b1550797bc27d1a0c920 + md5: a5607006c2135402ca3bb96ff9b87896 + sha256: 938078532c3a09e9687747fa562c08ece4a35545467ec26e5be9265a5dbff928 category: main optional: false - name: libbrotlidec - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlidec-1.2.0-hd53d788_0.conda hash: - md5: 5cb5a1c9a94a78f5b23684bcb845338d - sha256: fcec0d26f67741b122f0d5eff32f0393d7ebd3ee6bb866ae2f17f3425a850936 + md5: c183787d2b228775dece45842abbbe53 + sha256: f7f357c33bd10afd58072ad4402853a8522d52d00d7ae9adb161ecf719f63574 category: main optional: false - name: libbrotlidec - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlidec-1.2.0-h431afc6_0.conda hash: - md5: bf0ced5177fec8c18a7b51d568590b7c - sha256: aa03aff197ed503e38145d0d0f17c30382ac1c6d697535db24c98c272ef57194 + md5: edc47a5d0ec6d95efefab3e99d0f4df0 + sha256: 229edc6f56b51dde812d1932b4c6f477654c2f5d477fff9cff184ebd4ce158bd category: main optional: false - name: libbrotlienc - version: 1.1.0 + version: 1.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.1.0-hb03c661_4.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libbrotlienc-1.2.0-h02bd7ab_0.conda hash: - md5: 2e55011fa483edb8bfe3fd92e860cd79 - sha256: d42c7f0afce21d5279a0d54ee9e64a2279d35a07a90e0c9545caae57d6d7dc57 + md5: b7a924e3e9ebc7938ffc7d94fe603ed3 + sha256: 1370c8b1a215751c4592bf95d4b5d11bac91c577770efcb237e3a0f35c326559 category: main optional: false - name: libbrotlienc - version: 1.1.0 + version: 1.2.0 manager: conda platform: win-64 dependencies: - libbrotlicommon: 1.1.0 + libbrotlicommon: 1.2.0 ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.1.0-hfd05255_4.conda + url: https://repo.prefix.dev/conda-forge/win-64/libbrotlienc-1.2.0-ha521d6b_0.conda hash: - md5: 37f4669f8ac2f04d826440a8f3f42300 - sha256: a593cde3e728a1e0486a19537846380e3ce90ae9d6c22c1412466a49474eeeed + md5: f780291507a3f91d93a7147daea082f8 + sha256: eb54110ee720e4a73b034d0c2bb0f26eadf79a1bd6b0656ebdf914da8f14989d category: main optional: false - name: libcblas @@ -3494,30 +3493,30 @@ package: category: main optional: false - name: libffi - version: 3.4.6 + version: 3.5.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libffi-3.4.6-h2dba641_1.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda hash: - md5: ede4673863426c0883c0063d853bbd85 - sha256: 764432d32db45466e87f10621db5b74363a9f847d2b8b1f9743746cd160f06ab + md5: 35f29eec58405aaf55e01cb470d8c26a + sha256: 25cbdfa65580cfab1b8d15ee90b4c9f1e0d72128f1661449c9a999d341377d54 category: main optional: false - name: libffi - version: 3.4.6 + version: 3.5.2 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libffi-3.4.6-h537db12_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libffi-3.5.2-h52bdfb6_0.conda hash: - md5: 85d8fa5e55ed8f93f874b3b23ed54ec6 - sha256: d3b0b8812eab553d3464bbd68204f007f1ebadf96ce30eb0cbc5159f72e353f5 + md5: ba4ad812d2afc22b9a34ce8327a0930f + sha256: ddff25aaa4f0aa535413f5d831b04073789522890a4d8626366e43ecde1534a3 category: main optional: false - name: libfreetype @@ -4427,29 +4426,29 @@ package: category: main optional: false - name: matplotlib-inline - version: 0.1.7 + version: 0.2.1 manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '>=3.10' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda hash: - md5: af6ab708897df59bd6e7283ceab1b56b - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: 00e120ce3e40bad7bfc78861ce3c4a25 + sha256: 9d690334de0cd1d22c51bc28420663f4277cfa60d34fa5cad1ce284a13f1d603 category: dev optional: true - name: matplotlib-inline - version: 0.1.7 + version: 0.2.1 manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '>=3.10' traitlets: '' - url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.1.7-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/matplotlib-inline-0.2.1-pyhd8ed1ab_0.conda hash: - md5: af6ab708897df59bd6e7283ceab1b56b - sha256: 69b7dc7131703d3d60da9b0faa6dd8acbf6f6c396224cf6aef3e855b8c0c41c6 + md5: 00e120ce3e40bad7bfc78861ce3c4a25 + sha256: 9d690334de0cd1d22c51bc28420663f4277cfa60d34fa5cad1ce284a13f1d603 category: dev optional: true - name: mccabe @@ -5585,34 +5584,34 @@ package: category: dev optional: true - name: psutil - version: 7.1.1 + version: 7.1.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - python: '>=3.12,<3.13.0a0' + python: '' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.1-py312h4c3975b_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.1.2-py312h5253ce2_0.conda hash: - md5: 8713607fa1730cbd870fed86a3230926 - sha256: 92fe5c84e6892262e2dfb2a1f90516eadf887b469805509b547c0575e2811901 + md5: 6f536800cae48602ca168190f2e9ba5a + sha256: 4a1d77cf2be755610bb10ed5acd724a0e59da55c1c4ffaf076700bcb3a6bc84a category: main optional: false - name: psutil - version: 7.1.1 + version: 7.1.2 manager: conda platform: win-64 dependencies: - python: '>=3.12,<3.13.0a0' + python: '' python_abi: 3.12.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.1-py312he06e257_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.1.2-py312he5662c2_0.conda hash: - md5: 63a0c1ac90bff8fd180d1d541c46f73f - sha256: 30c5d43f57ab8e55269ffdf8473ffb87290827cdbadf0ab827f777027c8ecf6b + md5: a4fb68f49e57ae6a992a6de95e131bb1 + sha256: 79947000217a3b6018d04689e556ba468d0f3dbd7ba1c62b2f106bd47623d282 category: main optional: false - name: pthread-stubs @@ -6134,7 +6133,7 @@ package: bzip2: '>=1.0.8,<2.0a0' ld_impl_linux-64: '>=2.36.1' libexpat: '>=2.7.1,<3.0a0' - libffi: '>=3.4.6,<3.5.0a0' + libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' liblzma: '>=5.8.1,<6.0a0' libnsl: '>=2.0.1,<2.1.0a0' @@ -6148,10 +6147,10 @@ package: readline: '>=8.2,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.12.12-hfe2f287_0_cpython.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.12.12-hd63d673_1_cpython.conda hash: - md5: ceada987beec823b3c702710ee073fba - sha256: 5386d8c8230b6478ae165ff34f57d498891ac160e871629cbb4d4256e69cc542 + md5: 5c00c8cea14ee8d02941cab9121dce41 + sha256: 39898d24769a848c057ab861052e50bdc266310a7509efa3514b840e85a2ae98 category: main optional: false - name: python @@ -6161,7 +6160,7 @@ package: dependencies: bzip2: '>=1.0.8,<2.0a0' libexpat: '>=2.7.1,<3.0a0' - libffi: '>=3.4.6,<3.5.0a0' + libffi: '>=3.5.2,<3.6.0a0' liblzma: '>=5.8.1,<6.0a0' libsqlite: '>=3.50.4,<4.0a0' libzlib: '>=1.3.1,<2.0a0' @@ -6172,10 +6171,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/python-3.12.12-h30ce641_0_cpython.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.12.12-h0159041_1_cpython.conda hash: - md5: e672c6dc92e6f1fcac0f9fed61b2b922 - sha256: 9e9d6fa3b4ef231fcabf00364319f4ffacb1fb683e6c61c2438bafe3c61a7e2e + md5: 42ae551e4c15837a582bea63412dc0b4 + sha256: 9b163b0426c92eee1881d5c838e230a750a3fa372092db494772886ab91c2548 category: main optional: false - name: python-dateutil @@ -6235,10 +6234,10 @@ package: dependencies: cpython: 3.12.12.* python_abi: '*' - url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.12.12-hd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.12.12-hd8ed1ab_1.conda hash: - md5: b317ae484dd8214de8ee7f0839be3500 - sha256: 609a723cb132c2454031b443fca0d42dca38f5a5acf1bb994e8d4356b1e13b98 + md5: c20172b4c59fbe288fa50cdc1b693d73 + sha256: 59f17182813f8b23709b7d4cfda82c33b72dd007cb729efa0033c609fbd92122 category: dev optional: true - name: python-gil @@ -6248,10 +6247,10 @@ package: dependencies: cpython: 3.12.12.* python_abi: '*' - url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.12.12-hd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/python-gil-3.12.12-hd8ed1ab_1.conda hash: - md5: b317ae484dd8214de8ee7f0839be3500 - sha256: 609a723cb132c2454031b443fca0d42dca38f5a5acf1bb994e8d4356b1e13b98 + md5: c20172b4c59fbe288fa50cdc1b693d73 + sha256: 59f17182813f8b23709b7d4cfda82c33b72dd007cb729efa0033c609fbd92122 category: dev optional: true - name: python-json-logger @@ -6669,7 +6668,7 @@ package: category: dev optional: true - name: rpds-py - version: 0.27.1 + version: 0.28.0 manager: conda platform: linux-64 dependencies: @@ -6677,14 +6676,14 @@ package: libgcc: '>=14' python: '' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.27.1-py312h868fb18_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/rpds-py-0.28.0-py312h868fb18_1.conda hash: - md5: 0e32f9c8ca00c1b926a1b77be6937112 - sha256: 76efba673e02d4d47bc2de6e48a8787ed98bae4933233dee5ce810fa3de6ef2b + md5: f0fa48a0922e2ff27fe3bcb3bf23af32 + sha256: 60ee3abcebc18eb313f45aff8b9e0f067e8a81def228553730a6bbf183ff853c category: dev optional: true - name: rpds-py - version: 0.27.1 + version: 0.28.0 manager: conda platform: win-64 dependencies: @@ -6693,10 +6692,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/rpds-py-0.27.1-py312hdabe01f_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/rpds-py-0.28.0-py312hdabe01f_1.conda hash: - md5: b918460732f2e1de583e831e1388648d - sha256: 67f9ba28a0fd97cecba1203770c60c501adcefa86330f96a1581de34ec79f22e + md5: ca996817cff01001194c0304aa8c99ec + sha256: 60db484be2ed977abab310b91808ca08242f95fa50d85e20231f2c43e5e5ad0a category: dev optional: true - name: rtree @@ -8670,7 +8669,7 @@ package: manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8687,7 +8686,7 @@ package: manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8700,7 +8699,7 @@ package: category: main optional: false - name: geoh5py - version: 0.12.0a2.dev192+ad308257 + version: 0.12.0b1 manager: pip platform: linux-64 dependencies: @@ -8708,16 +8707,16 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 hash: - sha256: ad308257fed905370b41557f86dea6ea85fa6fb3 + sha256: f75f2110f23d633524b63b74e2774bd0fde07891 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 category: main optional: false - name: geoh5py - version: 0.12.0a2.dev192+ad308257 + version: 0.12.0b1 manager: pip platform: win-64 dependencies: @@ -8725,12 +8724,12 @@ package: numpy: '>=1.26.0,<1.27.0' pillow: '>=10.3.0,<10.4.0' pydantic: '>=2.5.2,<3.0.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 hash: - sha256: ad308257fed905370b41557f86dea6ea85fa6fb3 + sha256: f75f2110f23d633524b63b74e2774bd0fde07891 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@ad308257fed905370b41557f86dea6ea85fa6fb3 + url: git+https://github.com/MiraGeoscience/geoh5py.git@f75f2110f23d633524b63b74e2774bd0fde07891 category: main optional: false - name: grid-apps @@ -8740,7 +8739,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' @@ -8759,7 +8758,7 @@ package: dependencies: discretize: '>=0.11.0,<0.12.dev' geoapps-utils: 0.6.0a1.dev108+ed5f5cf - geoh5py: 0.12.0a2.dev192+ad308257 + geoh5py: 0.12.0b1 numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' From 214f7436c68689da6ec210f2e054abd2763335ee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:02:49 +0000 Subject: [PATCH 4/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- simpeg_drivers/joint/driver.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/simpeg_drivers/joint/driver.py b/simpeg_drivers/joint/driver.py index 80d018d5..d20888ca 100644 --- a/simpeg_drivers/joint/driver.py +++ b/simpeg_drivers/joint/driver.py @@ -499,7 +499,6 @@ def _get_set_simulation_mappings(self, misfits, mapping): """ futures = [] - for misfit in misfits.objfcts: delayed_mapping = self.client.scatter(mapping) if self.client: @@ -508,7 +507,7 @@ def _get_set_simulation_mappings(self, misfits, mapping): _get_set_mapping, misfit, delayed_mapping, - workers=self.client.who_has(misfit)[misfit.key] + workers=self.client.who_has(misfit)[misfit.key], ) ) else: From 4d9a9a4728fdddbd15f3fcd8c3148d25e1ed220f Mon Sep 17 00:00:00 2001 From: dominiquef Date: Tue, 28 Oct 2025 15:07:13 -0700 Subject: [PATCH 5/8] Move delay --- simpeg_drivers/joint/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpeg_drivers/joint/driver.py b/simpeg_drivers/joint/driver.py index d20888ca..5ad9c34b 100644 --- a/simpeg_drivers/joint/driver.py +++ b/simpeg_drivers/joint/driver.py @@ -500,8 +500,8 @@ def _get_set_simulation_mappings(self, misfits, mapping): futures = [] for misfit in misfits.objfcts: - delayed_mapping = self.client.scatter(mapping) if self.client: + delayed_mapping = self.client.scatter(mapping) futures.append( self.client.submit( _get_set_mapping, From 04321a5e96edfe542c5c7d76dc81ed41040c3ffa Mon Sep 17 00:00:00 2001 From: dominiquef Date: Tue, 28 Oct 2025 15:30:16 -0700 Subject: [PATCH 6/8] Also assign worker on get_ordering --- simpeg_drivers/components/factories/misfit_factory.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/simpeg_drivers/components/factories/misfit_factory.py b/simpeg_drivers/components/factories/misfit_factory.py index 0b7c8d59..350ed45f 100644 --- a/simpeg_drivers/components/factories/misfit_factory.py +++ b/simpeg_drivers/components/factories/misfit_factory.py @@ -144,7 +144,13 @@ def collect_ordering_from_misfits(self, misfits): attributes = [] for misfit in misfits: if self.client: - attributes.append(self.client.submit(_get_ordering, misfit)) + attributes.append( + self.client.submit( + _get_ordering, + misfit, + workers=self.client.who_has(misfit)[misfit.key] + ) + ) else: attributes += _get_ordering(misfit) From 1d0da7b0dd3a12954e6de6df9f14ad9ce85ac687 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:33:33 +0000 Subject: [PATCH 7/8] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- simpeg_drivers/components/factories/misfit_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpeg_drivers/components/factories/misfit_factory.py b/simpeg_drivers/components/factories/misfit_factory.py index 350ed45f..8b197c35 100644 --- a/simpeg_drivers/components/factories/misfit_factory.py +++ b/simpeg_drivers/components/factories/misfit_factory.py @@ -148,7 +148,7 @@ def collect_ordering_from_misfits(self, misfits): self.client.submit( _get_ordering, misfit, - workers=self.client.who_has(misfit)[misfit.key] + workers=self.client.who_has(misfit)[misfit.key], ) ) else: From 035d9846e69582fefebb73bcb5b8e99cf4576c6d Mon Sep 17 00:00:00 2001 From: dominiquef Date: Wed, 29 Oct 2025 08:46:51 -0700 Subject: [PATCH 8/8] Fix pre-commit --- simpeg_drivers/components/factories/misfit_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpeg_drivers/components/factories/misfit_factory.py b/simpeg_drivers/components/factories/misfit_factory.py index 350ed45f..8b197c35 100644 --- a/simpeg_drivers/components/factories/misfit_factory.py +++ b/simpeg_drivers/components/factories/misfit_factory.py @@ -148,7 +148,7 @@ def collect_ordering_from_misfits(self, misfits): self.client.submit( _get_ordering, misfit, - workers=self.client.who_has(misfit)[misfit.key] + workers=self.client.who_has(misfit)[misfit.key], ) ) else: