From ee1bd6d8a9ed46c387310e13a3b4a5caf281da4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:00:15 -0500 Subject: [PATCH 1/5] [DEVOPS-922] lock env on published Mira dependencies --- .../py-3.10-linux-64-dev.conda.lock.yml | 10 +- environments/py-3.10-linux-64.conda.lock.yml | 10 +- .../py-3.10-win-64-dev.conda.lock.yml | 10 +- environments/py-3.10-win-64.conda.lock.yml | 10 +- .../py-3.11-linux-64-dev.conda.lock.yml | 10 +- environments/py-3.11-linux-64.conda.lock.yml | 10 +- .../py-3.11-win-64-dev.conda.lock.yml | 10 +- environments/py-3.11-win-64.conda.lock.yml | 10 +- .../py-3.12-linux-64-dev.conda.lock.yml | 10 +- environments/py-3.12-linux-64.conda.lock.yml | 10 +- .../py-3.12-win-64-dev.conda.lock.yml | 10 +- environments/py-3.12-win-64.conda.lock.yml | 10 +- py-3.10.conda-lock.yml | 98 ++++++++----------- py-3.11.conda-lock.yml | 98 ++++++++----------- py-3.12.conda-lock.yml | 98 ++++++++----------- pyproject.toml | 16 +-- 16 files changed, 188 insertions(+), 242 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 19171604..96573872 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: c673a224b6a128d7a5be2ae3cc61985682147dba1ef082272e749eff0a34af2b +# input_hash: 04182781a63ead68e8e7c31d9a09e754d8ad6f0d4d41762585826d02943a60e8 channels: - conda-forge @@ -282,10 +282,10 @@ dependencies: - zstandard=0.25.0=py310h139afa4_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index 8f1afaee..36e18752 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: c673a224b6a128d7a5be2ae3cc61985682147dba1ef082272e749eff0a34af2b +# input_hash: 04182781a63ead68e8e7c31d9a09e754d8ad6f0d4d41762585826d02943a60e8 channels: - conda-forge @@ -158,10 +158,10 @@ dependencies: - zstandard=0.25.0=py310h139afa4_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-win-64-dev.conda.lock.yml b/environments/py-3.10-win-64-dev.conda.lock.yml index 95d6cfa7..4f051b12 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 9b503869bc7e786a533feb6a7506ee8667954a8f63b525adb0dec96dab963cd5 +# input_hash: da80cf40edcb5c1cfb9414b6e2a88c9cf5fbd765ef1e5975629a2f373cc4776a channels: - conda-forge @@ -268,10 +268,10 @@ dependencies: - zstandard=0.25.0=py310h1637853_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 9c6040d6..7ecde5dd 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 9b503869bc7e786a533feb6a7506ee8667954a8f63b525adb0dec96dab963cd5 +# input_hash: da80cf40edcb5c1cfb9414b6e2a88c9cf5fbd765ef1e5975629a2f373cc4776a channels: - conda-forge @@ -145,10 +145,10 @@ dependencies: - zstandard=0.25.0=py310h1637853_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-linux-64-dev.conda.lock.yml b/environments/py-3.11-linux-64-dev.conda.lock.yml index d2b4be26..532e2495 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 2cf872f5d12711990e183c3d2fccf4d430fa0049778fa650827c2a7efa8fbf72 +# input_hash: c2eb8ea440937825b991f1a9ca495d24a3ae8d501aaa0c5e6da2624aebf55dac channels: - conda-forge @@ -285,10 +285,10 @@ dependencies: - zstandard=0.25.0=py311haee01d2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index f0e529ab..4274345d 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 2cf872f5d12711990e183c3d2fccf4d430fa0049778fa650827c2a7efa8fbf72 +# input_hash: c2eb8ea440937825b991f1a9ca495d24a3ae8d501aaa0c5e6da2624aebf55dac channels: - conda-forge @@ -160,10 +160,10 @@ dependencies: - zstandard=0.25.0=py311haee01d2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-win-64-dev.conda.lock.yml b/environments/py-3.11-win-64-dev.conda.lock.yml index 6b83e721..ee94af95 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: d8fc1a6b8a5bcd02b463457d6133d8953a48991793c43992564303af7281a58f +# input_hash: b3bafc91b46092ea8d73661dc4e01f372b7d5b9550e3793f855ed382ff152afb channels: - conda-forge @@ -271,10 +271,10 @@ dependencies: - zstandard=0.25.0=py311hf893f09_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index efb2cbfb..90196358 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: d8fc1a6b8a5bcd02b463457d6133d8953a48991793c43992564303af7281a58f +# input_hash: b3bafc91b46092ea8d73661dc4e01f372b7d5b9550e3793f855ed382ff152afb channels: - conda-forge @@ -147,10 +147,10 @@ dependencies: - zstandard=0.25.0=py311hf893f09_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index 6759c9ea..a6a84fa5 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 2dc72f961903692f4191a74c5475586d5fd27ff3751f9d36df198fad89be580c +# input_hash: d840e5519329f10385a7146db8f04834806ed22c84fa26fd5468a36240867f90 channels: - conda-forge @@ -288,10 +288,10 @@ dependencies: - zstandard=0.25.0=py312h5253ce2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 5bec00b1..eb04a0d5 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 2dc72f961903692f4191a74c5475586d5fd27ff3751f9d36df198fad89be580c +# input_hash: d840e5519329f10385a7146db8f04834806ed22c84fa26fd5468a36240867f90 channels: - conda-forge @@ -160,10 +160,10 @@ dependencies: - zstandard=0.25.0=py312h5253ce2_0 - zstd=1.5.7=hb8e6e7a_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index b00bfd17..3ae4176c 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: ced75c93c99f092b6f5cb1b4b1a231cb403e89c87a83ba556326a497636a782b +# input_hash: e9366d490217d0ff14d810f84143aa5b99608204d4f100db017f77dee02ba1b7 channels: - conda-forge @@ -274,10 +274,10 @@ dependencies: - zstandard=0.25.0=py312he5662c2_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index c26848c6..4236aa59 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: ced75c93c99f092b6f5cb1b4b1a231cb403e89c87a83ba556326a497636a782b +# input_hash: e9366d490217d0ff14d810f84143aa5b99608204d4f100db017f77dee02ba1b7 channels: - conda-forge @@ -147,10 +147,10 @@ dependencies: - zstandard=0.25.0=py312he5662c2_0 - zstd=1.5.7=hbeecb71_2 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c - - grid-apps @ git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 + - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 + - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: KMP_WARNINGS: 0 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 3fde9d9b..af7f1352 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 9b503869bc7e786a533feb6a7506ee8667954a8f63b525adb0dec96dab963cd5 - linux-64: c673a224b6a128d7a5be2ae3cc61985682147dba1ef082272e749eff0a34af2b + win-64: da80cf40edcb5c1cfb9414b6e2a88c9cf5fbd765ef1e5975629a2f373cc4776a + linux-64: 04182781a63ead68e8e7c31d9a09e754d8ad6f0d4d41762585826d02943a60e8 channels: - url: conda-forge used_env_vars: [] @@ -7796,41 +7796,35 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a0 + version: 0.6.0b1 manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0b4.dev8+a9f57210 + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoapps-utils/0.6.0b1/geoapps_utils-0.6.0b1-py3-none-any.whl hash: - sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + sha256: 51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 category: main optional: false - name: geoapps-utils - version: 0.7.0a0 + version: 0.6.0b1 manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0b4.dev8+a9f57210 + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoapps-utils/0.6.0b1/geoapps_utils-0.6.0b1-py3-none-any.whl hash: - sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + sha256: 51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 category: main optional: false - name: geoh5py - version: 0.12.0b4.dev8+a9f57210 + version: 0.12.0b3 manager: pip platform: linux-64 dependencies: @@ -7838,16 +7832,13 @@ 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@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoh5py/0.12.0b3/geoh5py-0.12.0b3-py3-none-any.whl hash: - sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + sha256: 59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 category: main optional: false - name: geoh5py - version: 0.12.0b4.dev8+a9f57210 + version: 0.12.0b3 manager: pip platform: win-64 dependencies: @@ -7855,91 +7846,82 @@ 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@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoh5py/0.12.0b3/geoh5py-0.12.0b3-py3-none-any.whl hash: - sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + sha256: 59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 category: main optional: false - name: grid-apps - version: 0.2.0a0 + version: 0.1.0b1 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a0 - geoh5py: 0.12.0b4.dev8+a9f57210 + geoapps-utils: '>=0.6.0b1,<0.7.dev' + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl hash: - sha256: d6a42611003c184354e1367de41a88783b928166 - source: - type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c category: main optional: false - name: grid-apps - version: 0.2.0a0 + version: 0.1.0b1 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a0 - geoh5py: 0.12.0b4.dev8+a9f57210 + geoapps-utils: '>=0.6.0b1,<0.7.dev' + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl hash: - sha256: d6a42611003c184354e1367de41a88783b928166 - source: - type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev125+mira.g489775b59 + version: 0.23.0.2b1 manager: pip platform: linux-64 dependencies: + dask: '*' discretize: '>=0.11' + fsspec: '>=0.3.3' geoana: '>=0.7.0' - geoh5py: '>=0.12.0a0.dev0,<0.13.dev' + geoh5py: '>=0.12.0b3,<0.13.dev' libdlf: '*' matplotlib: '*' numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + zarr: '*' + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl hash: - sha256: 489775b595d5abce81d49b52bfefcecc3181c5c5 - source: - type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev125+mira.g489775b59 + version: 0.23.0.2b1 manager: pip platform: win-64 dependencies: + dask: '*' discretize: '>=0.11' + fsspec: '>=0.3.3' geoana: '>=0.7.0' - geoh5py: '>=0.12.0a0.dev0,<0.13.dev' + geoh5py: '>=0.12.0b3,<0.13.dev' libdlf: '*' matplotlib: '*' numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + zarr: '*' + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl hash: - sha256: 489775b595d5abce81d49b52bfefcecc3181c5c5 - source: - type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e category: main optional: false diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index 3e1b23d1..48e961d7 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: d8fc1a6b8a5bcd02b463457d6133d8953a48991793c43992564303af7281a58f - linux-64: 2cf872f5d12711990e183c3d2fccf4d430fa0049778fa650827c2a7efa8fbf72 + win-64: b3bafc91b46092ea8d73661dc4e01f372b7d5b9550e3793f855ed382ff152afb + linux-64: c2eb8ea440937825b991f1a9ca495d24a3ae8d501aaa0c5e6da2624aebf55dac channels: - url: conda-forge used_env_vars: [] @@ -7881,41 +7881,35 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a0 + version: 0.6.0b1 manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0b4.dev8+a9f57210 + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoapps-utils/0.6.0b1/geoapps_utils-0.6.0b1-py3-none-any.whl hash: - sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + sha256: 51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 category: main optional: false - name: geoapps-utils - version: 0.7.0a0 + version: 0.6.0b1 manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0b4.dev8+a9f57210 + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoapps-utils/0.6.0b1/geoapps_utils-0.6.0b1-py3-none-any.whl hash: - sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + sha256: 51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 category: main optional: false - name: geoh5py - version: 0.12.0b4.dev8+a9f57210 + version: 0.12.0b3 manager: pip platform: linux-64 dependencies: @@ -7923,16 +7917,13 @@ 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@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoh5py/0.12.0b3/geoh5py-0.12.0b3-py3-none-any.whl hash: - sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + sha256: 59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 category: main optional: false - name: geoh5py - version: 0.12.0b4.dev8+a9f57210 + version: 0.12.0b3 manager: pip platform: win-64 dependencies: @@ -7940,91 +7931,82 @@ 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@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoh5py/0.12.0b3/geoh5py-0.12.0b3-py3-none-any.whl hash: - sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + sha256: 59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 category: main optional: false - name: grid-apps - version: 0.2.0a0 + version: 0.1.0b1 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a0 - geoh5py: 0.12.0b4.dev8+a9f57210 + geoapps-utils: '>=0.6.0b1,<0.7.dev' + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl hash: - sha256: d6a42611003c184354e1367de41a88783b928166 - source: - type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c category: main optional: false - name: grid-apps - version: 0.2.0a0 + version: 0.1.0b1 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a0 - geoh5py: 0.12.0b4.dev8+a9f57210 + geoapps-utils: '>=0.6.0b1,<0.7.dev' + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl hash: - sha256: d6a42611003c184354e1367de41a88783b928166 - source: - type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev125+mira.g489775b59 + version: 0.23.0.2b1 manager: pip platform: linux-64 dependencies: + dask: '*' discretize: '>=0.11' + fsspec: '>=0.3.3' geoana: '>=0.7.0' - geoh5py: '>=0.12.0a0.dev0,<0.13.dev' + geoh5py: '>=0.12.0b3,<0.13.dev' libdlf: '*' matplotlib: '*' numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + zarr: '*' + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl hash: - sha256: 489775b595d5abce81d49b52bfefcecc3181c5c5 - source: - type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev125+mira.g489775b59 + version: 0.23.0.2b1 manager: pip platform: win-64 dependencies: + dask: '*' discretize: '>=0.11' + fsspec: '>=0.3.3' geoana: '>=0.7.0' - geoh5py: '>=0.12.0a0.dev0,<0.13.dev' + geoh5py: '>=0.12.0b3,<0.13.dev' libdlf: '*' matplotlib: '*' numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + zarr: '*' + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl hash: - sha256: 489775b595d5abce81d49b52bfefcecc3181c5c5 - source: - type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e category: main optional: false diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 34eb3b26..a8eb01ef 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: ced75c93c99f092b6f5cb1b4b1a231cb403e89c87a83ba556326a497636a782b - linux-64: 2dc72f961903692f4191a74c5475586d5fd27ff3751f9d36df198fad89be580c + win-64: e9366d490217d0ff14d810f84143aa5b99608204d4f100db017f77dee02ba1b7 + linux-64: d840e5519329f10385a7146db8f04834806ed22c84fa26fd5468a36240867f90 channels: - url: conda-forge used_env_vars: [] @@ -7961,41 +7961,35 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a0 + version: 0.6.0b1 manager: pip platform: linux-64 dependencies: - geoh5py: 0.12.0b4.dev8+a9f57210 + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoapps-utils/0.6.0b1/geoapps_utils-0.6.0b1-py3-none-any.whl hash: - sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + sha256: 51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 category: main optional: false - name: geoapps-utils - version: 0.7.0a0 + version: 0.6.0b1 manager: pip platform: win-64 dependencies: - geoh5py: 0.12.0b4.dev8+a9f57210 + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoapps-utils/0.6.0b1/geoapps_utils-0.6.0b1-py3-none-any.whl hash: - sha256: b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 - source: - type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@b0b61f355dd536bbb3a77b0b4c2853e169c1e8c3 + sha256: 51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 category: main optional: false - name: geoh5py - version: 0.12.0b4.dev8+a9f57210 + version: 0.12.0b3 manager: pip platform: linux-64 dependencies: @@ -8003,16 +7997,13 @@ 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@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoh5py/0.12.0b3/geoh5py-0.12.0b3-py3-none-any.whl hash: - sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + sha256: 59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 category: main optional: false - name: geoh5py - version: 0.12.0b4.dev8+a9f57210 + version: 0.12.0b3 manager: pip platform: win-64 dependencies: @@ -8020,91 +8011,82 @@ 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@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/geoh5py/0.12.0b3/geoh5py-0.12.0b3-py3-none-any.whl hash: - sha256: a9f5721079c097b1fa484ff8424146c6cd1a8c0c - source: - type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@a9f5721079c097b1fa484ff8424146c6cd1a8c0c + sha256: 59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 category: main optional: false - name: grid-apps - version: 0.2.0a0 + version: 0.1.0b1 manager: pip platform: linux-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a0 - geoh5py: 0.12.0b4.dev8+a9f57210 + geoapps-utils: '>=0.6.0b1,<0.7.dev' + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl hash: - sha256: d6a42611003c184354e1367de41a88783b928166 - source: - type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c category: main optional: false - name: grid-apps - version: 0.2.0a0 + version: 0.1.0b1 manager: pip platform: win-64 dependencies: discretize: '>=0.11.0,<0.12.dev' - geoapps-utils: 0.7.0a0 - geoh5py: 0.12.0b4.dev8+a9f57210 + geoapps-utils: '>=0.6.0b1,<0.7.dev' + geoh5py: '>=0.12.0b1,<0.13.dev' numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl hash: - sha256: d6a42611003c184354e1367de41a88783b928166 - source: - type: url - url: git+https://github.com/MiraGeoscience/grid-apps.git@d6a42611003c184354e1367de41a88783b928166 + sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev125+mira.g489775b59 + version: 0.23.0.2b1 manager: pip platform: linux-64 dependencies: + dask: '*' discretize: '>=0.11' + fsspec: '>=0.3.3' geoana: '>=0.7.0' - geoh5py: '>=0.12.0a0.dev0,<0.13.dev' + geoh5py: '>=0.12.0b3,<0.13.dev' libdlf: '*' matplotlib: '*' numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + zarr: '*' + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl hash: - sha256: 489775b595d5abce81d49b52bfefcecc3181c5c5 - source: - type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e category: main optional: false - name: mira-simpeg - version: 0.23.0.1.post2.dev125+mira.g489775b59 + version: 0.23.0.2b1 manager: pip platform: win-64 dependencies: + dask: '*' discretize: '>=0.11' + fsspec: '>=0.3.3' geoana: '>=0.7.0' - geoh5py: '>=0.12.0a0.dev0,<0.13.dev' + geoh5py: '>=0.12.0b3,<0.13.dev' libdlf: '*' matplotlib: '*' numpy: '>=1.22' pymatsolver: '>=0.3' scipy: '>=1.8' - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + zarr: '*' + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl hash: - sha256: 489775b595d5abce81d49b52bfefcecc3181c5c5 - source: - type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@489775b595d5abce81d49b52bfefcecc3181c5c5 + sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e category: main optional: false diff --git a/pyproject.toml b/pyproject.toml index c25b20c3..de2b1488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,17 +94,17 @@ python-mumps = ">=0.0.3, <0.0.4.dev" ## Pip dependencies from Git repositories #---------------------------------------- -#geoh5py = {version = ">=0.12.0a, <0.13.dev", source = "pypi", allow-prereleases = true} -geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "develop"} +geoh5py = {version = ">=0.12.0b1, <0.13.dev", source = "pypi", allow-prereleases = true} +#geoh5py = {git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "develop"} -#grid-apps = {version = ">=0.1.0a, <0.2.dev", source = "pypi", allow-prereleases = true} -grid-apps = {git = "https://github.com/MiraGeoscience/grid-apps.git", rev = "develop"} +grid-apps = {version = ">=0.1.0b1, <0.2.dev", source = "pypi", allow-prereleases = true} +#grid-apps = {git = "https://github.com/MiraGeoscience/grid-apps.git", rev = "develop"} -#geoapps-utils = {version = ">=0.6.0a, <0.7.dev", source = "pypi", allow-prereleases = true} -geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "develop"} +geoapps-utils = {version = ">=0.6.b1, <0.7.dev", source = "pypi", allow-prereleases = true} +#geoapps-utils = {git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "develop"} -#mira-simpeg = {version = ">=0.23.0.1b1, <0.23.1.dev", source="pypi", allow-prereleases = true, extras = ["dask"]} -mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "develop", extras = ["dask"]} +mira-simpeg = {version = ">=0.23.0.2b1, <0.23.1.dev", source="pypi", allow-prereleases = true, extras = ["dask"]} +#mira-simpeg = {git = "https://github.com/MiraGeoscience/simpeg.git", rev = "develop", extras = ["dask"]} ## about pip dependencies # to be specified to work with conda-lock From 3994c488871606b765f366c42b725084b225885c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:00:47 -0500 Subject: [PATCH 2/5] [DEVOPS-922] update dependencies in conda recipe --- recipe.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/recipe.yaml b/recipe.yaml index e807cd3b..85b7903a 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -27,11 +27,10 @@ requirements: run: - python >=${{ python_min }} # Mira packages - - geoapps-utils >=0.6.0a1, <0.7.dev - - geoh5py >=0.12.0a1, <0.13.dev - - mira-simpeg >=0.23.0.1a3, <0.23.1.dev - - octree-creation-app >=0.4.0a1, <0.5.dev - - param-sweeps >=0.3.0a1, <0.4.dev + - geoapps-utils >=0.6.0b1, <0.7.dev + - geoh5py >=0.12.0b1, <0.13.dev + - grid-apps >=0.1.0b1, <0.2.dev + - mira-simpeg >=0.23.0.2b1, <0.23.1.dev # direct dependencies - dask-core >=2025.3, <2025.4.dev @@ -57,12 +56,14 @@ requirements: tests: - python: imports: - - simpeg_drivers - - simpeg_drivers._version - - simpeg - - geoh5py - dask - distributed + - geoapps_utils + - geoh5py + - grid_apps + - simpeg + - simpeg_drivers + - simpeg_drivers._version pip_check: true - script: From 654346662138513402a1d2482d558d47d5dde710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:02:07 -0500 Subject: [PATCH 3/5] [DEVOPS-922] disable poetry-check for now --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbca3d6d..a0eeba1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ ci: autoupdate_schedule: monthly repos: -- repo: https://github.com/python-poetry/poetry - rev: 2.2.1 - hooks: - - id: poetry-check - args: [--no-plugins] +# - repo: https://github.com/python-poetry/poetry # TODO: re-enable with pixi (does not support source=pypi) +# rev: 2.2.1 +# hooks: +# - id: poetry-check +# args: [--no-plugins] - repo: https://github.com/hadialqattan/pycln rev: v2.6.0 hooks: From e83b64248995bba3a8e183740a1a60f987f11ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Tue, 4 Nov 2025 23:43:15 -0500 Subject: [PATCH 4/5] [DEVOPS-922] relock env on republished grid-apps --- .../py-3.10-linux-64-dev.conda.lock.yml | 6 +-- environments/py-3.10-linux-64.conda.lock.yml | 6 +-- .../py-3.10-win-64-dev.conda.lock.yml | 6 +-- environments/py-3.10-win-64.conda.lock.yml | 6 +-- .../py-3.11-linux-64-dev.conda.lock.yml | 6 +-- environments/py-3.11-linux-64.conda.lock.yml | 6 +-- .../py-3.11-win-64-dev.conda.lock.yml | 6 +-- environments/py-3.11-win-64.conda.lock.yml | 6 +-- .../py-3.12-linux-64-dev.conda.lock.yml | 6 +-- environments/py-3.12-linux-64.conda.lock.yml | 6 +-- .../py-3.12-win-64-dev.conda.lock.yml | 6 +-- environments/py-3.12-win-64.conda.lock.yml | 6 +-- py-3.10.conda-lock.yml | 45 ++++++++++--------- py-3.11.conda-lock.yml | 45 ++++++++++--------- py-3.12.conda-lock.yml | 45 ++++++++++--------- 15 files changed, 105 insertions(+), 102 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 96573872..d53f4b30 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -134,7 +134,7 @@ dependencies: - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - libspatialindex=2.0.0=he02047a_0 - - libsqlite=3.50.4=h0c1763c_0 + - libsqlite=3.51.0=hee844dc_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 @@ -261,7 +261,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - unicodedata2=16.0.0=py310h7c4b9e2_1 + - unicodedata2=17.0.0=py310h7c4b9e2_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.14=pyhd8ed1ab_0 @@ -284,7 +284,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index 36e18752..264e35ed 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -78,7 +78,7 @@ dependencies: - libpng=1.6.50=h421ea60_1 - libscotch=7.0.6=hea33c07_1 - libspatialindex=2.0.0=he02047a_0 - - libsqlite=3.50.4=h0c1763c_0 + - libsqlite=3.51.0=hee844dc_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 @@ -145,7 +145,7 @@ dependencies: - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025b=h78e105d_0 - - unicodedata2=16.0.0=py310h7c4b9e2_1 + - unicodedata2=17.0.0=py310h7c4b9e2_0 - urllib3=2.5.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - xorg-libxau=1.0.12=hb9d3cd8_0 @@ -160,7 +160,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.10-win-64-dev.conda.lock.yml b/environments/py-3.10-win-64-dev.conda.lock.yml index 4f051b12..74ec1f70 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -123,7 +123,7 @@ dependencies: - libpng=1.6.50=h7351971_1 - libsodium=1.0.20=hc70643c_0 - libspatialindex=2.0.0=h5a68840_0 - - libsqlite=3.50.4=hf5d6505_0 + - libsqlite=3.51.0=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 @@ -243,7 +243,7 @@ dependencies: - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=16.0.0=py310h29418f3_1 + - unicodedata2=17.0.0=py310h29418f3_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - vc=14.3=h2b53caa_32 @@ -270,7 +270,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 7ecde5dd..78894503 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -67,7 +67,7 @@ dependencies: - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 - libspatialindex=2.0.0=h5a68840_0 - - libsqlite=3.50.4=hf5d6505_0 + - libsqlite=3.51.0=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 @@ -128,7 +128,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025b=h78e105d_0 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=16.0.0=py310h29418f3_1 + - unicodedata2=17.0.0=py310h29418f3_0 - urllib3=2.5.0=pyhd8ed1ab_0 - vc=14.3=h2b53caa_32 - vc14_runtime=14.44.35208=h818238b_32 @@ -147,7 +147,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.11-linux-64-dev.conda.lock.yml b/environments/py-3.11-linux-64-dev.conda.lock.yml index 532e2495..9c83ee11 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -136,7 +136,7 @@ dependencies: - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - libspatialindex=2.0.0=he02047a_0 - - libsqlite=3.50.4=h0c1763c_0 + - libsqlite=3.51.0=hee844dc_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 @@ -263,7 +263,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - unicodedata2=16.0.0=py311h49ec1c0_1 + - unicodedata2=17.0.0=py311h49ec1c0_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.14=pyhd8ed1ab_0 @@ -287,7 +287,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 4274345d..79b5890b 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -79,7 +79,7 @@ dependencies: - libpng=1.6.50=h421ea60_1 - libscotch=7.0.6=hea33c07_1 - libspatialindex=2.0.0=he02047a_0 - - libsqlite=3.50.4=h0c1763c_0 + - libsqlite=3.51.0=hee844dc_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 @@ -146,7 +146,7 @@ dependencies: - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025b=h78e105d_0 - - unicodedata2=16.0.0=py311h49ec1c0_1 + - unicodedata2=17.0.0=py311h49ec1c0_0 - urllib3=2.5.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - wrapt=1.17.3=py311h49ec1c0_1 @@ -162,7 +162,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.11-win-64-dev.conda.lock.yml b/environments/py-3.11-win-64-dev.conda.lock.yml index ee94af95..3ad73d96 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -125,7 +125,7 @@ dependencies: - libpng=1.6.50=h7351971_1 - libsodium=1.0.20=hc70643c_0 - libspatialindex=2.0.0=h5a68840_0 - - libsqlite=3.50.4=hf5d6505_0 + - libsqlite=3.51.0=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 @@ -245,7 +245,7 @@ dependencies: - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=16.0.0=py311h3485c13_1 + - unicodedata2=17.0.0=py311h3485c13_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - vc=14.3=h2b53caa_32 @@ -273,7 +273,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index 90196358..bf6d5c7c 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -68,7 +68,7 @@ dependencies: - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 - libspatialindex=2.0.0=h5a68840_0 - - libsqlite=3.50.4=hf5d6505_0 + - libsqlite=3.51.0=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 @@ -129,7 +129,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025b=h78e105d_0 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=16.0.0=py311h3485c13_1 + - unicodedata2=17.0.0=py311h3485c13_0 - urllib3=2.5.0=pyhd8ed1ab_0 - vc=14.3=h2b53caa_32 - vc14_runtime=14.44.35208=h818238b_32 @@ -149,7 +149,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index a6a84fa5..b6489a7d 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -138,7 +138,7 @@ dependencies: - libscotch=7.0.6=hea33c07_1 - libsodium=1.0.20=h4ab18f5_0 - libspatialindex=2.0.0=he02047a_0 - - libsqlite=3.50.4=h0c1763c_0 + - libsqlite=3.51.0=hee844dc_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 @@ -266,7 +266,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - - unicodedata2=16.0.0=py312h4c3975b_1 + - unicodedata2=17.0.0=py312h4c3975b_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - wcwidth=0.2.14=pyhd8ed1ab_0 @@ -290,7 +290,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index eb04a0d5..62e48233 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -79,7 +79,7 @@ dependencies: - libpng=1.6.50=h421ea60_1 - libscotch=7.0.6=hea33c07_1 - libspatialindex=2.0.0=he02047a_0 - - libsqlite=3.50.4=h0c1763c_0 + - libsqlite=3.51.0=hee844dc_0 - libssh2=1.11.1=hcf80075_0 - libstdcxx=15.2.0=h8f9b012_7 - libstdcxx-ng=15.2.0=h4852527_7 @@ -146,7 +146,7 @@ dependencies: - typing-inspection=0.4.2=pyhd8ed1ab_0 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025b=h78e105d_0 - - unicodedata2=16.0.0=py312h4c3975b_1 + - unicodedata2=17.0.0=py312h4c3975b_0 - urllib3=2.5.0=pyhd8ed1ab_0 - wheel=0.45.1=pyhd8ed1ab_1 - wrapt=1.17.3=py312h4c3975b_1 @@ -162,7 +162,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index 3ae4176c..461d17eb 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -127,7 +127,7 @@ dependencies: - libpng=1.6.50=h7351971_1 - libsodium=1.0.20=hc70643c_0 - libspatialindex=2.0.0=h5a68840_0 - - libsqlite=3.50.4=hf5d6505_0 + - libsqlite=3.51.0=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 @@ -248,7 +248,7 @@ dependencies: - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2025b=h78e105d_0 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=16.0.0=py312he06e257_1 + - unicodedata2=17.0.0=py312he06e257_0 - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.5.0=pyhd8ed1ab_0 - vc=14.3=h2b53caa_32 @@ -276,7 +276,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index 4236aa59..a0daa03e 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -68,7 +68,7 @@ dependencies: - liblzma=5.8.1=h2466b09_2 - libpng=1.6.50=h7351971_1 - libspatialindex=2.0.0=h5a68840_0 - - libsqlite=3.50.4=hf5d6505_0 + - libsqlite=3.51.0=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 @@ -129,7 +129,7 @@ dependencies: - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025b=h78e105d_0 - ucrt=10.0.26100.0=h57928b3_0 - - unicodedata2=16.0.0=py312he06e257_1 + - unicodedata2=17.0.0=py312he06e257_0 - urllib3=2.5.0=pyhd8ed1ab_0 - vc=14.3=h2b53caa_32 - vc14_runtime=14.44.35208=h818238b_32 @@ -149,7 +149,7 @@ dependencies: - pip: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - - grid-apps == 0.1.0b1 --hash=sha256:eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e variables: diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index af7f1352..fe67b1dd 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -3630,31 +3630,32 @@ package: category: main optional: false - name: libsqlite - version: 3.50.4 + version: 3.51.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.51.0-hee844dc_0.conda hash: - md5: 0b367fad34931cb79e0d6b7e5c06bb1c - sha256: 6d9c32fc369af5a84875725f7ddfbfc2ace795c28f246dc70055a79f9b2003da + md5: 729a572a3ebb8c43933b30edcc628ceb + sha256: 4c992dcd0e34b68f843e75406f7f303b1b97c248d18f3c7c330bdc0bc26ae0b3 category: main optional: false - name: libsqlite - version: 3.50.4 + version: 3.51.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/libsqlite-3.50.4-hf5d6505_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.51.0-hf5d6505_0.conda hash: - md5: ccb20d946040f86f0c05b644d5eadeca - sha256: 5dc4f07b2d6270ac0c874caec53c6984caaaa84bc0d3eb593b0edf3dc8492efa + md5: d2c9300ebd2848862929b18c264d1b1e + sha256: 2373bd7450693bd0f624966e1bee2f49b0bf0ffbc114275ed0a43cf35aec5b21 category: main optional: false - name: libssh2 @@ -7206,7 +7207,7 @@ package: category: main optional: false - name: unicodedata2 - version: 16.0.0 + version: 17.0.0 manager: conda platform: linux-64 dependencies: @@ -7214,14 +7215,14 @@ package: libgcc: '>=14' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-16.0.0-py310h7c4b9e2_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.0-py310h7c4b9e2_0.conda hash: - md5: 1d54e461bda325196725cdd07ae046cb - sha256: dfe21eb5cbabda72a2e9f4a4a894d6af1389f3dde9340fb454d30cf3375898e7 + md5: 2321fe047faf8cdd92c0928e0c2b03e5 + sha256: 74435806cd2a6fb2b8a7279a73e4f5fd0277906f07b50bd71ce27edcbab6fb8f category: main optional: false - name: unicodedata2 - version: 16.0.0 + version: 17.0.0 manager: conda platform: win-64 dependencies: @@ -7230,10 +7231,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-16.0.0-py310h29418f3_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.0-py310h29418f3_0.conda hash: - md5: 228ad20cfebef80487ad5903b33d3abd - sha256: 7c112c804effc021f91f25e59ee2cfa4d6ed76019ec722dd78b9808c118cc9ab + md5: 66efdaa7df254af1663e0cd0331d41a7 + sha256: 354c2bf1f291f4b82f6970a8969a52098b7bae1119af4cf4eac31edb1e659298 category: main optional: false - name: uri-template @@ -7852,7 +7853,7 @@ package: category: main optional: false - name: grid-apps - version: 0.1.0b1 + version: 0.1.0b2 manager: pip platform: linux-64 dependencies: @@ -7862,13 +7863,13 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b2/grid_apps-0.1.0b2-py3-none-any.whl hash: - sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + sha256: 36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b category: main optional: false - name: grid-apps - version: 0.1.0b1 + version: 0.1.0b2 manager: pip platform: win-64 dependencies: @@ -7878,9 +7879,9 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b2/grid_apps-0.1.0b2-py3-none-any.whl hash: - sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + sha256: 36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b category: main optional: false - name: mira-simpeg diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index 48e961d7..e469c98a 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -3682,31 +3682,32 @@ package: category: main optional: false - name: libsqlite - version: 3.50.4 + version: 3.51.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.51.0-hee844dc_0.conda hash: - md5: 0b367fad34931cb79e0d6b7e5c06bb1c - sha256: 6d9c32fc369af5a84875725f7ddfbfc2ace795c28f246dc70055a79f9b2003da + md5: 729a572a3ebb8c43933b30edcc628ceb + sha256: 4c992dcd0e34b68f843e75406f7f303b1b97c248d18f3c7c330bdc0bc26ae0b3 category: main optional: false - name: libsqlite - version: 3.50.4 + version: 3.51.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/libsqlite-3.50.4-hf5d6505_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.51.0-hf5d6505_0.conda hash: - md5: ccb20d946040f86f0c05b644d5eadeca - sha256: 5dc4f07b2d6270ac0c874caec53c6984caaaa84bc0d3eb593b0edf3dc8492efa + md5: d2c9300ebd2848862929b18c264d1b1e + sha256: 2373bd7450693bd0f624966e1bee2f49b0bf0ffbc114275ed0a43cf35aec5b21 category: main optional: false - name: libssh2 @@ -7260,7 +7261,7 @@ package: category: main optional: false - name: unicodedata2 - version: 16.0.0 + version: 17.0.0 manager: conda platform: linux-64 dependencies: @@ -7268,14 +7269,14 @@ package: libgcc: '>=14' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-16.0.0-py311h49ec1c0_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.0-py311h49ec1c0_0.conda hash: - md5: 3457bd5c93b085bec51cdab58fbd1882 - sha256: e2715a04632d75de539c1510238886ff1d6fc5b7e9e2ec240d8c11c175c1fffd + md5: dd15da2c344aecf8c36bf7944f1ea8d2 + sha256: 56e88b1f28ac62dd2a4aac539baa84e4864155ed11847c9e4de9f2f8cd2d63a5 category: main optional: false - name: unicodedata2 - version: 16.0.0 + version: 17.0.0 manager: conda platform: win-64 dependencies: @@ -7284,10 +7285,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-16.0.0-py311h3485c13_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.0-py311h3485c13_0.conda hash: - md5: 969071f934c7c811f014688e5ec4178f - sha256: d692506a8f0f9452c72d5b4b6d7d39bca7c383ab85749d82a77ad652ccbef940 + md5: 785cd52d835128bb8061c6a119eb3c89 + sha256: d30e422d29dbbcddf0ec4f6c47d2c801086ce9473412ac9ed2e0ca6c4c0f69f5 category: main optional: false - name: uri-template @@ -7937,7 +7938,7 @@ package: category: main optional: false - name: grid-apps - version: 0.1.0b1 + version: 0.1.0b2 manager: pip platform: linux-64 dependencies: @@ -7947,13 +7948,13 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b2/grid_apps-0.1.0b2-py3-none-any.whl hash: - sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + sha256: 36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b category: main optional: false - name: grid-apps - version: 0.1.0b1 + version: 0.1.0b2 manager: pip platform: win-64 dependencies: @@ -7963,9 +7964,9 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b2/grid_apps-0.1.0b2-py3-none-any.whl hash: - sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + sha256: 36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b category: main optional: false - name: mira-simpeg diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index a8eb01ef..a3e1f842 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -3734,31 +3734,32 @@ package: category: main optional: false - name: libsqlite - version: 3.50.4 + version: 3.51.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + icu: '>=75.1,<76.0a0' libgcc: '>=14' libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.50.4-h0c1763c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.51.0-hee844dc_0.conda hash: - md5: 0b367fad34931cb79e0d6b7e5c06bb1c - sha256: 6d9c32fc369af5a84875725f7ddfbfc2ace795c28f246dc70055a79f9b2003da + md5: 729a572a3ebb8c43933b30edcc628ceb + sha256: 4c992dcd0e34b68f843e75406f7f303b1b97c248d18f3c7c330bdc0bc26ae0b3 category: main optional: false - name: libsqlite - version: 3.50.4 + version: 3.51.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/libsqlite-3.50.4-hf5d6505_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.51.0-hf5d6505_0.conda hash: - md5: ccb20d946040f86f0c05b644d5eadeca - sha256: 5dc4f07b2d6270ac0c874caec53c6984caaaa84bc0d3eb593b0edf3dc8492efa + md5: d2c9300ebd2848862929b18c264d1b1e + sha256: 2373bd7450693bd0f624966e1bee2f49b0bf0ffbc114275ed0a43cf35aec5b21 category: main optional: false - name: libssh2 @@ -7340,7 +7341,7 @@ package: category: main optional: false - name: unicodedata2 - version: 16.0.0 + version: 17.0.0 manager: conda platform: linux-64 dependencies: @@ -7348,14 +7349,14 @@ package: libgcc: '>=14' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-16.0.0-py312h4c3975b_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/unicodedata2-17.0.0-py312h4c3975b_0.conda hash: - md5: 4da303c1e91703d178817252615ca0a7 - sha256: cbf7d13819cf526a094f0cfe2da7f7ba22c4fbae4d231c9004520fbbf93f7027 + md5: 6974ef6fcc2c0d8a753454f08a7e12d5 + sha256: 633f84b1dd5acf972012320585b4450c37e4cdea06921fbc44cfe1abf73c5db2 category: main optional: false - name: unicodedata2 - version: 16.0.0 + version: 17.0.0 manager: conda platform: win-64 dependencies: @@ -7364,10 +7365,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-16.0.0-py312he06e257_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/unicodedata2-17.0.0-py312he06e257_0.conda hash: - md5: 8f713d85daf7ab101d69dfa24108c9bc - sha256: 7c428eff9896e80919f37cc617b3f6dc0d20c79356866e0960783d5726eb142f + md5: d65342a2aaeaf45cd07988af2eb4e6e0 + sha256: 38587de69ab946ad2e31415fc019cef7a6ac5bb2e570cd63eccbc806c5627832 category: main optional: false - name: uri-template @@ -8017,7 +8018,7 @@ package: category: main optional: false - name: grid-apps - version: 0.1.0b1 + version: 0.1.0b2 manager: pip platform: linux-64 dependencies: @@ -8027,13 +8028,13 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b2/grid_apps-0.1.0b2-py3-none-any.whl hash: - sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + sha256: 36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b category: main optional: false - name: grid-apps - version: 0.1.0b1 + version: 0.1.0b2 manager: pip platform: win-64 dependencies: @@ -8043,9 +8044,9 @@ package: numpy: '>=1.26.0,<1.27.0' pydantic: '>=2.5.2,<3.0.0' scipy: '>=1.14.0,<1.15.0' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b1/grid_apps-0.1.0b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/grid-apps/0.1.0b2/grid_apps-0.1.0b2-py3-none-any.whl hash: - sha256: eb3b1d9d60d1e843640ceb4802925cedef405994ef246f962939a5d1c4fd1a7c + sha256: 36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b category: main optional: false - name: mira-simpeg From a8d3af667ff6c97feda72109bd266bddab6ffbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:44:02 -0500 Subject: [PATCH 5/5] [DEVOPS-922] relock env on newly published simpeg beta --- .../py-3.10-linux-64-dev.conda.lock.yml | 8 +- environments/py-3.10-linux-64.conda.lock.yml | 6 +- .../py-3.10-win-64-dev.conda.lock.yml | 8 +- environments/py-3.10-win-64.conda.lock.yml | 6 +- .../py-3.11-linux-64-dev.conda.lock.yml | 11 +- environments/py-3.11-linux-64.conda.lock.yml | 6 +- .../py-3.11-win-64-dev.conda.lock.yml | 11 +- environments/py-3.11-win-64.conda.lock.yml | 6 +- .../py-3.12-linux-64-dev.conda.lock.yml | 11 +- environments/py-3.12-linux-64.conda.lock.yml | 6 +- .../py-3.12-win-64-dev.conda.lock.yml | 11 +- environments/py-3.12-win-64.conda.lock.yml | 6 +- py-3.10.conda-lock.yml | 60 ++++---- py-3.11.conda-lock.yml | 130 +++++++----------- py-3.12.conda-lock.yml | 130 +++++++----------- 15 files changed, 178 insertions(+), 238 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 d53f4b30..547f37dc 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -110,7 +110,7 @@ dependencies: - 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 + - libcurl=8.17.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 @@ -147,7 +147,7 @@ dependencies: - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.4=h4922eb0_0 + - llvm-openmp=21.1.5=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 @@ -205,7 +205,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - pytest=8.4.2=pyhd8ed1ab_0 + - pytest=8.4.2=pyhcf101f3_1 - pytest-cov=7.0.0=pyhcf101f3_1 - python=3.10.19=h3c07f61_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 @@ -285,7 +285,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index 264e35ed..d216c7e3 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -55,7 +55,7 @@ dependencies: - 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 + - libcurl=8.17.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 @@ -90,7 +90,7 @@ dependencies: - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.4=h4922eb0_0 + - llvm-openmp=21.1.5=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310h3406613_0 - matplotlib-base=3.8.4=py310hef631a5_2 @@ -161,7 +161,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-win-64-dev.conda.lock.yml b/environments/py-3.10-win-64-dev.conda.lock.yml index 74ec1f70..a27a96ad 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -106,7 +106,7 @@ dependencies: - 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 + - libcurl=8.17.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 @@ -132,7 +132,7 @@ dependencies: - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.4=hfa2b4ca_0 + - llvm-openmp=21.1.5=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 @@ -185,7 +185,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - pytest=8.4.2=pyhd8ed1ab_0 + - pytest=8.4.2=pyhcf101f3_1 - pytest-cov=7.0.0=pyhcf101f3_1 - python=3.10.19=hc20f281_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 @@ -271,7 +271,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 78894503..cf02d45d 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -51,7 +51,7 @@ dependencies: - 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 + - libcurl=8.17.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 @@ -76,7 +76,7 @@ dependencies: - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.4=hfa2b4ca_0 + - llvm-openmp=21.1.5=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py310hdb0e946_0 - matplotlib-base=3.8.4=py310hadb10a8_2 @@ -148,7 +148,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-linux-64-dev.conda.lock.yml b/environments/py-3.11-linux-64-dev.conda.lock.yml index 9c83ee11..14a4af3d 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -73,7 +73,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyha191276_0 - - ipython=9.6.0=pyhfa0c392_0 + - ipython=9.7.0=pyh53cf698_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 @@ -112,7 +112,7 @@ dependencies: - 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 + - libcurl=8.17.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 @@ -149,7 +149,7 @@ dependencies: - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.4=h4922eb0_0 + - llvm-openmp=21.1.5=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 @@ -187,7 +187,6 @@ dependencies: - parso=0.8.5=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 - - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py311h82a398c_1 - pip=25.2=pyh8b19718_0 - platformdirs=4.5.0=pyhcf101f3_0 @@ -207,7 +206,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - pytest=8.4.2=pyhd8ed1ab_0 + - pytest=8.4.2=pyhcf101f3_1 - pytest-cov=7.0.0=pyhcf101f3_1 - python=3.11.14=hd63d673_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 @@ -288,7 +287,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 79b5890b..fa047881 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -56,7 +56,7 @@ dependencies: - 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 + - libcurl=8.17.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 @@ -91,7 +91,7 @@ dependencies: - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.4=h4922eb0_0 + - llvm-openmp=21.1.5=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3778330_0 - matplotlib-base=3.8.4=py311ha4ca890_2 @@ -163,7 +163,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-win-64-dev.conda.lock.yml b/environments/py-3.11-win-64-dev.conda.lock.yml index 3ad73d96..2385b550 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -71,7 +71,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyh6dadd2b_0 - - ipython=9.6.0=pyh6be1c34_0 + - ipython=9.7.0=pyhe2676ad_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 @@ -108,7 +108,7 @@ dependencies: - 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 + - libcurl=8.17.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 @@ -134,7 +134,7 @@ dependencies: - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.4=hfa2b4ca_0 + - llvm-openmp=21.1.5=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 @@ -168,7 +168,6 @@ dependencies: - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.5=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py311h5592be9_1 - pip=25.2=pyh8b19718_0 - platformdirs=4.5.0=pyhcf101f3_0 @@ -187,7 +186,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - pytest=8.4.2=pyhd8ed1ab_0 + - pytest=8.4.2=pyhcf101f3_1 - pytest-cov=7.0.0=pyhcf101f3_1 - python=3.11.14=h0159041_2_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 @@ -274,7 +273,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index bf6d5c7c..4e6b191e 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -52,7 +52,7 @@ dependencies: - 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 + - libcurl=8.17.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 @@ -77,7 +77,7 @@ dependencies: - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.4=hfa2b4ca_0 + - llvm-openmp=21.1.5=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py311h3f79411_0 - matplotlib-base=3.8.4=py311h9b31f6e_2 @@ -150,7 +150,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index b6489a7d..31c17b64 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -75,7 +75,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyha191276_0 - - ipython=9.6.0=pyhfa0c392_0 + - ipython=9.7.0=pyh53cf698_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 @@ -114,7 +114,7 @@ dependencies: - 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 + - libcurl=8.17.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 @@ -151,7 +151,7 @@ dependencies: - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.4=h4922eb0_0 + - llvm-openmp=21.1.5=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 @@ -189,7 +189,6 @@ dependencies: - parso=0.8.5=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - pexpect=4.9.0=pyhd8ed1ab_1 - - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py312h287a98d_1 - pip=25.2=pyh8b19718_0 - platformdirs=4.5.0=pyhcf101f3_0 @@ -209,7 +208,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - pytest=8.4.2=pyhd8ed1ab_0 + - pytest=8.4.2=pyhcf101f3_1 - pytest-cov=7.0.0=pyhcf101f3_1 - python=3.12.12=hd63d673_1_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 @@ -291,7 +290,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index 62e48233..df866cbe 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -56,7 +56,7 @@ dependencies: - 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 + - libcurl=8.17.0=h4e3cde8_0 - libdeflate=1.25=h17f619e_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libedit=3.1.20250104=pl5321h7949ede_0 @@ -91,7 +91,7 @@ dependencies: - libxml2=2.15.1=h26afc86_0 - libxml2-16=2.15.1=ha9997c6_0 - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.4=h4922eb0_0 + - llvm-openmp=21.1.5=h4922eb0_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h8a5da7c_0 - matplotlib-base=3.8.4=py312h20ab3a6_2 @@ -163,7 +163,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index 461d17eb..53ff3062 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -73,7 +73,7 @@ dependencies: - importlib-metadata=8.7.0=pyhe01879c_1 - iniconfig=2.3.0=pyhd8ed1ab_0 - ipykernel=7.1.0=pyh6dadd2b_0 - - ipython=9.6.0=pyh6be1c34_0 + - ipython=9.7.0=pyhe2676ad_0 - ipython_genutils=0.2.0=pyhd8ed1ab_2 - ipython_pygments_lexers=1.1.1=pyhd8ed1ab_0 - ipywidgets=7.8.5=pyhd8ed1ab_0 @@ -110,7 +110,7 @@ dependencies: - 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 + - libcurl=8.17.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 @@ -136,7 +136,7 @@ dependencies: - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.4=hfa2b4ca_0 + - llvm-openmp=21.1.5=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markdown-it-py=4.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 @@ -170,7 +170,6 @@ dependencies: - pandocfilters=1.5.0=pyhd8ed1ab_0 - parso=0.8.5=pyhcf101f3_0 - partd=1.4.2=pyhd8ed1ab_0 - - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py312h381445a_1 - pip=25.2=pyh8b19718_0 - platformdirs=4.5.0=pyhcf101f3_0 @@ -189,7 +188,7 @@ dependencies: - pymatsolver=0.3.1=pyh48887ae_201 - pyparsing=3.2.5=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - pytest=8.4.2=pyhd8ed1ab_0 + - pytest=8.4.2=pyhcf101f3_1 - pytest-cov=7.0.0=pyhcf101f3_1 - python=3.12.12=h0159041_1_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 @@ -277,7 +276,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index a0daa03e..caf01261 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -52,7 +52,7 @@ dependencies: - 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 + - libcurl=8.17.0=h43ecb02_0 - libdeflate=1.25=h51727cc_0 - libdlf=0.3.0=pyhd8ed1ab_1 - libexpat=2.7.1=hac47afa_0 @@ -77,7 +77,7 @@ dependencies: - libxml2=2.15.1=h5d26750_0 - libxml2-16=2.15.1=h692994f_0 - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.4=hfa2b4ca_0 + - llvm-openmp=21.1.5=hfa2b4ca_0 - locket=1.0.0=pyhd8ed1ab_0 - markupsafe=3.0.3=py312h05f76fc_0 - matplotlib-base=3.8.4=py312hfee7060_2 @@ -150,7 +150,7 @@ dependencies: - geoapps-utils == 0.6.0b1 --hash=sha256:51278b061cb1a884c2609381c6189ac19ed84fc42a5bb81dd9a63f911a0f8d65 - geoh5py == 0.12.0b3 --hash=sha256:59932ee0ba044509c4389b547d50e381f62e32eea8c5e22d69526880a37489b5 - grid-apps == 0.1.0b2 --hash=sha256:36896a6c272ba074aabf882ffb3d288dc816400d720564a41faa561c3dfc3c8b - - mira-simpeg == 0.23.0.2b1 --hash=sha256:12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + - mira-simpeg == 0.23.0.2b3 --hash=sha256:05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 variables: KMP_WARNINGS: 0 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index fe67b1dd..5c00eb7f 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -3061,7 +3061,7 @@ package: category: main optional: false - name: libcurl - version: 8.16.0 + version: 8.17.0 manager: conda platform: linux-64 dependencies: @@ -3073,14 +3073,14 @@ package: libzlib: '>=1.3.1,<2.0a0' openssl: '>=3.5.4,<4.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.16.0-h4e3cde8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_0.conda hash: - md5: a401aa9329350320c7d3809a7a5a1640 - sha256: f21af777602d17ced05f168898e759fb0bac5af09ba72c5ece245dd0f14e0fec + md5: 01e149d4a53185622dc2e788281961f2 + sha256: 100e29ca864c32af15a5cc354f502d07b2600218740fdf2439fa7d66b50b3529 category: main optional: false - name: libcurl - version: 8.16.0 + version: 8.17.0 manager: conda platform: win-64 dependencies: @@ -3090,10 +3090,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/libcurl-8.16.0-h43ecb02_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.17.0-h43ecb02_0.conda hash: - md5: e9d8964076d40f974bd85d5588394b3f - sha256: 863284424dc6f64ee4a619cfb2490b85c7d51729fbf029603b30e2682532a9a6 + md5: cfade9be135edb796837e7d4c288c0fb + sha256: 651daa5d2bad505b5c72b1d5d4d8c7fc0776ab420e67af997ca9391b6854b1b3 category: main optional: false - name: libdeflate @@ -3963,29 +3963,29 @@ package: category: main optional: false - name: llvm-openmp - version: 21.1.4 + version: 21.1.5 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.4-h4922eb0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.5-h4922eb0_0.conda hash: - md5: bd436383c8b7d4c64af6e0e382ce277a - sha256: d018aacb17fb7cc3a3871020cc9e27aade4b450abc8efc84975025c1b02d273e + md5: 527e993cefc9ac376b8fb112f47cc2e0 + sha256: b80325cd93884912ab78717dc5c2145373e5aefeb1ad6af34267ab33b5a7eea4 category: main optional: false - name: llvm-openmp - version: 21.1.4 + version: 21.1.5 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.4-hfa2b4ca_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.5-hfa2b4ca_0.conda hash: - md5: 5d56fdf8c9dc4c385704317e6743fca4 - sha256: 397d1874330592e57c6378a83dff194c6d1875cab44a41f9fdee8c3fe20bbe6b + md5: 3bd3154b24a1b9489d4ab04d62ffcc86 + sha256: 8c5106720e5414f48344fd28eae4db4f1a382336d8a0f30f71d41d8ae730fbb6 category: main optional: false - name: locket @@ -5607,12 +5607,12 @@ package: packaging: '>=20' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhcf101f3_1.conda hash: - md5: 1f987505580cb972cf28dc5f74a0f81b - sha256: 41053d9893e379a3133bb9b557b98a3d2142fca474fb6b964ba5d97515f78e2d + md5: da0c42269086f5170e2b296878ec13a6 + sha256: 39f41a52eb6f927caf5cd42a2ff98a09bb850ce9758b432869374b6253826962 category: dev optional: true - name: pytest @@ -5626,12 +5626,12 @@ package: packaging: '>=20' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhcf101f3_1.conda hash: - md5: 1f987505580cb972cf28dc5f74a0f81b - sha256: 41053d9893e379a3133bb9b557b98a3d2142fca474fb6b964ba5d97515f78e2d + md5: da0c42269086f5170e2b296878ec13a6 + sha256: 39f41a52eb6f927caf5cd42a2ff98a09bb850ce9758b432869374b6253826962 category: dev optional: true - name: pytest-cov @@ -7885,7 +7885,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.2b1 + version: 0.23.0.2b3 manager: pip platform: linux-64 dependencies: @@ -7900,13 +7900,13 @@ package: pymatsolver: '>=0.3' scipy: '>=1.8' zarr: '*' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b3/mira_simpeg-0.23.0.2b3-py3-none-any.whl hash: - sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + sha256: 05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 category: main optional: false - name: mira-simpeg - version: 0.23.0.2b1 + version: 0.23.0.2b3 manager: pip platform: win-64 dependencies: @@ -7921,8 +7921,8 @@ package: pymatsolver: '>=0.3' scipy: '>=1.8' zarr: '*' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b3/mira_simpeg-0.23.0.2b3-py3-none-any.whl hash: - sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + sha256: 05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 category: main optional: false diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index e469c98a..e570ce08 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -1931,53 +1931,49 @@ package: category: dev optional: true - name: ipython - version: 9.6.0 + version: 9.7.0 manager: conda platform: linux-64 dependencies: __unix: '' - decorator: '' - exceptiongroup: '' - ipython_pygments_lexers: '' - jedi: '>=0.16' - matplotlib-inline: '' + decorator: '>=4.3.2' + ipython_pygments_lexers: '>=1.0.0' + jedi: '>=0.18.1' + matplotlib-inline: '>=0.1.5' pexpect: '>4.3' - pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' - pygments: '>=2.4.0' + pygments: '>=2.11.0' python: '' - stack_data: '' + stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' - url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.6.0-pyhfa0c392_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.7.0-pyh53cf698_0.conda hash: - md5: ad6641ef96dd7872acbb802fa3fcb8d1 - sha256: 5b679431867704b46c0f412de1a4963bf2c9b65e55a325a22c4624f88b939453 + md5: 2d6b86a2e11b8cb2f20a432158ef10b9 + sha256: b27fb08b14d82e896f35fe5ce889665aabb075bd540f9761c838d1d09a3d9704 category: dev optional: true - name: ipython - version: 9.6.0 + version: 9.7.0 manager: conda platform: win-64 dependencies: __win: '' - colorama: '' - decorator: '' - exceptiongroup: '' - ipython_pygments_lexers: '' - jedi: '>=0.16' - matplotlib-inline: '' - pickleshare: '' + colorama: '>=0.4.4' + decorator: '>=4.3.2' + ipython_pygments_lexers: '>=1.0.0' + jedi: '>=0.18.1' + matplotlib-inline: '>=0.1.5' prompt-toolkit: '>=3.0.41,<3.1.0' - pygments: '>=2.4.0' + pygments: '>=2.11.0' python: '' - stack_data: '' + stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' - url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.6.0-pyh6be1c34_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.7.0-pyhe2676ad_0.conda hash: - md5: ee8541586a0ba8824b5072a540bcc016 - sha256: 0ff7971573863a912ee397c5696f551f4d1a6fb77db59947f6aee4ba04aa25fe + md5: a1ac3cd378490356e0299d0ca95809d1 + sha256: 3f48685fce2d2d75d24e9b18eba7d6d55f973d56cd4092064c98bb7f95a77dcc category: dev optional: true - name: ipython_genutils @@ -3113,7 +3109,7 @@ package: category: main optional: false - name: libcurl - version: 8.16.0 + version: 8.17.0 manager: conda platform: linux-64 dependencies: @@ -3125,14 +3121,14 @@ package: libzlib: '>=1.3.1,<2.0a0' openssl: '>=3.5.4,<4.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.16.0-h4e3cde8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_0.conda hash: - md5: a401aa9329350320c7d3809a7a5a1640 - sha256: f21af777602d17ced05f168898e759fb0bac5af09ba72c5ece245dd0f14e0fec + md5: 01e149d4a53185622dc2e788281961f2 + sha256: 100e29ca864c32af15a5cc354f502d07b2600218740fdf2439fa7d66b50b3529 category: main optional: false - name: libcurl - version: 8.16.0 + version: 8.17.0 manager: conda platform: win-64 dependencies: @@ -3142,10 +3138,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/libcurl-8.16.0-h43ecb02_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.17.0-h43ecb02_0.conda hash: - md5: e9d8964076d40f974bd85d5588394b3f - sha256: 863284424dc6f64ee4a619cfb2490b85c7d51729fbf029603b30e2682532a9a6 + md5: cfade9be135edb796837e7d4c288c0fb + sha256: 651daa5d2bad505b5c72b1d5d4d8c7fc0776ab420e67af997ca9391b6854b1b3 category: main optional: false - name: libdeflate @@ -4015,29 +4011,29 @@ package: category: main optional: false - name: llvm-openmp - version: 21.1.4 + version: 21.1.5 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.4-h4922eb0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.5-h4922eb0_0.conda hash: - md5: bd436383c8b7d4c64af6e0e382ce277a - sha256: d018aacb17fb7cc3a3871020cc9e27aade4b450abc8efc84975025c1b02d273e + md5: 527e993cefc9ac376b8fb112f47cc2e0 + sha256: b80325cd93884912ab78717dc5c2145373e5aefeb1ad6af34267ab33b5a7eea4 category: main optional: false - name: llvm-openmp - version: 21.1.4 + version: 21.1.5 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.4-hfa2b4ca_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.5-hfa2b4ca_0.conda hash: - md5: 5d56fdf8c9dc4c385704317e6743fca4 - sha256: 397d1874330592e57c6378a83dff194c6d1875cab44a41f9fdee8c3fe20bbe6b + md5: 3bd3154b24a1b9489d4ab04d62ffcc86 + sha256: 8c5106720e5414f48344fd28eae4db4f1a382336d8a0f30f71d41d8ae730fbb6 category: main optional: false - name: locket @@ -5083,30 +5079,6 @@ package: sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a category: dev optional: true -- name: pickleshare - version: 0.7.5 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - hash: - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - category: dev - optional: true -- name: pickleshare - version: 0.7.5 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - hash: - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - category: dev - optional: true - name: pillow version: 10.3.0 manager: conda @@ -5661,12 +5633,12 @@ package: packaging: '>=20' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhcf101f3_1.conda hash: - md5: 1f987505580cb972cf28dc5f74a0f81b - sha256: 41053d9893e379a3133bb9b557b98a3d2142fca474fb6b964ba5d97515f78e2d + md5: da0c42269086f5170e2b296878ec13a6 + sha256: 39f41a52eb6f927caf5cd42a2ff98a09bb850ce9758b432869374b6253826962 category: dev optional: true - name: pytest @@ -5680,12 +5652,12 @@ package: packaging: '>=20' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhcf101f3_1.conda hash: - md5: 1f987505580cb972cf28dc5f74a0f81b - sha256: 41053d9893e379a3133bb9b557b98a3d2142fca474fb6b964ba5d97515f78e2d + md5: da0c42269086f5170e2b296878ec13a6 + sha256: 39f41a52eb6f927caf5cd42a2ff98a09bb850ce9758b432869374b6253826962 category: dev optional: true - name: pytest-cov @@ -7970,7 +7942,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.2b1 + version: 0.23.0.2b3 manager: pip platform: linux-64 dependencies: @@ -7985,13 +7957,13 @@ package: pymatsolver: '>=0.3' scipy: '>=1.8' zarr: '*' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b3/mira_simpeg-0.23.0.2b3-py3-none-any.whl hash: - sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + sha256: 05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 category: main optional: false - name: mira-simpeg - version: 0.23.0.2b1 + version: 0.23.0.2b3 manager: pip platform: win-64 dependencies: @@ -8006,8 +7978,8 @@ package: pymatsolver: '>=0.3' scipy: '>=1.8' zarr: '*' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b3/mira_simpeg-0.23.0.2b3-py3-none-any.whl hash: - sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + sha256: 05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 category: main optional: false diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index a3e1f842..797faf05 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -1983,53 +1983,49 @@ package: category: dev optional: true - name: ipython - version: 9.6.0 + version: 9.7.0 manager: conda platform: linux-64 dependencies: __unix: '' - decorator: '' - exceptiongroup: '' - ipython_pygments_lexers: '' - jedi: '>=0.16' - matplotlib-inline: '' + decorator: '>=4.3.2' + ipython_pygments_lexers: '>=1.0.0' + jedi: '>=0.18.1' + matplotlib-inline: '>=0.1.5' pexpect: '>4.3' - pickleshare: '' prompt-toolkit: '>=3.0.41,<3.1.0' - pygments: '>=2.4.0' + pygments: '>=2.11.0' python: '' - stack_data: '' + stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' - url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.6.0-pyhfa0c392_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.7.0-pyh53cf698_0.conda hash: - md5: ad6641ef96dd7872acbb802fa3fcb8d1 - sha256: 5b679431867704b46c0f412de1a4963bf2c9b65e55a325a22c4624f88b939453 + md5: 2d6b86a2e11b8cb2f20a432158ef10b9 + sha256: b27fb08b14d82e896f35fe5ce889665aabb075bd540f9761c838d1d09a3d9704 category: dev optional: true - name: ipython - version: 9.6.0 + version: 9.7.0 manager: conda platform: win-64 dependencies: __win: '' - colorama: '' - decorator: '' - exceptiongroup: '' - ipython_pygments_lexers: '' - jedi: '>=0.16' - matplotlib-inline: '' - pickleshare: '' + colorama: '>=0.4.4' + decorator: '>=4.3.2' + ipython_pygments_lexers: '>=1.0.0' + jedi: '>=0.18.1' + matplotlib-inline: '>=0.1.5' prompt-toolkit: '>=3.0.41,<3.1.0' - pygments: '>=2.4.0' + pygments: '>=2.11.0' python: '' - stack_data: '' + stack_data: '>=0.6.0' traitlets: '>=5.13.0' typing_extensions: '>=4.6' - url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.6.0-pyh6be1c34_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ipython-9.7.0-pyhe2676ad_0.conda hash: - md5: ee8541586a0ba8824b5072a540bcc016 - sha256: 0ff7971573863a912ee397c5696f551f4d1a6fb77db59947f6aee4ba04aa25fe + md5: a1ac3cd378490356e0299d0ca95809d1 + sha256: 3f48685fce2d2d75d24e9b18eba7d6d55f973d56cd4092064c98bb7f95a77dcc category: dev optional: true - name: ipython_genutils @@ -3165,7 +3161,7 @@ package: category: main optional: false - name: libcurl - version: 8.16.0 + version: 8.17.0 manager: conda platform: linux-64 dependencies: @@ -3177,14 +3173,14 @@ package: libzlib: '>=1.3.1,<2.0a0' openssl: '>=3.5.4,<4.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.16.0-h4e3cde8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_0.conda hash: - md5: a401aa9329350320c7d3809a7a5a1640 - sha256: f21af777602d17ced05f168898e759fb0bac5af09ba72c5ece245dd0f14e0fec + md5: 01e149d4a53185622dc2e788281961f2 + sha256: 100e29ca864c32af15a5cc354f502d07b2600218740fdf2439fa7d66b50b3529 category: main optional: false - name: libcurl - version: 8.16.0 + version: 8.17.0 manager: conda platform: win-64 dependencies: @@ -3194,10 +3190,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/libcurl-8.16.0-h43ecb02_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.17.0-h43ecb02_0.conda hash: - md5: e9d8964076d40f974bd85d5588394b3f - sha256: 863284424dc6f64ee4a619cfb2490b85c7d51729fbf029603b30e2682532a9a6 + md5: cfade9be135edb796837e7d4c288c0fb + sha256: 651daa5d2bad505b5c72b1d5d4d8c7fc0776ab420e67af997ca9391b6854b1b3 category: main optional: false - name: libdeflate @@ -4067,29 +4063,29 @@ package: category: main optional: false - name: llvm-openmp - version: 21.1.4 + version: 21.1.5 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.4-h4922eb0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.5-h4922eb0_0.conda hash: - md5: bd436383c8b7d4c64af6e0e382ce277a - sha256: d018aacb17fb7cc3a3871020cc9e27aade4b450abc8efc84975025c1b02d273e + md5: 527e993cefc9ac376b8fb112f47cc2e0 + sha256: b80325cd93884912ab78717dc5c2145373e5aefeb1ad6af34267ab33b5a7eea4 category: main optional: false - name: llvm-openmp - version: 21.1.4 + version: 21.1.5 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.4-hfa2b4ca_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.5-hfa2b4ca_0.conda hash: - md5: 5d56fdf8c9dc4c385704317e6743fca4 - sha256: 397d1874330592e57c6378a83dff194c6d1875cab44a41f9fdee8c3fe20bbe6b + md5: 3bd3154b24a1b9489d4ab04d62ffcc86 + sha256: 8c5106720e5414f48344fd28eae4db4f1a382336d8a0f30f71d41d8ae730fbb6 category: main optional: false - name: locket @@ -5135,30 +5131,6 @@ package: sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a category: dev optional: true -- name: pickleshare - version: 0.7.5 - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - hash: - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - category: dev - optional: true -- name: pickleshare - version: 0.7.5 - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda - hash: - md5: 11a9d1d09a3615fc07c3faf79bc0b943 - sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b - category: dev - optional: true - name: pillow version: 10.3.0 manager: conda @@ -5713,12 +5685,12 @@ package: packaging: '>=20' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhcf101f3_1.conda hash: - md5: 1f987505580cb972cf28dc5f74a0f81b - sha256: 41053d9893e379a3133bb9b557b98a3d2142fca474fb6b964ba5d97515f78e2d + md5: da0c42269086f5170e2b296878ec13a6 + sha256: 39f41a52eb6f927caf5cd42a2ff98a09bb850ce9758b432869374b6253826962 category: dev optional: true - name: pytest @@ -5732,12 +5704,12 @@ package: packaging: '>=20' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-8.4.2-pyhcf101f3_1.conda hash: - md5: 1f987505580cb972cf28dc5f74a0f81b - sha256: 41053d9893e379a3133bb9b557b98a3d2142fca474fb6b964ba5d97515f78e2d + md5: da0c42269086f5170e2b296878ec13a6 + sha256: 39f41a52eb6f927caf5cd42a2ff98a09bb850ce9758b432869374b6253826962 category: dev optional: true - name: pytest-cov @@ -8050,7 +8022,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.23.0.2b1 + version: 0.23.0.2b3 manager: pip platform: linux-64 dependencies: @@ -8065,13 +8037,13 @@ package: pymatsolver: '>=0.3' scipy: '>=1.8' zarr: '*' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b3/mira_simpeg-0.23.0.2b3-py3-none-any.whl hash: - sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + sha256: 05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 category: main optional: false - name: mira-simpeg - version: 0.23.0.2b1 + version: 0.23.0.2b3 manager: pip platform: win-64 dependencies: @@ -8086,8 +8058,8 @@ package: pymatsolver: '>=0.3' scipy: '>=1.8' zarr: '*' - url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b1/mira_simpeg-0.23.0.2b1-py3-none-any.whl + url: https://mirageoscienceltd.jfrog.io/artifactory/api/pypi/geoplus-pypi-dev/mira-simpeg/0.23.0.2b3/mira_simpeg-0.23.0.2b3-py3-none-any.whl hash: - sha256: 12b67f436963430261be99e37635264528b911bdbea4c9be16593463e5f6d54e + sha256: 05a809903fd5871ed0a6b3b7ad3f25f4980fffb65e925e45be3d244466217ac9 category: main optional: false