From c4f084f46e00bd3331eb65072074bb627f9d5d5e Mon Sep 17 00:00:00 2001 From: dominiquef Date: Tue, 3 Dec 2024 11:16:33 -0800 Subject: [PATCH 1/2] Fix handling of vector sensivitites --- simpeg_drivers/components/factories/directives_factory.py | 4 +++- tests/run_tests/driver_mvi_test.py | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/simpeg_drivers/components/factories/directives_factory.py b/simpeg_drivers/components/factories/directives_factory.py index bbf128c3..610f4ca7 100644 --- a/simpeg_drivers/components/factories/directives_factory.py +++ b/simpeg_drivers/components/factories/directives_factory.py @@ -422,8 +422,10 @@ def assemble_keyword_arguments( } if self.factory_type == "magnetic vector": - kwargs["channels"] = ["amplitude", "inclination", "declination"] + kwargs["channels"] = [""] kwargs["transforms"] = [ + lambda x: x.reshape((-1, 3), order="F"), + lambda x: np.linalg.norm(x, axis=1), active_cells_map, ] diff --git a/tests/run_tests/driver_mvi_test.py b/tests/run_tests/driver_mvi_test.py index b1afea1b..2c2f4261 100644 --- a/tests/run_tests/driver_mvi_test.py +++ b/tests/run_tests/driver_mvi_test.py @@ -123,6 +123,7 @@ def test_magnetic_vector_run( max_global_iterations=max_iterations, initial_beta_ratio=1e1, store_sensitivities="ram", + save_sensitivities=True, prctile=100, ) params.write_input_file(path=tmp_path, name="Inv_run") From e23582cdb429cf50a4d7e0b41b63fac6deccbb4e Mon Sep 17 00:00:00 2001 From: dominiquef Date: Wed, 4 Dec 2024 10:14:23 -0800 Subject: [PATCH 2/2] Re-lock file --- .../py-3.10-linux-64-dev.conda.lock.yml | 72 +- environments/py-3.10-linux-64.conda.lock.yml | 20 +- .../py-3.10-win-64-dev.conda.lock.yml | 67 +- environments/py-3.10-win-64.conda.lock.yml | 19 +- .../py-3.11-linux-64-dev.conda.lock.yml | 72 +- environments/py-3.11-linux-64.conda.lock.yml | 20 +- .../py-3.11-win-64-dev.conda.lock.yml | 67 +- environments/py-3.11-win-64.conda.lock.yml | 19 +- py-3.10.conda-lock.yml | 648 ++++++++++-------- py-3.11.conda-lock.yml | 648 ++++++++++-------- 10 files changed, 950 insertions(+), 702 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 740d3f2a..7e1a0389 100644 --- a/environments/py-3.10-linux-64-dev.conda.lock.yml +++ b/environments/py-3.10-linux-64-dev.conda.lock.yml @@ -12,7 +12,7 @@ dependencies: - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.6.2.post1=pyhd8ed1ab_0 - - argon2-cffi=23.1.0=pyhd8ed1ab_0 + - argon2-cffi=23.1.0=pyhd8ed1ab_1 - argon2-cffi-bindings=21.2.0=py310ha75aee5_5 - arrow=1.3.0=pyhd8ed1ab_0 - asciitree=0.3.3=py_2 @@ -22,7 +22,7 @@ dependencies: - attrs=24.2.0=pyh71513ae_0 - babel=2.16.0=pyhd8ed1ab_1 - beautifulsoup4=4.12.3=pyha770c72_1 - - bleach=6.2.0=pyhd8ed1ab_0 + - bleach=6.2.0=pyhd8ed1ab_1 - brotli=1.1.0=hb9d3cd8_2 - brotli-bin=1.1.0=hb9d3cd8_2 - brotli-python=1.1.0=py310hf71b8c6_2 @@ -40,7 +40,7 @@ dependencies: - comm=0.2.2=pyhd8ed1ab_0 - contourpy=1.3.1=py310h3788b33_0 - coverage=7.6.8=py310h89163eb_0 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py310ha75aee5_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - dataclasses=0.8=pyhc8e2a94_3 @@ -52,24 +52,24 @@ dependencies: - distributed=2024.6.2=pyhd8ed1ab_0 - docutils=0.19=py310hff52083_1 - empymod=2.2.2=pyhd8ed1ab_0 - - entrypoints=0.4=pyhd8ed1ab_0 + - entrypoints=0.4=pyhd8ed1ab_1 - exceptiongroup=1.2.2=pyhd8ed1ab_1 - executing=2.1.0=pyhd8ed1ab_0 - fasteners=0.17.3=pyhd8ed1ab_0 - fonttools=4.55.1=py310h89163eb_0 - - fqdn=1.5.1=pyhd8ed1ab_0 + - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.12.1=h267a509_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py310hcb52e73_4 - greenlet=3.1.1=py310hf71b8c6_0 - - h11=0.14.0=pyhd8ed1ab_0 - - h2=4.1.0=pyhd8ed1ab_0 + - h11=0.14.0=pyhd8ed1ab_1 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py310h60e0fe6_102 - hdf5=1.14.3=nompi_h2d575fe_107 - - hpack=4.0.0=pyh9f0ad1d_0 + - hpack=4.0.0=pyhd8ed1ab_1 - httpcore=1.0.7=pyh29332c3_1 - httpx=0.28.0=pyhd8ed1ab_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hyperframe=6.0.1=pyhd8ed1ab_1 - idna=3.10=pyhd8ed1ab_1 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.5.0=pyha770c72_1 @@ -82,10 +82,10 @@ dependencies: - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_0 - isort=5.13.2=pyhd8ed1ab_1 - - jedi=0.19.2=pyhff2d567_0 + - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.4=pyhd8ed1ab_1 - joblib=1.4.2=pyhd8ed1ab_0 - - json5=0.10.0=pyhd8ed1ab_0 + - json5=0.10.0=pyhd8ed1ab_1 - jsonpointer=3.0.0=py310hff52083_1 - jsonschema=4.23.0=pyhd8ed1ab_0 - jsonschema-specifications=2024.10.1=pyhd8ed1ab_0 @@ -98,8 +98,8 @@ dependencies: - jupyter_events=0.10.0=pyhd8ed1ab_0 - jupyter_server=2.14.2=pyhd8ed1ab_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_0 - - jupyterlab=4.2.6=pyhff2d567_0 - - jupyterlab_pygments=0.3.0=pyhd8ed1ab_1 + - jupyterlab=4.3.2=pyhd8ed1ab_0 + - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.27.3=pyhd8ed1ab_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.16.4=pyh80e38bb_0 @@ -131,6 +131,8 @@ dependencies: - libjpeg-turbo=3.0.0=hd590300_1 - liblapack=3.9.0=20_linux64_mkl - libllvm14=14.0.6=hcd5def8_4 + - liblzma=5.6.3=hb9d3cd8_0 + - liblzma-devel=5.6.3=hb9d3cd8_0 - libnghttp2=1.64.0=h161d5f1_0 - libnsl=2.0.1=hd590300_0 - libpng=1.6.44=hadc24fc_0 @@ -156,8 +158,8 @@ dependencies: - matplotlib-inline=0.1.7=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_0 - - mdurl=0.1.2=pyhd8ed1ab_0 - - mistune=3.0.2=pyhd8ed1ab_0 + - mdurl=0.1.2=pyhd8ed1ab_1 + - mistune=3.0.2=pyhd8ed1ab_1 - mkl=2023.2.0=h84fe81f_50496 - msgpack-python=1.1.0=py310h3788b33_0 - munkres=1.1.4=pyh9f0ad1d_0 @@ -169,8 +171,8 @@ dependencies: - nbconvert-pandoc=7.16.4=hd8ed1ab_1 - nbformat=5.10.4=pyhd8ed1ab_0 - ncurses=6.5=he02047a_1 - - nest-asyncio=1.6.0=pyhd8ed1ab_0 - - notebook=7.2.2=pyhd8ed1ab_0 + - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - notebook=7.3.0=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_0 - numba=0.60.0=py310h5dc88bb_0 - numcodecs=0.13.1=py310h5eaa309_0 @@ -182,25 +184,25 @@ dependencies: - pandas=2.2.3=py310h5eaa309_1 - pandoc=3.5=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - - parso=0.8.4=pyhd8ed1ab_0 + - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - - pexpect=4.9.0=pyhd8ed1ab_0 - - pickleshare=0.7.5=py_1003 + - pexpect=4.9.0=pyhd8ed1ab_1 + - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py310hebfe307_1 - pip=24.3.1=pyh8b19718_0 - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1 - platformdirs=4.3.6=pyhd8ed1ab_1 - pluggy=1.5.0=pyhd8ed1ab_1 - - prometheus_client=0.21.0=pyhd8ed1ab_0 - - prompt-toolkit=3.0.48=pyha770c72_0 + - prometheus_client=0.21.1=pyhd8ed1ab_0 + - prompt-toolkit=3.0.48=pyha770c72_1 - psutil=6.1.0=py310ha75aee5_0 - pthread-stubs=0.4=hb9d3cd8_1002 - - ptyprocess=0.7.0=pyhd3deb0d_0 + - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_0 - pybtex=0.24.0=pyhd8ed1ab_2 - pybtex-docutils=1.0.3=py310hff52083_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py310h505e2c1_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h7b68af5_0 @@ -227,10 +229,10 @@ dependencies: - requests=2.32.3=pyhd8ed1ab_1 - rfc3339-validator=0.1.4=pyhd8ed1ab_0 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - - rpds-py=0.22.0=py310h505e2c1_0 + - rpds-py=0.22.1=py310h505e2c1_0 - scikit-learn=1.4.2=py310h981052a_1 - scipy=1.14.1=py310hfcf56fc_1 - - send2trash=1.8.3=pyh0d859eb_0 + - send2trash=1.8.3=pyh0d859eb_1 - setuptools=75.6.0=pyhff2d567_1 - six=1.16.0=pyhd8ed1ab_1 - sniffio=1.3.1=pyhd8ed1ab_1 @@ -264,41 +266,43 @@ dependencies: - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=noxft_h4845f30_101 - toml=0.10.2=pyhd8ed1ab_0 - - tomli=2.2.1=pyhd8ed1ab_0 + - tomli=2.2.1=pyhd8ed1ab_1 - tomlkit=0.13.2=pyha770c72_1 - toolz=1.0.0=pyhd8ed1ab_0 - tornado=6.4.2=py310ha75aee5_0 - tqdm=4.67.1=pyhd8ed1ab_0 - traitlets=5.14.3=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20241003=pyhff2d567_0 + - types-python-dateutil=2.9.0.20241003=pyhd8ed1ab_1 - typing-extensions=4.12.2=hd8ed1ab_1 - typing_extensions=4.12.2=pyha770c72_1 - - typing_utils=0.1.0=pyhd8ed1ab_0 + - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2024b=hc8b5060_0 - uc-micro-py=1.0.3=pyhd8ed1ab_0 - unicodedata2=15.1.0=py310ha75aee5_1 - - uri-template=1.3.0=pyhd8ed1ab_0 + - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.2.3=pyhd8ed1ab_1 - wcwidth=0.2.13=pyhd8ed1ab_1 - - webcolors=24.8.0=pyhd8ed1ab_0 + - webcolors=24.8.0=pyhd8ed1ab_1 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.8.0=pyhd8ed1ab_1 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - xorg-libxau=1.0.11=hb9d3cd8_1 - xorg-libxdmcp=1.1.5=hb9d3cd8_0 - - xz=5.2.6=h166bdaf_0 + - xz=5.6.3=hbcc6ac9_0 + - xz-gpl-tools=5.6.3=hbcc6ac9_0 + - xz-tools=5.6.3=hb9d3cd8_0 - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=h3b0a872_7 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py310ha39cb0e_1 - zstd=1.5.6=ha6fb4c9_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 diff --git a/environments/py-3.10-linux-64.conda.lock.yml b/environments/py-3.10-linux-64.conda.lock.yml index d6a3ac69..ee69a199 100644 --- a/environments/py-3.10-linux-64.conda.lock.yml +++ b/environments/py-3.10-linux-64.conda.lock.yml @@ -24,7 +24,7 @@ dependencies: - cloudpickle=3.1.0=pyhd8ed1ab_1 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.1=py310h3788b33_0 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py310ha75aee5_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - discretize=0.10.0=py310hcb52e73_1 @@ -35,11 +35,11 @@ dependencies: - freetype=2.12.1=h267a509_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py310hcb52e73_4 - - h2=4.1.0=pyhd8ed1ab_0 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py310h60e0fe6_102 - hdf5=1.14.3=nompi_h2d575fe_107 - - hpack=4.0.0=pyh9f0ad1d_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hpack=4.0.0=pyhd8ed1ab_1 + - hyperframe=6.0.1=pyhd8ed1ab_1 - importlib-metadata=8.5.0=pyha770c72_1 - importlib_metadata=8.5.0=hd8ed1ab_1 - jinja2=3.1.4=pyhd8ed1ab_1 @@ -71,6 +71,8 @@ dependencies: - libjpeg-turbo=3.0.0=hd590300_1 - liblapack=3.9.0=20_linux64_mkl - libllvm14=14.0.6=hcd5def8_4 + - liblzma=5.6.3=hb9d3cd8_0 + - liblzma-devel=5.6.3=hb9d3cd8_0 - libnghttp2=1.64.0=h161d5f1_0 - libnsl=2.0.1=hd590300_0 - libpng=1.6.44=hadc24fc_0 @@ -107,7 +109,7 @@ dependencies: - psutil=6.1.0=py310ha75aee5_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py310h505e2c1_0 - pydiso=0.1.2=py310h7b68af5_0 - pymatsolver=0.2.0=ha770c72_3 @@ -141,17 +143,19 @@ dependencies: - wheel=0.45.1=pyhd8ed1ab_1 - xorg-libxau=1.0.11=hb9d3cd8_1 - xorg-libxdmcp=1.1.5=hb9d3cd8_0 - - xz=5.2.6=h166bdaf_0 + - xz=5.6.3=hbcc6ac9_0 + - xz-gpl-tools=5.6.3=hbcc6ac9_0 + - xz-tools=5.6.3=hb9d3cd8_0 - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py310ha39cb0e_1 - zstd=1.5.6=ha6fb4c9_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 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 2e592326..6af5e8fd 100644 --- a/environments/py-3.10-win-64-dev.conda.lock.yml +++ b/environments/py-3.10-win-64-dev.conda.lock.yml @@ -10,7 +10,7 @@ dependencies: - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.6.2.post1=pyhd8ed1ab_0 - - argon2-cffi=23.1.0=pyhd8ed1ab_0 + - argon2-cffi=23.1.0=pyhd8ed1ab_1 - argon2-cffi-bindings=21.2.0=py310ha8f682b_5 - arrow=1.3.0=pyhd8ed1ab_0 - asciitree=0.3.3=py_2 @@ -20,7 +20,7 @@ dependencies: - attrs=24.2.0=pyh71513ae_0 - babel=2.16.0=pyhd8ed1ab_1 - beautifulsoup4=4.12.3=pyha770c72_1 - - bleach=6.2.0=pyhd8ed1ab_0 + - bleach=6.2.0=pyhd8ed1ab_1 - brotli=1.1.0=h2466b09_2 - brotli-bin=1.1.0=h2466b09_2 - brotli-python=1.1.0=py310h9e98ed7_2 @@ -38,7 +38,7 @@ dependencies: - contourpy=1.3.1=py310hc19bc0b_0 - coverage=7.6.8=py310h38315fa_0 - cpython=3.10.15=py310hd8ed1ab_2 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py310ha8f682b_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - dataclasses=0.8=pyhc8e2a94_3 @@ -50,24 +50,24 @@ dependencies: - distributed=2024.6.2=pyhd8ed1ab_0 - docutils=0.19=py310h5588dad_1 - empymod=2.2.2=pyhd8ed1ab_0 - - entrypoints=0.4=pyhd8ed1ab_0 + - entrypoints=0.4=pyhd8ed1ab_1 - exceptiongroup=1.2.2=pyhd8ed1ab_1 - executing=2.1.0=pyhd8ed1ab_0 - fasteners=0.17.3=pyhd8ed1ab_0 - fonttools=4.55.1=py310h38315fa_0 - - fqdn=1.5.1=pyhd8ed1ab_0 + - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.12.1=hdaf720e_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py310h4856b71_4 - greenlet=3.1.1=py310h9e98ed7_0 - - h11=0.14.0=pyhd8ed1ab_0 - - h2=4.1.0=pyhd8ed1ab_0 + - h11=0.14.0=pyhd8ed1ab_1 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py310h2b0be38_102 - hdf5=1.14.3=nompi_hd5d9e70_107 - - hpack=4.0.0=pyh9f0ad1d_0 + - hpack=4.0.0=pyhd8ed1ab_1 - httpcore=1.0.7=pyh29332c3_1 - httpx=0.28.0=pyhd8ed1ab_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hyperframe=6.0.1=pyhd8ed1ab_1 - idna=3.10=pyhd8ed1ab_1 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.5.0=pyha770c72_1 @@ -81,10 +81,10 @@ dependencies: - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_0 - isort=5.13.2=pyhd8ed1ab_1 - - jedi=0.19.2=pyhff2d567_0 + - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.4=pyhd8ed1ab_1 - joblib=1.4.2=pyhd8ed1ab_0 - - json5=0.10.0=pyhd8ed1ab_0 + - json5=0.10.0=pyhd8ed1ab_1 - jsonpointer=3.0.0=py310h5588dad_1 - jsonschema=4.23.0=pyhd8ed1ab_0 - jsonschema-specifications=2024.10.1=pyhd8ed1ab_0 @@ -97,8 +97,8 @@ dependencies: - jupyter_events=0.10.0=pyhd8ed1ab_0 - jupyter_server=2.14.2=pyhd8ed1ab_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_0 - - jupyterlab=4.2.6=pyhff2d567_0 - - jupyterlab_pygments=0.3.0=pyhd8ed1ab_1 + - jupyterlab=4.3.2=pyhd8ed1ab_0 + - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.27.3=pyhd8ed1ab_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.16.4=pyh80e38bb_0 @@ -121,6 +121,8 @@ dependencies: - libiconv=1.17=hcfcfb64_2 - libjpeg-turbo=3.0.0=hcfcfb64_1 - liblapack=3.9.0=20_win64_mkl + - liblzma=5.6.3=h2466b09_0 + - liblzma-devel=5.6.3=h2466b09_0 - libpng=1.6.44=h3ca93ac_0 - libsodium=1.0.20=hc70643c_0 - libsqlite=3.47.0=h2466b09_1 @@ -144,8 +146,8 @@ dependencies: - matplotlib-inline=0.1.7=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_0 - - mdurl=0.1.2=pyhd8ed1ab_0 - - mistune=3.0.2=pyhd8ed1ab_0 + - mdurl=0.1.2=pyhd8ed1ab_1 + - mistune=3.0.2=pyhd8ed1ab_1 - mkl=2023.2.0=h6a75c08_50497 - msgpack-python=1.1.0=py310hc19bc0b_0 - msys2-conda-epoch=20160418=1 @@ -157,8 +159,8 @@ dependencies: - nbconvert-core=7.16.4=pyhd8ed1ab_1 - nbconvert-pandoc=7.16.4=hd8ed1ab_1 - nbformat=5.10.4=pyhd8ed1ab_0 - - nest-asyncio=1.6.0=pyhd8ed1ab_0 - - notebook=7.2.2=pyhd8ed1ab_0 + - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - notebook=7.3.0=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_0 - numba=0.60.0=py310h7793332_0 - numcodecs=0.13.1=py310hb4db72f_0 @@ -170,16 +172,16 @@ dependencies: - pandas=2.2.3=py310hb4db72f_1 - pandoc=3.5=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - - parso=0.8.4=pyhd8ed1ab_0 + - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - - pickleshare=0.7.5=py_1003 + - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py310h3e38d90_1 - pip=24.3.1=pyh8b19718_0 - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1 - platformdirs=4.3.6=pyhd8ed1ab_1 - pluggy=1.5.0=pyhd8ed1ab_1 - - prometheus_client=0.21.0=pyhd8ed1ab_0 - - prompt-toolkit=3.0.48=pyha770c72_0 + - prometheus_client=0.21.1=pyhd8ed1ab_0 + - prompt-toolkit=3.0.48=pyha770c72_1 - psutil=6.1.0=py310ha8f682b_0 - pthread-stubs=0.4=hcd874cb_1001 - pthreads-win32=2.9.1=h2466b09_4 @@ -187,7 +189,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_2 - pybtex-docutils=1.0.3=py310h5588dad_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py310hc226416_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py310h5da8fee_0 @@ -215,10 +217,10 @@ dependencies: - requests=2.32.3=pyhd8ed1ab_1 - rfc3339-validator=0.1.4=pyhd8ed1ab_0 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - - rpds-py=0.22.0=py310hc226416_0 + - rpds-py=0.22.1=py310hc226416_0 - scikit-learn=1.4.2=py310hf2a6c47_1 - scipy=1.14.1=py310hbd0dde3_1 - - send2trash=1.8.3=pyh5737063_0 + - send2trash=1.8.3=pyh5737063_1 - setuptools=75.6.0=pyhff2d567_1 - six=1.16.0=pyhd8ed1ab_1 - sniffio=1.3.1=pyhd8ed1ab_1 @@ -252,27 +254,27 @@ dependencies: - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=h5226925_1 - toml=0.10.2=pyhd8ed1ab_0 - - tomli=2.2.1=pyhd8ed1ab_0 + - tomli=2.2.1=pyhd8ed1ab_1 - tomlkit=0.13.2=pyha770c72_1 - toolz=1.0.0=pyhd8ed1ab_0 - tornado=6.4.2=py310ha8f682b_0 - tqdm=4.67.1=pyhd8ed1ab_0 - traitlets=5.14.3=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20241003=pyhff2d567_0 + - types-python-dateutil=2.9.0.20241003=pyhd8ed1ab_1 - typing-extensions=4.12.2=hd8ed1ab_1 - typing_extensions=4.12.2=pyha770c72_1 - - typing_utils=0.1.0=pyhd8ed1ab_0 + - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2024b=hc8b5060_0 - uc-micro-py=1.0.3=pyhd8ed1ab_0 - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=15.1.0=py310ha8f682b_1 - - uri-template=1.3.0=pyhd8ed1ab_0 + - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.2.3=pyhd8ed1ab_1 - vc=14.3=ha32ba9b_23 - vc14_runtime=14.42.34433=he29a5d6_23 - vs2015_runtime=14.42.34433=hdffcdeb_23 - wcwidth=0.2.13=pyhd8ed1ab_1 - - webcolors=24.8.0=pyhd8ed1ab_0 + - webcolors=24.8.0=pyhd8ed1ab_1 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.8.0=pyhd8ed1ab_1 - wheel=0.45.1=pyhd8ed1ab_1 @@ -281,18 +283,19 @@ dependencies: - winpty=0.4.3=4 - xorg-libxau=1.0.11=hcd874cb_0 - xorg-libxdmcp=1.1.3=hcd874cb_0 - - xz=5.2.6=h8d14728_0 + - xz=5.6.3=h208afaa_0 + - xz-tools=5.6.3=h2466b09_0 - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=ha9f60a1_7 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py310he5e10e1_1 - zstd=1.5.6=h0ea2cb4_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 diff --git a/environments/py-3.10-win-64.conda.lock.yml b/environments/py-3.10-win-64.conda.lock.yml index 2750b961..4b2bf8fa 100644 --- a/environments/py-3.10-win-64.conda.lock.yml +++ b/environments/py-3.10-win-64.conda.lock.yml @@ -21,7 +21,7 @@ dependencies: - cloudpickle=3.1.0=pyhd8ed1ab_1 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.1=py310hc19bc0b_0 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py310ha8f682b_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - discretize=0.10.0=py310h4856b71_1 @@ -32,11 +32,11 @@ dependencies: - freetype=2.12.1=hdaf720e_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py310h4856b71_4 - - h2=4.1.0=pyhd8ed1ab_0 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py310h2b0be38_102 - hdf5=1.14.3=nompi_hd5d9e70_107 - - hpack=4.0.0=pyh9f0ad1d_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hpack=4.0.0=pyhd8ed1ab_1 + - hyperframe=6.0.1=pyhd8ed1ab_1 - importlib-metadata=8.5.0=pyha770c72_1 - importlib_metadata=8.5.0=hd8ed1ab_1 - intel-openmp=2023.2.0=h57928b3_50497 @@ -60,6 +60,8 @@ dependencies: - libiconv=1.17=hcfcfb64_2 - libjpeg-turbo=3.0.0=hcfcfb64_1 - liblapack=3.9.0=20_win64_mkl + - liblzma=5.6.3=h2466b09_0 + - liblzma-devel=5.6.3=h2466b09_0 - libpng=1.6.44=h3ca93ac_0 - libsqlite=3.47.0=h2466b09_1 - libssh2=1.11.1=he619c9f_0 @@ -95,7 +97,7 @@ dependencies: - pthread-stubs=0.4=hcd874cb_1001 - pthreads-win32=2.9.1=h2466b09_4 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py310hc226416_0 - pydiso=0.1.2=py310h5da8fee_0 - pymatsolver=0.2.0=ha770c72_3 @@ -133,17 +135,18 @@ dependencies: - win_inet_pton=1.1.0=pyh7428d3b_8 - xorg-libxau=1.0.11=hcd874cb_0 - xorg-libxdmcp=1.1.3=hcd874cb_0 - - xz=5.2.6=h8d14728_0 + - xz=5.6.3=h208afaa_0 + - xz-tools=5.6.3=h2466b09_0 - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py310he5e10e1_1 - zstd=1.5.6=h0ea2cb4_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 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 6be1fb3b..591cd868 100644 --- a/environments/py-3.11-linux-64-dev.conda.lock.yml +++ b/environments/py-3.11-linux-64-dev.conda.lock.yml @@ -12,7 +12,7 @@ dependencies: - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.6.2.post1=pyhd8ed1ab_0 - - argon2-cffi=23.1.0=pyhd8ed1ab_0 + - argon2-cffi=23.1.0=pyhd8ed1ab_1 - argon2-cffi-bindings=21.2.0=py311h9ecbd09_5 - arrow=1.3.0=pyhd8ed1ab_0 - asciitree=0.3.3=py_2 @@ -22,7 +22,7 @@ dependencies: - attrs=24.2.0=pyh71513ae_0 - babel=2.16.0=pyhd8ed1ab_1 - beautifulsoup4=4.12.3=pyha770c72_1 - - bleach=6.2.0=pyhd8ed1ab_0 + - bleach=6.2.0=pyhd8ed1ab_1 - brotli=1.1.0=hb9d3cd8_2 - brotli-bin=1.1.0=hb9d3cd8_2 - brotli-python=1.1.0=py311hfdbb021_2 @@ -40,7 +40,7 @@ dependencies: - comm=0.2.2=pyhd8ed1ab_0 - contourpy=1.3.1=py311hd18a35c_0 - coverage=7.6.8=py311h2dc5d0c_0 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py311h9ecbd09_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - dataclasses=0.8=pyhc8e2a94_3 @@ -52,24 +52,24 @@ dependencies: - distributed=2024.6.2=pyhd8ed1ab_0 - docutils=0.19=py311h38be061_1 - empymod=2.2.2=pyhd8ed1ab_0 - - entrypoints=0.4=pyhd8ed1ab_0 + - entrypoints=0.4=pyhd8ed1ab_1 - exceptiongroup=1.2.2=pyhd8ed1ab_1 - executing=2.1.0=pyhd8ed1ab_0 - fasteners=0.17.3=pyhd8ed1ab_0 - fonttools=4.55.1=py311h2dc5d0c_0 - - fqdn=1.5.1=pyhd8ed1ab_0 + - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.12.1=h267a509_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py311h92ebd52_4 - greenlet=3.1.1=py311hfdbb021_0 - - h11=0.14.0=pyhd8ed1ab_0 - - h2=4.1.0=pyhd8ed1ab_0 + - h11=0.14.0=pyhd8ed1ab_1 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py311hb639ac4_102 - hdf5=1.14.3=nompi_h2d575fe_107 - - hpack=4.0.0=pyh9f0ad1d_0 + - hpack=4.0.0=pyhd8ed1ab_1 - httpcore=1.0.7=pyh29332c3_1 - httpx=0.28.0=pyhd8ed1ab_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hyperframe=6.0.1=pyhd8ed1ab_1 - idna=3.10=pyhd8ed1ab_1 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.5.0=pyha770c72_1 @@ -82,10 +82,10 @@ dependencies: - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_0 - isort=5.13.2=pyhd8ed1ab_1 - - jedi=0.19.2=pyhff2d567_0 + - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.4=pyhd8ed1ab_1 - joblib=1.4.2=pyhd8ed1ab_0 - - json5=0.10.0=pyhd8ed1ab_0 + - json5=0.10.0=pyhd8ed1ab_1 - jsonpointer=3.0.0=py311h38be061_1 - jsonschema=4.23.0=pyhd8ed1ab_0 - jsonschema-specifications=2024.10.1=pyhd8ed1ab_0 @@ -98,8 +98,8 @@ dependencies: - jupyter_events=0.10.0=pyhd8ed1ab_0 - jupyter_server=2.14.2=pyhd8ed1ab_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_0 - - jupyterlab=4.2.6=pyhff2d567_0 - - jupyterlab_pygments=0.3.0=pyhd8ed1ab_1 + - jupyterlab=4.3.2=pyhd8ed1ab_0 + - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.27.3=pyhd8ed1ab_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.16.4=pyh80e38bb_0 @@ -132,6 +132,8 @@ dependencies: - libjpeg-turbo=3.0.0=hd590300_1 - liblapack=3.9.0=20_linux64_mkl - libllvm14=14.0.6=hcd5def8_4 + - liblzma=5.6.3=hb9d3cd8_0 + - liblzma-devel=5.6.3=hb9d3cd8_0 - libnghttp2=1.64.0=h161d5f1_0 - libnsl=2.0.1=hd590300_0 - libpng=1.6.44=hadc24fc_0 @@ -157,8 +159,8 @@ dependencies: - matplotlib-inline=0.1.7=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_0 - - mdurl=0.1.2=pyhd8ed1ab_0 - - mistune=3.0.2=pyhd8ed1ab_0 + - mdurl=0.1.2=pyhd8ed1ab_1 + - mistune=3.0.2=pyhd8ed1ab_1 - mkl=2023.2.0=h84fe81f_50496 - msgpack-python=1.1.0=py311hd18a35c_0 - munkres=1.1.4=pyh9f0ad1d_0 @@ -170,8 +172,8 @@ dependencies: - nbconvert-pandoc=7.16.4=hd8ed1ab_1 - nbformat=5.10.4=pyhd8ed1ab_0 - ncurses=6.5=he02047a_1 - - nest-asyncio=1.6.0=pyhd8ed1ab_0 - - notebook=7.2.2=pyhd8ed1ab_0 + - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - notebook=7.3.0=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_0 - numba=0.60.0=py311h4bc866e_0 - numcodecs=0.14.1=py311h7db5c69_0 @@ -183,25 +185,25 @@ dependencies: - pandas=2.2.3=py311h7db5c69_1 - pandoc=3.5=ha770c72_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - - parso=0.8.4=pyhd8ed1ab_0 + - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - - pexpect=4.9.0=pyhd8ed1ab_0 - - pickleshare=0.7.5=py_1003 + - pexpect=4.9.0=pyhd8ed1ab_1 + - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py311h82a398c_1 - pip=24.3.1=pyh8b19718_0 - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1 - platformdirs=4.3.6=pyhd8ed1ab_1 - pluggy=1.5.0=pyhd8ed1ab_1 - - prometheus_client=0.21.0=pyhd8ed1ab_0 - - prompt-toolkit=3.0.48=pyha770c72_0 + - prometheus_client=0.21.1=pyhd8ed1ab_0 + - prompt-toolkit=3.0.48=pyha770c72_1 - psutil=6.1.0=py311h9ecbd09_0 - pthread-stubs=0.4=hb9d3cd8_1002 - - ptyprocess=0.7.0=pyhd3deb0d_0 + - ptyprocess=0.7.0=pyhd8ed1ab_1 - pure_eval=0.2.3=pyhd8ed1ab_0 - pybtex=0.24.0=pyhd8ed1ab_2 - pybtex-docutils=1.0.3=py311h38be061_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py311h9e33e62_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h979a38d_0 @@ -228,10 +230,10 @@ dependencies: - requests=2.32.3=pyhd8ed1ab_1 - rfc3339-validator=0.1.4=pyhd8ed1ab_0 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - - rpds-py=0.22.0=py311h9e33e62_0 + - rpds-py=0.22.1=py311h9e33e62_0 - scikit-learn=1.4.2=py311he08f58d_1 - scipy=1.14.1=py311he9a78e4_1 - - send2trash=1.8.3=pyh0d859eb_0 + - send2trash=1.8.3=pyh0d859eb_1 - setuptools=75.6.0=pyhff2d567_1 - six=1.16.0=pyhd8ed1ab_1 - sniffio=1.3.1=pyhd8ed1ab_1 @@ -265,41 +267,43 @@ dependencies: - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=noxft_h4845f30_101 - toml=0.10.2=pyhd8ed1ab_0 - - tomli=2.2.1=pyhd8ed1ab_0 + - tomli=2.2.1=pyhd8ed1ab_1 - tomlkit=0.13.2=pyha770c72_1 - toolz=1.0.0=pyhd8ed1ab_0 - tornado=6.4.2=py311h9ecbd09_0 - tqdm=4.67.1=pyhd8ed1ab_0 - traitlets=5.14.3=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20241003=pyhff2d567_0 + - types-python-dateutil=2.9.0.20241003=pyhd8ed1ab_1 - typing-extensions=4.12.2=hd8ed1ab_1 - typing_extensions=4.12.2=pyha770c72_1 - - typing_utils=0.1.0=pyhd8ed1ab_0 + - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2024b=hc8b5060_0 - uc-micro-py=1.0.3=pyhd8ed1ab_0 - unicodedata2=15.1.0=py311h9ecbd09_1 - - uri-template=1.3.0=pyhd8ed1ab_0 + - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.2.3=pyhd8ed1ab_1 - wcwidth=0.2.13=pyhd8ed1ab_1 - - webcolors=24.8.0=pyhd8ed1ab_0 + - webcolors=24.8.0=pyhd8ed1ab_1 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.8.0=pyhd8ed1ab_1 - wheel=0.45.1=pyhd8ed1ab_1 - widgetsnbextension=3.6.10=pyhd8ed1ab_0 - xorg-libxau=1.0.11=hb9d3cd8_1 - xorg-libxdmcp=1.1.5=hb9d3cd8_0 - - xz=5.2.6=h166bdaf_0 + - xz=5.6.3=hbcc6ac9_0 + - xz-gpl-tools=5.6.3=hbcc6ac9_0 + - xz-tools=5.6.3=hb9d3cd8_0 - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=h3b0a872_7 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py311hbc35293_1 - zstd=1.5.6=ha6fb4c9_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 diff --git a/environments/py-3.11-linux-64.conda.lock.yml b/environments/py-3.11-linux-64.conda.lock.yml index 1842509d..b45a2e5f 100644 --- a/environments/py-3.11-linux-64.conda.lock.yml +++ b/environments/py-3.11-linux-64.conda.lock.yml @@ -24,7 +24,7 @@ dependencies: - cloudpickle=3.1.0=pyhd8ed1ab_1 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.1=py311hd18a35c_0 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py311h9ecbd09_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - discretize=0.10.0=py311h92ebd52_1 @@ -35,11 +35,11 @@ dependencies: - freetype=2.12.1=h267a509_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py311h92ebd52_4 - - h2=4.1.0=pyhd8ed1ab_0 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py311hb639ac4_102 - hdf5=1.14.3=nompi_h2d575fe_107 - - hpack=4.0.0=pyh9f0ad1d_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hpack=4.0.0=pyhd8ed1ab_1 + - hyperframe=6.0.1=pyhd8ed1ab_1 - importlib-metadata=8.5.0=pyha770c72_1 - importlib_metadata=8.5.0=hd8ed1ab_1 - jinja2=3.1.4=pyhd8ed1ab_1 @@ -72,6 +72,8 @@ dependencies: - libjpeg-turbo=3.0.0=hd590300_1 - liblapack=3.9.0=20_linux64_mkl - libllvm14=14.0.6=hcd5def8_4 + - liblzma=5.6.3=hb9d3cd8_0 + - liblzma-devel=5.6.3=hb9d3cd8_0 - libnghttp2=1.64.0=h161d5f1_0 - libnsl=2.0.1=hd590300_0 - libpng=1.6.44=hadc24fc_0 @@ -108,7 +110,7 @@ dependencies: - psutil=6.1.0=py311h9ecbd09_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py311h9e33e62_0 - pydiso=0.1.2=py311h979a38d_0 - pymatsolver=0.2.0=ha770c72_3 @@ -142,17 +144,19 @@ dependencies: - wheel=0.45.1=pyhd8ed1ab_1 - xorg-libxau=1.0.11=hb9d3cd8_1 - xorg-libxdmcp=1.1.5=hb9d3cd8_0 - - xz=5.2.6=h166bdaf_0 + - xz=5.6.3=hbcc6ac9_0 + - xz-gpl-tools=5.6.3=hbcc6ac9_0 + - xz-tools=5.6.3=hb9d3cd8_0 - yaml=0.2.5=h7f98852_2 - zarr=2.14.2=pyhd8ed1ab_0 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py311hbc35293_1 - zstd=1.5.6=ha6fb4c9_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 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 414a3123..9c0f4888 100644 --- a/environments/py-3.11-win-64-dev.conda.lock.yml +++ b/environments/py-3.11-win-64-dev.conda.lock.yml @@ -10,7 +10,7 @@ dependencies: - alabaster=0.7.16=pyhd8ed1ab_0 - annotated-types=0.7.0=pyhd8ed1ab_1 - anyio=4.6.2.post1=pyhd8ed1ab_0 - - argon2-cffi=23.1.0=pyhd8ed1ab_0 + - argon2-cffi=23.1.0=pyhd8ed1ab_1 - argon2-cffi-bindings=21.2.0=py311he736701_5 - arrow=1.3.0=pyhd8ed1ab_0 - asciitree=0.3.3=py_2 @@ -20,7 +20,7 @@ dependencies: - attrs=24.2.0=pyh71513ae_0 - babel=2.16.0=pyhd8ed1ab_1 - beautifulsoup4=4.12.3=pyha770c72_1 - - bleach=6.2.0=pyhd8ed1ab_0 + - bleach=6.2.0=pyhd8ed1ab_1 - brotli=1.1.0=h2466b09_2 - brotli-bin=1.1.0=h2466b09_2 - brotli-python=1.1.0=py311hda3d55a_2 @@ -38,7 +38,7 @@ dependencies: - contourpy=1.3.1=py311h3257749_0 - coverage=7.6.8=py311h5082efb_0 - cpython=3.11.10=py311hd8ed1ab_3 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py311he736701_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - dataclasses=0.8=pyhc8e2a94_3 @@ -50,24 +50,24 @@ dependencies: - distributed=2024.6.2=pyhd8ed1ab_0 - docutils=0.19=py311h1ea47a8_1 - empymod=2.2.2=pyhd8ed1ab_0 - - entrypoints=0.4=pyhd8ed1ab_0 + - entrypoints=0.4=pyhd8ed1ab_1 - exceptiongroup=1.2.2=pyhd8ed1ab_1 - executing=2.1.0=pyhd8ed1ab_0 - fasteners=0.17.3=pyhd8ed1ab_0 - fonttools=4.55.1=py311h5082efb_0 - - fqdn=1.5.1=pyhd8ed1ab_0 + - fqdn=1.5.1=pyhd8ed1ab_1 - freetype=2.12.1=hdaf720e_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py311h12feb9d_4 - greenlet=3.1.1=py311hda3d55a_0 - - h11=0.14.0=pyhd8ed1ab_0 - - h2=4.1.0=pyhd8ed1ab_0 + - h11=0.14.0=pyhd8ed1ab_1 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py311h67016bb_102 - hdf5=1.14.3=nompi_hd5d9e70_107 - - hpack=4.0.0=pyh9f0ad1d_0 + - hpack=4.0.0=pyhd8ed1ab_1 - httpcore=1.0.7=pyh29332c3_1 - httpx=0.28.0=pyhd8ed1ab_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hyperframe=6.0.1=pyhd8ed1ab_1 - idna=3.10=pyhd8ed1ab_1 - imagesize=1.4.1=pyhd8ed1ab_0 - importlib-metadata=8.5.0=pyha770c72_1 @@ -81,10 +81,10 @@ dependencies: - ipywidgets=7.8.5=pyhd8ed1ab_0 - isoduration=20.11.0=pyhd8ed1ab_0 - isort=5.13.2=pyhd8ed1ab_1 - - jedi=0.19.2=pyhff2d567_0 + - jedi=0.19.2=pyhd8ed1ab_1 - jinja2=3.1.4=pyhd8ed1ab_1 - joblib=1.4.2=pyhd8ed1ab_0 - - json5=0.10.0=pyhd8ed1ab_0 + - json5=0.10.0=pyhd8ed1ab_1 - jsonpointer=3.0.0=py311h1ea47a8_1 - jsonschema=4.23.0=pyhd8ed1ab_0 - jsonschema-specifications=2024.10.1=pyhd8ed1ab_0 @@ -97,8 +97,8 @@ dependencies: - jupyter_events=0.10.0=pyhd8ed1ab_0 - jupyter_server=2.14.2=pyhd8ed1ab_0 - jupyter_server_terminals=0.5.3=pyhd8ed1ab_0 - - jupyterlab=4.2.6=pyhff2d567_0 - - jupyterlab_pygments=0.3.0=pyhd8ed1ab_1 + - jupyterlab=4.3.2=pyhd8ed1ab_0 + - jupyterlab_pygments=0.3.0=pyhd8ed1ab_2 - jupyterlab_server=2.27.3=pyhd8ed1ab_0 - jupyterlab_widgets=1.1.11=pyhd8ed1ab_0 - jupytext=1.16.4=pyh80e38bb_0 @@ -122,6 +122,8 @@ dependencies: - libiconv=1.17=hcfcfb64_2 - libjpeg-turbo=3.0.0=hcfcfb64_1 - liblapack=3.9.0=20_win64_mkl + - liblzma=5.6.3=h2466b09_0 + - liblzma-devel=5.6.3=h2466b09_0 - libpng=1.6.44=h3ca93ac_0 - libsodium=1.0.20=hc70643c_0 - libsqlite=3.47.0=h2466b09_1 @@ -145,8 +147,8 @@ dependencies: - matplotlib-inline=0.1.7=pyhd8ed1ab_0 - mccabe=0.7.0=pyhd8ed1ab_1 - mdit-py-plugins=0.4.2=pyhd8ed1ab_0 - - mdurl=0.1.2=pyhd8ed1ab_0 - - mistune=3.0.2=pyhd8ed1ab_0 + - mdurl=0.1.2=pyhd8ed1ab_1 + - mistune=3.0.2=pyhd8ed1ab_1 - mkl=2023.2.0=h6a75c08_50497 - msgpack-python=1.1.0=py311h3257749_0 - msys2-conda-epoch=20160418=1 @@ -158,8 +160,8 @@ dependencies: - nbconvert-core=7.16.4=pyhd8ed1ab_1 - nbconvert-pandoc=7.16.4=hd8ed1ab_1 - nbformat=5.10.4=pyhd8ed1ab_0 - - nest-asyncio=1.6.0=pyhd8ed1ab_0 - - notebook=7.2.2=pyhd8ed1ab_0 + - nest-asyncio=1.6.0=pyhd8ed1ab_1 + - notebook=7.3.0=pyhd8ed1ab_0 - notebook-shim=0.2.4=pyhd8ed1ab_0 - numba=0.60.0=py311h0673bce_0 - numcodecs=0.14.1=py311hcf9f919_0 @@ -171,16 +173,16 @@ dependencies: - pandas=2.2.3=py311hcf9f919_1 - pandoc=3.5=h57928b3_0 - pandocfilters=1.5.0=pyhd8ed1ab_0 - - parso=0.8.4=pyhd8ed1ab_0 + - parso=0.8.4=pyhd8ed1ab_1 - partd=1.4.2=pyhd8ed1ab_0 - - pickleshare=0.7.5=py_1003 + - pickleshare=0.7.5=pyhd8ed1ab_1004 - pillow=10.3.0=py311h5592be9_1 - pip=24.3.1=pyh8b19718_0 - pkgutil-resolve-name=1.3.10=pyhd8ed1ab_1 - platformdirs=4.3.6=pyhd8ed1ab_1 - pluggy=1.5.0=pyhd8ed1ab_1 - - prometheus_client=0.21.0=pyhd8ed1ab_0 - - prompt-toolkit=3.0.48=pyha770c72_0 + - prometheus_client=0.21.1=pyhd8ed1ab_0 + - prompt-toolkit=3.0.48=pyha770c72_1 - psutil=6.1.0=py311he736701_0 - pthread-stubs=0.4=hcd874cb_1001 - pthreads-win32=2.9.1=h2466b09_4 @@ -188,7 +190,7 @@ dependencies: - pybtex=0.24.0=pyhd8ed1ab_2 - pybtex-docutils=1.0.3=py311h1ea47a8_2 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py311h533ab2d_0 - pydata-sphinx-theme=0.15.4=pyhd8ed1ab_0 - pydiso=0.1.2=py311h6340b4d_0 @@ -216,10 +218,10 @@ dependencies: - requests=2.32.3=pyhd8ed1ab_1 - rfc3339-validator=0.1.4=pyhd8ed1ab_0 - rfc3986-validator=0.1.1=pyh9f0ad1d_0 - - rpds-py=0.22.0=py311h533ab2d_0 + - rpds-py=0.22.1=py311h533ab2d_0 - scikit-learn=1.4.2=py311hdcb8d17_1 - scipy=1.14.1=py311hf16d85f_1 - - send2trash=1.8.3=pyh5737063_0 + - send2trash=1.8.3=pyh5737063_1 - setuptools=75.6.0=pyhff2d567_1 - six=1.16.0=pyhd8ed1ab_1 - sniffio=1.3.1=pyhd8ed1ab_1 @@ -253,27 +255,27 @@ dependencies: - tinycss2=1.4.0=pyhd8ed1ab_0 - tk=8.6.13=h5226925_1 - toml=0.10.2=pyhd8ed1ab_0 - - tomli=2.2.1=pyhd8ed1ab_0 + - tomli=2.2.1=pyhd8ed1ab_1 - tomlkit=0.13.2=pyha770c72_1 - toolz=1.0.0=pyhd8ed1ab_0 - tornado=6.4.2=py311he736701_0 - tqdm=4.67.1=pyhd8ed1ab_0 - traitlets=5.14.3=pyhd8ed1ab_0 - - types-python-dateutil=2.9.0.20241003=pyhff2d567_0 + - types-python-dateutil=2.9.0.20241003=pyhd8ed1ab_1 - typing-extensions=4.12.2=hd8ed1ab_1 - typing_extensions=4.12.2=pyha770c72_1 - - typing_utils=0.1.0=pyhd8ed1ab_0 + - typing_utils=0.1.0=pyhd8ed1ab_1 - tzdata=2024b=hc8b5060_0 - uc-micro-py=1.0.3=pyhd8ed1ab_0 - ucrt=10.0.22621.0=h57928b3_1 - unicodedata2=15.1.0=py311he736701_1 - - uri-template=1.3.0=pyhd8ed1ab_0 + - uri-template=1.3.0=pyhd8ed1ab_1 - urllib3=2.2.3=pyhd8ed1ab_1 - vc=14.3=ha32ba9b_23 - vc14_runtime=14.42.34433=he29a5d6_23 - vs2015_runtime=14.42.34433=hdffcdeb_23 - wcwidth=0.2.13=pyhd8ed1ab_1 - - webcolors=24.8.0=pyhd8ed1ab_0 + - webcolors=24.8.0=pyhd8ed1ab_1 - webencodings=0.5.1=pyhd8ed1ab_3 - websocket-client=1.8.0=pyhd8ed1ab_1 - wheel=0.45.1=pyhd8ed1ab_1 @@ -282,18 +284,19 @@ dependencies: - winpty=0.4.3=4 - xorg-libxau=1.0.11=hcd874cb_0 - xorg-libxdmcp=1.1.3=hcd874cb_0 - - xz=5.2.6=h8d14728_0 + - xz=5.6.3=h208afaa_0 + - xz-tools=5.6.3=h2466b09_0 - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - zeromq=4.3.5=ha9f60a1_7 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py311h53056dc_1 - zstd=1.5.6=h0ea2cb4_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 diff --git a/environments/py-3.11-win-64.conda.lock.yml b/environments/py-3.11-win-64.conda.lock.yml index 4595ee63..1c935624 100644 --- a/environments/py-3.11-win-64.conda.lock.yml +++ b/environments/py-3.11-win-64.conda.lock.yml @@ -21,7 +21,7 @@ dependencies: - cloudpickle=3.1.0=pyhd8ed1ab_1 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.1=py311h3257749_0 - - cycler=0.12.1=pyhd8ed1ab_0 + - cycler=0.12.1=pyhd8ed1ab_1 - cytoolz=1.0.0=py311he736701_1 - dask-core=2024.6.2=pyhd8ed1ab_0 - discretize=0.10.0=py311h12feb9d_1 @@ -32,11 +32,11 @@ dependencies: - freetype=2.12.1=hdaf720e_2 - fsspec=2022.11.0=pyhd8ed1ab_0 - geoana=0.5.0=py311h12feb9d_4 - - h2=4.1.0=pyhd8ed1ab_0 + - h2=4.1.0=pyhd8ed1ab_1 - h5py=3.12.1=nompi_py311h67016bb_102 - hdf5=1.14.3=nompi_hd5d9e70_107 - - hpack=4.0.0=pyh9f0ad1d_0 - - hyperframe=6.0.1=pyhd8ed1ab_0 + - hpack=4.0.0=pyhd8ed1ab_1 + - hyperframe=6.0.1=pyhd8ed1ab_1 - importlib-metadata=8.5.0=pyha770c72_1 - importlib_metadata=8.5.0=hd8ed1ab_1 - intel-openmp=2023.2.0=h57928b3_50497 @@ -61,6 +61,8 @@ dependencies: - libiconv=1.17=hcfcfb64_2 - libjpeg-turbo=3.0.0=hcfcfb64_1 - liblapack=3.9.0=20_win64_mkl + - liblzma=5.6.3=h2466b09_0 + - liblzma-devel=5.6.3=h2466b09_0 - libpng=1.6.44=h3ca93ac_0 - libsqlite=3.47.0=h2466b09_1 - libssh2=1.11.1=he619c9f_0 @@ -96,7 +98,7 @@ dependencies: - pthread-stubs=0.4=hcd874cb_1001 - pthreads-win32=2.9.1=h2466b09_4 - pycparser=2.22=pyh29332c3_1 - - pydantic=2.10.2=pyh3cfb1c2_1 + - pydantic=2.10.3=pyh3cfb1c2_0 - pydantic-core=2.27.1=py311h533ab2d_0 - pydiso=0.1.2=py311h6340b4d_0 - pymatsolver=0.2.0=ha770c72_3 @@ -134,17 +136,18 @@ dependencies: - win_inet_pton=1.1.0=pyh7428d3b_8 - xorg-libxau=1.0.11=hcd874cb_0 - xorg-libxdmcp=1.1.3=hcd874cb_0 - - xz=5.2.6=h8d14728_0 + - xz=5.6.3=h208afaa_0 + - xz-tools=5.6.3=h2466b09_0 - yaml=0.2.5=h8ffe710_2 - zarr=2.14.2=pyhd8ed1ab_0 - - zict=3.0.0=pyhd8ed1ab_0 + - zict=3.0.0=pyhd8ed1ab_1 - zipp=3.21.0=pyhd8ed1ab_1 - zstandard=0.23.0=py311h53056dc_1 - zstd=1.5.6=h0ea2cb4_0 - pip: - geoapps-utils == 0.4.0b1 - geoh5py == 0.10.0b3 - - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + - mira-simpeg @ git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 - octree-creation-app == 0.2.0b1 - param-sweeps == 0.2.0b1 diff --git a/py-3.10.conda-lock.yml b/py-3.10.conda-lock.yml index 163aff10..4fafa607 100644 --- a/py-3.10.conda-lock.yml +++ b/py-3.10.conda-lock.yml @@ -167,12 +167,12 @@ package: platform: linux-64 dependencies: argon2-cffi-bindings: '' - python: '>=3.7' + python: '>=3.9' typing-extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_1.conda hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: a7ee488b71c30ada51c48468337b85ba + sha256: 7af62339394986bc470a7a231c7f37ad0173ffb41f6bc0e8e31b0be9e3b9d20f category: dev optional: true - name: argon2-cffi @@ -181,12 +181,12 @@ package: platform: win-64 dependencies: argon2-cffi-bindings: '' - python: '>=3.7' + python: '>=3.9' typing-extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_1.conda hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: a7ee488b71c30ada51c48468337b85ba + sha256: 7af62339394986bc470a7a231c7f37ad0173ffb41f6bc0e8e31b0be9e3b9d20f category: dev optional: true - name: argon2-cffi-bindings @@ -435,10 +435,10 @@ package: dependencies: python: '>=3.9' webencodings: '' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_1.conda hash: - md5: 461bcfab8e65c166e297222ae919a2d4 - sha256: 01be7fb5163e7c31356a18c259ddc19a5431b8b974dc65e2427b88c2d30034f3 + md5: 707af59db75b066217403a8f00c1d826 + sha256: ffc8e4e53cd92aec0f0ea0bc9e28f5fd1b1e67bde46b0b298170e6fb78eecce1 category: dev optional: true - name: bleach @@ -448,10 +448,10 @@ package: dependencies: python: '>=3.9' webencodings: '' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_1.conda hash: - md5: 461bcfab8e65c166e297222ae919a2d4 - sha256: 01be7fb5163e7c31356a18c259ddc19a5431b8b974dc65e2427b88c2d30034f3 + md5: 707af59db75b066217403a8f00c1d826 + sha256: ffc8e4e53cd92aec0f0ea0bc9e28f5fd1b1e67bde46b0b298170e6fb78eecce1 category: dev optional: true - name: brotli @@ -928,11 +928,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 44600c4667a319d67dbe0681fc0bc833 + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c category: main optional: false - name: cycler @@ -940,11 +940,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 44600c4667a319d67dbe0681fc0bc833 + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c category: main optional: false - name: cytoolz @@ -1298,11 +1298,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3366592d3c219f2731721f11bc93755c + sha256: 80f579bfc71b3dab5bef74114b89e26c85cb0df8caf4c27ab5ffc16363d57ee7 category: dev optional: true - name: entrypoints @@ -1310,11 +1310,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3366592d3c219f2731721f11bc93755c + sha256: 80f579bfc71b3dab5bef74114b89e26c85cb0df8caf4c27ab5ffc16363d57ee7 category: dev optional: true - name: exceptiongroup @@ -1432,11 +1432,11 @@ package: platform: linux-64 dependencies: cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9,<4' + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: d3549fd50d450b6d9e7dddff25dd2110 + sha256: 2509992ec2fd38ab27c7cdb42cf6cadc566a1cc0d1021a2673475d9fa87c6276 category: dev optional: true - name: fqdn @@ -1445,11 +1445,11 @@ package: platform: win-64 dependencies: cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9,<4' + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: d3549fd50d450b6d9e7dddff25dd2110 + sha256: 2509992ec2fd38ab27c7cdb42cf6cadc566a1cc0d1021a2673475d9fa87c6276 category: dev optional: true - name: freetype @@ -1580,12 +1580,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3' + python: '>=3.9' typing_extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_1.conda hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: 7ee49e89531c0dcbba9466f6d115d585 + sha256: 622516185a7c740d5c7f27016d0c15b45782c1501e5611deec63fd70344ce7c8 category: dev optional: true - name: h11 @@ -1593,12 +1593,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3' + python: '>=3.9' typing_extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_1.conda hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: 7ee49e89531c0dcbba9466f6d115d585 + sha256: 622516185a7c740d5c7f27016d0c15b45782c1501e5611deec63fd70344ce7c8 category: dev optional: true - name: h2 @@ -1608,11 +1608,11 @@ package: dependencies: hpack: '>=4.0,<5' hyperframe: '>=6.0,<7' - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda hash: - md5: b748fbf7060927a6e82df7cb5ee8f097 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: 825927dc7b0f287ef8d4d0011bb113b1 + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c category: main optional: false - name: h2 @@ -1622,11 +1622,11 @@ package: dependencies: hpack: '>=4.0,<5' hyperframe: '>=6.0,<7' - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda hash: - md5: b748fbf7060927a6e82df7cb5ee8f097 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: 825927dc7b0f287ef8d4d0011bb113b1 + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c category: main optional: false - name: h5py @@ -1709,11 +1709,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda hash: - md5: 914d6646c4dbb1fd3ff539830a12fd71 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 2aa5ff7fa34a81b9196532c84c10d865 + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 category: main optional: false - name: hpack @@ -1721,11 +1721,11 @@ package: manager: conda platform: win-64 dependencies: - python: '' - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda hash: - md5: 914d6646c4dbb1fd3ff539830a12fd71 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 2aa5ff7fa34a81b9196532c84c10d865 + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 category: main optional: false - name: httpcore @@ -1799,11 +1799,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda hash: - md5: 9f765cbfab6870c8435b9eefecd7a1f4 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 566e75c90c1d0c8c459eb0ad9833dc7a + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b category: main optional: false - name: hyperframe @@ -1811,11 +1811,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda hash: - md5: 9f765cbfab6870c8435b9eefecd7a1f4 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 566e75c90c1d0c8c459eb0ad9833dc7a + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b category: main optional: false - name: idna @@ -2194,10 +2194,10 @@ package: dependencies: parso: '>=0.8.3,<0.9.0' python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda hash: - md5: 11ead81b00e0f7cc901fceb7ccfb92c1 - sha256: d37dad14c00d06d33bfb99c378d0abd7645224a9491c433af5028f24863341ab + md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 + sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 category: dev optional: true - name: jedi @@ -2207,10 +2207,10 @@ package: dependencies: parso: '>=0.8.3,<0.9.0' python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda hash: - md5: 11ead81b00e0f7cc901fceb7ccfb92c1 - sha256: d37dad14c00d06d33bfb99c378d0abd7645224a9491c433af5028f24863341ab + md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 + sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 category: dev optional: true - name: jinja2 @@ -2271,10 +2271,10 @@ package: platform: linux-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_1.conda hash: - md5: 165cbd1d80be88dafadeabfaae6fa588 - sha256: df01c5253bb5f8c68526c8bad92b8e832ed58a0d4c40d08a65c81c51821bc23d + md5: cd170f82d8e5b355dfdea6adab23e4af + sha256: 61bca2dac194c44603446944745566d7b4e55407280f6f6cea8bbe4de26b558f category: dev optional: true - name: json5 @@ -2283,10 +2283,10 @@ package: platform: win-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_1.conda hash: - md5: 165cbd1d80be88dafadeabfaae6fa588 - sha256: df01c5253bb5f8c68526c8bad92b8e832ed58a0d4c40d08a65c81c51821bc23d + md5: cd170f82d8e5b355dfdea6adab23e4af + sha256: 61bca2dac194c44603446944745566d7b4e55407280f6f6cea8bbe4de26b558f category: dev optional: true - name: jsonpointer @@ -2740,12 +2740,12 @@ package: category: dev optional: true - name: jupyterlab - version: 4.2.6 + version: 4.3.2 manager: conda platform: linux-64 dependencies: async-lru: '>=1.0.0' - httpx: '>=0.25.0' + httpx: '>=0.28.0,<0.29.0' importlib-metadata: '>=4.8.3' ipykernel: '>=6.5.0' jinja2: '>=3.0.3' @@ -2756,23 +2756,23 @@ package: notebook-shim: '>=0.2' packaging: '' python: '>=3.9' - setuptools: '>=40.1.0' + setuptools: '>=40.8.0' tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.2.6-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.3.2-pyhd8ed1ab_0.conda hash: - md5: 8e8787ab1bc5210800aaae43c69973b1 - sha256: af085cc8d27fdcda4940de2391232b0be1e7fb0448bce0ec03035c0c878a6a80 + md5: 5f0d3b774cae26dd785e443a0e1623ae + sha256: e806f753fe91faaffbad3d1d3aab7ceee785ae01bf0d758a82f1466164d727d6 category: dev optional: true - name: jupyterlab - version: 4.2.6 + version: 4.3.2 manager: conda platform: win-64 dependencies: async-lru: '>=1.0.0' - httpx: '>=0.25.0' + httpx: '>=0.28.0,<0.29.0' importlib-metadata: '>=4.8.3' ipykernel: '>=6.5.0' jinja2: '>=3.0.3' @@ -2783,14 +2783,14 @@ package: notebook-shim: '>=0.2' packaging: '' python: '>=3.9' - setuptools: '>=40.1.0' + setuptools: '>=40.8.0' tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.2.6-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.3.2-pyhd8ed1ab_0.conda hash: - md5: 8e8787ab1bc5210800aaae43c69973b1 - sha256: af085cc8d27fdcda4940de2391232b0be1e7fb0448bce0ec03035c0c878a6a80 + md5: 5f0d3b774cae26dd785e443a0e1623ae + sha256: e806f753fe91faaffbad3d1d3aab7ceee785ae01bf0d758a82f1466164d727d6 category: dev optional: true - name: jupyterlab_pygments @@ -2799,11 +2799,11 @@ package: platform: linux-64 dependencies: pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda hash: - md5: afcd1b53bcac8844540358e33f33d28f - sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + md5: fd312693df06da3578383232528c468d + sha256: dc24b900742fdaf1e077d9a3458fd865711de80bca95fe3c6d46610c532c6ef0 category: dev optional: true - name: jupyterlab_pygments @@ -2812,11 +2812,11 @@ package: platform: win-64 dependencies: pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda hash: - md5: afcd1b53bcac8844540358e33f33d28f - sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + md5: fd312693df06da3578383232528c468d + sha256: dc24b900742fdaf1e077d9a3458fd865711de80bca95fe3c6d46610c532c6ef0 category: dev optional: true - name: jupyterlab_server @@ -3557,6 +3557,62 @@ package: sha256: 225cc7c3b20ac1db1bdb37fa18c95bf8aecef4388e984ab2f7540a9f4382106a category: main optional: false +- name: liblzma + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_0.conda + hash: + md5: 137c535dddd880f844f33ed91b8abdba + sha256: 31637db828ec67ab8697de324e6074af5a36cbeddc37202d8d31e2fb397619e8 + category: main + optional: false +- name: liblzma + version: 5.6.3 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_0.conda + hash: + md5: dbc5eb3b8fca158b77471447a40077b7 + sha256: 6250d62cf150944da210185fcad5ebd318e1ce4bbf4ff6e43a1a3b502e0b6d72 + category: main + optional: false +- name: liblzma-devel + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.6.3-hb9d3cd8_0.conda + hash: + md5: 7069f4de645461447f1ab7736c94db26 + sha256: 98020d4b4cc6c728d2e6dc1174cb2548cf03ce5098cd17c37b32f06e896a943a + category: main + optional: false +- name: liblzma-devel + version: 5.6.3 + manager: conda + platform: win-64 + dependencies: + liblzma: 5.6.3 + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/liblzma-devel-5.6.3-h2466b09_0.conda + hash: + md5: 66dce63db3679785dd67dc691496fd13 + sha256: 9e7c1b58f580f2fe08e7fee94b1b2610d3c76f0907aec16ef6b956c59f3c68dd + category: main + optional: false - name: libnghttp2 version: 1.64.0 manager: conda @@ -4266,11 +4322,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + md5: 592132998493b3ff25fd7479396e8351 + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 category: dev optional: true - name: mdurl @@ -4278,11 +4334,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + md5: 592132998493b3ff25fd7479396e8351 + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 category: dev optional: true - name: mistune @@ -4290,11 +4346,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_1.conda hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: c46df05cae629e55426773ac1f85d68f + sha256: 0a9faaf1692b74f321cedbd37a44f108a1ec3f5d9638bc5bbf860cb3b6ff6db4 category: dev optional: true - name: mistune @@ -4302,11 +4358,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_1.conda hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: c46df05cae629e55426773ac1f85d68f + sha256: 0a9faaf1692b74f321cedbd37a44f108a1ec3f5d9638bc5bbf860cb3b6ff6db4 category: dev optional: true - name: mkl @@ -4675,11 +4731,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda hash: - md5: 6598c056f64dc8800d40add25e4e2c34 - sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + md5: 598fd7d4d0de2455fb74f56063969a97 + sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true - name: nest-asyncio @@ -4687,45 +4743,47 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda hash: - md5: 6598c056f64dc8800d40add25e4e2c34 - sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + md5: 598fd7d4d0de2455fb74f56063969a97 + sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true - name: notebook - version: 7.2.2 + version: 7.3.0 manager: conda platform: linux-64 dependencies: + importlib_resources: '>=5.0' jupyter_server: '>=2.4.0,<3' - jupyterlab: '>=4.2.0,<4.3' + jupyterlab: '>=4.3.2,<4.4' jupyterlab_server: '>=2.27.1,<3' notebook-shim: '>=0.2,<0.3' - python: '>=3.8' + python: '>=3.9' tornado: '>=6.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.3.0-pyhd8ed1ab_0.conda hash: - md5: c4d5a58f43ce9ffa430e6ecad6c30a42 - sha256: 613242d5151a4d70438bb2d65041c509e4376b7e18c06c3795c52a18176e41dc + md5: 22f813b9e75070203b2c67f742aafa71 + sha256: 9cea6f74d6b73ca97df4b76a8afc748b15f27db5c59853e43a4f49d4bc061612 category: dev optional: true - name: notebook - version: 7.2.2 + version: 7.3.0 manager: conda platform: win-64 dependencies: + importlib_resources: '>=5.0' jupyter_server: '>=2.4.0,<3' - jupyterlab: '>=4.2.0,<4.3' + jupyterlab: '>=4.3.2,<4.4' jupyterlab_server: '>=2.27.1,<3' notebook-shim: '>=0.2,<0.3' - python: '>=3.8' + python: '>=3.9' tornado: '>=6.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.3.0-pyhd8ed1ab_0.conda hash: - md5: c4d5a58f43ce9ffa430e6ecad6c30a42 - sha256: 613242d5151a4d70438bb2d65041c509e4376b7e18c06c3795c52a18176e41dc + md5: 22f813b9e75070203b2c67f742aafa71 + sha256: 9cea6f74d6b73ca97df4b76a8afc748b15f27db5c59853e43a4f49d4bc061612 category: dev optional: true - name: notebook-shim @@ -5066,11 +5124,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda hash: - md5: 81534b420deb77da8833f2289b8d47ac - sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae + md5: 5c092057b6badd30f75b06244ecd01c9 + sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc category: dev optional: true - name: parso @@ -5078,11 +5136,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda hash: - md5: 81534b420deb77da8833f2289b8d47ac - sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae + md5: 5c092057b6badd30f75b06244ecd01c9 + sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc category: dev optional: true - name: partd @@ -5119,11 +5177,11 @@ package: platform: linux-64 dependencies: ptyprocess: '>=0.5' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda hash: - md5: 629f3203c99b32e0988910c93e77f3b6 - sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + md5: d0d408b1f18883a944376da5cf8101ea + sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a category: dev optional: true - name: pickleshare @@ -5131,11 +5189,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 11a9d1d09a3615fc07c3faf79bc0b943 + sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b category: dev optional: true - name: pickleshare @@ -5143,11 +5201,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 11a9d1d09a3615fc07c3faf79bc0b943 + sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b category: dev optional: true - name: pillow @@ -5299,27 +5357,27 @@ package: category: dev optional: true - name: prometheus_client - version: 0.21.0 + version: 0.21.1 manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.1-pyhd8ed1ab_0.conda hash: - md5: 07e9550ddff45150bfc7da146268e165 - sha256: 01f0c3dd00081637ed920a922b17bcc8ed49608404ee466ced806856e671f6b9 + md5: 3e01e386307acc60b2f89af0b2e161aa + sha256: bc8f00d5155deb7b47702cb8370f233935704100dbc23e30747c161d1b6cf3ab category: dev optional: true - name: prometheus_client - version: 0.21.0 + version: 0.21.1 manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.1-pyhd8ed1ab_0.conda hash: - md5: 07e9550ddff45150bfc7da146268e165 - sha256: 01f0c3dd00081637ed920a922b17bcc8ed49608404ee466ced806856e671f6b9 + md5: 3e01e386307acc60b2f89af0b2e161aa + sha256: bc8f00d5155deb7b47702cb8370f233935704100dbc23e30747c161d1b6cf3ab category: dev optional: true - name: prompt-toolkit @@ -5327,12 +5385,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.7' + python: '>=3.9' wcwidth: '' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda hash: - md5: 4c05134c48b6a74f33bbb9938e4a115e - sha256: 44e4e6108d425a666856a52d1523e5d70890256a8920bb0dcd3d55cc750f3207 + md5: 368d4aa48358439e07a97ae237491785 + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc category: dev optional: true - name: prompt-toolkit @@ -5340,12 +5398,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.7' + python: '>=3.9' wcwidth: '' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda hash: - md5: 4c05134c48b6a74f33bbb9938e4a115e - sha256: 44e4e6108d425a666856a52d1523e5d70890256a8920bb0dcd3d55cc750f3207 + md5: 368d4aa48358439e07a97ae237491785 + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc category: dev optional: true - name: psutil @@ -5423,11 +5481,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + md5: 7d9daffbb8d8e0af0f769dbbcd173a54 + sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 category: dev optional: true - name: pure_eval @@ -5543,7 +5601,7 @@ package: category: main optional: false - name: pydantic - version: 2.10.2 + version: 2.10.3 manager: conda platform: linux-64 dependencies: @@ -5552,14 +5610,14 @@ package: python: '>=3.9' typing-extensions: '>=4.6.1' typing_extensions: '>=4.12.2' - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.2-pyh3cfb1c2_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.3-pyh3cfb1c2_0.conda hash: - md5: a03e28b933eaad08664b53887930cc1f - sha256: 30233fadbd184369569af60c4ca634f86385a8652ba63867e3f44c977750da20 + md5: 194ef7f91286978521350f171b117f01 + sha256: cac9eebd3d5f8d8a497a9025d756257ddc75b8b3393e6737cb45077bd744d4f8 category: main optional: false - name: pydantic - version: 2.10.2 + version: 2.10.3 manager: conda platform: win-64 dependencies: @@ -5568,10 +5626,10 @@ package: python: '>=3.9' typing-extensions: '>=4.6.1' typing_extensions: '>=4.12.2' - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.2-pyh3cfb1c2_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.3-pyh3cfb1c2_0.conda hash: - md5: a03e28b933eaad08664b53887930cc1f - sha256: 30233fadbd184369569af60c4ca634f86385a8652ba63867e3f44c977750da20 + md5: 194ef7f91286978521350f171b117f01 + sha256: cac9eebd3d5f8d8a497a9025d756257ddc75b8b3393e6737cb45077bd744d4f8 category: main optional: false - name: pydantic-core @@ -6372,7 +6430,7 @@ package: category: dev optional: true - name: rpds-py - version: 0.22.0 + version: 0.22.1 manager: conda platform: linux-64 dependencies: @@ -6380,14 +6438,14 @@ package: libgcc: '>=13' python: '>=3.10,<3.11.0a0' python_abi: 3.10.* - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.22.0-py310h505e2c1_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.22.1-py310h505e2c1_0.conda hash: - md5: 195544842d379ca0f4d3a598f4a6ca5f - sha256: bb9aff1e75d58661e326c9d5a627c38397c1c5be36198ab0ca9d53f3fe85b86a + md5: d0e9ef5b5f6f9627b6aaae047219d511 + sha256: ee4a7a48eaf08444fb0973a552a272c4bdb56c996fd2e43a711e30b1fac0ba4a category: dev optional: true - name: rpds-py - version: 0.22.0 + version: 0.22.1 manager: conda platform: win-64 dependencies: @@ -6396,10 +6454,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.22.0-py310hc226416_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.22.1-py310hc226416_0.conda hash: - md5: c4b4133d984adabe0f536f09ff959a86 - sha256: 152db0dfa7e09b98d0fc416ead40e15b2012124b132ebd29b4ac0e501dc0bdbc + md5: a39cdbde63da3c3fa5bb03339e13851d + sha256: 2859164473ff83300bd21f57599adb688bcf68a0bda118358bd000378158fd75 category: dev optional: true - name: scikit-learn @@ -6490,11 +6548,11 @@ package: platform: linux-64 dependencies: __linux: '' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_1.conda hash: - md5: 778594b20097b5a948c59e50ae42482a - sha256: c4401b071e86ddfa0ea4f34b85308db2516b6aeca50053535996864cfdee7b3f + md5: 938c8de6b9de091997145b3bf25cdbf9 + sha256: 00926652bbb8924e265caefdb1db100f86a479e8f1066efe395d5552dde54d02 category: dev optional: true - name: send2trash @@ -6503,12 +6561,12 @@ package: platform: win-64 dependencies: __win: '' - python: '>=3.7' + python: '>=3.9' pywin32: '' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh5737063_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh5737063_1.conda hash: - md5: 5a86a21050ca3831ec7f77fb302f1132 - sha256: d8aa230501a33250af2deee03006a2579f0335e7240a9c7286834788dcdcfaa8 + md5: e6a4e906051565caf5fdae5b0415b654 + sha256: ba8b93df52e0d625177907852340d735026c81118ac197f61f1f5baea19071ad category: dev optional: true - name: setuptools @@ -7429,10 +7487,10 @@ package: platform: linux-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda hash: - md5: ee8ab0fe4c8dfc5a6319f7f8246022fc - sha256: 706f35327a1b433fb57bb99e9fef878e90317fd6ea8cbcd454fb4af1a2e3f035 + md5: ac944244f1fed2eb49bae07193ae8215 + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e category: dev optional: true - name: tomli @@ -7441,10 +7499,10 @@ package: platform: win-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda hash: - md5: ee8ab0fe4c8dfc5a6319f7f8246022fc - sha256: 706f35327a1b433fb57bb99e9fef878e90317fd6ea8cbcd454fb4af1a2e3f035 + md5: ac944244f1fed2eb49bae07193ae8215 + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e category: dev optional: true - name: tomlkit @@ -7581,11 +7639,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhff2d567_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhd8ed1ab_1.conda hash: - md5: 3d326f8a2aa2d14d51d8c513426b5def - sha256: 8489af986daebfbcd13d3748ba55431259206e37f184ab42a57e107fecd85e02 + md5: cb0e8ce6fe1198a058040619a09bc424 + sha256: 78538b566f1f1cd1e309bba8361875523c69db1a25db292a54977603c5ea1421 category: dev optional: true - name: types-python-dateutil @@ -7593,11 +7651,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhff2d567_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhd8ed1ab_1.conda hash: - md5: 3d326f8a2aa2d14d51d8c513426b5def - sha256: 8489af986daebfbcd13d3748ba55431259206e37f184ab42a57e107fecd85e02 + md5: cb0e8ce6fe1198a058040619a09bc424 + sha256: 78538b566f1f1cd1e309bba8361875523c69db1a25db292a54977603c5ea1421 category: dev optional: true - name: typing-extensions @@ -7653,11 +7711,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: f6d7aa696c67756a650e91e15e88223c + sha256: 3088d5d873411a56bf988eee774559335749aed6f6c28e07bf933256afb9eb6c category: dev optional: true - name: typing_utils @@ -7665,11 +7723,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: f6d7aa696c67756a650e91e15e88223c + sha256: 3088d5d873411a56bf988eee774559335749aed6f6c28e07bf933256afb9eb6c category: dev optional: true - name: tzdata @@ -7765,11 +7823,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: e7cb0f5745e4c5035a460248334af7eb + sha256: e0eb6c8daf892b3056f08416a96d68b0a358b7c46b99c8a50481b22631a4dfc0 category: dev optional: true - name: uri-template @@ -7777,11 +7835,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: e7cb0f5745e4c5035a460248334af7eb + sha256: e0eb6c8daf892b3056f08416a96d68b0a358b7c46b99c8a50481b22631a4dfc0 category: dev optional: true - name: urllib3 @@ -7881,11 +7939,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_1.conda hash: - md5: eb48b812eb4fbb9ff238a6651fdbbcae - sha256: ec71f97c332a7d328ae038990b8090cbfa772f82845b5d2233defd167b7cc5ac + md5: 5bfc9a98cfe3ddbf10624d6a78077639 + sha256: b0f2e15fe5c141d0900e03179f5fc04a20d2e70592d070fd4ce016ae33c7068a category: dev optional: true - name: webcolors @@ -7893,11 +7951,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_1.conda hash: - md5: eb48b812eb4fbb9ff238a6651fdbbcae - sha256: ec71f97c332a7d328ae038990b8090cbfa772f82845b5d2233defd167b7cc5ac + md5: 5bfc9a98cfe3ddbf10624d6a78077639 + sha256: b0f2e15fe5c141d0900e03179f5fc04a20d2e70592d070fd4ce016ae33c7068a category: dev optional: true - name: webencodings @@ -8074,28 +8132,80 @@ package: category: main optional: false - name: xz - version: 5.2.6 + version: 5.6.3 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + liblzma-devel: 5.6.3 + xz-gpl-tools: 5.6.3 + xz-tools: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.6.3-hbcc6ac9_0.conda hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 + md5: 504333561007fbf0af129f0cee4f5652 + sha256: 32cd43b293f1e6498831c499195afc5693c2bd604244a08fe8dd7107a20757d2 category: main optional: false - name: xz - version: 5.2.6 + version: 5.6.3 + manager: conda + platform: win-64 + dependencies: + liblzma: 5.6.3 + liblzma-devel: 5.6.3 + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + xz-tools: 5.6.3 + url: https://conda.anaconda.org/conda-forge/win-64/xz-5.6.3-h208afaa_0.conda + hash: + md5: 77a1474cfa8b797ce5bca8ac173fab58 + sha256: d91c53361eebea8d8cdfe1270a079014c976f519204a4b4b650d9323aecb179e + category: main + optional: false +- name: xz-gpl-tools + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.6.3-hbcc6ac9_0.conda + hash: + md5: e4f1e59ca2971e8d0fdde0928c3f7b7f + sha256: e9829eb1207239198f03eba61d17d0f946bbaa7602f7ee019efe72ccb26525db + category: main + optional: false +- name: xz-tools + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.6.3-hb9d3cd8_0.conda + hash: + md5: 40270c1e058fd1d31caee8bf2c68fc3a + sha256: 7d03d4c0d18dbac0ebb9550890fddeb4d21a375709339a6bdedd0104bc4f4967 + category: main + optional: false +- name: xz-tools + version: 5.6.3 manager: conda platform: win-64 dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + liblzma: 5.6.3 + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/xz-tools-5.6.3-h2466b09_0.conda hash: - md5: 515d77642eaa3639413c6b1bc3f94219 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 + md5: 5add70823e42f95d0d0a3c7f80f161ff + sha256: 0ee67e0083422ad352b51df3230d73044b0ac208f5073db126e7ceecf9efb67c category: main optional: false - name: yaml @@ -8192,11 +8302,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + md5: e52c2ef711ccf31bb7f70ca87d144b9e + sha256: 5488542dceeb9f2874e726646548ecc5608060934d6f9ceaa7c6a48c61f9cc8d category: main optional: false - name: zict @@ -8204,11 +8314,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + md5: e52c2ef711ccf31bb7f70ca87d144b9e + sha256: 5488542dceeb9f2874e726646548ecc5608060934d6f9ceaa7c6a48c61f9cc8d category: main optional: false - name: zipp @@ -8356,7 +8466,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.21.2.1b2.post2.dev6+gb9aeeb653 + version: 0.21.2.1b2.post2.dev8+g2b3fef7a6 manager: pip platform: linux-64 dependencies: @@ -8370,16 +8480,16 @@ package: pymatsolver: '>=0.2,<0.3.0' scikit-learn: '>=1.2' scipy: '>=1.8.0' - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 hash: - sha256: b9aeeb6530796704f25491d21611fd17b68319a7 + sha256: 2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 category: main optional: false - name: mira-simpeg - version: 0.21.2.1b2.post2.dev6+gb9aeeb653 + version: 0.21.2.1b2.post2.dev8+g2b3fef7a6 manager: pip platform: win-64 dependencies: @@ -8393,12 +8503,12 @@ package: pymatsolver: '>=0.2,<0.3.0' scikit-learn: '>=1.2' scipy: '>=1.8.0' - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 hash: - sha256: b9aeeb6530796704f25491d21611fd17b68319a7 + sha256: 2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 category: main optional: false - name: octree-creation-app diff --git a/py-3.11.conda-lock.yml b/py-3.11.conda-lock.yml index e7fa4047..e1fd137a 100644 --- a/py-3.11.conda-lock.yml +++ b/py-3.11.conda-lock.yml @@ -167,12 +167,12 @@ package: platform: linux-64 dependencies: argon2-cffi-bindings: '' - python: '>=3.7' + python: '>=3.9' typing-extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_1.conda hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: a7ee488b71c30ada51c48468337b85ba + sha256: 7af62339394986bc470a7a231c7f37ad0173ffb41f6bc0e8e31b0be9e3b9d20f category: dev optional: true - name: argon2-cffi @@ -181,12 +181,12 @@ package: platform: win-64 dependencies: argon2-cffi-bindings: '' - python: '>=3.7' + python: '>=3.9' typing-extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_1.conda hash: - md5: 3afef1f55a1366b4d3b6a0d92e2235e4 - sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + md5: a7ee488b71c30ada51c48468337b85ba + sha256: 7af62339394986bc470a7a231c7f37ad0173ffb41f6bc0e8e31b0be9e3b9d20f category: dev optional: true - name: argon2-cffi-bindings @@ -433,10 +433,10 @@ package: dependencies: python: '>=3.9' webencodings: '' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_1.conda hash: - md5: 461bcfab8e65c166e297222ae919a2d4 - sha256: 01be7fb5163e7c31356a18c259ddc19a5431b8b974dc65e2427b88c2d30034f3 + md5: 707af59db75b066217403a8f00c1d826 + sha256: ffc8e4e53cd92aec0f0ea0bc9e28f5fd1b1e67bde46b0b298170e6fb78eecce1 category: dev optional: true - name: bleach @@ -446,10 +446,10 @@ package: dependencies: python: '>=3.9' webencodings: '' - url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.2.0-pyhd8ed1ab_1.conda hash: - md5: 461bcfab8e65c166e297222ae919a2d4 - sha256: 01be7fb5163e7c31356a18c259ddc19a5431b8b974dc65e2427b88c2d30034f3 + md5: 707af59db75b066217403a8f00c1d826 + sha256: ffc8e4e53cd92aec0f0ea0bc9e28f5fd1b1e67bde46b0b298170e6fb78eecce1 category: dev optional: true - name: brotli @@ -926,11 +926,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 44600c4667a319d67dbe0681fc0bc833 + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c category: main optional: false - name: cycler @@ -938,11 +938,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda hash: - md5: 5cd86562580f274031ede6aa6aa24441 - sha256: f221233f21b1d06971792d491445fd548224641af9443739b4b7b6d5d72954a8 + md5: 44600c4667a319d67dbe0681fc0bc833 + sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c category: main optional: false - name: cytoolz @@ -1296,11 +1296,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3366592d3c219f2731721f11bc93755c + sha256: 80f579bfc71b3dab5bef74114b89e26c85cb0df8caf4c27ab5ffc16363d57ee7 category: dev optional: true - name: entrypoints @@ -1308,11 +1308,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_1.conda hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af + md5: 3366592d3c219f2731721f11bc93755c + sha256: 80f579bfc71b3dab5bef74114b89e26c85cb0df8caf4c27ab5ffc16363d57ee7 category: dev optional: true - name: exceptiongroup @@ -1430,11 +1430,11 @@ package: platform: linux-64 dependencies: cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9,<4' + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: d3549fd50d450b6d9e7dddff25dd2110 + sha256: 2509992ec2fd38ab27c7cdb42cf6cadc566a1cc0d1021a2673475d9fa87c6276 category: dev optional: true - name: fqdn @@ -1443,11 +1443,11 @@ package: platform: win-64 dependencies: cached-property: '>=1.3.0' - python: '>=2.7,<4' - url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9,<4' + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_1.conda hash: - md5: 642d35437078749ef23a5dca2c9bb1f3 - sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + md5: d3549fd50d450b6d9e7dddff25dd2110 + sha256: 2509992ec2fd38ab27c7cdb42cf6cadc566a1cc0d1021a2673475d9fa87c6276 category: dev optional: true - name: freetype @@ -1578,12 +1578,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3' + python: '>=3.9' typing_extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_1.conda hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: 7ee49e89531c0dcbba9466f6d115d585 + sha256: 622516185a7c740d5c7f27016d0c15b45782c1501e5611deec63fd70344ce7c8 category: dev optional: true - name: h11 @@ -1591,12 +1591,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3' + python: '>=3.9' typing_extensions: '' - url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_1.conda hash: - md5: b21ed0883505ba1910994f1df031a428 - sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + md5: 7ee49e89531c0dcbba9466f6d115d585 + sha256: 622516185a7c740d5c7f27016d0c15b45782c1501e5611deec63fd70344ce7c8 category: dev optional: true - name: h2 @@ -1606,11 +1606,11 @@ package: dependencies: hpack: '>=4.0,<5' hyperframe: '>=6.0,<7' - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda hash: - md5: b748fbf7060927a6e82df7cb5ee8f097 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: 825927dc7b0f287ef8d4d0011bb113b1 + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c category: main optional: false - name: h2 @@ -1620,11 +1620,11 @@ package: dependencies: hpack: '>=4.0,<5' hyperframe: '>=6.0,<7' - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_1.conda hash: - md5: b748fbf7060927a6e82df7cb5ee8f097 - sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + md5: 825927dc7b0f287ef8d4d0011bb113b1 + sha256: 843ddad410c370672a8250470697027618f104153612439076d4d7b91eeb7b5c category: main optional: false - name: h5py @@ -1707,11 +1707,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda hash: - md5: 914d6646c4dbb1fd3ff539830a12fd71 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 2aa5ff7fa34a81b9196532c84c10d865 + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 category: main optional: false - name: hpack @@ -1719,11 +1719,11 @@ package: manager: conda platform: win-64 dependencies: - python: '' - url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyhd8ed1ab_1.conda hash: - md5: 914d6646c4dbb1fd3ff539830a12fd71 - sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + md5: 2aa5ff7fa34a81b9196532c84c10d865 + sha256: ec89b7e5b8aa2f0219f666084446e1fb7b54545861e9caa892acb24d125761b5 category: main optional: false - name: httpcore @@ -1797,11 +1797,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda hash: - md5: 9f765cbfab6870c8435b9eefecd7a1f4 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 566e75c90c1d0c8c459eb0ad9833dc7a + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b category: main optional: false - name: hyperframe @@ -1809,11 +1809,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_1.conda hash: - md5: 9f765cbfab6870c8435b9eefecd7a1f4 - sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + md5: 566e75c90c1d0c8c459eb0ad9833dc7a + sha256: e91c6ef09d076e1d9a02819cd00fa7ee18ecf30cdd667605c853980216584d1b category: main optional: false - name: idna @@ -2192,10 +2192,10 @@ package: dependencies: parso: '>=0.8.3,<0.9.0' python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda hash: - md5: 11ead81b00e0f7cc901fceb7ccfb92c1 - sha256: d37dad14c00d06d33bfb99c378d0abd7645224a9491c433af5028f24863341ab + md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 + sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 category: dev optional: true - name: jedi @@ -2205,10 +2205,10 @@ package: dependencies: parso: '>=0.8.3,<0.9.0' python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.2-pyhd8ed1ab_1.conda hash: - md5: 11ead81b00e0f7cc901fceb7ccfb92c1 - sha256: d37dad14c00d06d33bfb99c378d0abd7645224a9491c433af5028f24863341ab + md5: a4f4c5dc9b80bc50e0d3dc4e6e8f1bd9 + sha256: 92c4d217e2dc68983f724aa983cca5464dcb929c566627b26a2511159667dba8 category: dev optional: true - name: jinja2 @@ -2269,10 +2269,10 @@ package: platform: linux-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_1.conda hash: - md5: 165cbd1d80be88dafadeabfaae6fa588 - sha256: df01c5253bb5f8c68526c8bad92b8e832ed58a0d4c40d08a65c81c51821bc23d + md5: cd170f82d8e5b355dfdea6adab23e4af + sha256: 61bca2dac194c44603446944745566d7b4e55407280f6f6cea8bbe4de26b558f category: dev optional: true - name: json5 @@ -2281,10 +2281,10 @@ package: platform: win-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.10.0-pyhd8ed1ab_1.conda hash: - md5: 165cbd1d80be88dafadeabfaae6fa588 - sha256: df01c5253bb5f8c68526c8bad92b8e832ed58a0d4c40d08a65c81c51821bc23d + md5: cd170f82d8e5b355dfdea6adab23e4af + sha256: 61bca2dac194c44603446944745566d7b4e55407280f6f6cea8bbe4de26b558f category: dev optional: true - name: jsonpointer @@ -2738,12 +2738,12 @@ package: category: dev optional: true - name: jupyterlab - version: 4.2.6 + version: 4.3.2 manager: conda platform: linux-64 dependencies: async-lru: '>=1.0.0' - httpx: '>=0.25.0' + httpx: '>=0.28.0,<0.29.0' importlib-metadata: '>=4.8.3' ipykernel: '>=6.5.0' jinja2: '>=3.0.3' @@ -2754,23 +2754,23 @@ package: notebook-shim: '>=0.2' packaging: '' python: '>=3.9' - setuptools: '>=40.1.0' + setuptools: '>=40.8.0' tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.2.6-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.3.2-pyhd8ed1ab_0.conda hash: - md5: 8e8787ab1bc5210800aaae43c69973b1 - sha256: af085cc8d27fdcda4940de2391232b0be1e7fb0448bce0ec03035c0c878a6a80 + md5: 5f0d3b774cae26dd785e443a0e1623ae + sha256: e806f753fe91faaffbad3d1d3aab7ceee785ae01bf0d758a82f1466164d727d6 category: dev optional: true - name: jupyterlab - version: 4.2.6 + version: 4.3.2 manager: conda platform: win-64 dependencies: async-lru: '>=1.0.0' - httpx: '>=0.25.0' + httpx: '>=0.28.0,<0.29.0' importlib-metadata: '>=4.8.3' ipykernel: '>=6.5.0' jinja2: '>=3.0.3' @@ -2781,14 +2781,14 @@ package: notebook-shim: '>=0.2' packaging: '' python: '>=3.9' - setuptools: '>=40.1.0' + setuptools: '>=40.8.0' tomli: '>=1.2.2' tornado: '>=6.2.0' traitlets: '' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.2.6-pyhff2d567_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.3.2-pyhd8ed1ab_0.conda hash: - md5: 8e8787ab1bc5210800aaae43c69973b1 - sha256: af085cc8d27fdcda4940de2391232b0be1e7fb0448bce0ec03035c0c878a6a80 + md5: 5f0d3b774cae26dd785e443a0e1623ae + sha256: e806f753fe91faaffbad3d1d3aab7ceee785ae01bf0d758a82f1466164d727d6 category: dev optional: true - name: jupyterlab_pygments @@ -2797,11 +2797,11 @@ package: platform: linux-64 dependencies: pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda hash: - md5: afcd1b53bcac8844540358e33f33d28f - sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + md5: fd312693df06da3578383232528c468d + sha256: dc24b900742fdaf1e077d9a3458fd865711de80bca95fe3c6d46610c532c6ef0 category: dev optional: true - name: jupyterlab_pygments @@ -2810,11 +2810,11 @@ package: platform: win-64 dependencies: pygments: '>=2.4.1,<3' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_2.conda hash: - md5: afcd1b53bcac8844540358e33f33d28f - sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + md5: fd312693df06da3578383232528c468d + sha256: dc24b900742fdaf1e077d9a3458fd865711de80bca95fe3c6d46610c532c6ef0 category: dev optional: true - name: jupyterlab_server @@ -3582,6 +3582,62 @@ package: sha256: 225cc7c3b20ac1db1bdb37fa18c95bf8aecef4388e984ab2f7540a9f4382106a category: main optional: false +- name: liblzma + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.6.3-hb9d3cd8_0.conda + hash: + md5: 137c535dddd880f844f33ed91b8abdba + sha256: 31637db828ec67ab8697de324e6074af5a36cbeddc37202d8d31e2fb397619e8 + category: main + optional: false +- name: liblzma + version: 5.6.3 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.6.3-h2466b09_0.conda + hash: + md5: dbc5eb3b8fca158b77471447a40077b7 + sha256: 6250d62cf150944da210185fcad5ebd318e1ce4bbf4ff6e43a1a3b502e0b6d72 + category: main + optional: false +- name: liblzma-devel + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.6.3-hb9d3cd8_0.conda + hash: + md5: 7069f4de645461447f1ab7736c94db26 + sha256: 98020d4b4cc6c728d2e6dc1174cb2548cf03ce5098cd17c37b32f06e896a943a + category: main + optional: false +- name: liblzma-devel + version: 5.6.3 + manager: conda + platform: win-64 + dependencies: + liblzma: 5.6.3 + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/liblzma-devel-5.6.3-h2466b09_0.conda + hash: + md5: 66dce63db3679785dd67dc691496fd13 + sha256: 9e7c1b58f580f2fe08e7fee94b1b2610d3c76f0907aec16ef6b956c59f3c68dd + category: main + optional: false - name: libnghttp2 version: 1.64.0 manager: conda @@ -4291,11 +4347,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + md5: 592132998493b3ff25fd7479396e8351 + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 category: dev optional: true - name: mdurl @@ -4303,11 +4359,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda hash: - md5: 776a8dd9e824f77abac30e6ef43a8f7a - sha256: 64073dfb6bb429d52fff30891877b48c7ec0f89625b1bf844905b66a81cce6e1 + md5: 592132998493b3ff25fd7479396e8351 + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 category: dev optional: true - name: mistune @@ -4315,11 +4371,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_1.conda hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: c46df05cae629e55426773ac1f85d68f + sha256: 0a9faaf1692b74f321cedbd37a44f108a1ec3f5d9638bc5bbf860cb3b6ff6db4 category: dev optional: true - name: mistune @@ -4327,11 +4383,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_1.conda hash: - md5: 5cbee699846772cc939bef23a0d524ed - sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + md5: c46df05cae629e55426773ac1f85d68f + sha256: 0a9faaf1692b74f321cedbd37a44f108a1ec3f5d9638bc5bbf860cb3b6ff6db4 category: dev optional: true - name: mkl @@ -4700,11 +4756,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda hash: - md5: 6598c056f64dc8800d40add25e4e2c34 - sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + md5: 598fd7d4d0de2455fb74f56063969a97 + sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true - name: nest-asyncio @@ -4712,45 +4768,47 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_1.conda hash: - md5: 6598c056f64dc8800d40add25e4e2c34 - sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + md5: 598fd7d4d0de2455fb74f56063969a97 + sha256: bb7b21d7fd0445ddc0631f64e66d91a179de4ba920b8381f29b9d006a42788c0 category: dev optional: true - name: notebook - version: 7.2.2 + version: 7.3.0 manager: conda platform: linux-64 dependencies: + importlib_resources: '>=5.0' jupyter_server: '>=2.4.0,<3' - jupyterlab: '>=4.2.0,<4.3' + jupyterlab: '>=4.3.2,<4.4' jupyterlab_server: '>=2.27.1,<3' notebook-shim: '>=0.2,<0.3' - python: '>=3.8' + python: '>=3.9' tornado: '>=6.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.3.0-pyhd8ed1ab_0.conda hash: - md5: c4d5a58f43ce9ffa430e6ecad6c30a42 - sha256: 613242d5151a4d70438bb2d65041c509e4376b7e18c06c3795c52a18176e41dc + md5: 22f813b9e75070203b2c67f742aafa71 + sha256: 9cea6f74d6b73ca97df4b76a8afc748b15f27db5c59853e43a4f49d4bc061612 category: dev optional: true - name: notebook - version: 7.2.2 + version: 7.3.0 manager: conda platform: win-64 dependencies: + importlib_resources: '>=5.0' jupyter_server: '>=2.4.0,<3' - jupyterlab: '>=4.2.0,<4.3' + jupyterlab: '>=4.3.2,<4.4' jupyterlab_server: '>=2.27.1,<3' notebook-shim: '>=0.2,<0.3' - python: '>=3.8' + python: '>=3.9' tornado: '>=6.2.0' - url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.2.2-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/notebook-7.3.0-pyhd8ed1ab_0.conda hash: - md5: c4d5a58f43ce9ffa430e6ecad6c30a42 - sha256: 613242d5151a4d70438bb2d65041c509e4376b7e18c06c3795c52a18176e41dc + md5: 22f813b9e75070203b2c67f742aafa71 + sha256: 9cea6f74d6b73ca97df4b76a8afc748b15f27db5c59853e43a4f49d4bc061612 category: dev optional: true - name: notebook-shim @@ -5091,11 +5149,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda hash: - md5: 81534b420deb77da8833f2289b8d47ac - sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae + md5: 5c092057b6badd30f75b06244ecd01c9 + sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc category: dev optional: true - name: parso @@ -5103,11 +5161,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.4-pyhd8ed1ab_1.conda hash: - md5: 81534b420deb77da8833f2289b8d47ac - sha256: bfe404eebb930cc41782d34f8fc04c0388ea692eeebe2c5fc28df8ec8d4d61ae + md5: 5c092057b6badd30f75b06244ecd01c9 + sha256: 17131120c10401a99205fc6fe436e7903c0fa092f1b3e80452927ab377239bcc category: dev optional: true - name: partd @@ -5144,11 +5202,11 @@ package: platform: linux-64 dependencies: ptyprocess: '>=0.5' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_1.conda hash: - md5: 629f3203c99b32e0988910c93e77f3b6 - sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + md5: d0d408b1f18883a944376da5cf8101ea + sha256: 202af1de83b585d36445dc1fda94266697341994d1a3328fabde4989e1b3d07a category: dev optional: true - name: pickleshare @@ -5156,11 +5214,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 11a9d1d09a3615fc07c3faf79bc0b943 + sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b category: dev optional: true - name: pickleshare @@ -5168,11 +5226,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3' - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-pyhd8ed1ab_1004.conda hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + md5: 11a9d1d09a3615fc07c3faf79bc0b943 + sha256: e2ac3d66c367dada209fc6da43e645672364b9fd5f9d28b9f016e24b81af475b category: dev optional: true - name: pillow @@ -5324,27 +5382,27 @@ package: category: dev optional: true - name: prometheus_client - version: 0.21.0 + version: 0.21.1 manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.1-pyhd8ed1ab_0.conda hash: - md5: 07e9550ddff45150bfc7da146268e165 - sha256: 01f0c3dd00081637ed920a922b17bcc8ed49608404ee466ced806856e671f6b9 + md5: 3e01e386307acc60b2f89af0b2e161aa + sha256: bc8f00d5155deb7b47702cb8370f233935704100dbc23e30747c161d1b6cf3ab category: dev optional: true - name: prometheus_client - version: 0.21.0 + version: 0.21.1 manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.21.1-pyhd8ed1ab_0.conda hash: - md5: 07e9550ddff45150bfc7da146268e165 - sha256: 01f0c3dd00081637ed920a922b17bcc8ed49608404ee466ced806856e671f6b9 + md5: 3e01e386307acc60b2f89af0b2e161aa + sha256: bc8f00d5155deb7b47702cb8370f233935704100dbc23e30747c161d1b6cf3ab category: dev optional: true - name: prompt-toolkit @@ -5352,12 +5410,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.7' + python: '>=3.9' wcwidth: '' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda hash: - md5: 4c05134c48b6a74f33bbb9938e4a115e - sha256: 44e4e6108d425a666856a52d1523e5d70890256a8920bb0dcd3d55cc750f3207 + md5: 368d4aa48358439e07a97ae237491785 + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc category: dev optional: true - name: prompt-toolkit @@ -5365,12 +5423,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.7' + python: '>=3.9' wcwidth: '' - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.48-pyha770c72_1.conda hash: - md5: 4c05134c48b6a74f33bbb9938e4a115e - sha256: 44e4e6108d425a666856a52d1523e5d70890256a8920bb0dcd3d55cc750f3207 + md5: 368d4aa48358439e07a97ae237491785 + sha256: 79fb7d1eeb490d4cc1b79f781bb59fe302ae38cf0a30907ecde75a7d399796cc category: dev optional: true - name: psutil @@ -5448,11 +5506,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '' - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + md5: 7d9daffbb8d8e0af0f769dbbcd173a54 + sha256: a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83 category: dev optional: true - name: pure_eval @@ -5568,7 +5626,7 @@ package: category: main optional: false - name: pydantic - version: 2.10.2 + version: 2.10.3 manager: conda platform: linux-64 dependencies: @@ -5577,14 +5635,14 @@ package: python: '>=3.9' typing-extensions: '>=4.6.1' typing_extensions: '>=4.12.2' - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.2-pyh3cfb1c2_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.3-pyh3cfb1c2_0.conda hash: - md5: a03e28b933eaad08664b53887930cc1f - sha256: 30233fadbd184369569af60c4ca634f86385a8652ba63867e3f44c977750da20 + md5: 194ef7f91286978521350f171b117f01 + sha256: cac9eebd3d5f8d8a497a9025d756257ddc75b8b3393e6737cb45077bd744d4f8 category: main optional: false - name: pydantic - version: 2.10.2 + version: 2.10.3 manager: conda platform: win-64 dependencies: @@ -5593,10 +5651,10 @@ package: python: '>=3.9' typing-extensions: '>=4.6.1' typing_extensions: '>=4.12.2' - url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.2-pyh3cfb1c2_1.conda + url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.10.3-pyh3cfb1c2_0.conda hash: - md5: a03e28b933eaad08664b53887930cc1f - sha256: 30233fadbd184369569af60c4ca634f86385a8652ba63867e3f44c977750da20 + md5: 194ef7f91286978521350f171b117f01 + sha256: cac9eebd3d5f8d8a497a9025d756257ddc75b8b3393e6737cb45077bd744d4f8 category: main optional: false - name: pydantic-core @@ -6399,7 +6457,7 @@ package: category: dev optional: true - name: rpds-py - version: 0.22.0 + version: 0.22.1 manager: conda platform: linux-64 dependencies: @@ -6407,14 +6465,14 @@ package: libgcc: '>=13' python: '>=3.11,<3.12.0a0' python_abi: 3.11.* - url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.22.0-py311h9e33e62_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.22.1-py311h9e33e62_0.conda hash: - md5: 16366d652e4b14554c3f2eebfde6aed8 - sha256: eb0776215fdc6405fde60520c2f17ddca9d971a13d91d6661192c0ccda4363d9 + md5: 5084a90fcd82e6bca9b36f5449268bce + sha256: 44e5c11192a2989c7441986f813371cb56acae86c02f7673e2fd735ef2576376 category: dev optional: true - name: rpds-py - version: 0.22.0 + version: 0.22.1 manager: conda platform: win-64 dependencies: @@ -6423,10 +6481,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.2,<15' vc14_runtime: '>=14.29.30139' - url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.22.0-py311h533ab2d_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.22.1-py311h533ab2d_0.conda hash: - md5: 087ac071acf52b17734136fd526aab98 - sha256: 015090a6fa3426e0226b8f4e7f1eaa4f568034b87767efd236ff3b6c2dad8cbd + md5: e21a4bdd8f1d9452544f3954293d79ed + sha256: 5c7ac315b5e77e3195a9281e4d087253cd29332379c7aaa935663ac82a4eb123 category: dev optional: true - name: scikit-learn @@ -6517,11 +6575,11 @@ package: platform: linux-64 dependencies: __linux: '' - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh0d859eb_1.conda hash: - md5: 778594b20097b5a948c59e50ae42482a - sha256: c4401b071e86ddfa0ea4f34b85308db2516b6aeca50053535996864cfdee7b3f + md5: 938c8de6b9de091997145b3bf25cdbf9 + sha256: 00926652bbb8924e265caefdb1db100f86a479e8f1066efe395d5552dde54d02 category: dev optional: true - name: send2trash @@ -6530,12 +6588,12 @@ package: platform: win-64 dependencies: __win: '' - python: '>=3.7' + python: '>=3.9' pywin32: '' - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh5737063_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.3-pyh5737063_1.conda hash: - md5: 5a86a21050ca3831ec7f77fb302f1132 - sha256: d8aa230501a33250af2deee03006a2579f0335e7240a9c7286834788dcdcfaa8 + md5: e6a4e906051565caf5fdae5b0415b654 + sha256: ba8b93df52e0d625177907852340d735026c81118ac197f61f1f5baea19071ad category: dev optional: true - name: setuptools @@ -7456,10 +7514,10 @@ package: platform: linux-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda hash: - md5: ee8ab0fe4c8dfc5a6319f7f8246022fc - sha256: 706f35327a1b433fb57bb99e9fef878e90317fd6ea8cbcd454fb4af1a2e3f035 + md5: ac944244f1fed2eb49bae07193ae8215 + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e category: dev optional: true - name: tomli @@ -7468,10 +7526,10 @@ package: platform: win-64 dependencies: python: '>=3.9' - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.2.1-pyhd8ed1ab_1.conda hash: - md5: ee8ab0fe4c8dfc5a6319f7f8246022fc - sha256: 706f35327a1b433fb57bb99e9fef878e90317fd6ea8cbcd454fb4af1a2e3f035 + md5: ac944244f1fed2eb49bae07193ae8215 + sha256: 18636339a79656962723077df9a56c0ac7b8a864329eb8f847ee3d38495b863e category: dev optional: true - name: tomlkit @@ -7608,11 +7666,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhff2d567_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhd8ed1ab_1.conda hash: - md5: 3d326f8a2aa2d14d51d8c513426b5def - sha256: 8489af986daebfbcd13d3748ba55431259206e37f184ab42a57e107fecd85e02 + md5: cb0e8ce6fe1198a058040619a09bc424 + sha256: 78538b566f1f1cd1e309bba8361875523c69db1a25db292a54977603c5ea1421 category: dev optional: true - name: types-python-dateutil @@ -7620,11 +7678,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6' - url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhff2d567_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.9.0.20241003-pyhd8ed1ab_1.conda hash: - md5: 3d326f8a2aa2d14d51d8c513426b5def - sha256: 8489af986daebfbcd13d3748ba55431259206e37f184ab42a57e107fecd85e02 + md5: cb0e8ce6fe1198a058040619a09bc424 + sha256: 78538b566f1f1cd1e309bba8361875523c69db1a25db292a54977603c5ea1421 category: dev optional: true - name: typing-extensions @@ -7680,11 +7738,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: f6d7aa696c67756a650e91e15e88223c + sha256: 3088d5d873411a56bf988eee774559335749aed6f6c28e07bf933256afb9eb6c category: dev optional: true - name: typing_utils @@ -7692,11 +7750,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.6.1' - url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_1.conda hash: - md5: eb67e3cace64c66233e2d35949e20f92 - sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + md5: f6d7aa696c67756a650e91e15e88223c + sha256: 3088d5d873411a56bf988eee774559335749aed6f6c28e07bf933256afb9eb6c category: dev optional: true - name: tzdata @@ -7792,11 +7850,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: e7cb0f5745e4c5035a460248334af7eb + sha256: e0eb6c8daf892b3056f08416a96d68b0a358b7c46b99c8a50481b22631a4dfc0 category: dev optional: true - name: uri-template @@ -7804,11 +7862,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.7' - url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_1.conda hash: - md5: 0944dc65cb4a9b5b68522c3bb585d41c - sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + md5: e7cb0f5745e4c5035a460248334af7eb + sha256: e0eb6c8daf892b3056f08416a96d68b0a358b7c46b99c8a50481b22631a4dfc0 category: dev optional: true - name: urllib3 @@ -7908,11 +7966,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_1.conda hash: - md5: eb48b812eb4fbb9ff238a6651fdbbcae - sha256: ec71f97c332a7d328ae038990b8090cbfa772f82845b5d2233defd167b7cc5ac + md5: 5bfc9a98cfe3ddbf10624d6a78077639 + sha256: b0f2e15fe5c141d0900e03179f5fc04a20d2e70592d070fd4ce016ae33c7068a category: dev optional: true - name: webcolors @@ -7920,11 +7978,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.5' - url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-24.8.0-pyhd8ed1ab_1.conda hash: - md5: eb48b812eb4fbb9ff238a6651fdbbcae - sha256: ec71f97c332a7d328ae038990b8090cbfa772f82845b5d2233defd167b7cc5ac + md5: 5bfc9a98cfe3ddbf10624d6a78077639 + sha256: b0f2e15fe5c141d0900e03179f5fc04a20d2e70592d070fd4ce016ae33c7068a category: dev optional: true - name: webencodings @@ -8101,28 +8159,80 @@ package: category: main optional: false - name: xz - version: 5.2.6 + version: 5.6.3 manager: conda platform: linux-64 dependencies: - libgcc-ng: '>=12' - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + liblzma-devel: 5.6.3 + xz-gpl-tools: 5.6.3 + xz-tools: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.6.3-hbcc6ac9_0.conda hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 + md5: 504333561007fbf0af129f0cee4f5652 + sha256: 32cd43b293f1e6498831c499195afc5693c2bd604244a08fe8dd7107a20757d2 category: main optional: false - name: xz - version: 5.2.6 + version: 5.6.3 + manager: conda + platform: win-64 + dependencies: + liblzma: 5.6.3 + liblzma-devel: 5.6.3 + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + xz-tools: 5.6.3 + url: https://conda.anaconda.org/conda-forge/win-64/xz-5.6.3-h208afaa_0.conda + hash: + md5: 77a1474cfa8b797ce5bca8ac173fab58 + sha256: d91c53361eebea8d8cdfe1270a079014c976f519204a4b4b650d9323aecb179e + category: main + optional: false +- name: xz-gpl-tools + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.6.3-hbcc6ac9_0.conda + hash: + md5: e4f1e59ca2971e8d0fdde0928c3f7b7f + sha256: e9829eb1207239198f03eba61d17d0f946bbaa7602f7ee019efe72ccb26525db + category: main + optional: false +- name: xz-tools + version: 5.6.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=13' + liblzma: 5.6.3 + url: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.6.3-hb9d3cd8_0.conda + hash: + md5: 40270c1e058fd1d31caee8bf2c68fc3a + sha256: 7d03d4c0d18dbac0ebb9550890fddeb4d21a375709339a6bdedd0104bc4f4967 + category: main + optional: false +- name: xz-tools + version: 5.6.3 manager: conda platform: win-64 dependencies: - vc: '>=14.1,<15' - vs2015_runtime: '>=14.16.27033' - url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 + liblzma: 5.6.3 + ucrt: '>=10.0.20348.0' + vc: '>=14.2,<15' + vc14_runtime: '>=14.29.30139' + url: https://conda.anaconda.org/conda-forge/win-64/xz-tools-5.6.3-h2466b09_0.conda hash: - md5: 515d77642eaa3639413c6b1bc3f94219 - sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 + md5: 5add70823e42f95d0d0a3c7f80f161ff + sha256: 0ee67e0083422ad352b51df3230d73044b0ac208f5073db126e7ceecf9efb67c category: main optional: false - name: yaml @@ -8219,11 +8329,11 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + md5: e52c2ef711ccf31bb7f70ca87d144b9e + sha256: 5488542dceeb9f2874e726646548ecc5608060934d6f9ceaa7c6a48c61f9cc8d category: main optional: false - name: zict @@ -8231,11 +8341,11 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_0.conda + python: '>=3.9' + url: https://conda.anaconda.org/conda-forge/noarch/zict-3.0.0-pyhd8ed1ab_1.conda hash: - md5: cf30c2c15b82aacb07f9c09e28ff2275 - sha256: 3d65c081514569ab3642ba7e6c2a6b4615778b596db6b1c82ee30a2d912539e5 + md5: e52c2ef711ccf31bb7f70ca87d144b9e + sha256: 5488542dceeb9f2874e726646548ecc5608060934d6f9ceaa7c6a48c61f9cc8d category: main optional: false - name: zipp @@ -8383,7 +8493,7 @@ package: category: main optional: false - name: mira-simpeg - version: 0.21.2.1b2.post2.dev6+gb9aeeb653 + version: 0.21.2.1b2.post2.dev8+g2b3fef7a6 manager: pip platform: linux-64 dependencies: @@ -8397,16 +8507,16 @@ package: pymatsolver: '>=0.2,<0.3.0' scikit-learn: '>=1.2' scipy: '>=1.8.0' - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 hash: - sha256: b9aeeb6530796704f25491d21611fd17b68319a7 + sha256: 2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 category: main optional: false - name: mira-simpeg - version: 0.21.2.1b2.post2.dev6+gb9aeeb653 + version: 0.21.2.1b2.post2.dev8+g2b3fef7a6 manager: pip platform: win-64 dependencies: @@ -8420,12 +8530,12 @@ package: pymatsolver: '>=0.2,<0.3.0' scikit-learn: '>=1.2' scipy: '>=1.8.0' - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 hash: - sha256: b9aeeb6530796704f25491d21611fd17b68319a7 + sha256: 2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 source: type: url - url: git+https://github.com/MiraGeoscience/simpeg.git@b9aeeb6530796704f25491d21611fd17b68319a7 + url: git+https://github.com/MiraGeoscience/simpeg.git@2b3fef7a6261e5deb7c6ea749ca43a88d3d9c880 category: main optional: false - name: octree-creation-app