Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
975f877
[GEOPY-2049] relock on latest git dev revisions
sebhmg Mar 7, 2025
edc35ed
[GEOPY-2049] have pre-commit check recipe.yaml
sebhmg Mar 8, 2025
c2a369c
[GEOPY-2049] now supports python 3.12
sebhmg Mar 8, 2025
b1924b8
[GEOPY-2049] fix version constaint on pydantic in the conda recipe
sebhmg Mar 8, 2025
ca1e8d5
[GEOPY-2049] add tests to the conda recipe
sebhmg Mar 8, 2025
8f51dac
[GEOPY-2049] point to geoh5py branch GEOPY-2049
sebhmg Mar 10, 2025
b8c25e5
[GEOPY-2049] relock on newer octree-creation-app
sebhmg Mar 10, 2025
65f9261
[GEOPY-2049] allow minor version updates on pydantic
sebhmg Apr 14, 2025
071fe97
[GEOPY-2049] update version of dask
sebhmg Apr 14, 2025
98915d1
[GEOPY-2049] lock env in git dependency release branches
sebhmg Apr 14, 2025
dd390d6
[GEOPY-2049] retrigger github pipelines
sebhmg Apr 14, 2025
fc6b0d4
[GEOPY-2049] relock env on published packages
sebhmg Apr 14, 2025
5defe4f
[GEOPY-2049] fix github deployment pipelines
sebhmg Apr 14, 2025
b847767
[GEOPY-2049] fix test import of simpeg_drivers in conda recipe
sebhmg Apr 14, 2025
5e317ef
[GEOPY-2049] bump version to alpha2
sebhmg Apr 14, 2025
eded702
[GEOPY-2049] relock env on release branches of github dependencies
sebhmg Apr 14, 2025
35769d8
Merge pull request #73 from MiraGeoscience/GEOPY-2049
sebhmg Apr 14, 2025
7e59e95
[GEOPY-2049] Merge remote-tracking branch 'origin/release/0.2.0' into…
sebhmg Apr 14, 2025
47f4ace
[GEOPY-2049] correct version in the conda recipe
sebhmg Apr 14, 2025
2c677da
[GEOPY-2049] pre-commit autoupdate
sebhmg Apr 14, 2025
5eedd7e
[GEOPY-2049] adjust future version numbers for Mira dependencies
sebhmg Apr 14, 2025
bca60f6
[GEOPY-2049] lock env on develop branches of github dependencies
sebhmg Apr 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/python_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
package-name: 'plate-simulation'
python-version: '3.10'
source-repo-names: '["public-conda-dev-local", "conda-forge-dev-remote"]'
publish-repo-names: '["public-conda-dev"]'
source-repo-names: '["public-noremote-conda-dev"]'
conda-channels: '["conda-forge"]'
publish-repo-names: '["public-noremote-conda-dev"]'
secrets:
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python_deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ on:
publish-conda:
description: 'Publish Conda package'
required: false
type: boolean
default: true
publish-pypi:
description: 'Publish PyPI package'
required: false
type: boolean
default: true

concurrency:
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.9
rev: v0.11.5
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -66,7 +66,6 @@ repos:
exclude: \.mdj$
- id: check-toml
- id: check-yaml
exclude: ^recipe.yaml$
- id: check-added-large-files
- id: check-case-conflict
- id: check-merge-conflict
Expand Down
16 changes: 8 additions & 8 deletions environments/py-3.10-linux-64-dev.conda.lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: linux-64
# input_hash: 257e4d682c00aa7140fb546a7868d6e1e6fbc63b5407ff62cfe8797ba4caa1b5
# input_hash: cdec085e51cce66a76f807b12a37f872d12856592c9937bcd2e1cffcc3c65294

channels:
- conda-forge
Expand Down Expand Up @@ -30,10 +30,10 @@ dependencies:
- coverage=7.8.0=py310h89163eb_0
- cycler=0.12.1=pyhd8ed1ab_1
- cytoolz=1.0.1=py310ha75aee5_0
- dask-core=2024.6.2=pyhd8ed1ab_0
- dask-core=2025.3.0=pyhd8ed1ab_0
- dill=0.3.9=pyhd8ed1ab_1
- discretize=0.11.2=py310ha2bacc8_1
- distributed=2024.6.2=pyhd8ed1ab_0
- distributed=2025.3.0=pyhd8ed1ab_0
- docutils=0.19=py310hff52083_1
- exceptiongroup=1.2.2=pyhd8ed1ab_1
- fasteners=0.19=pyhd8ed1ab_1
Expand All @@ -49,7 +49,6 @@ dependencies:
- idna=3.10=pyhd8ed1ab_1
- imagesize=1.4.1=pyhd8ed1ab_0
- importlib-metadata=8.6.1=pyha770c72_0
- importlib_metadata=8.6.1=hd8ed1ab_0
- iniconfig=2.0.0=pyhd8ed1ab_1
- isort=6.0.1=pyhd8ed1ab_0
- jinja2=3.1.6=pyhd8ed1ab_0
Expand Down Expand Up @@ -98,7 +97,7 @@ dependencies:
- libxcrypt=4.4.36=hd590300_1
- libxml2=2.13.7=h81593ed_1
- libzlib=1.3.1=hb9d3cd8_2
- llvm-openmp=20.1.2=h024ca30_0
- llvm-openmp=20.1.2=h024ca30_1
- locket=1.0.0=pyhd8ed1ab_0
- markupsafe=3.0.2=py310h89163eb_1
- matplotlib-base=3.8.4=py310hef631a5_2
Expand All @@ -123,8 +122,8 @@ dependencies:
- psutil=7.0.0=py310ha75aee5_0
- pthread-stubs=0.4=hb9d3cd8_1002
- pycparser=2.22=pyh29332c3_1
- pydantic=2.5.3=pyhd8ed1ab_0
- pydantic-core=2.14.6=py310hcb5633a_1
- pydantic=2.11.3=pyh3cfb1c2_0
- pydantic-core=2.33.1=py310hc1293b2_0
- pydiso=0.1.2=py310h69a6472_0
- pygments=2.19.1=pyhd8ed1ab_0
- pylint=3.3.6=pyh29332c3_0
Expand Down Expand Up @@ -168,6 +167,7 @@ dependencies:
- tqdm=4.67.1=pyhd8ed1ab_1
- trimesh=4.1.8=pyhd8ed1ab_0
- typing-extensions=4.13.2=h0e9735f_0
- typing-inspection=0.4.0=pyhd8ed1ab_0
- typing_extensions=4.13.2=pyh29332c3_0
- tzdata=2025b=h78e105d_0
- unicodedata2=16.0.0=py310ha75aee5_0
Expand All @@ -187,7 +187,7 @@ dependencies:
- mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@8c73f0647ae51f1ca7d4af6ded7f2e63db52a428
- octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@e9c99d6fd5d324571a2717990aecb3ed673cbaca
- param-sweeps @ git+https://github.com/MiraGeoscience/param-sweeps.git@d5959a0e19b45a89eb8a02cd608bc8accb74adb7
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@5794aa75d41fb93837302c5b800898e7a5144a1b
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@7544763d9d873237256b963c32db54ce33c329c7

variables:
KMP_WARNINGS: 0
16 changes: 8 additions & 8 deletions environments/py-3.10-linux-64.conda.lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: linux-64
# input_hash: 257e4d682c00aa7140fb546a7868d6e1e6fbc63b5407ff62cfe8797ba4caa1b5
# input_hash: cdec085e51cce66a76f807b12a37f872d12856592c9937bcd2e1cffcc3c65294

channels:
- conda-forge
Expand All @@ -25,9 +25,9 @@ dependencies:
- contourpy=1.3.1=py310h3788b33_0
- cycler=0.12.1=pyhd8ed1ab_1
- cytoolz=1.0.1=py310ha75aee5_0
- dask-core=2024.6.2=pyhd8ed1ab_0
- dask-core=2025.3.0=pyhd8ed1ab_0
- discretize=0.11.2=py310ha2bacc8_1
- distributed=2024.6.2=pyhd8ed1ab_0
- distributed=2025.3.0=pyhd8ed1ab_0
- fasteners=0.19=pyhd8ed1ab_1
- fonttools=4.57.0=py310h89163eb_0
- freetype=2.13.3=h48d6fc4_0
Expand All @@ -39,7 +39,6 @@ dependencies:
- hpack=4.1.0=pyhd8ed1ab_0
- hyperframe=6.1.0=pyhd8ed1ab_0
- importlib-metadata=8.6.1=pyha770c72_0
- importlib_metadata=8.6.1=hd8ed1ab_0
- jinja2=3.1.6=pyhd8ed1ab_0
- joblib=1.4.2=pyhd8ed1ab_1
- keyutils=1.6.1=h166bdaf_0
Expand Down Expand Up @@ -86,7 +85,7 @@ dependencies:
- libxcrypt=4.4.36=hd590300_1
- libxml2=2.13.7=h81593ed_1
- libzlib=1.3.1=hb9d3cd8_2
- llvm-openmp=20.1.2=h024ca30_0
- llvm-openmp=20.1.2=h024ca30_1
- locket=1.0.0=pyhd8ed1ab_0
- markupsafe=3.0.2=py310h89163eb_1
- matplotlib-base=3.8.4=py310hef631a5_2
Expand All @@ -108,8 +107,8 @@ dependencies:
- psutil=7.0.0=py310ha75aee5_0
- pthread-stubs=0.4=hb9d3cd8_1002
- pycparser=2.22=pyh29332c3_1
- pydantic=2.5.3=pyhd8ed1ab_0
- pydantic-core=2.14.6=py310hcb5633a_1
- pydantic=2.11.3=pyh3cfb1c2_0
- pydantic-core=2.33.1=py310hc1293b2_0
- pydiso=0.1.2=py310h69a6472_0
- pymatsolver=0.3.1=pyh48887ae_201
- pyparsing=3.2.3=pyhd8ed1ab_1
Expand All @@ -135,6 +134,7 @@ dependencies:
- tqdm=4.67.1=pyhd8ed1ab_1
- trimesh=4.1.8=pyhd8ed1ab_0
- typing-extensions=4.13.2=h0e9735f_0
- typing-inspection=0.4.0=pyhd8ed1ab_0
- typing_extensions=4.13.2=pyh29332c3_0
- tzdata=2025b=h78e105d_0
- unicodedata2=16.0.0=py310ha75aee5_0
Expand All @@ -154,7 +154,7 @@ dependencies:
- mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@8c73f0647ae51f1ca7d4af6ded7f2e63db52a428
- octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@e9c99d6fd5d324571a2717990aecb3ed673cbaca
- param-sweeps @ git+https://github.com/MiraGeoscience/param-sweeps.git@d5959a0e19b45a89eb8a02cd608bc8accb74adb7
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@5794aa75d41fb93837302c5b800898e7a5144a1b
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@7544763d9d873237256b963c32db54ce33c329c7

variables:
KMP_WARNINGS: 0
16 changes: 8 additions & 8 deletions environments/py-3.10-win-64-dev.conda.lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: win-64
# input_hash: bb4dc72466951f873a5ffc13a0eee058d9342a38c7347b9b12177f637a58ec32
# input_hash: 2eb2e1b8d7a4c5e77c594959253dfae3686efee6da0ffc61d994f247011f28c5

channels:
- conda-forge
Expand Down Expand Up @@ -29,10 +29,10 @@ dependencies:
- coverage=7.8.0=py310h38315fa_0
- cycler=0.12.1=pyhd8ed1ab_1
- cytoolz=1.0.1=py310ha8f682b_0
- dask-core=2024.6.2=pyhd8ed1ab_0
- dask-core=2025.3.0=pyhd8ed1ab_0
- dill=0.3.9=pyhd8ed1ab_1
- discretize=0.11.2=py310h3e8ed56_1
- distributed=2024.6.2=pyhd8ed1ab_0
- distributed=2025.3.0=pyhd8ed1ab_0
- docutils=0.19=py310h5588dad_1
- exceptiongroup=1.2.2=pyhd8ed1ab_1
- fasteners=0.19=pyhd8ed1ab_1
Expand All @@ -48,7 +48,6 @@ dependencies:
- idna=3.10=pyhd8ed1ab_1
- imagesize=1.4.1=pyhd8ed1ab_0
- importlib-metadata=8.6.1=pyha770c72_0
- importlib_metadata=8.6.1=hd8ed1ab_0
- iniconfig=2.0.0=pyhd8ed1ab_1
- intel-openmp=2024.2.1=h57928b3_1083
- isort=6.0.1=pyhd8ed1ab_0
Expand Down Expand Up @@ -86,7 +85,7 @@ dependencies:
- libxcb=1.17.0=h0e4246c_0
- libxml2=2.13.7=h442d1da_1
- libzlib=1.3.1=h2466b09_2
- llvm-openmp=20.1.2=h30eaf37_0
- llvm-openmp=20.1.2=h30eaf37_1
- locket=1.0.0=pyhd8ed1ab_0
- markupsafe=3.0.2=py310h38315fa_1
- matplotlib-base=3.8.4=py310hadb10a8_2
Expand All @@ -108,8 +107,8 @@ dependencies:
- psutil=7.0.0=py310ha8f682b_0
- pthread-stubs=0.4=h0e40799_1002
- pycparser=2.22=pyh29332c3_1
- pydantic=2.5.3=pyhd8ed1ab_0
- pydantic-core=2.14.6=py310h87d50f1_1
- pydantic=2.11.3=pyh3cfb1c2_0
- pydantic-core=2.33.1=py310h7c79e54_0
- pydiso=0.1.2=py310h8f92c26_0
- pygments=2.19.1=pyhd8ed1ab_0
- pylint=3.3.6=pyh29332c3_0
Expand Down Expand Up @@ -152,6 +151,7 @@ dependencies:
- tqdm=4.67.1=pyhd8ed1ab_1
- trimesh=4.1.8=pyhd8ed1ab_0
- typing-extensions=4.13.2=h0e9735f_0
- typing-inspection=0.4.0=pyhd8ed1ab_0
- typing_extensions=4.13.2=pyh29332c3_0
- tzdata=2025b=h78e105d_0
- ucrt=10.0.22621.0=h57928b3_1
Expand All @@ -176,7 +176,7 @@ dependencies:
- mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@8c73f0647ae51f1ca7d4af6ded7f2e63db52a428
- octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@e9c99d6fd5d324571a2717990aecb3ed673cbaca
- param-sweeps @ git+https://github.com/MiraGeoscience/param-sweeps.git@d5959a0e19b45a89eb8a02cd608bc8accb74adb7
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@5794aa75d41fb93837302c5b800898e7a5144a1b
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@7544763d9d873237256b963c32db54ce33c329c7

variables:
KMP_WARNINGS: 0
16 changes: 8 additions & 8 deletions environments/py-3.10-win-64.conda.lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: win-64
# input_hash: bb4dc72466951f873a5ffc13a0eee058d9342a38c7347b9b12177f637a58ec32
# input_hash: 2eb2e1b8d7a4c5e77c594959253dfae3686efee6da0ffc61d994f247011f28c5

channels:
- conda-forge
Expand All @@ -24,9 +24,9 @@ dependencies:
- contourpy=1.3.1=py310hc19bc0b_0
- cycler=0.12.1=pyhd8ed1ab_1
- cytoolz=1.0.1=py310ha8f682b_0
- dask-core=2024.6.2=pyhd8ed1ab_0
- dask-core=2025.3.0=pyhd8ed1ab_0
- discretize=0.11.2=py310h3e8ed56_1
- distributed=2024.6.2=pyhd8ed1ab_0
- distributed=2025.3.0=pyhd8ed1ab_0
- fasteners=0.19=pyhd8ed1ab_1
- fonttools=4.57.0=py310h38315fa_0
- freetype=2.13.3=h0b5ce68_0
Expand All @@ -38,7 +38,6 @@ dependencies:
- hpack=4.1.0=pyhd8ed1ab_0
- hyperframe=6.1.0=pyhd8ed1ab_0
- importlib-metadata=8.6.1=pyha770c72_0
- importlib_metadata=8.6.1=hd8ed1ab_0
- intel-openmp=2024.2.1=h57928b3_1083
- jinja2=3.1.6=pyhd8ed1ab_0
- joblib=1.4.2=pyhd8ed1ab_1
Expand Down Expand Up @@ -74,7 +73,7 @@ dependencies:
- libxcb=1.17.0=h0e4246c_0
- libxml2=2.13.7=h442d1da_1
- libzlib=1.3.1=h2466b09_2
- llvm-openmp=20.1.2=h30eaf37_0
- llvm-openmp=20.1.2=h30eaf37_1
- locket=1.0.0=pyhd8ed1ab_0
- markupsafe=3.0.2=py310h38315fa_1
- matplotlib-base=3.8.4=py310hadb10a8_2
Expand All @@ -93,8 +92,8 @@ dependencies:
- psutil=7.0.0=py310ha8f682b_0
- pthread-stubs=0.4=h0e40799_1002
- pycparser=2.22=pyh29332c3_1
- pydantic=2.5.3=pyhd8ed1ab_0
- pydantic-core=2.14.6=py310h87d50f1_1
- pydantic=2.11.3=pyh3cfb1c2_0
- pydantic-core=2.33.1=py310h7c79e54_0
- pydiso=0.1.2=py310h8f92c26_0
- pymatsolver=0.3.1=pyh48887ae_201
- pyparsing=3.2.3=pyhd8ed1ab_1
Expand All @@ -119,6 +118,7 @@ dependencies:
- tqdm=4.67.1=pyhd8ed1ab_1
- trimesh=4.1.8=pyhd8ed1ab_0
- typing-extensions=4.13.2=h0e9735f_0
- typing-inspection=0.4.0=pyhd8ed1ab_0
- typing_extensions=4.13.2=pyh29332c3_0
- tzdata=2025b=h78e105d_0
- ucrt=10.0.22621.0=h57928b3_1
Expand All @@ -143,7 +143,7 @@ dependencies:
- mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@8c73f0647ae51f1ca7d4af6ded7f2e63db52a428
- octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@e9c99d6fd5d324571a2717990aecb3ed673cbaca
- param-sweeps @ git+https://github.com/MiraGeoscience/param-sweeps.git@d5959a0e19b45a89eb8a02cd608bc8accb74adb7
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@5794aa75d41fb93837302c5b800898e7a5144a1b
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@7544763d9d873237256b963c32db54ce33c329c7

variables:
KMP_WARNINGS: 0
16 changes: 8 additions & 8 deletions environments/py-3.11-linux-64-dev.conda.lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by conda-lock.
# platform: linux-64
# input_hash: c50659013825488396e22cd7b61828deb6dbb98be3a5c2049633f8e5bc818bfc
# input_hash: b47e3a8ce287b312a7c74933ad2d7e1bc9c43877295499b6ce44b2227e2cfe1f

channels:
- conda-forge
Expand Down Expand Up @@ -30,11 +30,11 @@ dependencies:
- coverage=7.8.0=py311h2dc5d0c_0
- cycler=0.12.1=pyhd8ed1ab_1
- cytoolz=1.0.1=py311h9ecbd09_0
- dask-core=2024.6.2=pyhd8ed1ab_0
- dask-core=2025.3.0=pyhd8ed1ab_0
- deprecated=1.2.18=pyhd8ed1ab_0
- dill=0.3.9=pyhd8ed1ab_1
- discretize=0.11.2=py311h5b7b71f_1
- distributed=2024.6.2=pyhd8ed1ab_0
- distributed=2025.3.0=pyhd8ed1ab_0
- docutils=0.19=py311h38be061_1
- exceptiongroup=1.2.2=pyhd8ed1ab_1
- fasteners=0.19=pyhd8ed1ab_1
Expand All @@ -50,7 +50,6 @@ dependencies:
- idna=3.10=pyhd8ed1ab_1
- imagesize=1.4.1=pyhd8ed1ab_0
- importlib-metadata=8.6.1=pyha770c72_0
- importlib_metadata=8.6.1=hd8ed1ab_0
- iniconfig=2.0.0=pyhd8ed1ab_1
- isort=6.0.1=pyhd8ed1ab_0
- jinja2=3.1.6=pyhd8ed1ab_0
Expand Down Expand Up @@ -99,7 +98,7 @@ dependencies:
- libxcrypt=4.4.36=hd590300_1
- libxml2=2.13.7=h81593ed_1
- libzlib=1.3.1=hb9d3cd8_2
- llvm-openmp=20.1.2=h024ca30_0
- llvm-openmp=20.1.2=h024ca30_1
- locket=1.0.0=pyhd8ed1ab_0
- markupsafe=3.0.2=py311h2dc5d0c_1
- matplotlib-base=3.8.4=py311ha4ca890_2
Expand All @@ -124,8 +123,8 @@ dependencies:
- psutil=7.0.0=py311h9ecbd09_0
- pthread-stubs=0.4=hb9d3cd8_1002
- pycparser=2.22=pyh29332c3_1
- pydantic=2.5.3=pyhd8ed1ab_0
- pydantic-core=2.14.6=py311h46250e7_1
- pydantic=2.11.3=pyh3cfb1c2_0
- pydantic-core=2.33.1=py311h687327b_0
- pydiso=0.1.2=py311h19ea254_0
- pygments=2.19.1=pyhd8ed1ab_0
- pylint=3.3.6=pyh29332c3_0
Expand Down Expand Up @@ -169,6 +168,7 @@ dependencies:
- tqdm=4.67.1=pyhd8ed1ab_1
- trimesh=4.1.8=pyhd8ed1ab_0
- typing-extensions=4.13.2=h0e9735f_0
- typing-inspection=0.4.0=pyhd8ed1ab_0
- typing_extensions=4.13.2=pyh29332c3_0
- tzdata=2025b=h78e105d_0
- unicodedata2=16.0.0=py311h9ecbd09_0
Expand All @@ -189,7 +189,7 @@ dependencies:
- mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@8c73f0647ae51f1ca7d4af6ded7f2e63db52a428
- octree-creation-app @ git+https://github.com/MiraGeoscience/octree-creation-app.git@e9c99d6fd5d324571a2717990aecb3ed673cbaca
- param-sweeps @ git+https://github.com/MiraGeoscience/param-sweeps.git@d5959a0e19b45a89eb8a02cd608bc8accb74adb7
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@5794aa75d41fb93837302c5b800898e7a5144a1b
- simpeg-drivers @ git+https://github.com/MiraGeoscience/simpeg-drivers.git@7544763d9d873237256b963c32db54ce33c329c7

variables:
KMP_WARNINGS: 0
Loading