diff --git a/docs/source/block_model.rst b/docs/source/block_model.rst index 0b464e8..ce9f616 100644 --- a/docs/source/block_model.rst +++ b/docs/source/block_model.rst @@ -3,13 +3,24 @@ Block Model Creation ==================== -.. note:: +The ``Block Model Creation`` module has been developed as a user interface for the creation of regular (Tensor) +BlockModel objects using the `discretize `_ package. A Block +Model grid is a discretization of a 3D volume into a set of rectangular cells. - Under construction. +.. figure:: /images/block_model_creation_result.png + :width: 800 -The ``Block Model`` module has been developed as a user-interface for the creation of regular (Tensor) BlockModel objects using the `discretize `_ package. +In order to determine the core extents of the block model, the user will select an input ``Object`` and +``Core depth``. The padding is controlled by ``Horizontal padding``, ``Bottom padding``, and +``Expansion factor``. The resolution is set per axis by the ``Minimum cell size`` parameters. -# .. figure:: /images/octree_grid.png -# :width: 800 +.. figure:: /images/block_model_creation_uijson.png + :width: 500 -An Block Model grid is a discretization of a 3D volume into a set of rectangular cells. +The resulting block model will have its core region set by the object and limited by the ``Core depth`` +parameter. The core region will contain cells at the requested ``Minimum cell size`` in all three +Cartesian directions. ``Horizontal`` and ``Vertical padding`` will be applied outward from the +core region to the specified distances. Within the padding region, the cells expand outward at the +provided ``Expansion factor`` rate. + +.. figure:: /images/block_model_creation_result.png diff --git a/docs/source/block_model_to_octree.rst b/docs/source/block_model_to_octree.rst index 7069667..1a7bfd3 100644 --- a/docs/source/block_model_to_octree.rst +++ b/docs/source/block_model_to_octree.rst @@ -3,14 +3,32 @@ Block Model to Octree ===================== -.. note:: - Under construction. +The ``Block Model to Octree`` module has been developed as a user interface for the conversion between +regular 3D grid (`BlockModel`) objects to Octree, using the `discretize `_ +package. -The ``Block model to Octree`` module has been developed as a user-interface for the conversion between regular (Tensor) BlockModel objects to Octree, using the `discretize `_ package. +.. figure:: /images/block_model_to_octree_advanced.png + :width: 800 -# .. figure:: /images/octree_grid.png -# :width: 800 +In its most simple form, the application creates an octree from the input block model. -An octree mesh is a discretization of a 3D volume into a set of rectangular cells. The cells are defined by a tree -structure, where each node has 8 children. +.. figure:: /images/block_model_to_octree_uijson_basic.png + :width: 500 + +In this case the application will create an octree with the core region matching the cells of +the block model with a small padding region where the cells are allowed to expand to the closest +octree level. + +.. figure:: /images/block_model_to_octree_basic_usage.png + :width: 800 + +Optionally, users can select a model stored on the tensor mesh. + +.. figure:: /images/block_model_to_octree_uijson_advanced.png + :width: 500 + +The octree will then be refined in areas that contain large gradients in the selected model. + +.. figure:: /images/block_model_to_octree_advanced.png + :width: 800 diff --git a/docs/source/images/block_model_creation_result.png b/docs/source/images/block_model_creation_result.png new file mode 100644 index 0000000..9c961e8 Binary files /dev/null and b/docs/source/images/block_model_creation_result.png differ diff --git a/docs/source/images/block_model_creation_uijson.png b/docs/source/images/block_model_creation_uijson.png new file mode 100644 index 0000000..6c9c384 Binary files /dev/null and b/docs/source/images/block_model_creation_uijson.png differ diff --git a/docs/source/images/block_model_to_octree_advanced.png b/docs/source/images/block_model_to_octree_advanced.png new file mode 100644 index 0000000..34d8021 Binary files /dev/null and b/docs/source/images/block_model_to_octree_advanced.png differ diff --git a/docs/source/images/block_model_to_octree_basic_usage.png b/docs/source/images/block_model_to_octree_basic_usage.png new file mode 100644 index 0000000..48f27cf Binary files /dev/null and b/docs/source/images/block_model_to_octree_basic_usage.png differ diff --git a/docs/source/images/block_model_to_octree_uijson_advanced.png b/docs/source/images/block_model_to_octree_uijson_advanced.png new file mode 100644 index 0000000..be5ab19 Binary files /dev/null and b/docs/source/images/block_model_to_octree_uijson_advanced.png differ diff --git a/docs/source/images/block_model_to_octree_uijson_basic.png b/docs/source/images/block_model_to_octree_uijson_basic.png new file mode 100644 index 0000000..1f488c7 Binary files /dev/null and b/docs/source/images/block_model_to_octree_uijson_basic.png differ diff --git a/docs/source/images/ui_json_general.png b/docs/source/images/ui_json_general.png index 375cb2d..9f53d9c 100644 Binary files a/docs/source/images/ui_json_general.png and b/docs/source/images/ui_json_general.png differ diff --git a/docs/source/images/ui_json_refinements.png b/docs/source/images/ui_json_refinements.png index 4f44246..8551872 100644 Binary files a/docs/source/images/ui_json_refinements.png and b/docs/source/images/ui_json_refinements.png differ diff --git a/environments/py-3.12-linux-64-dev.conda.lock.yml b/environments/py-3.12-linux-64-dev.conda.lock.yml index 45da44a..b330ee0 100644 --- a/environments/py-3.12-linux-64-dev.conda.lock.yml +++ b/environments/py-3.12-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: ddc1ef05f5eda34fc0a7036911d4010fbc7c6f519f33466b4c10eee2559f219d +# input_hash: 1dafb147f14260ff03c478aa59889d8ec2ac87a5441e62134e01ab9a622bb436 channels: - conda-forge @@ -10,123 +10,134 @@ dependencies: - alabaster=1.0.0=pyhd8ed1ab_1 - annotated-types=0.7.0=pyhd8ed1ab_1 - astroid=4.0.4=py312h7900ff3_0 - - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py312h90b7ffd_0 + - aws-c-auth=0.10.1=ha62d5e7_3 + - aws-c-cal=0.9.13=h2c9d079_1 + - aws-c-common=0.12.6=hb03c661_0 + - aws-c-compression=0.3.2=h8b1a151_0 + - aws-c-http=0.10.13=h4bacb7b_0 + - aws-c-io=0.26.3=hb18f61d_2 + - aws-c-s3=0.12.2=he6ee468_1 + - aws-c-sdkutils=0.2.4=h8b1a151_4 + - aws-checksums=0.2.10=h8b1a151_0 + - babel=2.18.0=pyhcf101f3_1 + - backports.zstd=1.5.0=py312h90b7ffd_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - brotli-python=1.2.0=py312hdb49522_1 - bzip2=1.0.8=hda65f42_9 - c-ares=1.34.6=hb03c661_0 - - ca-certificates=2026.1.4=hbd8a1cb_0 + - ca-certificates=2026.5.20=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - - charset-normalizer=3.4.4=pyhd8ed1ab_0 + - certifi=2026.5.20=pyhd8ed1ab_0 + - charset-normalizer=3.4.7=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py312h0a2e395_4 - - coverage=7.13.4=py312h8a5da7c_0 + - coverage=7.14.1=py312h8a5da7c_0 - cycler=0.12.1=pyhcf101f3_2 - dill=0.4.1=pyhcf101f3_0 - discretize=0.12.0=np2py312h2a48985_1 - docutils=0.21.2=pyhd8ed1ab_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - - fonttools=4.61.1=py312h8a5da7c_0 - - freetype=2.14.1=ha770c72_0 + - fonttools=4.63.0=py312h8a5da7c_0 + - freetype=2.14.3=ha770c72_0 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py312ha4f8f14_101 - - hdf5=1.14.6=nompi_h19486de_106 + - h5py=3.16.0=nompi_py312ha829cd9_102 + - hdf5=2.1.0=nompi_h87a9417_105 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - - icu=78.2=h33c6efd_0 - - idna=3.11=pyhd8ed1ab_0 - - imagesize=1.4.1=pyhd8ed1ab_0 - - importlib-metadata=8.7.0=pyhe01879c_1 + - icu=78.3=h33c6efd_0 + - idna=3.17=pyhcf101f3_0 + - imagesize=2.0.0=pyhd8ed1ab_0 + - importlib-metadata=9.0.0=pyhcf101f3_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - - isort=7.0.0=pyhd8ed1ab_0 + - isort=8.0.1=pyhd8ed1ab_0 - jinja2=3.1.6=pyhcf101f3_1 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py312h0a2e395_2 + - kiwisolver=1.5.0=py312h0a2e395_0 - krb5=1.22.2=ha1258a1_0 - - lcms2=2.18=h0c24ade_0 - - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - - lerc=4.0.0=h0aef613_1 + - lcms2=2.19.1=h0c24ade_1 + - ld_impl_linux-64=2.45.1=default_hbd61a6d_102 + - lerc=4.1.0=hdb68285_0 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h5875eb1_mkl + - libblas=3.11.0=8_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_hfef963f_mkl - - libcurl=8.18.0=hcf29cc6_1 + - libcblas=3.11.0=8_hfef963f_mkl + - libcurl=8.20.0=hcf29cc6_0 - libdeflate=1.25=h17f619e_0 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - - libexpat=2.7.4=hecca717_0 + - libexpat=2.8.1=hecca717_0 - libffi=3.5.2=h3435931_0 - - libfreetype=2.14.1=ha770c72_0 - - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=he0feb66_18 - - libgcc-ng=15.2.0=h69a702a_18 - - libgfortran=15.2.0=h69a702a_18 - - libgfortran5=15.2.0=h68bc16d_18 - - libhwloc=2.12.2=default_hafda6a7_1000 + - libfreetype=2.14.3=ha770c72_0 + - libfreetype6=2.14.3=h73754d4_0 + - libgcc=15.2.0=he0feb66_19 + - libgcc-ng=15.2.0=h69a702a_19 + - libgfortran=15.2.0=h69a702a_19 + - libgfortran5=15.2.0=h68bc16d_19 + - libhwloc=2.13.0=default_he001693_1000 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h5e43f62_mkl - - liblzma=5.8.2=hb03c661_0 - - libnghttp2=1.67.0=had1ee68_0 + - libjpeg-turbo=3.1.4.1=hb03c661_0 + - liblapack=3.11.0=8_h5e43f62_mkl + - liblzma=5.8.3=hb03c661_0 + - libnghttp2=1.68.1=h877daf1_0 - libnsl=2.0.1=hb9d3cd8_1 - - libpng=1.6.55=h421ea60_0 - - libsqlite=3.51.2=hf4e2dac_0 + - libpng=1.6.58=h421ea60_0 + - libsqlite=3.53.1=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h934c35e_18 - - libstdcxx-ng=15.2.0=hdf11a46_18 + - libstdcxx=15.2.0=h934c35e_19 + - libstdcxx-ng=15.2.0=hdf11a46_19 - libtiff=4.7.1=h9d88235_1 - - libuuid=2.41.3=h5347b49_0 + - libuuid=2.42.1=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - libxcrypt=4.4.36=hd590300_1 - - libxml2=2.15.1=he237659_1 - - libxml2-16=2.15.1=hca6bf5a_1 - - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.8=h4922eb0_0 - - markupsafe=3.0.3=py312h8a5da7c_0 - - matplotlib-base=3.10.8=py312he3d6523_0 + - libxml2=2.15.3=h49c6c72_0 + - libxml2-16=2.15.3=hca6bf5a_0 + - libzlib=1.3.2=h25fd6f3_2 + - llvm-openmp=22.1.6=h4922eb0_0 + - markupsafe=3.0.3=py312h8a5da7c_1 + - matplotlib-base=3.10.9=py312he3d6523_0 - mccabe=0.7.0=pyhd8ed1ab_1 - - mkl=2025.3.0=h0e700b2_463 + - mkl=2026.0.0=h0e700b2_915 - munkres=1.1.4=pyhd8ed1ab_1 - - ncurses=6.5=h2d0b736_3 - - numpy=2.4.2=py312h33ff503_1 + - ncurses=6.6=hdb14827_0 + - numpy=2.4.6=py312h33ff503_0 + - onemkl-license=2026.0.0=hf2ce2f3_915 - openjpeg=2.5.4=h55fea9a_0 - - openssl=3.6.1=h35e630c_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py312h50c33e8_0 - - pip=26.0.1=pyh8b19718_0 - - platformdirs=4.9.2=pyhcf101f3_0 + - openssl=3.6.2=h35e630c_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py312h50c33e8_0 + - pip=26.1.2=pyh8b19718_0 + - platformdirs=4.10.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 + - psutil=7.2.2=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312h868fb18_1 - - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=4.0.4=pyhcf101f3_0 + - pygments=2.20.0=pyhd8ed1ab_0 + - pylint=4.0.5=pyhcf101f3_0 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - pytest=9.0.2=pyhcf101f3_0 - - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.12.12=hd63d673_2_cpython + - pytest=9.0.3=pyhc364b38_1 + - pytest-cov=7.1.0=pyhcf101f3_0 + - python=3.12.13=hd63d673_0_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.12=8_cp312 - - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py312h8a5da7c_1 - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - requests=2.32.5=pyhcf101f3_1 + - requests=2.34.2=pyhcf101f3_0 - roman-numerals=4.1.0=pyhd8ed1ab_0 - roman-numerals-py=4.1.0=pyhd8ed1ab_0 - - scipy=1.17.0=py312h54fa4ab_1 - - setuptools=82.0.0=pyh332efcf_0 + - s2n=1.7.3=hc5a330e_0 + - scipy=1.17.1=py312h54fa4ab_1 + - setuptools=82.0.1=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - - snowballstemmer=3.0.1=pyhd8ed1ab_0 - - sphinx=8.2.3=pyhd8ed1ab_0 + - snowballstemmer=3.1.0=pyhd8ed1ab_0 + - sphinx=8.3.0=pyhd8ed1ab_0 - sphinx-autodoc-typehints=3.5.2=pyhd8ed1ab_0 - sphinx-rtd-theme=3.1.0=hd8ed1ab_0 - sphinx_rtd_theme=3.1.0=pyha770c72_0 @@ -137,26 +148,26 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - tbb=2022.3.0=hb700be7_2 + - tbb=2023.0.0=hab88423_2 - tk=8.6.13=noxft_h366c992_103 - - tomli=2.4.0=pyhcf101f3_0 - - tomlkit=0.14.0=pyha770c72_0 + - tomli=2.4.1=pyhcf101f3_0 + - tomlkit=0.15.0=pyha770c72_0 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - unicodedata2=17.0.1=py312h4c3975b_0 - - urllib3=2.6.3=pyhd8ed1ab_0 - - wheel=0.46.3=pyhd8ed1ab_0 + - urllib3=2.7.0=pyhd8ed1ab_0 + - wheel=0.47.0=pyhd8ed1ab_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - yaml=0.2.5=h280c20c_3 - - zipp=3.23.0=pyhcf101f3_1 + - zipp=4.1.0=pyhcf101f3_0 - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-linux-64.conda.lock.yml b/environments/py-3.12-linux-64.conda.lock.yml index a8e5d86..beed02f 100644 --- a/environments/py-3.12-linux-64.conda.lock.yml +++ b/environments/py-3.12-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: ddc1ef05f5eda34fc0a7036911d4010fbc7c6f519f33466b4c10eee2559f219d +# input_hash: 1dafb147f14260ff03c478aa59889d8ec2ac87a5441e62134e01ab9a622bb436 channels: - conda-forge @@ -8,103 +8,115 @@ channels: dependencies: - _openmp_mutex=4.5=7_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 + - aws-c-auth=0.10.1=ha62d5e7_3 + - aws-c-cal=0.9.13=h2c9d079_1 + - aws-c-common=0.12.6=hb03c661_0 + - aws-c-compression=0.3.2=h8b1a151_0 + - aws-c-http=0.10.13=h4bacb7b_0 + - aws-c-io=0.26.3=hb18f61d_2 + - aws-c-s3=0.12.2=he6ee468_1 + - aws-c-sdkutils=0.2.4=h8b1a151_4 + - aws-checksums=0.2.10=h8b1a151_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - bzip2=1.0.8=hda65f42_9 - c-ares=1.34.6=hb03c661_0 - - ca-certificates=2026.1.4=hbd8a1cb_0 + - ca-certificates=2026.5.20=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - contourpy=1.3.3=py312h0a2e395_4 - cycler=0.12.1=pyhcf101f3_2 - discretize=0.12.0=np2py312h2a48985_1 - - fonttools=4.61.1=py312h8a5da7c_0 - - freetype=2.14.1=ha770c72_0 - - h5py=3.15.1=nompi_py312ha4f8f14_101 - - hdf5=1.14.6=nompi_h19486de_106 - - icu=78.2=h33c6efd_0 + - fonttools=4.63.0=py312h8a5da7c_0 + - freetype=2.14.3=ha770c72_0 + - h5py=3.16.0=nompi_py312ha829cd9_102 + - hdf5=2.1.0=nompi_h87a9417_105 + - icu=78.3=h33c6efd_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py312h0a2e395_2 + - kiwisolver=1.5.0=py312h0a2e395_0 - krb5=1.22.2=ha1258a1_0 - - lcms2=2.18=h0c24ade_0 - - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - - lerc=4.0.0=h0aef613_1 + - lcms2=2.19.1=h0c24ade_1 + - ld_impl_linux-64=2.45.1=default_hbd61a6d_102 + - lerc=4.1.0=hdb68285_0 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h5875eb1_mkl + - libblas=3.11.0=8_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_hfef963f_mkl - - libcurl=8.18.0=hcf29cc6_1 + - libcblas=3.11.0=8_hfef963f_mkl + - libcurl=8.20.0=hcf29cc6_0 - libdeflate=1.25=h17f619e_0 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - - libexpat=2.7.4=hecca717_0 + - libexpat=2.8.1=hecca717_0 - libffi=3.5.2=h3435931_0 - - libfreetype=2.14.1=ha770c72_0 - - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=he0feb66_18 - - libgcc-ng=15.2.0=h69a702a_18 - - libgfortran=15.2.0=h69a702a_18 - - libgfortran5=15.2.0=h68bc16d_18 - - libhwloc=2.12.2=default_hafda6a7_1000 + - libfreetype=2.14.3=ha770c72_0 + - libfreetype6=2.14.3=h73754d4_0 + - libgcc=15.2.0=he0feb66_19 + - libgcc-ng=15.2.0=h69a702a_19 + - libgfortran=15.2.0=h69a702a_19 + - libgfortran5=15.2.0=h68bc16d_19 + - libhwloc=2.13.0=default_he001693_1000 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h5e43f62_mkl - - liblzma=5.8.2=hb03c661_0 - - libnghttp2=1.67.0=had1ee68_0 + - libjpeg-turbo=3.1.4.1=hb03c661_0 + - liblapack=3.11.0=8_h5e43f62_mkl + - liblzma=5.8.3=hb03c661_0 + - libnghttp2=1.68.1=h877daf1_0 - libnsl=2.0.1=hb9d3cd8_1 - - libpng=1.6.55=h421ea60_0 - - libsqlite=3.51.2=hf4e2dac_0 + - libpng=1.6.58=h421ea60_0 + - libsqlite=3.53.1=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h934c35e_18 - - libstdcxx-ng=15.2.0=hdf11a46_18 + - libstdcxx=15.2.0=h934c35e_19 + - libstdcxx-ng=15.2.0=hdf11a46_19 - libtiff=4.7.1=h9d88235_1 - - libuuid=2.41.3=h5347b49_0 + - libuuid=2.42.1=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - libxcrypt=4.4.36=hd590300_1 - - libxml2=2.15.1=he237659_1 - - libxml2-16=2.15.1=hca6bf5a_1 - - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.8=h4922eb0_0 - - matplotlib-base=3.10.8=py312he3d6523_0 - - mkl=2025.3.0=h0e700b2_463 + - libxml2=2.15.3=h49c6c72_0 + - libxml2-16=2.15.3=hca6bf5a_0 + - libzlib=1.3.2=h25fd6f3_2 + - llvm-openmp=22.1.6=h4922eb0_0 + - matplotlib-base=3.10.9=py312he3d6523_0 + - mkl=2026.0.0=h0e700b2_915 - munkres=1.1.4=pyhd8ed1ab_1 - - ncurses=6.5=h2d0b736_3 - - numpy=2.4.2=py312h33ff503_1 + - ncurses=6.6=hdb14827_0 + - numpy=2.4.6=py312h33ff503_0 + - onemkl-license=2026.0.0=hf2ce2f3_915 - openjpeg=2.5.4=h55fea9a_0 - - openssl=3.6.1=h35e630c_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py312h50c33e8_0 - - pip=26.0.1=pyh8b19718_0 + - openssl=3.6.2=h35e630c_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py312h50c33e8_0 + - pip=26.1.2=pyh8b19718_0 + - psutil=7.2.2=py312h5253ce2_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312h868fb18_1 - pyparsing=3.3.2=pyhcf101f3_0 - - python=3.12.12=hd63d673_2_cpython + - python=3.12.13=hd63d673_0_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.12=8_cp312 - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - scipy=1.17.0=py312h54fa4ab_1 - - setuptools=82.0.0=pyh332efcf_0 + - s2n=1.7.3=hc5a330e_0 + - scipy=1.17.1=py312h54fa4ab_1 + - setuptools=82.0.1=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - - tbb=2022.3.0=hb700be7_2 + - tbb=2023.0.0=hab88423_2 - tk=8.6.13=noxft_h366c992_103 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - unicodedata2=17.0.1=py312h4c3975b_0 - - wheel=0.46.3=pyhd8ed1ab_0 + - wheel=0.47.0=pyhd8ed1ab_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64-dev.conda.lock.yml b/environments/py-3.12-win-64-dev.conda.lock.yml index e263bb1..27792a3 100644 --- a/environments/py-3.12-win-64-dev.conda.lock.yml +++ b/environments/py-3.12-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 1b4ed5aa963ceaa3fa7bc2b3f48474b03559ad1b34508abea400853d5d141a31 +# input_hash: 397c50628cc8dff2e8046756bc5147894040408dd1fce6b2b7a6b8140d6182d5 channels: - conda-forge @@ -10,109 +10,118 @@ dependencies: - alabaster=1.0.0=pyhd8ed1ab_1 - annotated-types=0.7.0=pyhd8ed1ab_1 - astroid=4.0.4=py312h2e8e312_0 - - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py312h06d0912_0 + - aws-c-auth=0.10.1=h8b39d88_3 + - aws-c-cal=0.9.13=h46f3b43_1 + - aws-c-common=0.12.6=hfd05255_0 + - aws-c-compression=0.3.2=hcb3a2da_0 + - aws-c-http=0.10.13=h612f3e8_0 + - aws-c-io=0.26.3=h0d5b9f9_2 + - aws-c-s3=0.12.2=h61b906f_1 + - aws-c-sdkutils=0.2.4=hcb3a2da_4 + - aws-checksums=0.2.10=hcb3a2da_0 + - babel=2.18.0=pyhcf101f3_1 + - backports.zstd=1.5.0=py312h06d0912_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - brotli-python=1.2.0=py312hc6d9e41_1 - bzip2=1.0.8=h0ad9c76_9 - - ca-certificates=2026.1.4=h4c7d964_0 + - ca-certificates=2026.5.20=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - - charset-normalizer=3.4.4=pyhd8ed1ab_0 + - certifi=2026.5.20=pyhd8ed1ab_0 + - charset-normalizer=3.4.7=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py312h78d62e6_4 - - coverage=7.13.4=py312h05f76fc_0 + - coverage=7.14.1=py312h05f76fc_0 - cycler=0.12.1=pyhcf101f3_2 - dill=0.4.1=pyhcf101f3_0 - discretize=0.12.0=np2py312h7c90ba1_1 - docutils=0.21.2=pyhd8ed1ab_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - - fonttools=4.61.1=py312h05f76fc_0 - - freetype=2.14.1=h57928b3_0 + - fonttools=4.63.0=py312h05f76fc_0 + - freetype=2.14.3=h57928b3_0 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py312h03cd2ba_101 - - hdf5=1.14.6=nompi_hae35d4c_106 + - h5py=3.16.0=nompi_py312h5ddec8c_102 + - hdf5=2.1.0=nompi_h0a39f1e_105 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - - icu=78.2=h637d24d_0 - - idna=3.11=pyhd8ed1ab_0 - - imagesize=1.4.1=pyhd8ed1ab_0 - - importlib-metadata=8.7.0=pyhe01879c_1 + - idna=3.17=pyhcf101f3_0 + - imagesize=2.0.0=pyhd8ed1ab_0 + - importlib-metadata=9.0.0=pyhcf101f3_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - - isort=7.0.0=pyhd8ed1ab_0 + - isort=8.0.1=pyhd8ed1ab_0 - jinja2=3.1.6=pyhcf101f3_1 - - kiwisolver=1.4.9=py312h78d62e6_2 + - kiwisolver=1.5.0=py312h78d62e6_0 - krb5=1.22.2=h0ea6238_0 - - lcms2=2.18=hf2c6c5f_0 - - lerc=4.0.0=h6470a55_1 + - lcms2=2.19.1=hf2c6c5f_1 + - lerc=4.1.0=hd936e49_0 - libaec=1.1.5=haf901d7_0 - - libblas=3.11.0=5_hf2e6a31_mkl + - libblas=3.11.0=8_h8455456_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.11.0=5_h2a3cdd5_mkl - - libcurl=8.18.0=h8206538_1 + - libcblas=3.11.0=8_h2a3cdd5_mkl + - libcurl=8.20.0=h8206538_0 - libdeflate=1.25=h51727cc_0 - - libexpat=2.7.4=hac47afa_0 + - libexpat=2.8.1=hac47afa_0 - libffi=3.5.2=h3d046cb_0 - - libfreetype=2.14.1=h57928b3_0 - - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h8ee18e1_18 - - libgomp=15.2.0=h8ee18e1_18 - - libhwloc=2.12.2=default_h4379cf1_1000 + - libfreetype=2.14.3=h57928b3_0 + - libfreetype6=2.14.3=hdbac1cb_0 + - libgcc=15.2.0=h8ee18e1_19 + - libgomp=15.2.0=h8ee18e1_19 + - libhwloc=2.13.0=default_h049141e_1000 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.11.0=5_hf9ab0e9_mkl - - liblzma=5.8.2=hfd05255_0 - - libpng=1.6.55=h7351971_0 - - libsqlite=3.51.2=hf5d6505_0 + - libjpeg-turbo=3.1.4.1=hfd05255_0 + - liblapack=3.11.0=8_hf9ab0e9_mkl + - liblzma=5.8.3=hfd05255_0 + - libpng=1.6.58=h7351971_0 + - libsqlite=3.53.1=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - - libxml2=2.15.1=h779ef1b_1 - - libxml2-16=2.15.1=h3cfd58e_1 - - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.8=h4fa8253_0 - - markupsafe=3.0.3=py312h05f76fc_0 - - matplotlib-base=3.10.8=py312h0ebf65c_0 + - libxml2=2.15.3=hbc0d294_0 + - libxml2-16=2.15.3=h692994f_0 + - libzlib=1.3.2=hfd05255_2 + - llvm-openmp=22.1.6=h4fa8253_0 + - markupsafe=3.0.3=py312h05f76fc_1 + - matplotlib-base=3.10.9=py312h0ebf65c_0 - mccabe=0.7.0=pyhd8ed1ab_1 - - mkl=2025.3.0=hac47afa_455 + - mkl=2026.0.0=hac47afa_908 - munkres=1.1.4=pyhd8ed1ab_1 - - numpy=2.4.2=py312ha72d056_1 - - openjpeg=2.5.4=h24db6dd_0 - - openssl=3.6.1=hf411b9b_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py312h31f0997_0 - - pip=26.0.1=pyh8b19718_0 - - platformdirs=4.9.2=pyhcf101f3_0 + - numpy=2.4.6=py312ha3f287d_0 + - onemkl-license=2026.0.0=h57928b3_908 + - openjpeg=2.5.4=h0e57b4f_0 + - openssl=3.6.2=hf411b9b_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py312h31f0997_0 + - pip=26.1.2=pyh8b19718_0 + - platformdirs=4.10.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 + - psutil=7.2.2=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312hdabe01f_1 - - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=4.0.4=pyhcf101f3_0 + - pygments=2.20.0=pyhd8ed1ab_0 + - pylint=4.0.5=pyhcf101f3_0 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - pytest=9.0.2=pyhcf101f3_0 - - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.12.12=h0159041_2_cpython + - pytest=9.0.3=pyhc364b38_1 + - pytest-cov=7.1.0=pyhcf101f3_0 + - python=3.12.13=h0159041_0_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.12=8_cp312 - - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py312h05f76fc_1 - qhull=2020.2=hc790b64_5 - - requests=2.32.5=pyhcf101f3_1 + - requests=2.34.2=pyhcf101f3_0 - roman-numerals=4.1.0=pyhd8ed1ab_0 - roman-numerals-py=4.1.0=pyhd8ed1ab_0 - - scipy=1.17.0=py312h9b3c559_1 - - setuptools=82.0.0=pyh332efcf_0 + - scipy=1.17.1=py312h9b3c559_1 + - setuptools=82.0.1=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - - snowballstemmer=3.0.1=pyhd8ed1ab_0 - - sphinx=8.2.3=pyhd8ed1ab_0 + - snowballstemmer=3.1.0=pyhd8ed1ab_0 + - sphinx=8.3.0=pyhd8ed1ab_0 - sphinx-autodoc-typehints=3.5.2=pyhd8ed1ab_0 - sphinx-rtd-theme=3.1.0=hd8ed1ab_0 - sphinx_rtd_theme=3.1.0=pyha770c72_0 @@ -123,31 +132,31 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - tbb=2022.3.0=h3155e25_2 + - tbb=2023.0.0=hd3d4ead_2 - tk=8.6.13=h6ed50ae_3 - - tomli=2.4.0=pyhcf101f3_0 - - tomlkit=0.14.0=pyha770c72_0 + - tomli=2.4.1=pyhcf101f3_0 + - tomlkit=0.15.0=pyha770c72_0 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=17.0.1=py312he06e257_0 - - urllib3=2.6.3=pyhd8ed1ab_0 - - vc=14.3=h41ae7f8_34 - - vc14_runtime=14.44.35208=h818238b_34 - - vcomp14=14.44.35208=h818238b_34 - - wheel=0.46.3=pyhd8ed1ab_0 + - urllib3=2.7.0=pyhd8ed1ab_0 + - vc=14.5=h1b7c187_38 + - vc14_runtime=14.51.36231=h1b9f54f_38 + - vcomp14=14.51.36231=h1b9f54f_38 + - wheel=0.47.0=pyhd8ed1ab_0 - win_inet_pton=1.1.0=pyh7428d3b_8 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - yaml=0.2.5=h6a83c73_3 - - zipp=3.23.0=pyhcf101f3_1 + - zipp=4.1.0=pyhcf101f3_0 - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.12-win-64.conda.lock.yml b/environments/py-3.12-win-64.conda.lock.yml index d22ee68..e9baadb 100644 --- a/environments/py-3.12-win-64.conda.lock.yml +++ b/environments/py-3.12-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 1b4ed5aa963ceaa3fa7bc2b3f48474b03559ad1b34508abea400853d5d141a31 +# input_hash: 397c50628cc8dff2e8046756bc5147894040408dd1fce6b2b7a6b8140d6182d5 channels: - conda-forge @@ -8,93 +8,103 @@ channels: dependencies: - _openmp_mutex=4.5=20_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 + - aws-c-auth=0.10.1=h8b39d88_3 + - aws-c-cal=0.9.13=h46f3b43_1 + - aws-c-common=0.12.6=hfd05255_0 + - aws-c-compression=0.3.2=hcb3a2da_0 + - aws-c-http=0.10.13=h612f3e8_0 + - aws-c-io=0.26.3=h0d5b9f9_2 + - aws-c-s3=0.12.2=h61b906f_1 + - aws-c-sdkutils=0.2.4=hcb3a2da_4 + - aws-checksums=0.2.10=hcb3a2da_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - bzip2=1.0.8=h0ad9c76_9 - - ca-certificates=2026.1.4=h4c7d964_0 + - ca-certificates=2026.5.20=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - contourpy=1.3.3=py312h78d62e6_4 - cycler=0.12.1=pyhcf101f3_2 - discretize=0.12.0=np2py312h7c90ba1_1 - - fonttools=4.61.1=py312h05f76fc_0 - - freetype=2.14.1=h57928b3_0 - - h5py=3.15.1=nompi_py312h03cd2ba_101 - - hdf5=1.14.6=nompi_hae35d4c_106 - - icu=78.2=h637d24d_0 - - kiwisolver=1.4.9=py312h78d62e6_2 + - fonttools=4.63.0=py312h05f76fc_0 + - freetype=2.14.3=h57928b3_0 + - h5py=3.16.0=nompi_py312h5ddec8c_102 + - hdf5=2.1.0=nompi_h0a39f1e_105 + - kiwisolver=1.5.0=py312h78d62e6_0 - krb5=1.22.2=h0ea6238_0 - - lcms2=2.18=hf2c6c5f_0 - - lerc=4.0.0=h6470a55_1 + - lcms2=2.19.1=hf2c6c5f_1 + - lerc=4.1.0=hd936e49_0 - libaec=1.1.5=haf901d7_0 - - libblas=3.11.0=5_hf2e6a31_mkl + - libblas=3.11.0=8_h8455456_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.11.0=5_h2a3cdd5_mkl - - libcurl=8.18.0=h8206538_1 + - libcblas=3.11.0=8_h2a3cdd5_mkl + - libcurl=8.20.0=h8206538_0 - libdeflate=1.25=h51727cc_0 - - libexpat=2.7.4=hac47afa_0 + - libexpat=2.8.1=hac47afa_0 - libffi=3.5.2=h3d046cb_0 - - libfreetype=2.14.1=h57928b3_0 - - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h8ee18e1_18 - - libgomp=15.2.0=h8ee18e1_18 - - libhwloc=2.12.2=default_h4379cf1_1000 + - libfreetype=2.14.3=h57928b3_0 + - libfreetype6=2.14.3=hdbac1cb_0 + - libgcc=15.2.0=h8ee18e1_19 + - libgomp=15.2.0=h8ee18e1_19 + - libhwloc=2.13.0=default_h049141e_1000 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.11.0=5_hf9ab0e9_mkl - - liblzma=5.8.2=hfd05255_0 - - libpng=1.6.55=h7351971_0 - - libsqlite=3.51.2=hf5d6505_0 + - libjpeg-turbo=3.1.4.1=hfd05255_0 + - liblapack=3.11.0=8_hf9ab0e9_mkl + - liblzma=5.8.3=hfd05255_0 + - libpng=1.6.58=h7351971_0 + - libsqlite=3.53.1=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - - libxml2=2.15.1=h779ef1b_1 - - libxml2-16=2.15.1=h3cfd58e_1 - - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.8=h4fa8253_0 - - matplotlib-base=3.10.8=py312h0ebf65c_0 - - mkl=2025.3.0=hac47afa_455 + - libxml2=2.15.3=hbc0d294_0 + - libxml2-16=2.15.3=h692994f_0 + - libzlib=1.3.2=hfd05255_2 + - llvm-openmp=22.1.6=h4fa8253_0 + - matplotlib-base=3.10.9=py312h0ebf65c_0 + - mkl=2026.0.0=hac47afa_908 - munkres=1.1.4=pyhd8ed1ab_1 - - numpy=2.4.2=py312ha72d056_1 - - openjpeg=2.5.4=h24db6dd_0 - - openssl=3.6.1=hf411b9b_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py312h31f0997_0 - - pip=26.0.1=pyh8b19718_0 + - numpy=2.4.6=py312ha3f287d_0 + - onemkl-license=2026.0.0=h57928b3_908 + - openjpeg=2.5.4=h0e57b4f_0 + - openssl=3.6.2=hf411b9b_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py312h31f0997_0 + - pip=26.1.2=pyh8b19718_0 + - psutil=7.2.2=py312he5662c2_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py312hdabe01f_1 - pyparsing=3.3.2=pyhcf101f3_0 - - python=3.12.12=h0159041_2_cpython + - python=3.12.13=h0159041_0_cpython - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.12=8_cp312 - qhull=2020.2=hc790b64_5 - - scipy=1.17.0=py312h9b3c559_1 - - setuptools=82.0.0=pyh332efcf_0 + - scipy=1.17.1=py312h9b3c559_1 + - setuptools=82.0.1=pyh332efcf_0 - six=1.17.0=pyhe01879c_1 - - tbb=2022.3.0=h3155e25_2 + - tbb=2023.0.0=hd3d4ead_2 - tk=8.6.13=h6ed50ae_3 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=17.0.1=py312he06e257_0 - - vc=14.3=h41ae7f8_34 - - vc14_runtime=14.44.35208=h818238b_34 - - vcomp14=14.44.35208=h818238b_34 - - wheel=0.46.3=pyhd8ed1ab_0 + - vc=14.5=h1b7c187_38 + - vc14_runtime=14.51.36231=h1b9f54f_38 + - vcomp14=14.51.36231=h1b9f54f_38 + - wheel=0.47.0=pyhd8ed1ab_0 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.13-linux-64-dev.conda.lock.yml b/environments/py-3.13-linux-64-dev.conda.lock.yml index d059a36..2e974af 100644 --- a/environments/py-3.13-linux-64-dev.conda.lock.yml +++ b/environments/py-3.13-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: b18f500e8e85b4eb023bb9ed063cbde272610e416ada2de4902e592caa9ef7e1 +# input_hash: 30dc1a8729f1afe543ecb8b885261b2d4c9f6317cf69986c9efb5eb31ccaf142 channels: - conda-forge @@ -10,121 +10,132 @@ dependencies: - alabaster=1.0.0=pyhd8ed1ab_1 - annotated-types=0.7.0=pyhd8ed1ab_1 - astroid=4.0.4=py313h78bf25f_0 - - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py313h18e8e13_0 + - aws-c-auth=0.10.1=ha62d5e7_3 + - aws-c-cal=0.9.13=h2c9d079_1 + - aws-c-common=0.12.6=hb03c661_0 + - aws-c-compression=0.3.2=h8b1a151_0 + - aws-c-http=0.10.13=h4bacb7b_0 + - aws-c-io=0.26.3=hb18f61d_2 + - aws-c-s3=0.12.2=he6ee468_1 + - aws-c-sdkutils=0.2.4=h8b1a151_4 + - aws-checksums=0.2.10=h8b1a151_0 + - babel=2.18.0=pyhcf101f3_1 + - backports.zstd=1.5.0=py313h18e8e13_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - brotli-python=1.2.0=py313hf159716_1 - bzip2=1.0.8=hda65f42_9 - c-ares=1.34.6=hb03c661_0 - - ca-certificates=2026.1.4=hbd8a1cb_0 + - ca-certificates=2026.5.20=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - - charset-normalizer=3.4.4=pyhd8ed1ab_0 + - certifi=2026.5.20=pyhd8ed1ab_0 + - charset-normalizer=3.4.7=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py313hc8edb43_4 - - coverage=7.13.4=py313h3dea7bd_0 + - coverage=7.14.1=py313h3dea7bd_0 - cycler=0.12.1=pyhcf101f3_2 - dill=0.4.1=pyhcf101f3_0 - discretize=0.12.0=np2py313h0f78c12_1 - docutils=0.21.2=pyhd8ed1ab_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - - fonttools=4.61.1=py313h3dea7bd_0 - - freetype=2.14.1=ha770c72_0 + - fonttools=4.63.0=py313h3dea7bd_0 + - freetype=2.14.3=ha770c72_0 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py313h253c126_101 - - hdf5=1.14.6=nompi_h19486de_106 + - h5py=3.16.0=nompi_py313h22c32d4_102 + - hdf5=2.1.0=nompi_h87a9417_105 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - - icu=78.2=h33c6efd_0 - - idna=3.11=pyhd8ed1ab_0 - - imagesize=1.4.1=pyhd8ed1ab_0 - - importlib-metadata=8.7.0=pyhe01879c_1 + - icu=78.3=h33c6efd_0 + - idna=3.17=pyhcf101f3_0 + - imagesize=2.0.0=pyhd8ed1ab_0 + - importlib-metadata=9.0.0=pyhcf101f3_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - - isort=7.0.0=pyhd8ed1ab_0 + - isort=8.0.1=pyhd8ed1ab_0 - jinja2=3.1.6=pyhcf101f3_1 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py313hc8edb43_2 + - kiwisolver=1.5.0=py313hc8edb43_0 - krb5=1.22.2=ha1258a1_0 - - lcms2=2.18=h0c24ade_0 - - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - - lerc=4.0.0=h0aef613_1 + - lcms2=2.19.1=h0c24ade_1 + - ld_impl_linux-64=2.45.1=default_hbd61a6d_102 + - lerc=4.1.0=hdb68285_0 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h5875eb1_mkl + - libblas=3.11.0=8_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_hfef963f_mkl - - libcurl=8.18.0=hcf29cc6_1 + - libcblas=3.11.0=8_hfef963f_mkl + - libcurl=8.20.0=hcf29cc6_0 - libdeflate=1.25=h17f619e_0 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - - libexpat=2.7.4=hecca717_0 + - libexpat=2.8.1=hecca717_0 - libffi=3.5.2=h3435931_0 - - libfreetype=2.14.1=ha770c72_0 - - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=he0feb66_18 - - libgcc-ng=15.2.0=h69a702a_18 - - libgfortran=15.2.0=h69a702a_18 - - libgfortran5=15.2.0=h68bc16d_18 - - libhwloc=2.12.2=default_hafda6a7_1000 + - libfreetype=2.14.3=ha770c72_0 + - libfreetype6=2.14.3=h73754d4_0 + - libgcc=15.2.0=he0feb66_19 + - libgcc-ng=15.2.0=h69a702a_19 + - libgfortran=15.2.0=h69a702a_19 + - libgfortran5=15.2.0=h68bc16d_19 + - libhwloc=2.13.0=default_he001693_1000 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h5e43f62_mkl - - liblzma=5.8.2=hb03c661_0 + - libjpeg-turbo=3.1.4.1=hb03c661_0 + - liblapack=3.11.0=8_h5e43f62_mkl + - liblzma=5.8.3=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - - libnghttp2=1.67.0=had1ee68_0 - - libpng=1.6.55=h421ea60_0 - - libsqlite=3.51.2=hf4e2dac_0 + - libnghttp2=1.68.1=h877daf1_0 + - libpng=1.6.58=h421ea60_0 + - libsqlite=3.53.1=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h934c35e_18 - - libstdcxx-ng=15.2.0=hdf11a46_18 + - libstdcxx=15.2.0=h934c35e_19 + - libstdcxx-ng=15.2.0=hdf11a46_19 - libtiff=4.7.1=h9d88235_1 - - libuuid=2.41.3=h5347b49_0 + - libuuid=2.42.1=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxml2=2.15.1=he237659_1 - - libxml2-16=2.15.1=hca6bf5a_1 - - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.8=h4922eb0_0 - - markupsafe=3.0.3=py313h3dea7bd_0 - - matplotlib-base=3.10.8=py313h683a580_0 + - libxml2=2.15.3=h49c6c72_0 + - libxml2-16=2.15.3=hca6bf5a_0 + - libzlib=1.3.2=h25fd6f3_2 + - llvm-openmp=22.1.6=h4922eb0_0 + - markupsafe=3.0.3=py313h3dea7bd_1 + - matplotlib-base=3.10.9=py313h683a580_0 - mccabe=0.7.0=pyhd8ed1ab_1 - - mkl=2025.3.0=h0e700b2_463 + - mkl=2026.0.0=h0e700b2_915 - munkres=1.1.4=pyhd8ed1ab_1 - - ncurses=6.5=h2d0b736_3 - - numpy=2.4.2=py313hf6604e3_1 + - ncurses=6.6=hdb14827_0 + - numpy=2.4.6=py313hf6604e3_0 + - onemkl-license=2026.0.0=hf2ce2f3_915 - openjpeg=2.5.4=h55fea9a_0 - - openssl=3.6.1=h35e630c_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py313h80991f8_0 - - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.9.2=pyhcf101f3_0 + - openssl=3.6.2=h35e630c_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py313h80991f8_0 + - pip=26.1.2=pyh145f28c_0 + - platformdirs=4.10.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 + - psutil=7.2.2=py313h54dd161_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py313h843e2db_1 - - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=4.0.4=pyhcf101f3_0 + - pygments=2.20.0=pyhd8ed1ab_0 + - pylint=4.0.5=pyhcf101f3_0 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - pytest=9.0.2=pyhcf101f3_0 - - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.13.12=hc97d973_100_cp313 + - pytest=9.0.3=pyhc364b38_1 + - pytest-cov=7.1.0=pyhcf101f3_0 + - python=3.13.13=h6add32d_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.13=8_cp313 - - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py313h3dea7bd_1 - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - requests=2.32.5=pyhcf101f3_1 + - requests=2.34.2=pyhcf101f3_0 - roman-numerals=4.1.0=pyhd8ed1ab_0 - roman-numerals-py=4.1.0=pyhd8ed1ab_0 - - scipy=1.17.0=py313h4b8bb8b_1 + - s2n=1.7.3=hc5a330e_0 + - scipy=1.17.1=py313h4b8bb8b_1 - six=1.17.0=pyhe01879c_1 - - snowballstemmer=3.0.1=pyhd8ed1ab_0 - - sphinx=8.2.3=pyhd8ed1ab_0 + - snowballstemmer=3.1.0=pyhd8ed1ab_0 + - sphinx=8.3.0=pyhd8ed1ab_0 - sphinx-autodoc-typehints=3.5.2=pyhd8ed1ab_0 - sphinx-rtd-theme=3.1.0=hd8ed1ab_0 - sphinx_rtd_theme=3.1.0=pyha770c72_0 @@ -135,24 +146,24 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - tbb=2022.3.0=hb700be7_2 + - tbb=2023.0.0=hab88423_2 - tk=8.6.13=noxft_h366c992_103 - - tomli=2.4.0=pyhcf101f3_0 - - tomlkit=0.14.0=pyha770c72_0 + - tomli=2.4.1=pyhcf101f3_0 + - tomlkit=0.15.0=pyha770c72_0 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - - urllib3=2.6.3=pyhd8ed1ab_0 + - urllib3=2.7.0=pyhd8ed1ab_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - yaml=0.2.5=h280c20c_3 - - zipp=3.23.0=pyhcf101f3_1 + - zipp=4.1.0=pyhcf101f3_0 - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.13-linux-64.conda.lock.yml b/environments/py-3.13-linux-64.conda.lock.yml index 28f2c08..a265b52 100644 --- a/environments/py-3.13-linux-64.conda.lock.yml +++ b/environments/py-3.13-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: b18f500e8e85b4eb023bb9ed063cbde272610e416ada2de4902e592caa9ef7e1 +# input_hash: 30dc1a8729f1afe543ecb8b885261b2d4c9f6317cf69986c9efb5eb31ccaf142 channels: - conda-forge @@ -8,90 +8,102 @@ channels: dependencies: - _openmp_mutex=4.5=7_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 + - aws-c-auth=0.10.1=ha62d5e7_3 + - aws-c-cal=0.9.13=h2c9d079_1 + - aws-c-common=0.12.6=hb03c661_0 + - aws-c-compression=0.3.2=h8b1a151_0 + - aws-c-http=0.10.13=h4bacb7b_0 + - aws-c-io=0.26.3=hb18f61d_2 + - aws-c-s3=0.12.2=he6ee468_1 + - aws-c-sdkutils=0.2.4=h8b1a151_4 + - aws-checksums=0.2.10=h8b1a151_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - bzip2=1.0.8=hda65f42_9 - c-ares=1.34.6=hb03c661_0 - - ca-certificates=2026.1.4=hbd8a1cb_0 + - ca-certificates=2026.5.20=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - contourpy=1.3.3=py313hc8edb43_4 - cycler=0.12.1=pyhcf101f3_2 - discretize=0.12.0=np2py313h0f78c12_1 - - fonttools=4.61.1=py313h3dea7bd_0 - - freetype=2.14.1=ha770c72_0 - - h5py=3.15.1=nompi_py313h253c126_101 - - hdf5=1.14.6=nompi_h19486de_106 - - icu=78.2=h33c6efd_0 + - fonttools=4.63.0=py313h3dea7bd_0 + - freetype=2.14.3=ha770c72_0 + - h5py=3.16.0=nompi_py313h22c32d4_102 + - hdf5=2.1.0=nompi_h87a9417_105 + - icu=78.3=h33c6efd_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py313hc8edb43_2 + - kiwisolver=1.5.0=py313hc8edb43_0 - krb5=1.22.2=ha1258a1_0 - - lcms2=2.18=h0c24ade_0 - - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - - lerc=4.0.0=h0aef613_1 + - lcms2=2.19.1=h0c24ade_1 + - ld_impl_linux-64=2.45.1=default_hbd61a6d_102 + - lerc=4.1.0=hdb68285_0 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h5875eb1_mkl + - libblas=3.11.0=8_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_hfef963f_mkl - - libcurl=8.18.0=hcf29cc6_1 + - libcblas=3.11.0=8_hfef963f_mkl + - libcurl=8.20.0=hcf29cc6_0 - libdeflate=1.25=h17f619e_0 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - - libexpat=2.7.4=hecca717_0 + - libexpat=2.8.1=hecca717_0 - libffi=3.5.2=h3435931_0 - - libfreetype=2.14.1=ha770c72_0 - - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=he0feb66_18 - - libgcc-ng=15.2.0=h69a702a_18 - - libgfortran=15.2.0=h69a702a_18 - - libgfortran5=15.2.0=h68bc16d_18 - - libhwloc=2.12.2=default_hafda6a7_1000 + - libfreetype=2.14.3=ha770c72_0 + - libfreetype6=2.14.3=h73754d4_0 + - libgcc=15.2.0=he0feb66_19 + - libgcc-ng=15.2.0=h69a702a_19 + - libgfortran=15.2.0=h69a702a_19 + - libgfortran5=15.2.0=h68bc16d_19 + - libhwloc=2.13.0=default_he001693_1000 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h5e43f62_mkl - - liblzma=5.8.2=hb03c661_0 + - libjpeg-turbo=3.1.4.1=hb03c661_0 + - liblapack=3.11.0=8_h5e43f62_mkl + - liblzma=5.8.3=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - - libnghttp2=1.67.0=had1ee68_0 - - libpng=1.6.55=h421ea60_0 - - libsqlite=3.51.2=hf4e2dac_0 + - libnghttp2=1.68.1=h877daf1_0 + - libpng=1.6.58=h421ea60_0 + - libsqlite=3.53.1=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h934c35e_18 - - libstdcxx-ng=15.2.0=hdf11a46_18 + - libstdcxx=15.2.0=h934c35e_19 + - libstdcxx-ng=15.2.0=hdf11a46_19 - libtiff=4.7.1=h9d88235_1 - - libuuid=2.41.3=h5347b49_0 + - libuuid=2.42.1=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxml2=2.15.1=he237659_1 - - libxml2-16=2.15.1=hca6bf5a_1 - - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.8=h4922eb0_0 - - matplotlib-base=3.10.8=py313h683a580_0 - - mkl=2025.3.0=h0e700b2_463 + - libxml2=2.15.3=h49c6c72_0 + - libxml2-16=2.15.3=hca6bf5a_0 + - libzlib=1.3.2=h25fd6f3_2 + - llvm-openmp=22.1.6=h4922eb0_0 + - matplotlib-base=3.10.9=py313h683a580_0 + - mkl=2026.0.0=h0e700b2_915 - munkres=1.1.4=pyhd8ed1ab_1 - - ncurses=6.5=h2d0b736_3 - - numpy=2.4.2=py313hf6604e3_1 + - ncurses=6.6=hdb14827_0 + - numpy=2.4.6=py313hf6604e3_0 + - onemkl-license=2026.0.0=hf2ce2f3_915 - openjpeg=2.5.4=h55fea9a_0 - - openssl=3.6.1=h35e630c_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py313h80991f8_0 - - pip=26.0.1=pyh145f28c_0 + - openssl=3.6.2=h35e630c_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py313h80991f8_0 + - pip=26.1.2=pyh145f28c_0 + - psutil=7.2.2=py313h54dd161_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py313h843e2db_1 - pyparsing=3.3.2=pyhcf101f3_0 - - python=3.13.12=hc97d973_100_cp313 + - python=3.13.13=h6add32d_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.13=8_cp313 - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - scipy=1.17.0=py313h4b8bb8b_1 + - s2n=1.7.3=hc5a330e_0 + - scipy=1.17.1=py313h4b8bb8b_1 - six=1.17.0=pyhe01879c_1 - - tbb=2022.3.0=hb700be7_2 + - tbb=2023.0.0=hab88423_2 - tk=8.6.13=noxft_h366c992_103 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - xorg-libxau=1.0.12=hb03c661_1 @@ -99,8 +111,8 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.13-win-64-dev.conda.lock.yml b/environments/py-3.13-win-64-dev.conda.lock.yml index 841e960..8973467 100644 --- a/environments/py-3.13-win-64-dev.conda.lock.yml +++ b/environments/py-3.13-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 83076c0d60dae94ca39e2c9cfd7903b4a93f72ab7b4d8a0b7c561f1d9057fd9e +# input_hash: bc6181b1344600521cd6f1dee8d2b47e8f823b04a119ab0616e60009357ff824 channels: - conda-forge @@ -10,109 +10,118 @@ dependencies: - alabaster=1.0.0=pyhd8ed1ab_1 - annotated-types=0.7.0=pyhd8ed1ab_1 - astroid=4.0.4=py313hfa70ccb_0 - - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py313h2a31948_0 + - aws-c-auth=0.10.1=h8b39d88_3 + - aws-c-cal=0.9.13=h46f3b43_1 + - aws-c-common=0.12.6=hfd05255_0 + - aws-c-compression=0.3.2=hcb3a2da_0 + - aws-c-http=0.10.13=h612f3e8_0 + - aws-c-io=0.26.3=h0d5b9f9_2 + - aws-c-s3=0.12.2=h61b906f_1 + - aws-c-sdkutils=0.2.4=hcb3a2da_4 + - aws-checksums=0.2.10=hcb3a2da_0 + - babel=2.18.0=pyhcf101f3_1 + - backports.zstd=1.5.0=py313h2a31948_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - brotli-python=1.2.0=py313h3ebfc14_1 - bzip2=1.0.8=h0ad9c76_9 - - ca-certificates=2026.1.4=h4c7d964_0 + - ca-certificates=2026.5.20=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - - charset-normalizer=3.4.4=pyhd8ed1ab_0 + - certifi=2026.5.20=pyhd8ed1ab_0 + - charset-normalizer=3.4.7=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py313h1a38498_4 - - coverage=7.13.4=py313hd650c13_0 + - coverage=7.14.1=py313hd650c13_0 - cycler=0.12.1=pyhcf101f3_2 - dill=0.4.1=pyhcf101f3_0 - discretize=0.12.0=np2py313hedd11bf_1 - docutils=0.21.2=pyhd8ed1ab_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - - fonttools=4.61.1=py313hd650c13_0 - - freetype=2.14.1=h57928b3_0 + - fonttools=4.63.0=py313hd650c13_0 + - freetype=2.14.3=h57928b3_0 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py313hf7f959b_101 - - hdf5=1.14.6=nompi_hae35d4c_106 + - h5py=3.16.0=nompi_py313hd050a09_102 + - hdf5=2.1.0=nompi_h0a39f1e_105 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - - icu=78.2=h637d24d_0 - - idna=3.11=pyhd8ed1ab_0 - - imagesize=1.4.1=pyhd8ed1ab_0 - - importlib-metadata=8.7.0=pyhe01879c_1 + - idna=3.17=pyhcf101f3_0 + - imagesize=2.0.0=pyhd8ed1ab_0 + - importlib-metadata=9.0.0=pyhcf101f3_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - - isort=7.0.0=pyhd8ed1ab_0 + - isort=8.0.1=pyhd8ed1ab_0 - jinja2=3.1.6=pyhcf101f3_1 - - kiwisolver=1.4.9=py313h1a38498_2 + - kiwisolver=1.5.0=py313h1a38498_0 - krb5=1.22.2=h0ea6238_0 - - lcms2=2.18=hf2c6c5f_0 - - lerc=4.0.0=h6470a55_1 + - lcms2=2.19.1=hf2c6c5f_1 + - lerc=4.1.0=hd936e49_0 - libaec=1.1.5=haf901d7_0 - - libblas=3.11.0=5_hf2e6a31_mkl + - libblas=3.11.0=8_h8455456_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.11.0=5_h2a3cdd5_mkl - - libcurl=8.18.0=h8206538_1 + - libcblas=3.11.0=8_h2a3cdd5_mkl + - libcurl=8.20.0=h8206538_0 - libdeflate=1.25=h51727cc_0 - - libexpat=2.7.4=hac47afa_0 + - libexpat=2.8.1=hac47afa_0 - libffi=3.5.2=h3d046cb_0 - - libfreetype=2.14.1=h57928b3_0 - - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h8ee18e1_18 - - libgomp=15.2.0=h8ee18e1_18 - - libhwloc=2.12.2=default_h4379cf1_1000 + - libfreetype=2.14.3=h57928b3_0 + - libfreetype6=2.14.3=hdbac1cb_0 + - libgcc=15.2.0=h8ee18e1_19 + - libgomp=15.2.0=h8ee18e1_19 + - libhwloc=2.13.0=default_h049141e_1000 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.11.0=5_hf9ab0e9_mkl - - liblzma=5.8.2=hfd05255_0 + - libjpeg-turbo=3.1.4.1=hfd05255_0 + - liblapack=3.11.0=8_hf9ab0e9_mkl + - liblzma=5.8.3=hfd05255_0 - libmpdec=4.0.0=hfd05255_1 - - libpng=1.6.55=h7351971_0 - - libsqlite=3.51.2=hf5d6505_0 + - libpng=1.6.58=h7351971_0 + - libsqlite=3.53.1=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - - libxml2=2.15.1=h779ef1b_1 - - libxml2-16=2.15.1=h3cfd58e_1 - - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.8=h4fa8253_0 - - markupsafe=3.0.3=py313hd650c13_0 - - matplotlib-base=3.10.8=py313he1ded55_0 + - libxml2=2.15.3=hbc0d294_0 + - libxml2-16=2.15.3=h692994f_0 + - libzlib=1.3.2=hfd05255_2 + - llvm-openmp=22.1.6=h4fa8253_0 + - markupsafe=3.0.3=py313hd650c13_1 + - matplotlib-base=3.10.9=py313he1ded55_0 - mccabe=0.7.0=pyhd8ed1ab_1 - - mkl=2025.3.0=hac47afa_455 + - mkl=2026.0.0=hac47afa_908 - munkres=1.1.4=pyhd8ed1ab_1 - - numpy=2.4.2=py313hce7ae62_1 - - openjpeg=2.5.4=h24db6dd_0 - - openssl=3.6.1=hf411b9b_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py313h38f99e1_0 - - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.9.2=pyhcf101f3_0 + - numpy=2.4.6=py313ha8dc839_0 + - onemkl-license=2026.0.0=h57928b3_908 + - openjpeg=2.5.4=h0e57b4f_0 + - openssl=3.6.2=hf411b9b_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py313h38f99e1_0 + - pip=26.1.2=pyh145f28c_0 + - platformdirs=4.10.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 + - psutil=7.2.2=py313h5fd188c_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py313hfbe8231_1 - - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=4.0.4=pyhcf101f3_0 + - pygments=2.20.0=pyhd8ed1ab_0 + - pylint=4.0.5=pyhcf101f3_0 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - pytest=9.0.2=pyhcf101f3_0 - - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.13.12=h09917c8_100_cp313 + - pytest=9.0.3=pyhc364b38_1 + - pytest-cov=7.1.0=pyhcf101f3_0 + - python=3.13.13=h09917c8_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.13=8_cp313 - - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py313hd650c13_1 - qhull=2020.2=hc790b64_5 - - requests=2.32.5=pyhcf101f3_1 + - requests=2.34.2=pyhcf101f3_0 - roman-numerals=4.1.0=pyhd8ed1ab_0 - roman-numerals-py=4.1.0=pyhd8ed1ab_0 - - scipy=1.17.0=py313he51e9a2_1 + - scipy=1.17.1=py313he51e9a2_1 - six=1.17.0=pyhe01879c_1 - - snowballstemmer=3.0.1=pyhd8ed1ab_0 - - sphinx=8.2.3=pyhd8ed1ab_0 + - snowballstemmer=3.1.0=pyhd8ed1ab_0 + - sphinx=8.3.0=pyhd8ed1ab_0 - sphinx-autodoc-typehints=3.5.2=pyhd8ed1ab_0 - sphinx-rtd-theme=3.1.0=hd8ed1ab_0 - sphinx_rtd_theme=3.1.0=pyha770c72_0 @@ -123,29 +132,29 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - tbb=2022.3.0=h3155e25_2 + - tbb=2023.0.0=hd3d4ead_2 - tk=8.6.13=h6ed50ae_3 - - tomli=2.4.0=pyhcf101f3_0 - - tomlkit=0.14.0=pyha770c72_0 + - tomli=2.4.1=pyhcf101f3_0 + - tomlkit=0.15.0=pyha770c72_0 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - urllib3=2.6.3=pyhd8ed1ab_0 - - vc=14.3=h41ae7f8_34 - - vc14_runtime=14.44.35208=h818238b_34 - - vcomp14=14.44.35208=h818238b_34 + - urllib3=2.7.0=pyhd8ed1ab_0 + - vc=14.5=h1b7c187_38 + - vc14_runtime=14.51.36231=h1b9f54f_38 + - vcomp14=14.51.36231=h1b9f54f_38 - win_inet_pton=1.1.0=pyh7428d3b_8 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - yaml=0.2.5=h6a83c73_3 - - zipp=3.23.0=pyhcf101f3_1 + - zipp=4.1.0=pyhcf101f3_0 - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.13-win-64.conda.lock.yml b/environments/py-3.13-win-64.conda.lock.yml index 199873e..edfad56 100644 --- a/environments/py-3.13-win-64.conda.lock.yml +++ b/environments/py-3.13-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 83076c0d60dae94ca39e2c9cfd7903b4a93f72ab7b4d8a0b7c561f1d9057fd9e +# input_hash: bc6181b1344600521cd6f1dee8d2b47e8f823b04a119ab0616e60009357ff824 channels: - conda-forge @@ -8,91 +8,101 @@ channels: dependencies: - _openmp_mutex=4.5=20_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 + - aws-c-auth=0.10.1=h8b39d88_3 + - aws-c-cal=0.9.13=h46f3b43_1 + - aws-c-common=0.12.6=hfd05255_0 + - aws-c-compression=0.3.2=hcb3a2da_0 + - aws-c-http=0.10.13=h612f3e8_0 + - aws-c-io=0.26.3=h0d5b9f9_2 + - aws-c-s3=0.12.2=h61b906f_1 + - aws-c-sdkutils=0.2.4=hcb3a2da_4 + - aws-checksums=0.2.10=hcb3a2da_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - bzip2=1.0.8=h0ad9c76_9 - - ca-certificates=2026.1.4=h4c7d964_0 + - ca-certificates=2026.5.20=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - contourpy=1.3.3=py313h1a38498_4 - cycler=0.12.1=pyhcf101f3_2 - discretize=0.12.0=np2py313hedd11bf_1 - - fonttools=4.61.1=py313hd650c13_0 - - freetype=2.14.1=h57928b3_0 - - h5py=3.15.1=nompi_py313hf7f959b_101 - - hdf5=1.14.6=nompi_hae35d4c_106 - - icu=78.2=h637d24d_0 - - kiwisolver=1.4.9=py313h1a38498_2 + - fonttools=4.63.0=py313hd650c13_0 + - freetype=2.14.3=h57928b3_0 + - h5py=3.16.0=nompi_py313hd050a09_102 + - hdf5=2.1.0=nompi_h0a39f1e_105 + - kiwisolver=1.5.0=py313h1a38498_0 - krb5=1.22.2=h0ea6238_0 - - lcms2=2.18=hf2c6c5f_0 - - lerc=4.0.0=h6470a55_1 + - lcms2=2.19.1=hf2c6c5f_1 + - lerc=4.1.0=hd936e49_0 - libaec=1.1.5=haf901d7_0 - - libblas=3.11.0=5_hf2e6a31_mkl + - libblas=3.11.0=8_h8455456_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.11.0=5_h2a3cdd5_mkl - - libcurl=8.18.0=h8206538_1 + - libcblas=3.11.0=8_h2a3cdd5_mkl + - libcurl=8.20.0=h8206538_0 - libdeflate=1.25=h51727cc_0 - - libexpat=2.7.4=hac47afa_0 + - libexpat=2.8.1=hac47afa_0 - libffi=3.5.2=h3d046cb_0 - - libfreetype=2.14.1=h57928b3_0 - - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h8ee18e1_18 - - libgomp=15.2.0=h8ee18e1_18 - - libhwloc=2.12.2=default_h4379cf1_1000 + - libfreetype=2.14.3=h57928b3_0 + - libfreetype6=2.14.3=hdbac1cb_0 + - libgcc=15.2.0=h8ee18e1_19 + - libgomp=15.2.0=h8ee18e1_19 + - libhwloc=2.13.0=default_h049141e_1000 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.11.0=5_hf9ab0e9_mkl - - liblzma=5.8.2=hfd05255_0 + - libjpeg-turbo=3.1.4.1=hfd05255_0 + - liblapack=3.11.0=8_hf9ab0e9_mkl + - liblzma=5.8.3=hfd05255_0 - libmpdec=4.0.0=hfd05255_1 - - libpng=1.6.55=h7351971_0 - - libsqlite=3.51.2=hf5d6505_0 + - libpng=1.6.58=h7351971_0 + - libsqlite=3.53.1=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - - libxml2=2.15.1=h779ef1b_1 - - libxml2-16=2.15.1=h3cfd58e_1 - - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.8=h4fa8253_0 - - matplotlib-base=3.10.8=py313he1ded55_0 - - mkl=2025.3.0=hac47afa_455 + - libxml2=2.15.3=hbc0d294_0 + - libxml2-16=2.15.3=h692994f_0 + - libzlib=1.3.2=hfd05255_2 + - llvm-openmp=22.1.6=h4fa8253_0 + - matplotlib-base=3.10.9=py313he1ded55_0 + - mkl=2026.0.0=hac47afa_908 - munkres=1.1.4=pyhd8ed1ab_1 - - numpy=2.4.2=py313hce7ae62_1 - - openjpeg=2.5.4=h24db6dd_0 - - openssl=3.6.1=hf411b9b_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py313h38f99e1_0 - - pip=26.0.1=pyh145f28c_0 + - numpy=2.4.6=py313ha8dc839_0 + - onemkl-license=2026.0.0=h57928b3_908 + - openjpeg=2.5.4=h0e57b4f_0 + - openssl=3.6.2=hf411b9b_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py313h38f99e1_0 + - pip=26.1.2=pyh145f28c_0 + - psutil=7.2.2=py313h5fd188c_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py313hfbe8231_1 - pyparsing=3.3.2=pyhcf101f3_0 - - python=3.13.12=h09917c8_100_cp313 + - python=3.13.13=h09917c8_100_cp313 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.13=8_cp313 - qhull=2020.2=hc790b64_5 - - scipy=1.17.0=py313he51e9a2_1 + - scipy=1.17.1=py313he51e9a2_1 - six=1.17.0=pyhe01879c_1 - - tbb=2022.3.0=h3155e25_2 + - tbb=2023.0.0=hd3d4ead_2 - tk=8.6.13=h6ed50ae_3 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - - vc=14.3=h41ae7f8_34 - - vc14_runtime=14.44.35208=h818238b_34 - - vcomp14=14.44.35208=h818238b_34 + - vc=14.5=h1b7c187_38 + - vc14_runtime=14.51.36231=h1b9f54f_38 + - vcomp14=14.51.36231=h1b9f54f_38 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.14-linux-64-dev.conda.lock.yml b/environments/py-3.14-linux-64-dev.conda.lock.yml index 71dae28..a5f355f 100644 --- a/environments/py-3.14-linux-64-dev.conda.lock.yml +++ b/environments/py-3.14-linux-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 1fcd58273952d9af10e24e1080fa4a27f4767f8644fa877f82ba937d8014e56a +# input_hash: fcd8bd8bfb67823b63b86ab5edfda4a1914851c303660e815c91dd274d98eb15 channels: - conda-forge @@ -10,121 +10,132 @@ dependencies: - alabaster=1.0.0=pyhd8ed1ab_1 - annotated-types=0.7.0=pyhd8ed1ab_1 - astroid=4.0.4=py314hdafbbf9_0 - - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py314h680f03e_0 + - aws-c-auth=0.10.1=ha62d5e7_3 + - aws-c-cal=0.9.13=h2c9d079_1 + - aws-c-common=0.12.6=hb03c661_0 + - aws-c-compression=0.3.2=h8b1a151_0 + - aws-c-http=0.10.13=h4bacb7b_0 + - aws-c-io=0.26.3=hb18f61d_2 + - aws-c-s3=0.12.2=he6ee468_1 + - aws-c-sdkutils=0.2.4=h8b1a151_4 + - aws-checksums=0.2.10=h8b1a151_0 + - babel=2.18.0=pyhcf101f3_1 + - backports.zstd=1.5.0=py314h680f03e_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - brotli-python=1.2.0=py314h3de4e8d_1 - bzip2=1.0.8=hda65f42_9 - c-ares=1.34.6=hb03c661_0 - - ca-certificates=2026.1.4=hbd8a1cb_0 + - ca-certificates=2026.5.20=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - - charset-normalizer=3.4.4=pyhd8ed1ab_0 + - certifi=2026.5.20=pyhd8ed1ab_0 + - charset-normalizer=3.4.7=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py314h97ea11e_4 - - coverage=7.13.4=py314h67df5f8_0 + - coverage=7.14.1=py314h67df5f8_0 - cycler=0.12.1=pyhcf101f3_2 - dill=0.4.1=pyhcf101f3_0 - discretize=0.12.0=np2py314hb287c12_1 - docutils=0.21.2=pyhd8ed1ab_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - - fonttools=4.61.1=pyh7db6752_0 - - freetype=2.14.1=ha770c72_0 + - fonttools=4.63.0=pyh7db6752_0 + - freetype=2.14.3=ha770c72_0 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py314hc32fe06_101 - - hdf5=1.14.6=nompi_h19486de_106 + - h5py=3.16.0=nompi_py314hddf7a69_102 + - hdf5=2.1.0=nompi_h87a9417_105 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - - icu=78.2=h33c6efd_0 - - idna=3.11=pyhd8ed1ab_0 - - imagesize=1.4.1=pyhd8ed1ab_0 - - importlib-metadata=8.7.0=pyhe01879c_1 + - icu=78.3=h33c6efd_0 + - idna=3.17=pyhcf101f3_0 + - imagesize=2.0.0=pyhd8ed1ab_0 + - importlib-metadata=9.0.0=pyhcf101f3_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - - isort=7.0.0=pyhd8ed1ab_0 + - isort=8.0.1=pyhd8ed1ab_0 - jinja2=3.1.6=pyhcf101f3_1 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py314h97ea11e_2 + - kiwisolver=1.5.0=py314h97ea11e_0 - krb5=1.22.2=ha1258a1_0 - - lcms2=2.18=h0c24ade_0 - - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - - lerc=4.0.0=h0aef613_1 + - lcms2=2.19.1=h0c24ade_1 + - ld_impl_linux-64=2.45.1=default_hbd61a6d_102 + - lerc=4.1.0=hdb68285_0 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h5875eb1_mkl + - libblas=3.11.0=8_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_hfef963f_mkl - - libcurl=8.18.0=hcf29cc6_1 + - libcblas=3.11.0=8_hfef963f_mkl + - libcurl=8.20.0=hcf29cc6_0 - libdeflate=1.25=h17f619e_0 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - - libexpat=2.7.4=hecca717_0 + - libexpat=2.8.1=hecca717_0 - libffi=3.5.2=h3435931_0 - - libfreetype=2.14.1=ha770c72_0 - - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=he0feb66_18 - - libgcc-ng=15.2.0=h69a702a_18 - - libgfortran=15.2.0=h69a702a_18 - - libgfortran5=15.2.0=h68bc16d_18 - - libhwloc=2.12.2=default_hafda6a7_1000 + - libfreetype=2.14.3=ha770c72_0 + - libfreetype6=2.14.3=h73754d4_0 + - libgcc=15.2.0=he0feb66_19 + - libgcc-ng=15.2.0=h69a702a_19 + - libgfortran=15.2.0=h69a702a_19 + - libgfortran5=15.2.0=h68bc16d_19 + - libhwloc=2.13.0=default_he001693_1000 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h5e43f62_mkl - - liblzma=5.8.2=hb03c661_0 + - libjpeg-turbo=3.1.4.1=hb03c661_0 + - liblapack=3.11.0=8_h5e43f62_mkl + - liblzma=5.8.3=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - - libnghttp2=1.67.0=had1ee68_0 - - libpng=1.6.55=h421ea60_0 - - libsqlite=3.51.2=hf4e2dac_0 + - libnghttp2=1.68.1=h877daf1_0 + - libpng=1.6.58=h421ea60_0 + - libsqlite=3.53.1=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h934c35e_18 - - libstdcxx-ng=15.2.0=hdf11a46_18 + - libstdcxx=15.2.0=h934c35e_19 + - libstdcxx-ng=15.2.0=hdf11a46_19 - libtiff=4.7.1=h9d88235_1 - - libuuid=2.41.3=h5347b49_0 + - libuuid=2.42.1=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxml2=2.15.1=he237659_1 - - libxml2-16=2.15.1=hca6bf5a_1 - - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.8=h4922eb0_0 - - markupsafe=3.0.3=pyh7db6752_0 - - matplotlib-base=3.10.8=py314h1194b4b_0 + - libxml2=2.15.3=h49c6c72_0 + - libxml2-16=2.15.3=hca6bf5a_0 + - libzlib=1.3.2=h25fd6f3_2 + - llvm-openmp=22.1.6=h4922eb0_0 + - markupsafe=3.0.3=py314h67df5f8_1 + - matplotlib-base=3.10.9=py314h1194b4b_0 - mccabe=0.7.0=pyhd8ed1ab_1 - - mkl=2025.3.0=h0e700b2_463 + - mkl=2026.0.0=h0e700b2_915 - munkres=1.1.4=pyhd8ed1ab_1 - - ncurses=6.5=h2d0b736_3 - - numpy=2.4.2=py314h2b28147_1 + - ncurses=6.6=hdb14827_0 + - numpy=2.4.6=py314h2b28147_0 + - onemkl-license=2026.0.0=hf2ce2f3_915 - openjpeg=2.5.4=h55fea9a_0 - - openssl=3.6.1=h35e630c_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py314h8ec4b1a_0 - - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.9.2=pyhcf101f3_0 + - openssl=3.6.2=h35e630c_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py314h8ec4b1a_0 + - pip=26.1.2=pyh145f28c_0 + - platformdirs=4.10.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 + - psutil=7.2.2=py314h0f05182_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py314h2e6c369_1 - - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=4.0.4=pyhcf101f3_0 + - pygments=2.20.0=pyhd8ed1ab_0 + - pylint=4.0.5=pyhcf101f3_0 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyha55dd90_7 - - pytest=9.0.2=pyhcf101f3_0 - - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.14.3=h32b2ec7_101_cp314 + - pytest=9.0.3=pyhc364b38_1 + - pytest-cov=7.1.0=pyhcf101f3_0 + - python=3.14.5=habeac84_100_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.14=8_cp314 - - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py314h67df5f8_1 - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - requests=2.32.5=pyhcf101f3_1 + - requests=2.34.2=pyhcf101f3_0 - roman-numerals=4.1.0=pyhd8ed1ab_0 - roman-numerals-py=4.1.0=pyhd8ed1ab_0 - - scipy=1.17.0=py314hf07bd8e_1 + - s2n=1.7.3=hc5a330e_0 + - scipy=1.17.1=py314hf07bd8e_1 - six=1.17.0=pyhe01879c_1 - - snowballstemmer=3.0.1=pyhd8ed1ab_0 - - sphinx=8.2.3=pyhd8ed1ab_0 + - snowballstemmer=3.1.0=pyhd8ed1ab_0 + - sphinx=8.3.0=pyhd8ed1ab_0 - sphinx-autodoc-typehints=3.5.2=pyhd8ed1ab_0 - sphinx-rtd-theme=3.1.0=hd8ed1ab_0 - sphinx_rtd_theme=3.1.0=pyha770c72_0 @@ -135,25 +146,25 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - tbb=2022.3.0=hb700be7_2 + - tbb=2023.0.0=hab88423_2 - tk=8.6.13=noxft_h366c992_103 - - tomli=2.4.0=pyhcf101f3_0 - - tomlkit=0.14.0=pyha770c72_0 + - tomli=2.4.1=pyhcf101f3_0 + - tomlkit=0.15.0=pyha770c72_0 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - unicodedata2=17.0.1=py314h5bd0f2a_0 - - urllib3=2.6.3=pyhd8ed1ab_0 + - urllib3=2.7.0=pyhd8ed1ab_0 - xorg-libxau=1.0.12=hb03c661_1 - xorg-libxdmcp=1.1.5=hb03c661_1 - yaml=0.2.5=h280c20c_3 - - zipp=3.23.0=pyhcf101f3_1 + - zipp=4.1.0=pyhcf101f3_0 - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.14-linux-64.conda.lock.yml b/environments/py-3.14-linux-64.conda.lock.yml index 1bf7dbf..731d462 100644 --- a/environments/py-3.14-linux-64.conda.lock.yml +++ b/environments/py-3.14-linux-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: linux-64 -# input_hash: 1fcd58273952d9af10e24e1080fa4a27f4767f8644fa877f82ba937d8014e56a +# input_hash: fcd8bd8bfb67823b63b86ab5edfda4a1914851c303660e815c91dd274d98eb15 channels: - conda-forge @@ -8,90 +8,102 @@ channels: dependencies: - _openmp_mutex=4.5=7_kmp_llvm - annotated-types=0.7.0=pyhd8ed1ab_1 + - aws-c-auth=0.10.1=ha62d5e7_3 + - aws-c-cal=0.9.13=h2c9d079_1 + - aws-c-common=0.12.6=hb03c661_0 + - aws-c-compression=0.3.2=h8b1a151_0 + - aws-c-http=0.10.13=h4bacb7b_0 + - aws-c-io=0.26.3=hb18f61d_2 + - aws-c-s3=0.12.2=he6ee468_1 + - aws-c-sdkutils=0.2.4=h8b1a151_4 + - aws-checksums=0.2.10=h8b1a151_0 - brotli=1.2.0=hed03a55_1 - brotli-bin=1.2.0=hb03c661_1 - bzip2=1.0.8=hda65f42_9 - c-ares=1.34.6=hb03c661_0 - - ca-certificates=2026.1.4=hbd8a1cb_0 + - ca-certificates=2026.5.20=hbd8a1cb_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - contourpy=1.3.3=py314h97ea11e_4 - cycler=0.12.1=pyhcf101f3_2 - discretize=0.12.0=np2py314hb287c12_1 - - fonttools=4.61.1=pyh7db6752_0 - - freetype=2.14.1=ha770c72_0 - - h5py=3.15.1=nompi_py314hc32fe06_101 - - hdf5=1.14.6=nompi_h19486de_106 - - icu=78.2=h33c6efd_0 + - fonttools=4.63.0=pyh7db6752_0 + - freetype=2.14.3=ha770c72_0 + - h5py=3.16.0=nompi_py314hddf7a69_102 + - hdf5=2.1.0=nompi_h87a9417_105 + - icu=78.3=h33c6efd_0 - keyutils=1.6.3=hb9d3cd8_0 - - kiwisolver=1.4.9=py314h97ea11e_2 + - kiwisolver=1.5.0=py314h97ea11e_0 - krb5=1.22.2=ha1258a1_0 - - lcms2=2.18=h0c24ade_0 - - ld_impl_linux-64=2.45.1=default_hbd61a6d_101 - - lerc=4.0.0=h0aef613_1 + - lcms2=2.19.1=h0c24ade_1 + - ld_impl_linux-64=2.45.1=default_hbd61a6d_102 + - lerc=4.1.0=hdb68285_0 - libaec=1.1.5=h088129d_0 - - libblas=3.11.0=5_h5875eb1_mkl + - libblas=3.11.0=8_h5875eb1_mkl - libbrotlicommon=1.2.0=hb03c661_1 - libbrotlidec=1.2.0=hb03c661_1 - libbrotlienc=1.2.0=hb03c661_1 - - libcblas=3.11.0=5_hfef963f_mkl - - libcurl=8.18.0=hcf29cc6_1 + - libcblas=3.11.0=8_hfef963f_mkl + - libcurl=8.20.0=hcf29cc6_0 - libdeflate=1.25=h17f619e_0 - libedit=3.1.20250104=pl5321h7949ede_0 - libev=4.33=hd590300_2 - - libexpat=2.7.4=hecca717_0 + - libexpat=2.8.1=hecca717_0 - libffi=3.5.2=h3435931_0 - - libfreetype=2.14.1=ha770c72_0 - - libfreetype6=2.14.1=h73754d4_0 - - libgcc=15.2.0=he0feb66_18 - - libgcc-ng=15.2.0=h69a702a_18 - - libgfortran=15.2.0=h69a702a_18 - - libgfortran5=15.2.0=h68bc16d_18 - - libhwloc=2.12.2=default_hafda6a7_1000 + - libfreetype=2.14.3=ha770c72_0 + - libfreetype6=2.14.3=h73754d4_0 + - libgcc=15.2.0=he0feb66_19 + - libgcc-ng=15.2.0=h69a702a_19 + - libgfortran=15.2.0=h69a702a_19 + - libgfortran5=15.2.0=h68bc16d_19 + - libhwloc=2.13.0=default_he001693_1000 - libiconv=1.18=h3b78370_2 - - libjpeg-turbo=3.1.2=hb03c661_0 - - liblapack=3.11.0=5_h5e43f62_mkl - - liblzma=5.8.2=hb03c661_0 + - libjpeg-turbo=3.1.4.1=hb03c661_0 + - liblapack=3.11.0=8_h5e43f62_mkl + - liblzma=5.8.3=hb03c661_0 - libmpdec=4.0.0=hb03c661_1 - - libnghttp2=1.67.0=had1ee68_0 - - libpng=1.6.55=h421ea60_0 - - libsqlite=3.51.2=hf4e2dac_0 + - libnghttp2=1.68.1=h877daf1_0 + - libpng=1.6.58=h421ea60_0 + - libsqlite=3.53.1=h0c1763c_0 - libssh2=1.11.1=hcf80075_0 - - libstdcxx=15.2.0=h934c35e_18 - - libstdcxx-ng=15.2.0=hdf11a46_18 + - libstdcxx=15.2.0=h934c35e_19 + - libstdcxx-ng=15.2.0=hdf11a46_19 - libtiff=4.7.1=h9d88235_1 - - libuuid=2.41.3=h5347b49_0 + - libuuid=2.42.1=h5347b49_0 - libwebp-base=1.6.0=hd42ef1d_0 - libxcb=1.17.0=h8a09558_0 - - libxml2=2.15.1=he237659_1 - - libxml2-16=2.15.1=hca6bf5a_1 - - libzlib=1.3.1=hb9d3cd8_2 - - llvm-openmp=21.1.8=h4922eb0_0 - - matplotlib-base=3.10.8=py314h1194b4b_0 - - mkl=2025.3.0=h0e700b2_463 + - libxml2=2.15.3=h49c6c72_0 + - libxml2-16=2.15.3=hca6bf5a_0 + - libzlib=1.3.2=h25fd6f3_2 + - llvm-openmp=22.1.6=h4922eb0_0 + - matplotlib-base=3.10.9=py314h1194b4b_0 + - mkl=2026.0.0=h0e700b2_915 - munkres=1.1.4=pyhd8ed1ab_1 - - ncurses=6.5=h2d0b736_3 - - numpy=2.4.2=py314h2b28147_1 + - ncurses=6.6=hdb14827_0 + - numpy=2.4.6=py314h2b28147_0 + - onemkl-license=2026.0.0=hf2ce2f3_915 - openjpeg=2.5.4=h55fea9a_0 - - openssl=3.6.1=h35e630c_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py314h8ec4b1a_0 - - pip=26.0.1=pyh145f28c_0 + - openssl=3.6.2=h35e630c_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py314h8ec4b1a_0 + - pip=26.1.2=pyh145f28c_0 + - psutil=7.2.2=py314h0f05182_0 - pthread-stubs=0.4=hb9d3cd8_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py314h2e6c369_1 - pyparsing=3.3.2=pyhcf101f3_0 - - python=3.14.3=h32b2ec7_101_cp314 + - python=3.14.5=habeac84_100_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.14=8_cp314 - qhull=2020.2=h434a139_5 - readline=8.3=h853b02a_0 - - scipy=1.17.0=py314hf07bd8e_1 + - s2n=1.7.3=hc5a330e_0 + - scipy=1.17.1=py314hf07bd8e_1 - six=1.17.0=pyhe01879c_1 - - tbb=2022.3.0=hb700be7_2 + - tbb=2023.0.0=hab88423_2 - tk=8.6.13=noxft_h366c992_103 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - unicodedata2=17.0.1=py314h5bd0f2a_0 @@ -100,8 +112,8 @@ dependencies: - zlib-ng=2.3.3=hceb46e0_1 - zstd=1.5.7=hb78ec9c_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.14-win-64-dev.conda.lock.yml b/environments/py-3.14-win-64-dev.conda.lock.yml index e64db96..518f4df 100644 --- a/environments/py-3.14-win-64-dev.conda.lock.yml +++ b/environments/py-3.14-win-64-dev.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 5af27ac8b89d0508ea53657ac9fc3decbb10a7ba4a8ea5c75d9507da45f9880a +# input_hash: 7bfb0c555eec9c53e215c07b0292303434371dc40e1f6bea7ba60c052eb94601 channels: - conda-forge @@ -10,109 +10,118 @@ dependencies: - alabaster=1.0.0=pyhd8ed1ab_1 - annotated-types=0.7.0=pyhd8ed1ab_1 - astroid=4.0.4=py314h86ab7b2_0 - - babel=2.18.0=pyhcf101f3_0 - - backports.zstd=1.3.0=py314h680f03e_0 + - aws-c-auth=0.10.1=h8b39d88_3 + - aws-c-cal=0.9.13=h46f3b43_1 + - aws-c-common=0.12.6=hfd05255_0 + - aws-c-compression=0.3.2=hcb3a2da_0 + - aws-c-http=0.10.13=h612f3e8_0 + - aws-c-io=0.26.3=h0d5b9f9_2 + - aws-c-s3=0.12.2=h61b906f_1 + - aws-c-sdkutils=0.2.4=hcb3a2da_4 + - aws-checksums=0.2.10=hcb3a2da_0 + - babel=2.18.0=pyhcf101f3_1 + - backports.zstd=1.5.0=py314h680f03e_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - brotli-python=1.2.0=py314he701e3d_1 - bzip2=1.0.8=h0ad9c76_9 - - ca-certificates=2026.1.4=h4c7d964_0 + - ca-certificates=2026.5.20=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - - certifi=2026.1.4=pyhd8ed1ab_0 - - charset-normalizer=3.4.4=pyhd8ed1ab_0 + - certifi=2026.5.20=pyhd8ed1ab_0 + - charset-normalizer=3.4.7=pyhd8ed1ab_0 - colorama=0.4.6=pyhd8ed1ab_1 - contourpy=1.3.3=py314hf309875_4 - - coverage=7.13.4=py314h2359020_0 + - coverage=7.14.1=py314h2359020_0 - cycler=0.12.1=pyhcf101f3_2 - dill=0.4.1=pyhcf101f3_0 - discretize=0.12.0=np2py314h1495373_1 - docutils=0.21.2=pyhd8ed1ab_1 - exceptiongroup=1.3.1=pyhd8ed1ab_0 - - fonttools=4.61.1=pyh7db6752_0 - - freetype=2.14.1=h57928b3_0 + - fonttools=4.63.0=pyh7db6752_0 + - freetype=2.14.3=h57928b3_0 - h2=4.3.0=pyhcf101f3_0 - - h5py=3.15.1=nompi_py314hc249e69_101 - - hdf5=1.14.6=nompi_hae35d4c_106 + - h5py=3.16.0=nompi_py314h02517ec_102 + - hdf5=2.1.0=nompi_h0a39f1e_105 - hpack=4.1.0=pyhd8ed1ab_0 - hyperframe=6.1.0=pyhd8ed1ab_0 - - icu=78.2=h637d24d_0 - - idna=3.11=pyhd8ed1ab_0 - - imagesize=1.4.1=pyhd8ed1ab_0 - - importlib-metadata=8.7.0=pyhe01879c_1 + - idna=3.17=pyhcf101f3_0 + - imagesize=2.0.0=pyhd8ed1ab_0 + - importlib-metadata=9.0.0=pyhcf101f3_0 - iniconfig=2.3.0=pyhd8ed1ab_0 - - isort=7.0.0=pyhd8ed1ab_0 + - isort=8.0.1=pyhd8ed1ab_0 - jinja2=3.1.6=pyhcf101f3_1 - - kiwisolver=1.4.9=py314hf309875_2 + - kiwisolver=1.5.0=py314hf309875_0 - krb5=1.22.2=h0ea6238_0 - - lcms2=2.18=hf2c6c5f_0 - - lerc=4.0.0=h6470a55_1 + - lcms2=2.19.1=hf2c6c5f_1 + - lerc=4.1.0=hd936e49_0 - libaec=1.1.5=haf901d7_0 - - libblas=3.11.0=5_hf2e6a31_mkl + - libblas=3.11.0=8_h8455456_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.11.0=5_h2a3cdd5_mkl - - libcurl=8.18.0=h8206538_1 + - libcblas=3.11.0=8_h2a3cdd5_mkl + - libcurl=8.20.0=h8206538_0 - libdeflate=1.25=h51727cc_0 - - libexpat=2.7.4=hac47afa_0 + - libexpat=2.8.1=hac47afa_0 - libffi=3.5.2=h3d046cb_0 - - libfreetype=2.14.1=h57928b3_0 - - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h8ee18e1_18 - - libgomp=15.2.0=h8ee18e1_18 - - libhwloc=2.12.2=default_h4379cf1_1000 + - libfreetype=2.14.3=h57928b3_0 + - libfreetype6=2.14.3=hdbac1cb_0 + - libgcc=15.2.0=h8ee18e1_19 + - libgomp=15.2.0=h8ee18e1_19 + - libhwloc=2.13.0=default_h049141e_1000 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.11.0=5_hf9ab0e9_mkl - - liblzma=5.8.2=hfd05255_0 + - libjpeg-turbo=3.1.4.1=hfd05255_0 + - liblapack=3.11.0=8_hf9ab0e9_mkl + - liblzma=5.8.3=hfd05255_0 - libmpdec=4.0.0=hfd05255_1 - - libpng=1.6.55=h7351971_0 - - libsqlite=3.51.2=hf5d6505_0 + - libpng=1.6.58=h7351971_0 + - libsqlite=3.53.1=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - - libxml2=2.15.1=h779ef1b_1 - - libxml2-16=2.15.1=h3cfd58e_1 - - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.8=h4fa8253_0 - - markupsafe=3.0.3=pyh7db6752_0 - - matplotlib-base=3.10.8=py314hfa45d96_0 + - libxml2=2.15.3=hbc0d294_0 + - libxml2-16=2.15.3=h692994f_0 + - libzlib=1.3.2=hfd05255_2 + - llvm-openmp=22.1.6=h4fa8253_0 + - markupsafe=3.0.3=py314h2359020_1 + - matplotlib-base=3.10.9=py314hfa45d96_0 - mccabe=0.7.0=pyhd8ed1ab_1 - - mkl=2025.3.0=hac47afa_455 + - mkl=2026.0.0=hac47afa_908 - munkres=1.1.4=pyhd8ed1ab_1 - - numpy=2.4.2=py314h06c3c77_1 - - openjpeg=2.5.4=h24db6dd_0 - - openssl=3.6.1=hf411b9b_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py314h61b30b5_0 - - pip=26.0.1=pyh145f28c_0 - - platformdirs=4.9.2=pyhcf101f3_0 + - numpy=2.4.6=py314h02f10f6_0 + - onemkl-license=2026.0.0=h57928b3_908 + - openjpeg=2.5.4=h0e57b4f_0 + - openssl=3.6.2=hf411b9b_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py314h61b30b5_0 + - pip=26.1.2=pyh145f28c_0 + - platformdirs=4.10.0=pyhcf101f3_0 - pluggy=1.6.0=pyhf9edf01_1 + - psutil=7.2.2=py314hc5dbbe4_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py314h9f07db2_1 - - pygments=2.19.2=pyhd8ed1ab_0 - - pylint=4.0.4=pyhcf101f3_0 + - pygments=2.20.0=pyhd8ed1ab_0 + - pylint=4.0.5=pyhcf101f3_0 - pyparsing=3.3.2=pyhcf101f3_0 - pysocks=1.7.1=pyh09c184e_7 - - pytest=9.0.2=pyhcf101f3_0 - - pytest-cov=7.0.0=pyhcf101f3_1 - - python=3.14.3=h4b44e0e_101_cp314 + - pytest=9.0.3=pyhc364b38_1 + - pytest-cov=7.1.0=pyhcf101f3_0 + - python=3.14.5=h4b44e0e_100_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.14=8_cp314 - - pytz=2025.2=pyhd8ed1ab_0 - pyyaml=6.0.3=py314h2359020_1 - qhull=2020.2=hc790b64_5 - - requests=2.32.5=pyhcf101f3_1 + - requests=2.34.2=pyhcf101f3_0 - roman-numerals=4.1.0=pyhd8ed1ab_0 - roman-numerals-py=4.1.0=pyhd8ed1ab_0 - - scipy=1.17.0=py314h221f224_1 + - scipy=1.17.1=py314h221f224_1 - six=1.17.0=pyhe01879c_1 - - snowballstemmer=3.0.1=pyhd8ed1ab_0 - - sphinx=8.2.3=pyhd8ed1ab_0 + - snowballstemmer=3.1.0=pyhd8ed1ab_0 + - sphinx=8.3.0=pyhd8ed1ab_0 - sphinx-autodoc-typehints=3.5.2=pyhd8ed1ab_0 - sphinx-rtd-theme=3.1.0=hd8ed1ab_0 - sphinx_rtd_theme=3.1.0=pyha770c72_0 @@ -123,30 +132,30 @@ dependencies: - sphinxcontrib-jsmath=1.0.1=pyhd8ed1ab_1 - sphinxcontrib-qthelp=2.0.0=pyhd8ed1ab_1 - sphinxcontrib-serializinghtml=1.1.10=pyhd8ed1ab_1 - - tbb=2022.3.0=h3155e25_2 + - tbb=2023.0.0=hd3d4ead_2 - tk=8.6.13=h6ed50ae_3 - - tomli=2.4.0=pyhcf101f3_0 - - tomlkit=0.14.0=pyha770c72_0 + - tomli=2.4.1=pyhcf101f3_0 + - tomlkit=0.15.0=pyha770c72_0 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=17.0.1=py314h5a2d7ad_0 - - urllib3=2.6.3=pyhd8ed1ab_0 - - vc=14.3=h41ae7f8_34 - - vc14_runtime=14.44.35208=h818238b_34 - - vcomp14=14.44.35208=h818238b_34 + - urllib3=2.7.0=pyhd8ed1ab_0 + - vc=14.5=h1b7c187_38 + - vc14_runtime=14.51.36231=h1b9f54f_38 + - vcomp14=14.51.36231=h1b9f54f_38 - win_inet_pton=1.1.0=pyh7428d3b_8 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - yaml=0.2.5=h6a83c73_3 - - zipp=3.23.0=pyhcf101f3_1 + - zipp=4.1.0=pyhcf101f3_0 - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/environments/py-3.14-win-64.conda.lock.yml b/environments/py-3.14-win-64.conda.lock.yml index 657f4ae..525167b 100644 --- a/environments/py-3.14-win-64.conda.lock.yml +++ b/environments/py-3.14-win-64.conda.lock.yml @@ -1,6 +1,6 @@ # Generated by conda-lock. # platform: win-64 -# input_hash: 5af27ac8b89d0508ea53657ac9fc3decbb10a7ba4a8ea5c75d9507da45f9880a +# input_hash: 7bfb0c555eec9c53e215c07b0292303434371dc40e1f6bea7ba60c052eb94601 channels: - conda-forge @@ -8,92 +8,102 @@ channels: dependencies: - _openmp_mutex=4.5=20_gnu - annotated-types=0.7.0=pyhd8ed1ab_1 + - aws-c-auth=0.10.1=h8b39d88_3 + - aws-c-cal=0.9.13=h46f3b43_1 + - aws-c-common=0.12.6=hfd05255_0 + - aws-c-compression=0.3.2=hcb3a2da_0 + - aws-c-http=0.10.13=h612f3e8_0 + - aws-c-io=0.26.3=h0d5b9f9_2 + - aws-c-s3=0.12.2=h61b906f_1 + - aws-c-sdkutils=0.2.4=hcb3a2da_4 + - aws-checksums=0.2.10=hcb3a2da_0 - brotli=1.2.0=h2d644bc_1 - brotli-bin=1.2.0=hfd05255_1 - bzip2=1.0.8=h0ad9c76_9 - - ca-certificates=2026.1.4=h4c7d964_0 + - ca-certificates=2026.5.20=h4c7d964_0 - cached-property=1.5.2=hd8ed1ab_1 - cached_property=1.5.2=pyha770c72_1 - contourpy=1.3.3=py314hf309875_4 - cycler=0.12.1=pyhcf101f3_2 - discretize=0.12.0=np2py314h1495373_1 - - fonttools=4.61.1=pyh7db6752_0 - - freetype=2.14.1=h57928b3_0 - - h5py=3.15.1=nompi_py314hc249e69_101 - - hdf5=1.14.6=nompi_hae35d4c_106 - - icu=78.2=h637d24d_0 - - kiwisolver=1.4.9=py314hf309875_2 + - fonttools=4.63.0=pyh7db6752_0 + - freetype=2.14.3=h57928b3_0 + - h5py=3.16.0=nompi_py314h02517ec_102 + - hdf5=2.1.0=nompi_h0a39f1e_105 + - kiwisolver=1.5.0=py314hf309875_0 - krb5=1.22.2=h0ea6238_0 - - lcms2=2.18=hf2c6c5f_0 - - lerc=4.0.0=h6470a55_1 + - lcms2=2.19.1=hf2c6c5f_1 + - lerc=4.1.0=hd936e49_0 - libaec=1.1.5=haf901d7_0 - - libblas=3.11.0=5_hf2e6a31_mkl + - libblas=3.11.0=8_h8455456_mkl - libbrotlicommon=1.2.0=hfd05255_1 - libbrotlidec=1.2.0=hfd05255_1 - libbrotlienc=1.2.0=hfd05255_1 - - libcblas=3.11.0=5_h2a3cdd5_mkl - - libcurl=8.18.0=h8206538_1 + - libcblas=3.11.0=8_h2a3cdd5_mkl + - libcurl=8.20.0=h8206538_0 - libdeflate=1.25=h51727cc_0 - - libexpat=2.7.4=hac47afa_0 + - libexpat=2.8.1=hac47afa_0 - libffi=3.5.2=h3d046cb_0 - - libfreetype=2.14.1=h57928b3_0 - - libfreetype6=2.14.1=hdbac1cb_0 - - libgcc=15.2.0=h8ee18e1_18 - - libgomp=15.2.0=h8ee18e1_18 - - libhwloc=2.12.2=default_h4379cf1_1000 + - libfreetype=2.14.3=h57928b3_0 + - libfreetype6=2.14.3=hdbac1cb_0 + - libgcc=15.2.0=h8ee18e1_19 + - libgomp=15.2.0=h8ee18e1_19 + - libhwloc=2.13.0=default_h049141e_1000 - libiconv=1.18=hc1393d2_2 - - libjpeg-turbo=3.1.2=hfd05255_0 - - liblapack=3.11.0=5_hf9ab0e9_mkl - - liblzma=5.8.2=hfd05255_0 + - libjpeg-turbo=3.1.4.1=hfd05255_0 + - liblapack=3.11.0=8_hf9ab0e9_mkl + - liblzma=5.8.3=hfd05255_0 - libmpdec=4.0.0=hfd05255_1 - - libpng=1.6.55=h7351971_0 - - libsqlite=3.51.2=hf5d6505_0 + - libpng=1.6.58=h7351971_0 + - libsqlite=3.53.1=hf5d6505_0 - libssh2=1.11.1=h9aa295b_0 - libtiff=4.7.1=h8f73337_1 - libwebp-base=1.6.0=h4d5522a_0 - libwinpthread=12.0.0.r4.gg4f2fc60ca=h57928b3_10 - libxcb=1.17.0=h0e4246c_0 - - libxml2=2.15.1=h779ef1b_1 - - libxml2-16=2.15.1=h3cfd58e_1 - - libzlib=1.3.1=h2466b09_2 - - llvm-openmp=21.1.8=h4fa8253_0 - - matplotlib-base=3.10.8=py314hfa45d96_0 - - mkl=2025.3.0=hac47afa_455 + - libxml2=2.15.3=hbc0d294_0 + - libxml2-16=2.15.3=h692994f_0 + - libzlib=1.3.2=hfd05255_2 + - llvm-openmp=22.1.6=h4fa8253_0 + - matplotlib-base=3.10.9=py314hfa45d96_0 + - mkl=2026.0.0=hac47afa_908 - munkres=1.1.4=pyhd8ed1ab_1 - - numpy=2.4.2=py314h06c3c77_1 - - openjpeg=2.5.4=h24db6dd_0 - - openssl=3.6.1=hf411b9b_1 - - packaging=26.0=pyhcf101f3_0 - - pillow=12.1.1=py314h61b30b5_0 - - pip=26.0.1=pyh145f28c_0 + - numpy=2.4.6=py314h02f10f6_0 + - onemkl-license=2026.0.0=h57928b3_908 + - openjpeg=2.5.4=h0e57b4f_0 + - openssl=3.6.2=hf411b9b_0 + - packaging=26.2=pyhc364b38_0 + - pillow=12.2.0=py314h61b30b5_0 + - pip=26.1.2=pyh145f28c_0 + - psutil=7.2.2=py314hc5dbbe4_0 - pthread-stubs=0.4=h0e40799_1002 - pydantic=2.12.5=pyhcf101f3_1 - pydantic-core=2.41.5=py314h9f07db2_1 - pyparsing=3.3.2=pyhcf101f3_0 - - python=3.14.3=h4b44e0e_101_cp314 + - python=3.14.5=h4b44e0e_100_cp314 - python-dateutil=2.9.0.post0=pyhe01879c_2 - python_abi=3.14=8_cp314 - qhull=2020.2=hc790b64_5 - - scipy=1.17.0=py314h221f224_1 + - scipy=1.17.1=py314h221f224_1 - six=1.17.0=pyhe01879c_1 - - tbb=2022.3.0=h3155e25_2 + - tbb=2023.0.0=hd3d4ead_2 - tk=8.6.13=h6ed50ae_3 - typing-extensions=4.15.0=h396c80c_0 - - typing-inspection=0.4.2=pyhd8ed1ab_1 + - typing-inspection=0.4.2=pyhcf101f3_2 - typing_extensions=4.15.0=pyhcf101f3_0 - tzdata=2025c=hc9c84f9_1 - ucrt=10.0.26100.0=h57928b3_0 - unicodedata2=17.0.1=py314h5a2d7ad_0 - - vc=14.3=h41ae7f8_34 - - vc14_runtime=14.44.35208=h818238b_34 - - vcomp14=14.44.35208=h818238b_34 + - vc=14.5=h1b7c187_38 + - vc14_runtime=14.51.36231=h1b9f54f_38 + - vcomp14=14.51.36231=h1b9f54f_38 - xorg-libxau=1.0.12=hba3369d_1 - xorg-libxdmcp=1.1.5=hba3369d_1 - zlib-ng=2.3.3=h0261ad2_1 - zstd=1.5.7=h534d264_6 - pip: - - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 - - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + - geoapps-utils @ git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 + - geoh5py @ git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 variables: KMP_WARNINGS: 0 diff --git a/grid_apps-assets/uijson/block_model_to_octree.ui.json b/grid_apps-assets/uijson/block_model_to_octree.ui.json index f8f0a9c..0c13777 100644 --- a/grid_apps-assets/uijson/block_model_to_octree.ui.json +++ b/grid_apps-assets/uijson/block_model_to_octree.ui.json @@ -31,7 +31,7 @@ }, "export_as": { "main": true, - "label": "Save as", + "label": "Output name", "value": "block_model" }, "out_group": { diff --git a/grid_apps-assets/uijson/block_models.ui.json b/grid_apps-assets/uijson/block_models.ui.json index ca20ef6..8c03ed1 100644 --- a/grid_apps-assets/uijson/block_models.ui.json +++ b/grid_apps-assets/uijson/block_models.ui.json @@ -70,7 +70,7 @@ "export_as": { "group": "Output", "main": true, - "label": "Save as", + "label": "Name", "value": "block_model" }, "out_group": { diff --git a/grid_apps-assets/uijson/octree_mesh.ui.json b/grid_apps-assets/uijson/octree_mesh.ui.json index dfa833f..749477a 100644 --- a/grid_apps-assets/uijson/octree_mesh.ui.json +++ b/grid_apps-assets/uijson/octree_mesh.ui.json @@ -76,7 +76,7 @@ "ga_group_name": { "group": "Basic", "main": true, - "label": "Name", + "label": "Output name", "value": "Octree mesh" }, "diagonal_balance": { diff --git a/py-3.12.conda-lock.yml b/py-3.12.conda-lock.yml index 69f10e4..2a150e6 100644 --- a/py-3.12.conda-lock.yml +++ b/py-3.12.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 1b4ed5aa963ceaa3fa7bc2b3f48474b03559ad1b34508abea400853d5d141a31 - linux-64: ddc1ef05f5eda34fc0a7036911d4010fbc7c6f519f33466b4c10eee2559f219d + win-64: 397c50628cc8dff2e8046756bc5147894040408dd1fce6b2b7a6b8140d6182d5 + linux-64: 1dafb147f14260ff03c478aa59889d8ec2ac87a5441e62134e01ab9a622bb436 channels: - url: conda-forge used_env_vars: [] @@ -130,17 +130,304 @@ package: sha256: 24916ad967b6b0d25c6ed2cff1e61b17f4f72d0c73cbdc5f2afdd55dcc0a36b5 category: dev optional: true +- name: aws-c-auth + version: 0.10.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-auth-0.10.1-ha62d5e7_3.conda + hash: + md5: 55eaf7066da1299d217ab32baedc7fa8 + sha256: ccbf2cc4bea4aab6e071d67ecc2743197759f6df855787e7a5f57f7973f913a2 + category: main + optional: false +- name: aws-c-auth + version: 0.10.1 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-auth-0.10.1-h8b39d88_3.conda + hash: + md5: 9f25944ccae498b7afbc81ce24f4c37a + sha256: ffa66e862ddcd8a825c3d44e83404daec7b8d36b7313650e09aa39443c312f5e + category: main + optional: false +- name: aws-c-cal + version: 0.9.13 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + openssl: '>=3.5.4,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-cal-0.9.13-h2c9d079_1.conda + hash: + md5: 3c3d02681058c3d206b562b2e3bc337f + sha256: f21d648349a318f4ae457ea5403d542ba6c0e0343b8642038523dd612b2a5064 + category: main + optional: false +- name: aws-c-cal + version: 0.9.13 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-cal-0.9.13-h46f3b43_1.conda + hash: + md5: 7cc4953d504d4e8f3d6f4facb8549465 + sha256: 5f61082caea9fbdd6ba02702935e9dea9997459a7e6c06fd47f21b81aac882fb + category: main + optional: false +- name: aws-c-common + version: 0.12.6 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-common-0.12.6-hb03c661_0.conda + hash: + md5: e36ad70a7e0b48f091ed6902f04c23b8 + sha256: 926a5b9de0a586e88669d81de717c8dd3218c51ce55658e8a16af7e7fe87c833 + category: main + optional: false +- name: aws-c-common + version: 0.12.6 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-common-0.12.6-hfd05255_0.conda + hash: + md5: b1465f33b05b9af02ad0887c01837831 + sha256: 0627691c34eb3d9fcd18c71346d9f16f83e8e58f9983e792138a2cccf387d18a + category: main + optional: false +- name: aws-c-compression + version: 0.3.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-compression-0.3.2-h8b1a151_0.conda + hash: + md5: f16f498641c9e05b645fe65902df661a + sha256: 1838bdc077b77168416801f4715335b65e9223f83641a2c28644f8acd8f9db0e + category: main + optional: false +- name: aws-c-compression + version: 0.3.2 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-compression-0.3.2-hcb3a2da_0.conda + hash: + md5: 0385f2340be1776b513258adaf70e208 + sha256: f98fbb797d28de3ae41dbd42590549ee0a2a4e61772f9cc6d1a4fa45d47637de + category: main + optional: false +- name: aws-c-http + version: 0.10.13 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-compression: '>=0.3.2,<0.3.3.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-http-0.10.13-h4bacb7b_0.conda + hash: + md5: 77f70a9ab785a146dbf66fba00131403 + sha256: 38cfc8894db6729770ac18f900296c3f7c20f349a5586a8d8e1a62571fce61d5 + category: main + optional: false +- name: aws-c-http + version: 0.10.13 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-compression: '>=0.3.2,<0.3.3.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-http-0.10.13-h612f3e8_0.conda + hash: + md5: 88626be3c14ac87c09629dcbf65e6279 + sha256: cf939d4a0849bc41421b4c380b2bbbc0beb1fd9b375bb9627b98d9415ec9ea69 + category: main + optional: false +- name: aws-c-io + version: 0.26.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + s2n: '>=1.7.3,<1.7.4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-io-0.26.3-hb18f61d_2.conda + hash: + md5: d1337309873c443bcc9f118b67eed84e + sha256: eee7f7aa2c5b9e0a31edba7b81482036fbe751c40bc6697fd057fbd2c656406b + category: main + optional: false +- name: aws-c-io + version: 0.26.3 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-io-0.26.3-h0d5b9f9_2.conda + hash: + md5: 86eb8e8959c2d6053a50ad31ef6e5b5d + sha256: 7cf5aca930fc12f4e27bd4645d20224d608c2c650443e5633faea3bf8b0a7736 + category: main + optional: false +- name: aws-c-s3 + version: 0.12.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-checksums: '>=0.2.10,<0.2.11.0a0' + libgcc: '>=14' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-s3-0.12.2-he6ee468_1.conda + hash: + md5: 50ae8372984b8b98e056ac8f6b70ab29 + sha256: 4cecb4d595b7cf558087c37b8131cae5204b2c64d75f6b951dc3731d3f872bb8 + category: main + optional: false +- name: aws-c-s3 + version: 0.12.2 + manager: conda + platform: win-64 + dependencies: + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-checksums: '>=0.2.10,<0.2.11.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-s3-0.12.2-h61b906f_1.conda + hash: + md5: 2c4cd5a0bb004c9975a4d7257a55c34a + sha256: 8d9c747d71c493e6d5e5a125a267c6ac51baba1e4b89c01c2a4084239267b8e1 + category: main + optional: false +- name: aws-c-sdkutils + version: 0.2.4 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h8b1a151_4.conda + hash: + md5: c7e3e08b7b1b285524ab9d74162ce40b + sha256: 9d62c5029f6f8219368a8665f0a549da572dc777f52413b7d75609cacdbc02cc + category: main + optional: false +- name: aws-c-sdkutils + version: 0.2.4 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-sdkutils-0.2.4-hcb3a2da_4.conda + hash: + md5: 3c97faee5be6fd0069410cf2bca71c85 + sha256: c86c30edba7457e04d905c959328142603b62d7d1888aed893b2e21cca9c302c + category: main + optional: false +- name: aws-checksums + version: 0.2.10 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-checksums-0.2.10-h8b1a151_0.conda + hash: + md5: f8e1bcc5c7d839c5882e94498791be08 + sha256: 09472dd5fa4473cffd44741ee4c1112f2c76d7168d1343de53c2ad283dc1efa6 + category: main + optional: false +- name: aws-checksums + version: 0.2.10 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-checksums-0.2.10-hcb3a2da_0.conda + hash: + md5: 96e950e5007fb691322db578736aba52 + sha256: 505b2365bbf3c197c9c2e007ba8262bcdaaddc970f84ce67cf73868ca2990989 + category: main + optional: false - name: babel version: 2.18.0 manager: conda platform: linux-64 dependencies: python: '' - pytz: '>=2015.7' - url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda hash: - md5: ea5be9abc2939c8431893b4e123a2065 - sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb + md5: f1976ce927373500cc19d3c0b2c85177 + sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 category: dev optional: true - name: babel @@ -148,16 +435,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' - pytz: '>=2015.7' - url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda hash: - md5: ea5be9abc2939c8431893b4e123a2065 - sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb + md5: f1976ce927373500cc19d3c0b2c85177 + sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 category: dev optional: true - name: backports.zstd - version: 1.3.0 + version: 1.5.0 manager: conda platform: linux-64 dependencies: @@ -166,14 +452,14 @@ package: python: '' python_abi: 3.12.* zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py312h90b7ffd_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.5.0-py312h90b7ffd_0.conda hash: - md5: 5b8c55fed2e576dde4b0b33693a4fdb1 - sha256: d77a24be15e283d83214121428290dbe55632a6e458378205b39c550afa008cf + md5: b31dba71fe091e7201826e57e0f7b261 + sha256: a2b08a4e5e549b5f67c38edffd175437e2208547a7e67b5fa5373b67ef419e50 category: dev optional: true - name: backports.zstd - version: 1.3.0 + version: 1.5.0 manager: conda platform: win-64 dependencies: @@ -183,10 +469,10 @@ package: vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.3.0-py312h06d0912_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.5.0-py312h06d0912_0.conda hash: - md5: 2db2b356f08f19ce4309a79a9ee6b9d8 - sha256: c9c97cd644faa6c4fb38017c5ecfd082f56a3126af5925d246364fa4a22b2a74 + md5: 891112b1a79fc9800317c5d56e056a8b + sha256: 55173c22b24fd257851f2967d4b0256172be3455bd5246b6b7a5c21eb0863f98 category: dev optional: true - name: brotli @@ -326,27 +612,27 @@ package: category: main optional: false - name: ca-certificates - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: linux-64 dependencies: __unix: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.5.20-hbd8a1cb_0.conda hash: - md5: bddacf101bb4dd0e51811cb69c7790e2 - sha256: b5974ec9b50e3c514a382335efa81ed02b05906849827a34061c496f4defa0b2 + md5: 489b8e97e666c93f68fdb35c3c9b957f + sha256: 9812a303a1395e1dafbd92e5bc8a1ff6013bcbba0a09c7f03a8d23e43560aa9b category: main optional: false - name: ca-certificates - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: win-64 dependencies: __win: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-h4c7d964_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.5.20-h4c7d964_0.conda hash: - md5: 84d389c9eee640dda3d26fc5335c67d8 - sha256: 4ddcb01be03f85d3db9d881407fb13a673372f1b9fac9c836ea441893390e049 + md5: c9b86eece2f944541b86441c94117ab3 + sha256: 86981d764e4ea1883409d30447ff9da46127426d31a63df08315aaded768e652 category: main optional: false - name: cached-property @@ -398,51 +684,51 @@ package: category: main optional: false - name: certifi - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.5.20-pyhd8ed1ab_0.conda hash: - md5: eacc711330cd46939f66cd401ff9c44b - sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 + md5: 9fefff2f745ea1cc2ef15211a20c054a + sha256: 645655a3510e38e625da136595f3f16f2130c3263630cc3bc8f60f619ddbe490 category: dev optional: true - name: certifi - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.5.20-pyhd8ed1ab_0.conda hash: - md5: eacc711330cd46939f66cd401ff9c44b - sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 + md5: 9fefff2f745ea1cc2ef15211a20c054a + sha256: 645655a3510e38e625da136595f3f16f2130c3263630cc3bc8f60f619ddbe490 category: dev optional: true - name: charset-normalizer - version: 3.4.4 + version: 3.4.7 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda hash: - md5: a22d1fd9bf98827e280a02875d9a007a - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 + md5: a9167b9571f3baa9d448faa2139d1089 + sha256: 3f9483d62ce24ecd063f8a5a714448445dc8d9e201147c46699fc0033e824457 category: dev optional: true - name: charset-normalizer - version: 3.4.4 + version: 3.4.7 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda hash: - md5: a22d1fd9bf98827e280a02875d9a007a - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 + md5: a9167b9571f3baa9d448faa2139d1089 + sha256: 3f9483d62ce24ecd063f8a5a714448445dc8d9e201147c46699fc0033e824457 category: dev optional: true - name: colorama @@ -504,7 +790,7 @@ package: category: main optional: false - name: coverage - version: 7.13.4 + version: 7.14.1 manager: conda platform: linux-64 dependencies: @@ -513,14 +799,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py312h8a5da7c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.14.1-py312h8a5da7c_0.conda hash: - md5: a8df7f0812ac4fa6bbc7135556d3e2c4 - sha256: 2c785feaf79c31981ef4a87e41ea1161e1ce6b740ce3f1fb9cf44245cae5cf29 + md5: 6668e2af2de730400bdce9cf2ea132f9 + sha256: 80b990c6870c721bcde5e14e71d3560bac3dad93b54d027f723dca2bb7ccda03 category: dev optional: true - name: coverage - version: 7.13.4 + version: 7.14.1 manager: conda platform: win-64 dependencies: @@ -530,10 +816,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py312h05f76fc_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.14.1-py312h05f76fc_0.conda hash: - md5: 19f19b2b7c41495cb27c04419acb8aaf - sha256: abcb257f21e8481dfff9b388e12c5df3dd1a335228785d5e900f9fb22197627a + md5: 4b355df4eedcf321296c32d8ca3fcfb7 + sha256: a37669c35673713cd5b1006958754d2f5ba8f0c10a85796579eea2dc9260f94c category: dev optional: true - name: cycler @@ -553,7 +839,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -577,7 +863,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -671,7 +957,7 @@ package: category: dev optional: true - name: fonttools - version: 4.61.1 + version: 4.63.0 manager: conda platform: linux-64 dependencies: @@ -682,14 +968,14 @@ package: python: '>=3.12,<3.13.0a0' python_abi: 3.12.* unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.61.1-py312h8a5da7c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.63.0-py312h8a5da7c_0.conda hash: - md5: 3bf8fb959dc598c67dac0430b4aff57a - sha256: c73cd238e0f6b2183c5168b64aa35a7eb66bb145192a9b26bb9041a4152844a3 + md5: 294fb524171e2a2748cb7fe708aba826 + sha256: d235ae7075642044ceb3d922ef2a710a82665755ac9bbb7e8dad7daa72bc6d87 category: main optional: false - name: fonttools - version: 4.61.1 + version: 4.63.0 manager: conda platform: win-64 dependencies: @@ -701,36 +987,36 @@ package: unicodedata2: '>=15.1.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.61.1-py312h05f76fc_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.63.0-py312h05f76fc_0.conda hash: - md5: 449a1487319070f736382d2b53bb5aec - sha256: 49df76416b253429ea7ff907e03215f2bb1450c03908b7e413a8bdd85154eded + md5: 2944f5f8ea7e2db9cea01ed951e09194 + sha256: 4e31266b0ddacb2e2f48f00d999aa7d5005c62a5cc51a32f9ce0be5b11e9897e category: main optional: false - name: freetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: - libfreetype: 2.14.1 - libfreetype6: 2.14.1 - url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda + libfreetype: 2.14.3 + libfreetype6: 2.14.3 + url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda hash: - md5: 4afc585cd97ba8a23809406cd8a9eda8 - sha256: bf8e4dffe46f7d25dc06f31038cacb01672c47b9f45201f065b0f4d00ab0a83e + md5: 8462b5322567212beeb025f3519fb3e2 + sha256: c934c385889c7836f034039b43b05ccfa98f53c900db03d8411189892ced090b category: main optional: false - name: freetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libfreetype: 2.14.1 - libfreetype6: 2.14.1 - url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.1-h57928b3_0.conda + libfreetype: 2.14.3 + libfreetype6: 2.14.3 + url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.3-h57928b3_0.conda hash: - md5: d69c21967f35eb2ce7f1f85d6b6022d3 - sha256: a9b3313edea0bf14ea6147ea43a1059d0bf78771a1336d2c8282891efc57709a + md5: 507b36518b5a595edda64066c820a6ef + sha256: 70815dbae6ccdfbb0a47269101a260b0a2e11a2ab5c0f7209f325d01bdb18fb7 category: main optional: false - name: h2 @@ -754,7 +1040,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -762,78 +1048,90 @@ package: category: dev optional: true - name: h5py - version: 3.15.1 + version: 3.16.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' cached-property: '' - hdf5: '>=1.14.6,<1.14.7.0a0' + hdf5: '>=2.1.0,<3.0a0' libgcc: '>=14' numpy: '>=1.23,<3' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py312ha4f8f14_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.16.0-nompi_py312ha829cd9_102.conda hash: - md5: 23965cb240cb534649dfe2327ecec4fa - sha256: bb5cefbe5b54195a54f749189fc6797568d52e8790b2f542143c681b98a92b71 + md5: c6e5cf708b01707fe4cd5e4dc56cf4cc + sha256: 578ab0db104435ac003061e103789299720fc49b8b3e8401dabd5130a1ef8663 category: main optional: false - name: h5py - version: 3.15.1 + version: 3.16.0 manager: conda platform: win-64 dependencies: cached-property: '' - hdf5: '>=1.14.6,<1.14.7.0a0' + hdf5: '>=2.1.0,<3.0a0' numpy: '>=1.23,<3' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py312h03cd2ba_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.16.0-nompi_py312h5ddec8c_102.conda hash: - md5: 555b01f3a74e7ca56445c20555b78cff - sha256: 15ddb5420b289cd048ffef089514c31cdc90c77d5cef7e36667563335be2769d + md5: c1973eb20afef124242b807fd28dea43 + sha256: 721837b0a457a399d43a431fb55203f5b0adc640c7ffa453d0aa921f9b61f1c9 category: main optional: false - name: hdf5 - version: 1.14.6 + version: 2.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-s3: '>=0.12.2,<0.12.3.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' libaec: '>=1.1.5,<2.0a0' - libcurl: '>=8.18.0,<9.0a0' + libcurl: '>=8.20.0,<9.0a0' libgcc: '>=14' libgfortran: '' libgfortran5: '>=14.3.0' libstdcxx: '>=14' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-2.1.0-nompi_h87a9417_105.conda hash: - md5: c223ee1429ba538f3e48cfb4a0b97357 - sha256: 1fc50ce3b86710fba3ec9c5714f1612b5ffa4230d70bfe43e2a1436eacba1621 + md5: 0d0595612fa229dddb5fc565c260a11f + sha256: beb8a2fb18924ca7b5b82cfb50f008f882f577daef2c00ed88022abea35fec76 category: main optional: false - name: hdf5 - version: 1.14.6 + version: 2.1.0 manager: conda platform: win-64 dependencies: + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-s3: '>=0.12.2,<0.12.3.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' libaec: '>=1.1.5,<2.0a0' - libcurl: '>=8.18.0,<9.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libcurl: '>=8.20.0,<9.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/hdf5-1.14.6-nompi_hae35d4c_106.conda + url: https://repo.prefix.dev/conda-forge/win-64/hdf5-2.1.0-nompi_h0a39f1e_105.conda hash: - md5: e2fb54650b51dcd92dfcbf42d2222ff8 - sha256: d9f8f202ee91ae93515b18c498970f178dfd061743f25a65a205f848e197437f + md5: d5850b9e97b9a577441067628fb8d573 + sha256: 2f2d49ccf163a4bdf556662fb2949bdf408940e2db67a2d15be2d8be247b6e43 category: main optional: false - name: hpack @@ -885,105 +1183,91 @@ package: category: dev optional: true - name: icu - version: '78.2' + version: '78.3' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.2-h33c6efd_0.conda - hash: - md5: 186a18e3ba246eccfc7cff00cd19a870 - sha256: 142a722072fa96cf16ff98eaaf641f54ab84744af81754c292cb81e0881c0329 - category: main - optional: false -- name: icu - version: '78.2' - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/icu-78.2-h637d24d_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.3-h33c6efd_0.conda hash: - md5: 0ee3bb487600d5e71ab7d28951b2016a - sha256: 5a41fb28971342e293769fc968b3414253a2f8d9e30ed7c31517a15b4887246a + md5: c80d8a3b84358cb967fa81e7075fbc8a + sha256: fbf86c4a59c2ed05bbffb2ba25c7ed94f6185ec30ecb691615d42342baa1a16a category: main optional: false - name: idna - version: '3.11' + version: '3.17' manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.17-pyhcf101f3_0.conda hash: - md5: 53abe63df7e10a6ba605dc5f9f961d36 - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 + md5: c75e517ebd7a5c5272fe111e8b162228 + sha256: f9fe1f9e539c544405ccb7ba632d4ba79edf243c05554d76ace073158a80b691 category: dev optional: true - name: idna - version: '3.11' + version: '3.17' manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.17-pyhcf101f3_0.conda hash: - md5: 53abe63df7e10a6ba605dc5f9f961d36 - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 + md5: c75e517ebd7a5c5272fe111e8b162228 + sha256: f9fe1f9e539c544405ccb7ba632d4ba79edf243c05554d76ace073158a80b691 category: dev optional: true - name: imagesize - version: 1.4.1 + version: 2.0.0 manager: conda platform: linux-64 dependencies: - python: '>=3.4' - url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/imagesize-2.0.0-pyhd8ed1ab_0.conda hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 92617c2ba2847cca7a6ed813b6f4ab79 + sha256: 5a047f9eac290e679b4e6f6f4cbfcc5acdfbf031a4f06824d4ddb590cdbb850b category: dev optional: true - name: imagesize - version: 1.4.1 + version: 2.0.0 manager: conda platform: win-64 dependencies: - python: '>=3.4' - url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/imagesize-2.0.0-pyhd8ed1ab_0.conda hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 92617c2ba2847cca7a6ed813b6f4ab79 + sha256: 5a047f9eac290e679b4e6f6f4cbfcc5acdfbf031a4f06824d4ddb590cdbb850b category: dev optional: true - name: importlib-metadata - version: 8.7.0 + version: 9.0.0 manager: conda platform: linux-64 dependencies: python: '' zipp: '>=3.20' - url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda hash: - md5: 63ccfdc3a3ce25b027b8767eb722fca8 - sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 + md5: ffc17e785d64e12fc311af9184221839 + sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 category: dev optional: true - name: importlib-metadata - version: 8.7.0 + version: 9.0.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' zipp: '>=3.20' - url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda hash: - md5: 63ccfdc3a3ce25b027b8767eb722fca8 - sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 + md5: ffc17e785d64e12fc311af9184221839 + sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 category: dev optional: true - name: iniconfig @@ -1011,29 +1295,29 @@ package: category: dev optional: true - name: isort - version: 7.0.0 + version: 8.0.1 manager: conda platform: linux-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-8.0.1-pyhd8ed1ab_0.conda hash: - md5: 55a61979242077b2cc377c74326ea9f0 - sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 + md5: 98cdd8615792e90da1023bc546f806d9 + sha256: cc5c2b513143ea9675ba5b3570182f7568fd1029b299ee3bc58424dcce8c5539 category: dev optional: true - name: isort - version: 7.0.0 + version: 8.0.1 manager: conda platform: win-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-8.0.1-pyhd8ed1ab_0.conda hash: - md5: 55a61979242077b2cc377c74326ea9f0 - sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 + md5: 98cdd8615792e90da1023bc546f806d9 + sha256: cc5c2b513143ea9675ba5b3570182f7568fd1029b299ee3bc58424dcce8c5539 category: dev optional: true - name: jinja2 @@ -1055,7 +1339,7 @@ package: platform: win-64 dependencies: markupsafe: '>=2.0' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -1076,7 +1360,7 @@ package: category: main optional: false - name: kiwisolver - version: 1.4.9 + version: 1.5.0 manager: conda platform: linux-64 dependencies: @@ -1085,14 +1369,14 @@ package: libstdcxx: '>=14' python: '' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py312h0a2e395_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.5.0-py312h0a2e395_0.conda hash: - md5: 3a3004fddd39e3bb1a631b08d7045156 - sha256: 170d76b7ac7197012bb048e1021482a7b2455f3592a5e8d97c96f285ebad064b + md5: cd74a9525dc74bbbf93cf8aa2fa9eb5b + sha256: eec7654c2d68f06590862c6e845cc70987b6d6559222b6f0e619dea4268f5dd5 category: main optional: false - name: kiwisolver - version: 1.4.9 + version: 1.5.0 manager: conda platform: win-64 dependencies: @@ -1101,10 +1385,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py312h78d62e6_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.5.0-py312h78d62e6_0.conda hash: - md5: 5dabe50380555cf2e89bd58173e88739 - sha256: 98d4946312b570bea37260b51cdc4dbc4847735703877580fc3566166623c8a5 + md5: 4ff6f76c2c16c85806ee7533768f5e64 + sha256: 5942bd7ae7b1d68906a00681e733b41ac8577ca7ac8da7523eb514d698b6e1f2 category: main optional: false - name: krb5 @@ -1140,34 +1424,34 @@ package: category: main optional: false - name: lcms2 - version: '2.18' + version: 2.19.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libjpeg-turbo: '>=3.1.2,<4.0a0' + libjpeg-turbo: '>=3.1.4.1,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/lcms2-2.19.1-h0c24ade_1.conda hash: - md5: 6f2e2c8f58160147c4d1c6f4c14cbac4 - sha256: 836ec4b895352110335b9fdcfa83a8dcdbe6c5fb7c06c4929130600caea91c0a + md5: 8b3ce45e929cd8e8e5f4d18586b56d8b + sha256: 112b5b9462572d970f4abd2912f76a25ee7db158b1e7260163d91dd8a630db84 category: main optional: false - name: lcms2 - version: '2.18' + version: 2.19.1 manager: conda platform: win-64 dependencies: - libjpeg-turbo: '>=3.1.2,<4.0a0' + libjpeg-turbo: '>=3.1.4.1,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/lcms2-2.18-hf2c6c5f_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/lcms2-2.19.1-hf2c6c5f_1.conda hash: - md5: b6c68d6b829b044cd17a41e0a8a23ca1 - sha256: 7eeb18c5c86db146b62da66d9e8b0e753a52987f9134a494309588bbeceddf28 + md5: 1df4012c8a2478699d07bc26af66d41e + sha256: 5ed63a32639a130564a870becb679fd52dfb816666a61ed3c023917389010480 category: main optional: false - name: ld_impl_linux-64 @@ -1177,38 +1461,38 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda hash: - md5: 12bd9a3f089ee6c9266a37dab82afabd - sha256: 565941ac1f8b0d2f2e8f02827cbca648f4d18cd461afc31f15604cd291b5c5f3 + md5: 18335a698559cdbcd86150a48bf54ba6 + sha256: 3d584956604909ff5df353767f3a2a2f60e07d070b328d109f30ac40cd62df6c category: main optional: false - name: lerc - version: 4.0.0 + version: 4.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda + libgcc: '>=14' + libstdcxx: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda hash: - md5: 9344155d33912347b37f0ae6c410a835 - sha256: 412381a43d5ff9bbed82cd52a0bbca5b90623f62e41007c9c42d3870c60945ff + md5: a752488c68f2e7c456bcbd8f16eec275 + sha256: f84cb54782f7e9cea95e810ea8fef186e0652d0fa73d3009914fa2c1262594e1 category: main optional: false - name: lerc - version: 4.0.0 + version: 4.1.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/lerc-4.0.0-h6470a55_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/lerc-4.1.0-hd936e49_0.conda hash: - md5: c1b81da6d29a14b542da14a36c9fbf3f - sha256: 868a3dff758cc676fa1286d3f36c3e0101cca56730f7be531ab84dc91ec58e9d + md5: 54b231d595bc1ff9bff668dd443ee012 + sha256: 45df58fca800b552b17c3914cc9ab0d55a82c5172d72b5c44a59c710c06c5473 category: main optional: false - name: libaec @@ -1244,11 +1528,11 @@ package: manager: conda platform: linux-64 dependencies: - mkl: '>=2025.3.0,<2026.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h5875eb1_mkl.conda + mkl: '>=2026.0.0,<2027.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-8_h5875eb1_mkl.conda hash: - md5: 9d2f2e3a943d38f972ceef9cde8ba4bf - sha256: 328d64d4eb51047c39a8039a30eb47695855829d0a11b72d932171cb1dcdfad3 + md5: 8ae84a87356b604a62f1aee136ef8efb + sha256: e30f7fa2a2fb6985f9ac6604575cb318b9ae44e263f6cacc282daee9dbd6127d category: main optional: false - name: libblas @@ -1256,11 +1540,11 @@ package: manager: conda platform: win-64 dependencies: - mkl: '>=2025.3.0,<2026.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-5_hf2e6a31_mkl.conda + mkl: '>=2026.0.0,<2027.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-8_h8455456_mkl.conda hash: - md5: f9decf88743af85c9c9e05556a4c47c0 - sha256: f0cb7b2697461a306341f7ff32d5b361bb84f3e94478464c1e27ee01fc8f276b + md5: 4a0ce24b1a946ff77ae9eaa7ef015a33 + sha256: 43a87b59e6d4c68d80b2e4de487b1b54d66fe1f9a06636909b5a5ab9eae27269 category: main optional: false - name: libbrotlicommon @@ -1354,10 +1638,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_hfef963f_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-8_hfef963f_mkl.conda hash: - md5: 9b6cb3aa4b7912121c64b97a76ca43d5 - sha256: 8352f472c49c42a83a20387b5f6addab1f910c5a62f4f5b8998d7dc89131ba2e + md5: 2101410a3915785b2c1595d1ae94e32c + sha256: a3ea22126a74321ddf754a0efaf998486ffb8b9ec69fc735b3f0eacb6ffc8a4e category: main optional: false - name: libcblas @@ -1366,46 +1650,46 @@ package: platform: win-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-5_h2a3cdd5_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-8_h2a3cdd5_mkl.conda hash: - md5: b3fa8e8b55310ba8ef0060103afb02b5 - sha256: 49dc59d8e58360920314b8d276dd80da7866a1484a9abae4ee2760bc68f3e68d + md5: 09f1d8e4d2675d34ad2acb115211d10c + sha256: 2a5b6555b481df4603e44cba49a6ef727584fd2f3c5235dd4bcb3028fffbdfb5 category: main optional: false - name: libcurl - version: 8.18.0 + version: 8.20.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' krb5: '>=1.22.2,<1.23.0a0' libgcc: '>=14' - libnghttp2: '>=1.67.0,<2.0a0' + libnghttp2: '>=1.68.1,<2.0a0' libssh2: '>=1.11.1,<2.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.18.0-hcf29cc6_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.20.0-hcf29cc6_0.conda hash: - md5: 1707cdd636af2ff697b53186572c9f77 - sha256: c84e8dccb65ad5149c0121e4b54bdc47fa39303fd5f4979b8c44bb51b39a369b + md5: c3cc2864f82a944bc90a7beb4d3b0e88 + sha256: 75963a5dd913311f59a35dbd307592f4fa754c4808aff9c33edb430c415e38eb category: main optional: false - name: libcurl - version: 8.18.0 + version: 8.20.0 manager: conda platform: win-64 dependencies: krb5: '>=1.22.2,<1.23.0a0' libssh2: '>=1.11.1,<2.0a0' - libzlib: '>=1.3.1,<2.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.18.0-h8206538_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.20.0-h8206538_0.conda hash: - md5: b7243e3227df9a1852a05762d0efe08d - sha256: f7dfa98e615a0ddc8de80b32eb6700ea4ebf7b872a6de22a7eadc30a52edd4bf + md5: 7bee27a8f0a295117ccb864f30d2d87e + sha256: f4ce5aa835a698532feaa368e804365a7e45a9edebe006a8e1c80505d893c24e category: main optional: false - name: libdeflate @@ -1462,30 +1746,30 @@ package: category: main optional: false - name: libexpat - version: 2.7.4 + version: 2.8.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.8.1-hecca717_0.conda hash: - md5: e7f7ce06ec24cfcfb9e36d28cf82ba57 - sha256: d78f1d3bea8c031d2f032b760f36676d87929b18146351c4464c66b0869df3f5 + md5: 93764a5ca80616e9c10106cdaec92f74 + sha256: 363018b25fdb5534c79783d912bd4b685a3547f4fc5996357ad548899b0ee8e7 category: main optional: false - name: libexpat - version: 2.7.4 + version: 2.8.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libexpat-2.7.4-hac47afa_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libexpat-2.8.1-hac47afa_0.conda hash: - md5: 1c1ced969021592407f16ada4573586d - sha256: b31f6fb629c4e17885aaf2082fb30384156d16b48b264e454de4a06a313b533d + md5: 23eb9474a16d4b9f6f27429989e82002 + sha256: a65e518c20d1482182bc0f1f6dd5d992f25ca44c3b32307be39ae8310db8f060 category: main optional: false - name: libffi @@ -1516,58 +1800,58 @@ package: category: main optional: false - name: libfreetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: - libfreetype6: '>=2.14.1' - url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda + libfreetype6: '>=2.14.3' + url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda hash: - md5: f4084e4e6577797150f9b04a4560ceb0 - sha256: 4641d37faeb97cf8a121efafd6afd040904d4bca8c46798122f417c31d5dfbec + md5: e289f3d17880e44b633ba911d57a321b + sha256: 38f014a7129e644636e46064ecd6b1945e729c2140e21d75bb476af39e692db2 category: main optional: false - name: libfreetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libfreetype6: '>=2.14.1' - url: https://repo.prefix.dev/conda-forge/win-64/libfreetype-2.14.1-h57928b3_0.conda + libfreetype6: '>=2.14.3' + url: https://repo.prefix.dev/conda-forge/win-64/libfreetype-2.14.3-h57928b3_0.conda hash: - md5: 3235024fe48d4087721797ebd6c9d28c - sha256: 2029702ec55e968ce18ec38cc8cf29f4c8c4989a0d51797164dab4f794349a64 + md5: d9f70dd06674e26b6d5a657ddd22b568 + sha256: 71fae9ae05563ceec70adceb7bc66faa326a81a6590a8aac8a5074019070a2d8 category: main optional: false - name: libfreetype6 - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libpng: '>=1.6.50,<1.7.0a0' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda + libpng: '>=1.6.55,<1.7.0a0' + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda hash: - md5: 8e7251989bca326a28f4a5ffbd74557a - sha256: 4a7af818a3179fafb6c91111752954e29d3a2a950259c14a2fc7ba40a8b03652 + md5: fb16b4b69e3f1dcfe79d80db8fd0c55d + sha256: 16f020f96da79db1863fcdd8f2b8f4f7d52f177dd4c58601e38e9182e91adf1d category: main optional: false - name: libfreetype6 - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libpng: '>=1.6.50,<1.7.0a0' - libzlib: '>=1.3.1,<2.0a0' + libpng: '>=1.6.55,<1.7.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libfreetype6-2.14.1-hdbac1cb_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libfreetype6-2.14.3-hdbac1cb_0.conda hash: - md5: 6e7c5c5ab485057b5d07fd8188ba5c28 - sha256: 223710600b1a5567163f7d66545817f2f144e4ef8f84e99e90f6b8a4e19cb7ad + md5: f9975a0177ee6cdda10c86d1db1186b0 + sha256: 497e9ab7c80f579e1b2850523740d6a543b8020f6b43be6bd6e83b3a6fb7fb32 category: main optional: false - name: libgcc @@ -1577,10 +1861,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-he0feb66_19.conda hash: - md5: 0aa00f03f9e39fb9876085dee11a85d4 - sha256: faf7d2017b4d718951e3a59d081eb09759152f93038479b768e3d612688f83f5 + md5: 57736f29cc2b0ec0b6c2952d3f101b6a + sha256: 8e0a3b5e41272e5678499b5dfc4cddb673f9e935de01eb0767ce857001229f46 category: main optional: false - name: libgcc @@ -1590,10 +1874,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h8ee18e1_18.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h8ee18e1_19.conda hash: - md5: b085746891cca3bd2704a450a7b4b5ce - sha256: da2c96563c76b8c601746f03e03ac75d2b4640fa2ee017cb23d6c9fc31f1b2c6 + md5: cc5d690fc1c629038f13c68e88e65f44 + sha256: 80e80ef5e31b00b12539db3c5aaecde60dab91381abfc1060e323d5c3b016dce category: main optional: false - name: libgcc-ng @@ -1602,10 +1886,10 @@ package: platform: linux-64 dependencies: libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_19.conda hash: - md5: d5e96b1ed75ca01906b3d2469b4ce493 - sha256: e318a711400f536c81123e753d4c797a821021fb38970cebfb3f454126016893 + md5: 331ee9b72b9dff570d56b1302c5ab37d + sha256: 9dcf54adfaa5e861123c2da4f2f0451a685464ea7e5a41ad91cf67b31d658d98 category: main optional: false - name: libgfortran @@ -1614,10 +1898,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_19.conda hash: - md5: 9063115da5bc35fdc3e1002e69b9ef6e - sha256: d2c9fad338fd85e4487424865da8e74006ab2e2475bd788f624d7a39b2a72aee + md5: 42bf7eca1a951735fa06c0e3c0d5c8e6 + sha256: 561a42758ef25b9ce308c4e2cf56daee4f06138385a17e29a492cd928e00be6f category: main optional: false - name: libgfortran5 @@ -1627,10 +1911,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.2.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_19.conda hash: - md5: 646855f357199a12f02a87382d429b75 - sha256: 539b57cf50ec85509a94ba9949b7e30717839e4d694bc94f30d41c9d34de2d12 + md5: 85072b0ad177c966294f129b7c04a2d5 + sha256: 057978bb69fea29ed715a9b98adf71015c31baecc4aeb2bfc20d4fd5d83579d4 category: main optional: false - name: libgomp @@ -1639,14 +1923,14 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h8ee18e1_18.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h8ee18e1_19.conda hash: - md5: 939fb173e2a4d4e980ef689e99b35223 - sha256: 94981bc2e42374c737750895c6fdcfc43b7126c4fc788cad0ecc7281745931da + md5: f1147651e3fdd585e2f442c0c2fc8f2d + sha256: 4dc958ced2fc7f42bc675b07e2c9abe3e150875ffdf62ca551d94fc6facf1fd7 category: main optional: false - name: libhwloc - version: 2.12.2 + version: 2.13.0 manager: conda platform: linux-64 dependencies: @@ -1655,14 +1939,14 @@ package: libstdcxx: '>=14' libxml2: '' libxml2-16: '>=2.14.6' - url: https://repo.prefix.dev/conda-forge/linux-64/libhwloc-2.12.2-default_hafda6a7_1000.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libhwloc-2.13.0-default_he001693_1000.conda hash: - md5: 0ed3aa3e3e6bc85050d38881673a692f - sha256: 2cf160794dda62cf93539adf16d26cfd31092829f2a2757dbdd562984c1b110a + md5: c197985b58bc813d26b42881f0021c82 + sha256: 5041d295813dfb84652557839825880aae296222ab725972285c5abe3b6e4288 category: main optional: false - name: libhwloc - version: 2.12.2 + version: 2.13.0 manager: conda platform: win-64 dependencies: @@ -1672,10 +1956,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libhwloc-2.12.2-default_h4379cf1_1000.conda + url: https://repo.prefix.dev/conda-forge/win-64/libhwloc-2.13.0-default_h049141e_1000.conda hash: - md5: 3b576f6860f838f950c570f4433b086e - sha256: 8cdf11333a81085468d9aa536ebb155abd74adc293576f6013fc0c85a7a90da3 + md5: 6a01c986e30292c715038d2788aa1385 + sha256: 2ee12e37223dfcd0acd050c80a91150c482b6e2899198521e1800dce66662467 category: main optional: false - name: libiconv @@ -1706,30 +1990,30 @@ package: category: main optional: false - name: libjpeg-turbo - version: 3.1.2 + version: 3.1.4.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda hash: - md5: 8397539e3a0bbd1695584fb4f927485a - sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 + md5: 6178c6f2fb254558238ef4e6c56fb782 + sha256: 10056646c28115b174de81a44e23e3a0a3b95b5347d2e6c45cc6d49d35294256 category: main optional: false - name: libjpeg-turbo - version: 3.1.2 + version: 3.1.4.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.2-hfd05255_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.4.1-hfd05255_0.conda hash: - md5: 56a686f92ac0273c0f6af58858a3f013 - sha256: 795e2d4feb2f7fc4a2c6e921871575feb32b8082b5760726791f080d1e2c2597 + md5: 25a127bad5470852b30b239f030ec95b + sha256: 698d57b5b90120270eaa401298319fcb25ea186ae95b340c2f4813ed9171083d category: main optional: false - name: liblapack @@ -1738,10 +2022,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h5e43f62_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-8_h5e43f62_mkl.conda hash: - md5: 88155c848e1278b0990692e716c9eab4 - sha256: b411a9dccb21cd6231f8f66b63916a6520a7b23363e6f9d1d111e8660f2798b0 + md5: 370e81464714060008e60ee53825bb3e + sha256: 0cb26d433dfa15a392eaeeb8a96ac468f4d007d7e7e37ef7bf46856aaf9a9785 category: main optional: false - name: liblapack @@ -1750,55 +2034,55 @@ package: platform: win-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-5_hf9ab0e9_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-8_hf9ab0e9_mkl.conda hash: - md5: e62c42a4196dee97d20400612afcb2b1 - sha256: a2d33f5cc2b8a9042f2af6981c6733ab1a661463823eaa56595a9c58c0ab77e1 + md5: d584799b920ecae9b75a2b70743a3de7 + sha256: 44999ed04bc0a56de44ee0ac8bd5b3702efd411a8b29491c0e3d3deb8619c94e category: main optional: false - name: liblzma - version: 5.8.2 + version: 5.8.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda hash: - md5: c7c83eecbb72d88b940c249af56c8b17 - sha256: 755c55ebab181d678c12e49cced893598f2bab22d582fbbf4d8b83c18be207eb + md5: b88d90cad08e6bc8ad540cb310a761fb + sha256: ec30e52a3c1bf7d0425380a189d209a52baa03f22fb66dd3eb587acaa765bd6d category: main optional: false - name: liblzma - version: 5.8.2 + version: 5.8.3 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.2-hfd05255_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.3-hfd05255_0.conda hash: - md5: ba0bfd4c3cf73f299ffe46ff0eaeb8e3 - sha256: f25bf293f550c8ed2e0c7145eb404324611cfccff37660869d97abf526eb957c + md5: 8f83619ab1588b98dd99c90b0bfc5c6d + sha256: d636d1a25234063642f9c531a7bb58d84c1c496411280a36ea000bd122f078f1 category: main optional: false - name: libnghttp2 - version: 1.67.0 + version: 1.68.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - c-ares: '>=1.34.5,<2.0a0' + c-ares: '>=1.34.6,<2.0a0' libev: '>=4.33,<5.0a0' libgcc: '>=14' libstdcxx: '>=14' libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.2,<4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda + openssl: '>=3.5.5,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda hash: - md5: b499ce4b026493a13774bcf0f4c33849 - sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 + md5: 2a45e7f8af083626f009645a6481f12d + sha256: 663444d77a42f2265f54fb8b48c5450bfff4388d9c0f8253dd7855f0d993153f category: main optional: false - name: libnsl @@ -1815,61 +2099,60 @@ package: category: main optional: false - name: libpng - version: 1.6.55 + version: 1.6.58 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.55-h421ea60_0.conda + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda hash: - md5: 5f13ffc7d30ffec87864e678df9957b4 - sha256: 36ade759122cdf0f16e2a2562a19746d96cf9c863ffaa812f2f5071ebbe9c03c + md5: eba48a68a1a2b9d3c0d9511548db85db + sha256: 377cfe037f3eeb3b1bf3ad333f724a64d32f315ee1958581fc671891d63d3f89 category: main optional: false - name: libpng - version: 1.6.55 + version: 1.6.58 manager: conda platform: win-64 dependencies: - libzlib: '>=1.3.1,<2.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.55-h7351971_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.58-h7351971_0.conda hash: - md5: 43f47a9151b9b8fc100aeefcf350d1a0 - sha256: db23f281fa80597a0dc0445b18318346862602d7081ed76244df8cc4418d6d68 + md5: 52f1280563f3b48b5f75414cd2d15dd1 + sha256: 218913aeee391460bd0e341b834dbd9c6fa6ae0a4276c0c300266cc99a816a28 category: main optional: false - name: libsqlite - version: 3.51.2 + version: 3.53.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.2,<79.0a0' libgcc: '>=14' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.51.2-hf4e2dac_0.conda + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.53.1-h0c1763c_0.conda hash: - md5: da5be73701eecd0e8454423fd6ffcf30 - sha256: 04596fcee262a870e4b7c9807224680ff48d4d0cc0dac076a602503d3dc6d217 + md5: 7dc38adcbf71e6b38748e919e16e0dce + sha256: 54cdcd3214313b62c2a8ee277e6f42150d9b748264c1b70d958bf735e420ef8d category: main optional: false - name: libsqlite - version: 3.51.2 + version: 3.53.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.51.2-hf5d6505_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.53.1-hf5d6505_0.conda hash: - md5: 903979414b47d777d548e5f0165e6cd8 - sha256: 756478128e3e104bd7e7c3ce6c1b0efad7e08c7320c69fdc726e039323c63fbb + md5: 7fea434a17c323256acc510a041b80d7 + sha256: e70562450332ca8954bc16f3455468cca5ef3695c7d7187ecc87f8fc3c70e9eb category: main optional: false - name: libssh2 @@ -1910,10 +2193,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_19.conda hash: - md5: 1b08cd684f34175e4514474793d44bcb - sha256: 78668020064fdaa27e9ab65cd2997e2c837b564ab26ce3bf0e58a2ce1a525c6e + md5: 5794b3bdc38177caf969dabd3af08549 + sha256: dff1058c76ec6b8759e41cefa2508162d00e4a5e6721aa68ec3fd10094e702dc category: main optional: false - name: libstdcxx-ng @@ -1922,10 +2205,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_19.conda hash: - md5: 6235adb93d064ecdf3d44faee6f468de - sha256: 3c902ffd673cb3c6ddde624cdb80f870b6c835f8bf28384b0016e7d444dd0145 + md5: e5ce228e579726c07255dbf90dc62101 + sha256: 0672b6b6e1791c92e8eccad58081a99d614fcf82bca5841f9dfa3c3e658f83b9 category: main optional: false - name: libtiff @@ -1970,16 +2253,16 @@ package: category: main optional: false - name: libuuid - version: 2.41.3 + version: 2.42.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.42.1-h5347b49_0.conda hash: - md5: db409b7c1720428638e7c0d509d3e1b5 - sha256: 1a7539cfa7df00714e8943e18de0b06cceef6778e420a5ee3a2a145773758aee + md5: 7d0a66598195ef00b6efc55aefc7453b + sha256: 3f0edf1280e2f6684a986f821eaa3e123d2694a00b31b96ca0d4a4c12c129231 category: main optional: false - name: libwebp-base @@ -2067,128 +2350,125 @@ package: category: main optional: false - name: libxml2 - version: 2.15.1 + version: 2.15.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.1,<79.0a0' + icu: '>=78.3,<79.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libxml2-16: 2.15.1 - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-he237659_1.conda + liblzma: '>=5.8.3,<6.0a0' + libxml2-16: 2.15.3 + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.3-h49c6c72_0.conda hash: - md5: 417955234eccd8f252b86a265ccdab7f - sha256: 047be059033c394bd32ae5de66ce389824352120b3a7c0eff980195f7ed80357 + md5: 995d8c8bad2a3cc8db14675a153dec2b + sha256: 3bc5551720c58591f6ea1146f7d1539c734ed1c40e7b9f5cb8cb7e900c509aba category: main optional: false - name: libxml2 - version: 2.15.1 + version: 2.15.3 manager: conda platform: win-64 dependencies: - icu: '>=78.1,<79.0a0' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libxml2-16: 2.15.1 - libzlib: '>=1.3.1,<2.0a0' + liblzma: '>=5.8.3,<6.0a0' + libxml2-16: 2.15.3 + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libxml2-2.15.1-h779ef1b_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libxml2-2.15.3-hbc0d294_0.conda hash: - md5: 68dc154b8d415176c07b6995bd3a65d9 - sha256: 8b47d5fb00a6ccc0f495d16787ab5f37a434d51965584d6000966252efecf56d + md5: e3b5acbb857a12f5d59e8d174bc536c0 + sha256: da68af9d9d28d65a6916db1bef68f8a25c64c4fdcf759f32a2d2f2f143220adf category: main optional: false - name: libxml2-16 - version: 2.15.1 + version: 2.15.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.1,<79.0a0' + icu: '>=78.3,<79.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-hca6bf5a_1.conda + liblzma: '>=5.8.3,<6.0a0' + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.3-hca6bf5a_0.conda hash: - md5: 3fdd8d99683da9fe279c2f4cecd1e048 - sha256: 8331284bf9ae641b70cdc0e5866502dd80055fc3b9350979c74bb1d192e8e09e + md5: e79d2c2f24b027aa8d5ab1b1ba3061e7 + sha256: 3d44f737c5ae52d5af32682cc1530df433f401f8e58a7533926536244127572a category: main optional: false - name: libxml2-16 - version: 2.15.1 + version: 2.15.3 manager: conda platform: win-64 dependencies: - icu: '>=78.1,<79.0a0' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libzlib: '>=1.3.1,<2.0a0' + liblzma: '>=5.8.3,<6.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libxml2-16-2.15.1-h3cfd58e_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libxml2-16-2.15.3-h692994f_0.conda hash: - md5: 07d73826fde28e7dbaec52a3297d7d26 - sha256: a857e941156b7f462063e34e086d212c6ccbc1521ebdf75b9ed66bd90add57dc + md5: f7d6fcda29570e20851b78d92ea2154e + sha256: 8038084c60eda2006d0122d05e3364fe8db0a18935ca6ed0168b5ba5aa33f904 category: main optional: false - name: libzlib - version: 1.3.1 + version: 1.3.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda hash: - md5: edb0dca6bc32e4f4789199455a1dbeb8 - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: d87ff7921124eccd67248aa483c23fec + sha256: 55044c403570f0dc26e6364de4dc5368e5f3fc7ff103e867c487e2b5ab2bcda9 category: main optional: false - name: libzlib - version: 1.3.1 + version: 1.3.2 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libzlib-1.3.2-hfd05255_2.conda hash: - md5: 41fbfac52c601159df6c01f875de31b9 - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: dbabbd6234dea34040e631f87676292f + sha256: 88609816e0cc7452bac637aaf65783e5edf4fee8a9f8e22bdc3a75882c536061 category: main optional: false - name: llvm-openmp - version: 21.1.8 + version: 22.1.6 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.8-h4922eb0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-22.1.6-h4922eb0_0.conda hash: - md5: f8640b709b37dc7758ddce45ea18d000 - sha256: a5a7ad16eecbe35cac63e529ea9c261bef4ccdd68cb1db247409f04529423989 + md5: a7f80a18bc21daad0f4d5c3fbad1e8c1 + sha256: e74dbafd2b420687cc913f5587050270c8f57042405b6b0d66c3a8013dc104ab category: main optional: false - name: llvm-openmp - version: 21.1.8 + version: 22.1.6 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.8-h4fa8253_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-22.1.6-h4fa8253_0.conda hash: - md5: 0d8b425ac862bcf17e4b28802c9351cb - sha256: 145c4370abe870f10987efa9fc15a8383f1dab09abbc9ad4ff15a55d45658f7b + md5: 1966432ddb4d5e13890dae3758a112d3 + sha256: b12aa9c957fadf488888aa4cad6d424d499ffcceefe5d8e9077c4da46308f26b category: main optional: false - name: markupsafe @@ -2200,10 +2480,10 @@ package: libgcc: '>=14' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py312h8a5da7c_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py312h8a5da7c_1.conda hash: - md5: f775a43412f7f3d7ed218113ad233869 - sha256: f77f9f1a4da45cbc8792d16b41b6f169f649651a68afdc10b2da9da12b9aa42b + md5: 93a4752d42b12943a355b682ee43285b + sha256: 5f3aad1f3a685ed0b591faad335957dbdb1b73abfd6fc731a0d42718e0653b33 category: dev optional: true - name: markupsafe @@ -2216,14 +2496,14 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py312h05f76fc_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py312h05f76fc_1.conda hash: - md5: 9a50d5e7b4f2bf5db9790bbe9421cdf8 - sha256: db1d772015ef052fedb3b4e7155b13446b49431a0f8c54c56ca6f82e1d4e258f + md5: a73298d225c7852f97403ca105d10a13 + sha256: b744287a780211ac4595126ef96a44309c791f155d4724021ef99092bae4aace category: dev optional: true - name: matplotlib-base - version: 3.10.8 + version: 3.10.9 manager: conda platform: linux-64 dependencies: @@ -2233,8 +2513,8 @@ package: fonttools: '>=4.22.0' freetype: '' kiwisolver: '>=1.3.1' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libgcc: '>=14' libstdcxx: '>=14' numpy: '>=1.23,<3' @@ -2246,14 +2526,14 @@ package: python_abi: 3.12.* qhull: '>=2020.2,<2020.3.0a0' tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.8-py312he3d6523_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.9-py312he3d6523_0.conda hash: - md5: b8dc157bbbb69c1407478feede8b7b42 - sha256: 70cf0e7bfd50ef50eb712a6ca1eef0ef0d63b7884292acc81353327b434b548c + md5: 7d499b5b6d150f133800dc3a582771c7 + sha256: c7e133837376e53e6a52719c205a3067c42f05769bc3e8307417f8d817dfc63e category: main optional: false - name: matplotlib-base - version: 3.10.8 + version: 3.10.9 manager: conda platform: win-64 dependencies: @@ -2262,8 +2542,8 @@ package: fonttools: '>=4.22.0' freetype: '' kiwisolver: '>=1.3.1' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' @@ -2275,10 +2555,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.8-py312h0ebf65c_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.9-py312h0ebf65c_0.conda hash: - md5: 46f73e68304eb61df083379b044e9eb9 - sha256: a0b6f97f562ec803483b8c222788a4364aafd47c4023e8529ebbb4f017477a86 + md5: 3752482b0df88d7a08a0791f906e87ae + sha256: 539ca0eac473a1b7f9da1071ddcd6fe9a3bdd9e51eab0f1c498e6345c1898e8b category: main optional: false - name: mccabe @@ -2306,7 +2586,7 @@ package: category: dev optional: true - name: mkl - version: 2025.3.0 + version: 2026.0.0 manager: conda platform: linux-64 dependencies: @@ -2314,28 +2594,30 @@ package: _openmp_mutex: '>=4.5' libgcc: '>=14' libstdcxx: '>=14' - llvm-openmp: '>=21.1.8' - tbb: '>=2022.3.0' - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2025.3.0-h0e700b2_463.conda + llvm-openmp: '>=22.1.5' + onemkl-license: 2026.0.0 + tbb: '>=2023.0.0' + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2026.0.0-h0e700b2_915.conda hash: - md5: f121ddfc96e6a93a26d85906adf06208 - sha256: 659d79976f06d2b796a0836414573a737a0856b05facfa77e5cc114081a8b3d4 + md5: 44208bd851118db1e20923441f1bb3bb + sha256: b23dc574c681cfa9708378b781d206fa790f1944cfb7b4c20177824b96938544 category: main optional: false - name: mkl - version: 2025.3.0 + version: 2026.0.0 manager: conda platform: win-64 dependencies: - llvm-openmp: '>=21.1.8' - tbb: '>=2022.3.0' + llvm-openmp: '>=22.1.5' + onemkl-license: 2026.0.0 + tbb: '>=2023.0.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/mkl-2025.3.0-hac47afa_455.conda + url: https://repo.prefix.dev/conda-forge/win-64/mkl-2026.0.0-hac47afa_908.conda hash: - md5: fd05d1e894497b012d05a804232254ed - sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d + md5: 36ea6e1292e9d5e89374201da79646ef + sha256: f997bfc9bc4d4e14261cdcd1ad195d64a72ee44dca3145d24c1349f8d1311aa5 category: main optional: false - name: munkres @@ -2363,20 +2645,20 @@ package: category: main optional: false - name: ncurses - version: '6.5' + version: '6.6' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda hash: - md5: 47e340acb35de30501a76c7c799c41d7 - sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586 + md5: fc21868a1a5aacc937e7a18747acb8a5 + sha256: fc89f74bbe362fb29fa3c037697a89bec140b346a2469a90f7936d1d7ea4d8a3 category: main optional: false - name: numpy - version: 2.4.2 + version: 2.4.6 manager: conda platform: linux-64 dependencies: @@ -2388,14 +2670,14 @@ package: libstdcxx: '>=14' python: '' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.2-py312h33ff503_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.6-py312h33ff503_0.conda hash: - md5: 3569a8fca2dd3202e4ab08f42499f6d3 - sha256: fec4d37e1a7c677ddc07bb968255df74902733398b77acc1d05f9dc599e879df + md5: 6e31d55ee1110fda83b4f4045f4d73ff + sha256: dfcbeadb3e7ad0da7a55a0525884ca34c19584154e13cc4159396b305d1bd445 category: main optional: false - name: numpy - version: 2.4.2 + version: 2.4.6 manager: conda platform: win-64 dependencies: @@ -2407,10 +2689,32 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.2-py312ha72d056_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.6-py312ha3f287d_0.conda + hash: + md5: 1dd6f497cc8369359f024463426e323c + sha256: 9abf760418f2497f87715fa35d1c9cea5416be9edd1b166a218dfabe3b16e5be + category: main + optional: false +- name: onemkl-license + version: 2026.0.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/linux-64/onemkl-license-2026.0.0-hf2ce2f3_915.conda hash: - md5: 52254edfb993f9e61552c63813041689 - sha256: bae400995eed564cf68d3939d5b782680407b3e25dc7363687df19c6b2cf396f + md5: f9a902d29c0980c672f77eff7be1794c + sha256: fd53c7f3e874b6fd2add63103028ed707b728cc275597d12951886cfcda46e7d + category: main + optional: false +- name: onemkl-license + version: 2026.0.0 + manager: conda + platform: win-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/win-64/onemkl-license-2026.0.0-h57928b3_908.conda + hash: + md5: 9c9303e08b50e09f5c23e1dac99d0936 + sha256: 42ad15cbb3bf31830efa04d4b86dd2d5c0dd590c86f98adcd3c8c1f75acf5dd5 category: main optional: false - name: openjpeg @@ -2435,34 +2739,34 @@ package: manager: conda platform: win-64 dependencies: - libpng: '>=1.6.50,<1.7.0a0' + libpng: '>=1.6.55,<1.7.0a0' libtiff: '>=4.7.1,<4.8.0a0' libzlib: '>=1.3.1,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/openjpeg-2.5.4-h24db6dd_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/openjpeg-2.5.4-h0e57b4f_0.conda hash: - md5: 5af852046226bb3cb15c7f61c2ac020a - sha256: 226c270a7e3644448954c47959c00a9bf7845f6d600c2a643db187118d028eee + md5: e723ab7cc2794c954e1b22fde51c16e4 + sha256: 24342dee891a49a9ba92e2018ec0bde56cc07fdaec95275f7a55b96f03ea4252 category: main optional: false - name: openssl - version: 3.6.1 + version: 3.6.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' ca-certificates: '' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.6.1-h35e630c_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda hash: - md5: f61eb8cd60ff9057122a3d338b99c00f - sha256: 44c877f8af015332a5d12f5ff0fb20ca32f896526a7d0cdb30c769df1144fb5c + md5: da1b85b6a87e141f5140bb9924cecab0 + sha256: c0ef482280e38c71a08ad6d71448194b719630345b0c9c60744a2010e8a8e0cb category: main optional: false - name: openssl - version: 3.6.1 + version: 3.6.2 manager: conda platform: win-64 dependencies: @@ -2470,45 +2774,45 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/openssl-3.6.1-hf411b9b_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/openssl-3.6.2-hf411b9b_0.conda hash: - md5: eb585509b815415bc964b2c7e11c7eb3 - sha256: 53a5ad2e5553b8157a91bb8aa375f78c5958f77cb80e9d2ce59471ea8e5c0bd6 + md5: 05c7d624cff49dbd8db1ad5ba537a8a3 + sha256: feb5815125c60f2be4a411e532db1ed1cd2d7261a6a43c54cb6ae90724e2e154 category: main optional: false - name: packaging - version: '26.0' + version: '26.2' manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda hash: - md5: b76541e68fea4d511b1ac46a28dcd2c6 - sha256: c1fc0f953048f743385d31c468b4a678b3ad20caffdeaa94bed85ba63049fd58 + md5: 4c06a92e74452cfa53623a81592e8934 + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 category: main optional: false - name: packaging - version: '26.0' + version: '26.2' manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda hash: - md5: b76541e68fea4d511b1ac46a28dcd2c6 - sha256: c1fc0f953048f743385d31c468b4a678b3ad20caffdeaa94bed85ba63049fd58 + md5: 4c06a92e74452cfa53623a81592e8934 + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 category: main optional: false - name: pillow - version: 12.1.1 + version: 12.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' lcms2: '>=2.18,<3.0a0' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libgcc: '>=14' libjpeg-turbo: '>=3.1.2,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' @@ -2519,20 +2823,20 @@ package: python_abi: 3.12.* tk: '>=8.6.13,<8.7.0a0' zlib-ng: '>=2.3.3,<2.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.1.1-py312h50c33e8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.2.0-py312h50c33e8_0.conda hash: - md5: c5eff3ada1a829f0bdb780dc4b62bbae - sha256: 782b6b578a0e61f6ef5cca5be993d902db775a2eb3d0328a3c4ff515858e7f2c + md5: 9e5609720e31213d4f39afe377f6217e + sha256: fa291f8915114733dc1df9f1627b8c63c517217c1eee1a6ede2ceb5e368cf27a category: main optional: false - name: pillow - version: 12.1.1 + version: 12.2.0 manager: conda platform: win-64 dependencies: lcms2: '>=2.18,<3.0a0' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libjpeg-turbo: '>=3.1.2,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' libwebp-base: '>=1.6.0,<2.0a0' @@ -2545,62 +2849,62 @@ package: vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zlib-ng: '>=2.3.3,<2.4.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.1.1-py312h31f0997_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.2.0-py312h31f0997_0.conda hash: - md5: 89bf6b6bc60f253ab85a0784417a2547 - sha256: 8d6c865052fec14dcb90b6534393a52bac60e21479ae386db7aa4eced632022d + md5: ba3bcb72a269e7751cadbdd784f84dec + sha256: ab7c254e49d0999bbfc3d3b2c76e7d5f9f831692c864c641cf10c557b727ad7e category: main optional: false - name: pip - version: 26.0.1 + version: 26.1.2 manager: conda platform: linux-64 dependencies: python: '>=3.10,<3.13.0a0' setuptools: '' wheel: '' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh8b19718_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.1.2-pyh8b19718_0.conda hash: - md5: 67bdec43082fd8a9cffb9484420b39a2 - sha256: 8e1497814a9997654ed7990a79c054ea5a42545679407acbc6f7e809c73c9120 + md5: 511fbc2c63d2c73650ad1755e4d357ba + sha256: 29b7d75bf81ad11645a8e320b369abdc90a92b93f2a9178e853d9dddf82e5106 category: main optional: false - name: pip - version: 26.0.1 + version: 26.1.2 manager: conda platform: win-64 dependencies: python: '>=3.10,<3.13.0a0' setuptools: '' wheel: '' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh8b19718_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.1.2-pyh8b19718_0.conda hash: - md5: 67bdec43082fd8a9cffb9484420b39a2 - sha256: 8e1497814a9997654ed7990a79c054ea5a42545679407acbc6f7e809c73c9120 + md5: 511fbc2c63d2c73650ad1755e4d357ba + sha256: 29b7d75bf81ad11645a8e320b369abdc90a92b93f2a9178e853d9dddf82e5106 category: main optional: false - name: platformdirs - version: 4.9.2 + version: 4.10.0 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.9.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.10.0-pyhcf101f3_0.conda hash: - md5: 4fefefb892ce9cc1539405bec2f1a6cd - sha256: 7f263219cecf0ba6d74c751efa60c4676ce823157ca90aa43ebba5ac615ca0fa + md5: 2c5ef45db85d34799771629bd5860fd7 + sha256: 9e5e1fd3506ccfc4d444fc4d2d39b0ed097d5d0e3bd3d4bdf6bcc81aaf66860d category: dev optional: true - name: platformdirs - version: 4.9.2 + version: 4.10.0 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.9.2-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.10.0-pyhcf101f3_0.conda hash: - md5: 4fefefb892ce9cc1539405bec2f1a6cd - sha256: 7f263219cecf0ba6d74c751efa60c4676ce823157ca90aa43ebba5ac615ca0fa + md5: 2c5ef45db85d34799771629bd5860fd7 + sha256: 9e5e1fd3506ccfc4d444fc4d2d39b0ed097d5d0e3bd3d4bdf6bcc81aaf66860d category: dev optional: true - name: pluggy @@ -2620,13 +2924,44 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e sha256: e14aafa63efa0528ca99ba568eaf506eb55a0371d12e6250aaaa61718d2eb62e category: dev optional: true +- name: psutil + version: 7.2.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + python: '' + python_abi: 3.12.* + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py312h5253ce2_0.conda + hash: + md5: dd94c506b119130aef5a9382aed648e7 + sha256: d834fd656133c9e4eaf63ffe9a117c7d0917d86d89f7d64073f4e3a0020bd8a7 + category: main + optional: false +- name: psutil + version: 7.2.2 + manager: conda + platform: win-64 + dependencies: + python: '' + python_abi: 3.12.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py312he5662c2_0.conda + hash: + md5: a2724c93b745fc7861948eb8b9f6679a + sha256: edffc84c001a05b996b5f8607c8164432754e86ec9224e831cd00ebabdec04e7 + category: main + optional: false - name: pthread-stubs version: '0.4' manager: conda @@ -2678,7 +3013,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '>=3.10' + python: '' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -2722,67 +3057,67 @@ package: category: main optional: false - name: pygments - version: 2.19.2 + version: 2.20.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda hash: - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a + md5: 16c18772b340887160c79a6acc022db0 + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 category: dev optional: true - name: pygments - version: 2.19.2 + version: 2.20.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda hash: - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a + md5: 16c18772b340887160c79a6acc022db0 + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 category: dev optional: true - name: pylint - version: 4.0.4 + version: 4.0.5 manager: conda platform: linux-64 dependencies: - astroid: '>=4.0.2,<=4.1.0.dev0' + astroid: '>=4.0.2,<=4.1.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=5,<8,!=5.13' + isort: '>=5,!=5.13,<9' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' python: '' - tomli: '>=1.1.0' + tomli: '>=1.1' tomlkit: '>=0.10.1' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.5-pyhcf101f3_0.conda hash: - md5: 3a830511a81b99b67a1206a9d29b44b3 - sha256: ad0bb78785ab385d0afcca4a55e0226d8e6710ebad6450caa552f5fe61c2f6a0 + md5: 7d9916ed19ecda71f0b00963365252a7 + sha256: a8e7736982409a56d2aa329d3052259fd45910f98fb7d3f2816f1a6d59624d60 category: dev optional: true - name: pylint - version: 4.0.4 + version: 4.0.5 manager: conda platform: win-64 dependencies: - astroid: '>=4.0.2,<=4.1.0.dev0' + astroid: '>=4.0.2,<=4.1.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=5,<8,!=5.13' + isort: '>=5,!=5.13,<9' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '>=3.10' - tomli: '>=1.1.0' + python: '' + tomli: '>=1.1' tomlkit: '>=0.10.1' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.5-pyhcf101f3_0.conda hash: - md5: 3a830511a81b99b67a1206a9d29b44b3 - sha256: ad0bb78785ab385d0afcca4a55e0226d8e6710ebad6450caa552f5fe61c2f6a0 + md5: 7d9916ed19ecda71f0b00963365252a7 + sha256: a8e7736982409a56d2aa329d3052259fd45910f98fb7d3f2816f1a6d59624d60 category: dev optional: true - name: pyparsing @@ -2802,7 +3137,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -2837,7 +3172,7 @@ package: category: dev optional: true - name: pytest - version: 9.0.2 + version: 9.0.3 manager: conda platform: linux-64 dependencies: @@ -2849,14 +3184,14 @@ package: pygments: '>=2.7.2' python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda hash: - md5: 2b694bad8a50dc2f712f5368de866480 - sha256: 9e749fb465a8bedf0184d8b8996992a38de351f7c64e967031944978de03a520 + md5: 6a991452eadf2771952f39d43615bb3e + sha256: 960f59442173eee0731906a9077bd5ccf60f4b4226f05a22d1728ab9a21a879c category: dev optional: true - name: pytest - version: 9.0.2 + version: 9.0.3 manager: conda platform: win-64 dependencies: @@ -2866,16 +3201,16 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda hash: - md5: 2b694bad8a50dc2f712f5368de866480 - sha256: 9e749fb465a8bedf0184d8b8996992a38de351f7c64e967031944978de03a520 + md5: 6a991452eadf2771952f39d43615bb3e + sha256: 960f59442173eee0731906a9077bd5ccf60f4b4226f05a22d1728ab9a21a879c category: dev optional: true - name: pytest-cov - version: 7.0.0 + version: 7.1.0 manager: conda platform: linux-64 dependencies: @@ -2883,36 +3218,36 @@ package: pluggy: '>=1.2' pytest: '>=7' python: '' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda hash: - md5: 6891acad5e136cb62a8c2ed2679d6528 - sha256: d0f45586aad48ef604590188c33c83d76e4fc6370ac569ba0900906b24fd6a26 + md5: 67d1790eefa81ed305b89d8e314c7923 + sha256: 44e42919397bd00bfaa47358a6ca93d4c21493a8c18600176212ec21a8d25ca5 category: dev optional: true - name: pytest-cov - version: 7.0.0 + version: 7.1.0 manager: conda platform: win-64 dependencies: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda hash: - md5: 6891acad5e136cb62a8c2ed2679d6528 - sha256: d0f45586aad48ef604590188c33c83d76e4fc6370ac569ba0900906b24fd6a26 + md5: 67d1790eefa81ed305b89d8e314c7923 + sha256: 44e42919397bd00bfaa47358a6ca93d4c21493a8c18600176212ec21a8d25ca5 category: dev optional: true - name: python - version: 3.12.12 + version: 3.12.13 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' bzip2: '>=1.0.8,<2.0a0' ld_impl_linux-64: '>=2.36.1' - libexpat: '>=2.7.3,<3.0a0' + libexpat: '>=2.7.4,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' liblzma: '>=5.8.2,<6.0a0' @@ -2922,39 +3257,39 @@ package: libxcrypt: '>=4.4.36' libzlib: '>=1.3.1,<2.0a0' ncurses: '>=6.5,<7.0a0' - openssl: '>=3.5.4,<4.0a0' + openssl: '>=3.5.5,<4.0a0' pip: '' readline: '>=8.3,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.12.12-hd63d673_2_cpython.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.12.13-hd63d673_0_cpython.conda hash: - md5: c4540d3de3fa228d9fa95e31f8e97f89 - sha256: 6621befd6570a216ba94bc34ec4618e4f3777de55ad0adc15fc23c28fadd4d1a + md5: 7eccb41177e15cc672e1babe9056018e + sha256: a44655c1c3e1d43ed8704890a91e12afd68130414ea2c0872e154e5633a13d7e category: main optional: false - name: python - version: 3.12.12 + version: 3.12.13 manager: conda platform: win-64 dependencies: bzip2: '>=1.0.8,<2.0a0' - libexpat: '>=2.7.3,<3.0a0' + libexpat: '>=2.7.4,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' liblzma: '>=5.8.2,<6.0a0' libsqlite: '>=3.51.2,<4.0a0' libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.4,<4.0a0' + openssl: '>=3.5.5,<4.0a0' pip: '' tk: '>=8.6.13,<8.7.0a0' tzdata: '' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/python-3.12.12-h0159041_2_cpython.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.12.13-h0159041_0_cpython.conda hash: - md5: 068897f82240d69580c2d93f93b56ff5 - sha256: 5937ab50dfeb979f7405132f73e836a29690f21162308b95b240b8037aa99975 + md5: 2956dff38eb9f8332ad4caeba941cfe7 + sha256: a02b446d8b7b167b61733a3de3be5de1342250403e72a63b18dac89e99e6180e category: main optional: false - name: python-dateutil @@ -2975,7 +3310,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -3005,30 +3340,6 @@ package: sha256: 80677180dd3c22deb7426ca89d6203f1c7f1f256f2d5a94dc210f6e758229809 category: main optional: false -- name: pytz - version: '2025.2' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - hash: - md5: bc8e3267d44011051f2eb14d22fb0960 - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: dev - optional: true -- name: pytz - version: '2025.2' - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - hash: - md5: bc8e3267d44011051f2eb14d22fb0960 - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: dev - optional: true - name: pyyaml version: 6.0.3 manager: conda @@ -3105,35 +3416,35 @@ package: category: main optional: false - name: requests - version: 2.32.5 + version: 2.34.2 manager: conda platform: linux-64 dependencies: - certifi: '>=2017.4.17' + certifi: '>=2023.5.7' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' python: '' - urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda + urllib3: '>=1.26,<3' + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda hash: - md5: c65df89a0b2e321045a9e01d1337b182 - sha256: 7813c38b79ae549504b2c57b3f33394cea4f2ad083f0994d2045c2e24cb538c5 + md5: 4a85203c1d80c1059086ae860836ffb9 + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da category: dev optional: true - name: requests - version: 2.32.5 + version: 2.34.2 manager: conda platform: win-64 dependencies: - certifi: '>=2017.4.17' + certifi: '>=2023.5.7' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '>=3.10' - urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda + python: '' + urllib3: '>=1.26,<3' + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda hash: - md5: c65df89a0b2e321045a9e01d1337b182 - sha256: 7813c38b79ae549504b2c57b3f33394cea4f2ad083f0994d2045c2e24cb538c5 + md5: 4a85203c1d80c1059086ae860836ffb9 + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da category: dev optional: true - name: roman-numerals @@ -3186,8 +3497,22 @@ package: sha256: ce21b50a412b87b388db9e8dfbf8eb16fc436c23750b29bf612ee1a74dd0beb2 category: dev optional: true +- name: s2n + version: 1.7.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/s2n-1.7.3-hc5a330e_0.conda + hash: + md5: f2bd09e21c5844a12e2f5eefcd075555 + sha256: 150a0a5254e8b15ad737549721c7d13406cd96432f3f446e07073dbd98bb2491 + category: main + optional: false - name: scipy - version: 1.17.0 + version: 1.17.1 manager: conda platform: linux-64 dependencies: @@ -3202,14 +3527,14 @@ package: numpy: '>=1.25.2' python: '>=3.12,<3.13.0a0' python_abi: 3.12.* - url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.0-py312h54fa4ab_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.1-py312h54fa4ab_1.conda hash: - md5: 828eb07c4c87c38ed8c6560c25893280 - sha256: 5b296faf6f5ff90d9ea3f6b16ff38fe2b8fe81c7c45b5e3a78b48887cca881d1 + md5: 15995ecb2ef890778ba9a3750190f09d + sha256: d5ac05ad45c0d48731eb189c2cbb2bb99f0e3cb7e1acaad373cb2f1f2597fc75 category: main optional: false - name: scipy - version: 1.17.0 + version: 1.17.1 manager: conda platform: win-64 dependencies: @@ -3222,34 +3547,34 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.0-py312h9b3c559_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.1-py312h9b3c559_1.conda hash: - md5: da72702707bdb757ad57637815f165b1 - sha256: 0f90709b8b8ffa3f3f8a3e023154be77e3fe7dbeda3de3d62479c862111761f2 + md5: 0b8c96ed1c04732ff8eb5d481b44c43c + sha256: b8a13caeb04f2b943e7c617a4b76805450618716b38688ee8d3f79b60d529e84 category: main optional: false - name: setuptools - version: 82.0.0 + version: 82.0.1 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/setuptools-82.0.0-pyh332efcf_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/setuptools-82.0.1-pyh332efcf_0.conda hash: - md5: 1d00d46c634177fc8ede8b99d6089239 - sha256: fd7201e38e38bf7f25818d624ca8da97b8998957ca9ae3fb7fdc9c17e6b25fcd + md5: 8e194e7b992f99a5015edbd4ebd38efd + sha256: 82088a6e4daa33329a30bc26dc19a98c7c1d3f05c0f73ce9845d4eab4924e9e1 category: main optional: false - name: setuptools - version: 82.0.0 + version: 82.0.1 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/setuptools-82.0.0-pyh332efcf_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/setuptools-82.0.1-pyh332efcf_0.conda hash: - md5: 1d00d46c634177fc8ede8b99d6089239 - sha256: fd7201e38e38bf7f25818d624ca8da97b8998957ca9ae3fb7fdc9c17e6b25fcd + md5: 8e194e7b992f99a5015edbd4ebd38efd + sha256: 82088a6e4daa33329a30bc26dc19a98c7c1d3f05c0f73ce9845d4eab4924e9e1 category: main optional: false - name: six @@ -3269,7 +3594,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -3277,31 +3602,31 @@ package: category: main optional: false - name: snowballstemmer - version: 3.0.1 + version: 3.1.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.1.0-pyhd8ed1ab_0.conda hash: - md5: 755cf22df8693aa0d1aec1c123fa5863 - sha256: 17007a4cfbc564dc3e7310dcbe4932c6ecb21593d4fec3c68610720f19e73fb2 + md5: 1590bceae37377cecba443c83a44c404 + sha256: 6a2936f82e2ce5aef6b10fe2385330de2f8dc4b16832469bec83d5c90b2727e8 category: dev optional: true - name: snowballstemmer - version: 3.0.1 + version: 3.1.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.1.0-pyhd8ed1ab_0.conda hash: - md5: 755cf22df8693aa0d1aec1c123fa5863 - sha256: 17007a4cfbc564dc3e7310dcbe4932c6ecb21593d4fec3c68610720f19e73fb2 + md5: 1590bceae37377cecba443c83a44c404 + sha256: 6a2936f82e2ce5aef6b10fe2385330de2f8dc4b16832469bec83d5c90b2727e8 category: dev optional: true - name: sphinx - version: 8.2.3 + version: 8.3.0 manager: conda platform: linux-64 dependencies: @@ -3323,14 +3648,14 @@ package: sphinxcontrib-jsmath: '>=1.0.1' sphinxcontrib-qthelp: '>=1.0.6' sphinxcontrib-serializinghtml: '>=1.1.9' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.2.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.3.0-pyhd8ed1ab_0.conda hash: - md5: f7af826063ed569bb13f7207d6f949b0 - sha256: 995f58c662db0197d681fa345522fd9e7ac5f05330d3dff095ab2f102e260ab0 + md5: 6ce9ddee4c0f68bda548303196f4cf4c + sha256: 03c4d8b4cf3c5418e15f30f45be52bcde7c7e05baeec7dec5aaf6e238a411481 category: dev optional: true - name: sphinx - version: 8.2.3 + version: 8.3.0 manager: conda platform: win-64 dependencies: @@ -3352,10 +3677,10 @@ package: sphinxcontrib-jsmath: '>=1.0.1' sphinxcontrib-qthelp: '>=1.0.6' sphinxcontrib-serializinghtml: '>=1.1.9' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.2.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.3.0-pyhd8ed1ab_0.conda hash: - md5: f7af826063ed569bb13f7207d6f949b0 - sha256: 995f58c662db0197d681fa345522fd9e7ac5f05330d3dff095ab2f102e260ab0 + md5: 6ce9ddee4c0f68bda548303196f4cf4c + sha256: 03c4d8b4cf3c5418e15f30f45be52bcde7c7e05baeec7dec5aaf6e238a411481 category: dev optional: true - name: sphinx-autodoc-typehints @@ -3619,33 +3944,33 @@ package: category: dev optional: true - name: tbb - version: 2022.3.0 + version: 2023.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libhwloc: '>=2.12.2,<2.12.3.0a0' + libhwloc: '>=2.13.0,<2.13.1.0a0' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2022.3.0-hb700be7_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2023.0.0-hab88423_2.conda hash: - md5: 8f7278ca5f7456a974992a8b34284737 - sha256: 975710e4b7f1b13c3c30b7fbf21e22f50abe0463b6b47a231582fdedcc45c961 + md5: 7073b15f9364ebc118998601ac6ca6a6 + sha256: 30cb9355c2fefc20ff1a3d6566b9714d5614086a2524c07721fc344eb20515ae category: main optional: false - name: tbb - version: 2022.3.0 + version: 2023.0.0 manager: conda platform: win-64 dependencies: - libhwloc: '>=2.12.2,<2.12.3.0a0' + libhwloc: '>=2.13.0,<2.13.1.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tbb-2022.3.0-h3155e25_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/tbb-2023.0.0-hd3d4ead_2.conda hash: - md5: 0f9817ffbe25f9e69ceba5ea70c52606 - sha256: abd9a489f059fba85c8ffa1abdaa4d515d6de6a3325238b8e81203b913cf65a9 + md5: 8ee01a693aecff5432069eaaf1183c45 + sha256: 8a4053839b8e997a5965e2dff7d6cf3c77be62d82c0e48c8a04a5ed2d2e73035 category: main optional: false - name: tk @@ -3677,51 +4002,51 @@ package: category: main optional: false - name: tomli - version: 2.4.0 + version: 2.4.1 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda hash: - md5: 72e780e9aa2d0a3295f59b1874e3768b - sha256: 62940c563de45790ba0f076b9f2085a842a65662268b02dd136a8e9b1eaf47a8 + md5: b5325cf06a000c5b14970462ff5e4d58 + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd category: dev optional: true - name: tomli - version: 2.4.0 + version: 2.4.1 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda hash: - md5: 72e780e9aa2d0a3295f59b1874e3768b - sha256: 62940c563de45790ba0f076b9f2085a842a65662268b02dd136a8e9b1eaf47a8 + md5: b5325cf06a000c5b14970462ff5e4d58 + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd category: dev optional: true - name: tomlkit - version: 0.14.0 + version: 0.15.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.15.0-pyha770c72_0.conda hash: - md5: 385dca77a8b0ec6fa9b92cb62d09b43b - sha256: b35082091c8efd084e51bc3a4a2d3b07897eff232aaf58cbc0f959b6291a6a93 + md5: 42ef10a8f7f5d55a2e267c0d5daa6387 + sha256: 1cd52f9ccb4854c4d731438afe0e833b6b71edaf5ede661152aa98efb3a7cc70 category: dev optional: true - name: tomlkit - version: 0.14.0 + version: 0.15.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.15.0-pyha770c72_0.conda hash: - md5: 385dca77a8b0ec6fa9b92cb62d09b43b - sha256: b35082091c8efd084e51bc3a4a2d3b07897eff232aaf58cbc0f959b6291a6a93 + md5: 42ef10a8f7f5d55a2e267c0d5daa6387 + sha256: 1cd52f9ccb4854c4d731438afe0e833b6b71edaf5ede661152aa98efb3a7cc70 category: dev optional: true - name: typing-extensions @@ -3753,12 +4078,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.12.0' - url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhcf101f3_2.conda hash: - md5: a0a4a3035667fc34f29bfbd5c190baa6 - sha256: 70db27de58a97aeb7ba7448366c9853f91b21137492e0b4430251a1870aa8ff4 + md5: 53f5409c5cfd6c5a66417d68e3f0a864 + sha256: 8b90d2f19f9458b8c58a55e1fcdc1d90c1603a847a47654d8a454549413ba60a category: main optional: false - name: typing-inspection @@ -3766,12 +4091,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.12.0' - url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhcf101f3_2.conda hash: - md5: a0a4a3035667fc34f29bfbd5c190baa6 - sha256: 70db27de58a97aeb7ba7448366c9853f91b21137492e0b4430251a1870aa8ff4 + md5: 53f5409c5cfd6c5a66417d68e3f0a864 + sha256: 8b90d2f19f9458b8c58a55e1fcdc1d90c1603a847a47654d8a454549413ba60a category: main optional: false - name: typing_extensions @@ -3791,7 +4116,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -3863,7 +4188,7 @@ package: category: main optional: false - name: urllib3 - version: 2.6.3 + version: 2.7.0 manager: conda platform: linux-64 dependencies: @@ -3872,14 +4197,14 @@ package: h2: '>=4,<5' pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.6.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda hash: - md5: 9272daa869e03efe68833e3dc7a02130 - sha256: af641ca7ab0c64525a96fd9ad3081b0f5bcf5d1cbb091afb3f6ed5a9eee6111a + md5: cbb88288f74dbe6ada1c6c7d0a97223e + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 category: dev optional: true - name: urllib3 - version: 2.6.3 + version: 2.7.0 manager: conda platform: win-64 dependencies: @@ -3888,73 +4213,73 @@ package: h2: '>=4,<5' pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.6.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda hash: - md5: 9272daa869e03efe68833e3dc7a02130 - sha256: af641ca7ab0c64525a96fd9ad3081b0f5bcf5d1cbb091afb3f6ed5a9eee6111a + md5: cbb88288f74dbe6ada1c6c7d0a97223e + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 category: dev optional: true - name: vc - version: '14.3' + version: '14.5' manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h41ae7f8_34.conda + vc14_runtime: '>=14.51.36231' + url: https://repo.prefix.dev/conda-forge/win-64/vc-14.5-h1b7c187_38.conda hash: - md5: 1e610f2416b6acdd231c5f573d754a0f - sha256: 9dc40c2610a6e6727d635c62cced5ef30b7b30123f5ef67d6139e23d21744b3a + md5: 774568633f3b26d7a4a6dd4f9ea6d3e1 + sha256: 61b68e5a4fc71a17f8d64b12e013a2f971ad980bd08e9c389d5e68efe1a67de0 category: main optional: false - name: vc14_runtime - version: 14.44.35208 + version: 14.51.36231 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vcomp14: 14.44.35208 - url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_34.conda + vcomp14: 14.51.36231 + url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.51.36231-h1b9f54f_38.conda hash: - md5: 37eb311485d2d8b2c419449582046a42 - sha256: 02732f953292cce179de9b633e74928037fa3741eb5ef91c3f8bae4f761d32a5 + md5: 2cdcd8ea1010920911bb2eacb4c61227 + sha256: 957c7c65583c7107a5e76f39756c6361fcb7b0dc101ac7c0aea86e7ca09fe49c category: main optional: false - name: vcomp14 - version: 14.44.35208 + version: 14.51.36231 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - url: https://repo.prefix.dev/conda-forge/win-64/vcomp14-14.44.35208-h818238b_34.conda + url: https://repo.prefix.dev/conda-forge/win-64/vcomp14-14.51.36231-h1b9f54f_38.conda hash: - md5: 242d9f25d2ae60c76b38a5e42858e51d - sha256: 878d5d10318b119bd98ed3ed874bd467acbe21996e1d81597a1dbf8030ea0ce6 + md5: 63ee70d69d7540e821940dac5d4d9ba2 + sha256: c645fdc1f0f47718431d973386e946754a10200e7ba2c32032560913a970cacd category: main optional: false - name: wheel - version: 0.46.3 + version: 0.47.0 manager: conda platform: linux-64 dependencies: packaging: '>=24.0' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda hash: - md5: bdbd7385b4a67025ac2dba4ef8cb6a8f - sha256: d6cf2f0ebd5e09120c28ecba450556ce553752652d91795442f0e70f837126ae + md5: d0e3b2f0030cf4fca58bde71d246e94c + sha256: 9e156ffaefb8463437144326ada4b85d1de17961b9997ac5f1cbbaf747bd8bed category: main optional: false - name: wheel - version: 0.46.3 + version: 0.47.0 manager: conda platform: win-64 dependencies: packaging: '>=24.0' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.46.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda hash: - md5: bdbd7385b4a67025ac2dba4ef8cb6a8f - sha256: d6cf2f0ebd5e09120c28ecba450556ce553752652d91795442f0e70f837126ae + md5: d0e3b2f0030cf4fca58bde71d246e94c + sha256: 9e156ffaefb8463437144326ada4b85d1de17961b9997ac5f1cbbaf747bd8bed category: main optional: false - name: win_inet_pton @@ -4052,27 +4377,27 @@ package: category: dev optional: true - name: zipp - version: 3.23.0 + version: 4.1.0 manager: conda platform: linux-64 dependencies: python: '' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda hash: - md5: 30cd29cb87d819caead4d55184c1d115 - sha256: b4533f7d9efc976511a73ef7d4a2473406d7f4c750884be8e8620b0ce70f4dae + md5: ba3dcdc8584155c97c648ae9c044b7a3 + sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 category: dev optional: true - name: zipp - version: 3.23.0 + version: 4.1.0 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda hash: - md5: 30cd29cb87d819caead4d55184c1d115 - sha256: b4533f7d9efc976511a73ef7d4a2473406d7f4c750884be8e8620b0ce70f4dae + md5: ba3dcdc8584155c97c648ae9c044b7a3 + sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 category: dev optional: true - name: zlib-ng @@ -4132,72 +4457,74 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev37+668a9e0 + version: 0.8.0a1.dev3+6222ed5 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a3.dev5+9e0a86e5 + geoh5py: 0.13.0b2.dev5+cbdabab5 matplotlib: '>=3.10.0,<3.11.0' numpy: '>=2.4.2,<2.5.0' pydantic: '>=2.12.0,<2.13.0' scipy: '>=1.17.0,<1.18.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 hash: - sha256: 668a9e0da5214e4a3bce466321cd910f1bb00b02 + sha256: 6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev37+668a9e0 + version: 0.8.0a1.dev3+6222ed5 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a3.dev5+9e0a86e5 + geoh5py: 0.13.0b2.dev5+cbdabab5 matplotlib: '>=3.10.0,<3.11.0' numpy: '>=2.4.2,<2.5.0' pydantic: '>=2.12.0,<2.13.0' scipy: '>=1.17.0,<1.18.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 hash: - sha256: 668a9e0da5214e4a3bce466321cd910f1bb00b02 + sha256: 6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 category: main optional: false - name: geoh5py - version: 0.13.0a3.dev5+9e0a86e5 + version: 0.13.0b2.dev5+cbdabab5 manager: pip platform: linux-64 dependencies: - h5py: '>=3.15.0,<4.0.0' + h5py: '>=3.15.0,<3.16.0' numpy: '>=2.4.0,<2.5.0' - pillow: '>=12.1.0,<12.2.0' + pillow: '>=12.2.0,<12.3.0' + psutil: '>=7.2.2,<7.3.0' pydantic: '>=2.12.0,<2.13.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 hash: - sha256: 9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + sha256: cbdabab52382413a3d6176262a2bf189a9b4cd24 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 category: main optional: false - name: geoh5py - version: 0.13.0a3.dev5+9e0a86e5 + version: 0.13.0b2.dev5+cbdabab5 manager: pip platform: win-64 dependencies: - h5py: '>=3.15.0,<4.0.0' + h5py: '>=3.15.0,<3.16.0' numpy: '>=2.4.0,<2.5.0' - pillow: '>=12.1.0,<12.2.0' + pillow: '>=12.2.0,<12.3.0' + psutil: '>=7.2.2,<7.3.0' pydantic: '>=2.12.0,<2.13.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 hash: - sha256: 9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + sha256: cbdabab52382413a3d6176262a2bf189a9b4cd24 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 category: main optional: false diff --git a/py-3.13.conda-lock.yml b/py-3.13.conda-lock.yml index 9f8042a..d01d258 100644 --- a/py-3.13.conda-lock.yml +++ b/py-3.13.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 83076c0d60dae94ca39e2c9cfd7903b4a93f72ab7b4d8a0b7c561f1d9057fd9e - linux-64: b18f500e8e85b4eb023bb9ed063cbde272610e416ada2de4902e592caa9ef7e1 + win-64: bc6181b1344600521cd6f1dee8d2b47e8f823b04a119ab0616e60009357ff824 + linux-64: 30dc1a8729f1afe543ecb8b885261b2d4c9f6317cf69986c9efb5eb31ccaf142 channels: - url: conda-forge used_env_vars: [] @@ -130,17 +130,304 @@ package: sha256: 599ce66ba762cffdb067ff1688db73e06a5fee97d15def002705912893348ff3 category: dev optional: true +- name: aws-c-auth + version: 0.10.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-auth-0.10.1-ha62d5e7_3.conda + hash: + md5: 55eaf7066da1299d217ab32baedc7fa8 + sha256: ccbf2cc4bea4aab6e071d67ecc2743197759f6df855787e7a5f57f7973f913a2 + category: main + optional: false +- name: aws-c-auth + version: 0.10.1 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-auth-0.10.1-h8b39d88_3.conda + hash: + md5: 9f25944ccae498b7afbc81ce24f4c37a + sha256: ffa66e862ddcd8a825c3d44e83404daec7b8d36b7313650e09aa39443c312f5e + category: main + optional: false +- name: aws-c-cal + version: 0.9.13 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + openssl: '>=3.5.4,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-cal-0.9.13-h2c9d079_1.conda + hash: + md5: 3c3d02681058c3d206b562b2e3bc337f + sha256: f21d648349a318f4ae457ea5403d542ba6c0e0343b8642038523dd612b2a5064 + category: main + optional: false +- name: aws-c-cal + version: 0.9.13 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-cal-0.9.13-h46f3b43_1.conda + hash: + md5: 7cc4953d504d4e8f3d6f4facb8549465 + sha256: 5f61082caea9fbdd6ba02702935e9dea9997459a7e6c06fd47f21b81aac882fb + category: main + optional: false +- name: aws-c-common + version: 0.12.6 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-common-0.12.6-hb03c661_0.conda + hash: + md5: e36ad70a7e0b48f091ed6902f04c23b8 + sha256: 926a5b9de0a586e88669d81de717c8dd3218c51ce55658e8a16af7e7fe87c833 + category: main + optional: false +- name: aws-c-common + version: 0.12.6 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-common-0.12.6-hfd05255_0.conda + hash: + md5: b1465f33b05b9af02ad0887c01837831 + sha256: 0627691c34eb3d9fcd18c71346d9f16f83e8e58f9983e792138a2cccf387d18a + category: main + optional: false +- name: aws-c-compression + version: 0.3.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-compression-0.3.2-h8b1a151_0.conda + hash: + md5: f16f498641c9e05b645fe65902df661a + sha256: 1838bdc077b77168416801f4715335b65e9223f83641a2c28644f8acd8f9db0e + category: main + optional: false +- name: aws-c-compression + version: 0.3.2 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-compression-0.3.2-hcb3a2da_0.conda + hash: + md5: 0385f2340be1776b513258adaf70e208 + sha256: f98fbb797d28de3ae41dbd42590549ee0a2a4e61772f9cc6d1a4fa45d47637de + category: main + optional: false +- name: aws-c-http + version: 0.10.13 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-compression: '>=0.3.2,<0.3.3.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-http-0.10.13-h4bacb7b_0.conda + hash: + md5: 77f70a9ab785a146dbf66fba00131403 + sha256: 38cfc8894db6729770ac18f900296c3f7c20f349a5586a8d8e1a62571fce61d5 + category: main + optional: false +- name: aws-c-http + version: 0.10.13 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-compression: '>=0.3.2,<0.3.3.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-http-0.10.13-h612f3e8_0.conda + hash: + md5: 88626be3c14ac87c09629dcbf65e6279 + sha256: cf939d4a0849bc41421b4c380b2bbbc0beb1fd9b375bb9627b98d9415ec9ea69 + category: main + optional: false +- name: aws-c-io + version: 0.26.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + s2n: '>=1.7.3,<1.7.4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-io-0.26.3-hb18f61d_2.conda + hash: + md5: d1337309873c443bcc9f118b67eed84e + sha256: eee7f7aa2c5b9e0a31edba7b81482036fbe751c40bc6697fd057fbd2c656406b + category: main + optional: false +- name: aws-c-io + version: 0.26.3 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-io-0.26.3-h0d5b9f9_2.conda + hash: + md5: 86eb8e8959c2d6053a50ad31ef6e5b5d + sha256: 7cf5aca930fc12f4e27bd4645d20224d608c2c650443e5633faea3bf8b0a7736 + category: main + optional: false +- name: aws-c-s3 + version: 0.12.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-checksums: '>=0.2.10,<0.2.11.0a0' + libgcc: '>=14' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-s3-0.12.2-he6ee468_1.conda + hash: + md5: 50ae8372984b8b98e056ac8f6b70ab29 + sha256: 4cecb4d595b7cf558087c37b8131cae5204b2c64d75f6b951dc3731d3f872bb8 + category: main + optional: false +- name: aws-c-s3 + version: 0.12.2 + manager: conda + platform: win-64 + dependencies: + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-checksums: '>=0.2.10,<0.2.11.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-s3-0.12.2-h61b906f_1.conda + hash: + md5: 2c4cd5a0bb004c9975a4d7257a55c34a + sha256: 8d9c747d71c493e6d5e5a125a267c6ac51baba1e4b89c01c2a4084239267b8e1 + category: main + optional: false +- name: aws-c-sdkutils + version: 0.2.4 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h8b1a151_4.conda + hash: + md5: c7e3e08b7b1b285524ab9d74162ce40b + sha256: 9d62c5029f6f8219368a8665f0a549da572dc777f52413b7d75609cacdbc02cc + category: main + optional: false +- name: aws-c-sdkutils + version: 0.2.4 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-sdkutils-0.2.4-hcb3a2da_4.conda + hash: + md5: 3c97faee5be6fd0069410cf2bca71c85 + sha256: c86c30edba7457e04d905c959328142603b62d7d1888aed893b2e21cca9c302c + category: main + optional: false +- name: aws-checksums + version: 0.2.10 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-checksums-0.2.10-h8b1a151_0.conda + hash: + md5: f8e1bcc5c7d839c5882e94498791be08 + sha256: 09472dd5fa4473cffd44741ee4c1112f2c76d7168d1343de53c2ad283dc1efa6 + category: main + optional: false +- name: aws-checksums + version: 0.2.10 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-checksums-0.2.10-hcb3a2da_0.conda + hash: + md5: 96e950e5007fb691322db578736aba52 + sha256: 505b2365bbf3c197c9c2e007ba8262bcdaaddc970f84ce67cf73868ca2990989 + category: main + optional: false - name: babel version: 2.18.0 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - pytz: '>=2015.7' - url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda hash: - md5: ea5be9abc2939c8431893b4e123a2065 - sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb + md5: f1976ce927373500cc19d3c0b2c85177 + sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 category: dev optional: true - name: babel @@ -148,16 +435,15 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' - pytz: '>=2015.7' - url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda hash: - md5: ea5be9abc2939c8431893b4e123a2065 - sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb + md5: f1976ce927373500cc19d3c0b2c85177 + sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 category: dev optional: true - name: backports.zstd - version: 1.3.0 + version: 1.5.0 manager: conda platform: linux-64 dependencies: @@ -166,14 +452,14 @@ package: python: '' python_abi: 3.13.* zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.3.0-py313h18e8e13_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/backports.zstd-1.5.0-py313h18e8e13_0.conda hash: - md5: d9e90792551a527200637e23a915dd79 - sha256: 9552afbec37c4d8d0e83a5c4c6b3c7f4b8785f935094ce3881e0a249045909ce + md5: 0de0c2c1f2677ea074bdda91de5a4c01 + sha256: 310e114a783b249517d1dd6e74b3f339af30e947bc93446ae4e4e9c86fff7478 category: dev optional: true - name: backports.zstd - version: 1.3.0 + version: 1.5.0 manager: conda platform: win-64 dependencies: @@ -183,10 +469,10 @@ package: vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.3.0-py313h2a31948_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/backports.zstd-1.5.0-py313h2a31948_0.conda hash: - md5: cdcdfe68c5bc9af9e908e35ebffc9fe1 - sha256: 1e76ed9bcf07ef1df9c964d73e9cda08a0380845d09c8da1678a1687dc087c34 + md5: e3aaaf11ae0e2e2bab3b418abc678158 + sha256: 254383b75bf920e72ff0629c6a1828aefbacc9e9f27a168357a98aa50ae16c23 category: dev optional: true - name: brotli @@ -326,27 +612,27 @@ package: category: main optional: false - name: ca-certificates - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: linux-64 dependencies: __unix: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.5.20-hbd8a1cb_0.conda hash: - md5: bddacf101bb4dd0e51811cb69c7790e2 - sha256: b5974ec9b50e3c514a382335efa81ed02b05906849827a34061c496f4defa0b2 + md5: 489b8e97e666c93f68fdb35c3c9b957f + sha256: 9812a303a1395e1dafbd92e5bc8a1ff6013bcbba0a09c7f03a8d23e43560aa9b category: main optional: false - name: ca-certificates - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: win-64 dependencies: __win: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-h4c7d964_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.5.20-h4c7d964_0.conda hash: - md5: 84d389c9eee640dda3d26fc5335c67d8 - sha256: 4ddcb01be03f85d3db9d881407fb13a673372f1b9fac9c836ea441893390e049 + md5: c9b86eece2f944541b86441c94117ab3 + sha256: 86981d764e4ea1883409d30447ff9da46127426d31a63df08315aaded768e652 category: main optional: false - name: cached-property @@ -398,51 +684,51 @@ package: category: main optional: false - name: certifi - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.5.20-pyhd8ed1ab_0.conda hash: - md5: eacc711330cd46939f66cd401ff9c44b - sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 + md5: 9fefff2f745ea1cc2ef15211a20c054a + sha256: 645655a3510e38e625da136595f3f16f2130c3263630cc3bc8f60f619ddbe490 category: dev optional: true - name: certifi - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.5.20-pyhd8ed1ab_0.conda hash: - md5: eacc711330cd46939f66cd401ff9c44b - sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 + md5: 9fefff2f745ea1cc2ef15211a20c054a + sha256: 645655a3510e38e625da136595f3f16f2130c3263630cc3bc8f60f619ddbe490 category: dev optional: true - name: charset-normalizer - version: 3.4.4 + version: 3.4.7 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda hash: - md5: a22d1fd9bf98827e280a02875d9a007a - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 + md5: a9167b9571f3baa9d448faa2139d1089 + sha256: 3f9483d62ce24ecd063f8a5a714448445dc8d9e201147c46699fc0033e824457 category: dev optional: true - name: charset-normalizer - version: 3.4.4 + version: 3.4.7 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda hash: - md5: a22d1fd9bf98827e280a02875d9a007a - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 + md5: a9167b9571f3baa9d448faa2139d1089 + sha256: 3f9483d62ce24ecd063f8a5a714448445dc8d9e201147c46699fc0033e824457 category: dev optional: true - name: colorama @@ -504,7 +790,7 @@ package: category: main optional: false - name: coverage - version: 7.13.4 + version: 7.14.1 manager: conda platform: linux-64 dependencies: @@ -513,14 +799,14 @@ package: python: '>=3.13,<3.14.0a0' python_abi: 3.13.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py313h3dea7bd_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.14.1-py313h3dea7bd_0.conda hash: - md5: 77e1fc7133e03ccd62070f2405c82ea9 - sha256: 5b88b351c6a61ac25ed02e23cd37b25cc90e071f5cdfbc375b656356fb04ca5c + md5: 86bbb569988f077e5cb30acac5799599 + sha256: b4ff99ffe4e60119c2f99fa29234b4267f7e0f43dbf5396dad0f8adaf95284e2 category: dev optional: true - name: coverage - version: 7.13.4 + version: 7.14.1 manager: conda platform: win-64 dependencies: @@ -530,10 +816,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py313hd650c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.14.1-py313hd650c13_0.conda hash: - md5: 663fdd0fc33f6dd666642c24d64df072 - sha256: 284f87de1929a46dc69a1d247bd8d7c7cb491eb6cc7cbba5dcc1c11dc20550b7 + md5: b814bf3906ccacfef0904c17b8e46d69 + sha256: cda15c313312f6fe90489df9b37dd0277fa7dbd4d52f3ea0aad2c48806bc1e55 category: dev optional: true - name: cycler @@ -541,7 +827,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -553,7 +839,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -565,7 +851,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -577,7 +863,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -592,7 +878,7 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '' python_abi: 3.13.* scipy: '>=1.12' @@ -607,7 +893,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '' python_abi: 3.13.* scipy: '>=1.12' @@ -671,7 +957,7 @@ package: category: dev optional: true - name: fonttools - version: 4.61.1 + version: 4.63.0 manager: conda platform: linux-64 dependencies: @@ -681,14 +967,14 @@ package: munkres: '' python: '>=3.13,<3.14.0a0' python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.61.1-py313h3dea7bd_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/fonttools-4.63.0-py313h3dea7bd_0.conda hash: - md5: c0f36dfbb130da4f6ce2df31f6b25ea8 - sha256: 97f225199e6e5dfb93f551087c0951fee92db2d29a9dcb6a0346d66bff06fea4 + md5: ae83c999b4cfc4c171ce88b99c8b43cc + sha256: e0029a390d7aef29bd6e7c12a3759f5e0b989930b5781e544ca9bac0abcd8442 category: main optional: false - name: fonttools - version: 4.61.1 + version: 4.63.0 manager: conda platform: win-64 dependencies: @@ -699,36 +985,36 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.61.1-py313hd650c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/fonttools-4.63.0-py313hd650c13_0.conda hash: - md5: c6fbf3a96192c26a75ed5755bd904fea - sha256: da82b8e843103bf4aaab470e4b8025286357dc8c34cd47817350dcb14ad307fb + md5: 2b7be2be35fc3b035f1365a015af9706 + sha256: 10cd3c3606219bc8e1a387757b069175b8202c54f02244b1557c283bd6c252d1 category: main optional: false - name: freetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: - libfreetype: 2.14.1 - libfreetype6: 2.14.1 - url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda + libfreetype: 2.14.3 + libfreetype6: 2.14.3 + url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda hash: - md5: 4afc585cd97ba8a23809406cd8a9eda8 - sha256: bf8e4dffe46f7d25dc06f31038cacb01672c47b9f45201f065b0f4d00ab0a83e + md5: 8462b5322567212beeb025f3519fb3e2 + sha256: c934c385889c7836f034039b43b05ccfa98f53c900db03d8411189892ced090b category: main optional: false - name: freetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libfreetype: 2.14.1 - libfreetype6: 2.14.1 - url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.1-h57928b3_0.conda + libfreetype: 2.14.3 + libfreetype6: 2.14.3 + url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.3-h57928b3_0.conda hash: - md5: d69c21967f35eb2ce7f1f85d6b6022d3 - sha256: a9b3313edea0bf14ea6147ea43a1059d0bf78771a1336d2c8282891efc57709a + md5: 507b36518b5a595edda64066c820a6ef + sha256: 70815dbae6ccdfbb0a47269101a260b0a2e11a2ab5c0f7209f325d01bdb18fb7 category: main optional: false - name: h2 @@ -738,7 +1024,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -752,7 +1038,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -760,78 +1046,90 @@ package: category: dev optional: true - name: h5py - version: 3.15.1 + version: 3.16.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' cached-property: '' - hdf5: '>=1.14.6,<1.14.7.0a0' + hdf5: '>=2.1.0,<3.0a0' libgcc: '>=14' numpy: '>=1.23,<3' python: '>=3.13,<3.14.0a0' python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py313h253c126_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.16.0-nompi_py313h22c32d4_102.conda hash: - md5: 5d90c98527ecc832287115d57c121062 - sha256: 2de2c63ad6e7483456f6ff359380df63edf32770c140ec08c904ff89b6ed3903 + md5: 37727e0bcda5059c33c83fdf5b13a9a1 + sha256: 3def6d562885610497befa9dd81c685c53bb027309407797ad9918d4179dda21 category: main optional: false - name: h5py - version: 3.15.1 + version: 3.16.0 manager: conda platform: win-64 dependencies: cached-property: '' - hdf5: '>=1.14.6,<1.14.7.0a0' + hdf5: '>=2.1.0,<3.0a0' numpy: '>=1.23,<3' python: '>=3.13,<3.14.0a0' python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py313hf7f959b_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.16.0-nompi_py313hd050a09_102.conda hash: - md5: 29bcfb479b3030e2c190f53058b9a345 - sha256: 29a78560dca6e278cff35f31867ba19c5b632010fb4ed800ffe67e0679be22d1 + md5: 9e9b344f00e7fa96311ae54de9370a6e + sha256: 5ee4b5608dd1c65b21268627cd590989e4de972ffe2b8e4fe5a93c8c8ed7f54e category: main optional: false - name: hdf5 - version: 1.14.6 + version: 2.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-s3: '>=0.12.2,<0.12.3.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' libaec: '>=1.1.5,<2.0a0' - libcurl: '>=8.18.0,<9.0a0' + libcurl: '>=8.20.0,<9.0a0' libgcc: '>=14' libgfortran: '' libgfortran5: '>=14.3.0' libstdcxx: '>=14' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-2.1.0-nompi_h87a9417_105.conda hash: - md5: c223ee1429ba538f3e48cfb4a0b97357 - sha256: 1fc50ce3b86710fba3ec9c5714f1612b5ffa4230d70bfe43e2a1436eacba1621 + md5: 0d0595612fa229dddb5fc565c260a11f + sha256: beb8a2fb18924ca7b5b82cfb50f008f882f577daef2c00ed88022abea35fec76 category: main optional: false - name: hdf5 - version: 1.14.6 + version: 2.1.0 manager: conda platform: win-64 dependencies: + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-s3: '>=0.12.2,<0.12.3.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' libaec: '>=1.1.5,<2.0a0' - libcurl: '>=8.18.0,<9.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libcurl: '>=8.20.0,<9.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/hdf5-1.14.6-nompi_hae35d4c_106.conda + url: https://repo.prefix.dev/conda-forge/win-64/hdf5-2.1.0-nompi_h0a39f1e_105.conda hash: - md5: e2fb54650b51dcd92dfcbf42d2222ff8 - sha256: d9f8f202ee91ae93515b18c498970f178dfd061743f25a65a205f848e197437f + md5: d5850b9e97b9a577441067628fb8d573 + sha256: 2f2d49ccf163a4bdf556662fb2949bdf408940e2db67a2d15be2d8be247b6e43 category: main optional: false - name: hpack @@ -883,105 +1181,91 @@ package: category: dev optional: true - name: icu - version: '78.2' + version: '78.3' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.2-h33c6efd_0.conda - hash: - md5: 186a18e3ba246eccfc7cff00cd19a870 - sha256: 142a722072fa96cf16ff98eaaf641f54ab84744af81754c292cb81e0881c0329 - category: main - optional: false -- name: icu - version: '78.2' - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/icu-78.2-h637d24d_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.3-h33c6efd_0.conda hash: - md5: 0ee3bb487600d5e71ab7d28951b2016a - sha256: 5a41fb28971342e293769fc968b3414253a2f8d9e30ed7c31517a15b4887246a + md5: c80d8a3b84358cb967fa81e7075fbc8a + sha256: fbf86c4a59c2ed05bbffb2ba25c7ed94f6185ec30ecb691615d42342baa1a16a category: main optional: false - name: idna - version: '3.11' + version: '3.17' manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.17-pyhcf101f3_0.conda hash: - md5: 53abe63df7e10a6ba605dc5f9f961d36 - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 + md5: c75e517ebd7a5c5272fe111e8b162228 + sha256: f9fe1f9e539c544405ccb7ba632d4ba79edf243c05554d76ace073158a80b691 category: dev optional: true - name: idna - version: '3.11' + version: '3.17' manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.17-pyhcf101f3_0.conda hash: - md5: 53abe63df7e10a6ba605dc5f9f961d36 - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 + md5: c75e517ebd7a5c5272fe111e8b162228 + sha256: f9fe1f9e539c544405ccb7ba632d4ba79edf243c05554d76ace073158a80b691 category: dev optional: true - name: imagesize - version: 1.4.1 + version: 2.0.0 manager: conda platform: linux-64 dependencies: - python: '>=3.4' - url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/imagesize-2.0.0-pyhd8ed1ab_0.conda hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 92617c2ba2847cca7a6ed813b6f4ab79 + sha256: 5a047f9eac290e679b4e6f6f4cbfcc5acdfbf031a4f06824d4ddb590cdbb850b category: dev optional: true - name: imagesize - version: 1.4.1 + version: 2.0.0 manager: conda platform: win-64 dependencies: - python: '>=3.4' - url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/imagesize-2.0.0-pyhd8ed1ab_0.conda hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 92617c2ba2847cca7a6ed813b6f4ab79 + sha256: 5a047f9eac290e679b4e6f6f4cbfcc5acdfbf031a4f06824d4ddb590cdbb850b category: dev optional: true - name: importlib-metadata - version: 8.7.0 + version: 9.0.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' zipp: '>=3.20' - url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda hash: - md5: 63ccfdc3a3ce25b027b8767eb722fca8 - sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 + md5: ffc17e785d64e12fc311af9184221839 + sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 category: dev optional: true - name: importlib-metadata - version: 8.7.0 + version: 9.0.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' zipp: '>=3.20' - url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda hash: - md5: 63ccfdc3a3ce25b027b8767eb722fca8 - sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 + md5: ffc17e785d64e12fc311af9184221839 + sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 category: dev optional: true - name: iniconfig @@ -1009,29 +1293,29 @@ package: category: dev optional: true - name: isort - version: 7.0.0 + version: 8.0.1 manager: conda platform: linux-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-8.0.1-pyhd8ed1ab_0.conda hash: - md5: 55a61979242077b2cc377c74326ea9f0 - sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 + md5: 98cdd8615792e90da1023bc546f806d9 + sha256: cc5c2b513143ea9675ba5b3570182f7568fd1029b299ee3bc58424dcce8c5539 category: dev optional: true - name: isort - version: 7.0.0 + version: 8.0.1 manager: conda platform: win-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-8.0.1-pyhd8ed1ab_0.conda hash: - md5: 55a61979242077b2cc377c74326ea9f0 - sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 + md5: 98cdd8615792e90da1023bc546f806d9 + sha256: cc5c2b513143ea9675ba5b3570182f7568fd1029b299ee3bc58424dcce8c5539 category: dev optional: true - name: jinja2 @@ -1040,7 +1324,7 @@ package: platform: linux-64 dependencies: markupsafe: '>=2.0' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -1053,7 +1337,7 @@ package: platform: win-64 dependencies: markupsafe: '>=2.0' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -1074,7 +1358,7 @@ package: category: main optional: false - name: kiwisolver - version: 1.4.9 + version: 1.5.0 manager: conda platform: linux-64 dependencies: @@ -1083,14 +1367,14 @@ package: libstdcxx: '>=14' python: '' python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py313hc8edb43_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.5.0-py313hc8edb43_0.conda hash: - md5: 3e0e65595330e26515e31b7fc6d933c7 - sha256: 60d7d525db89401f88f5c91bdbb79d3afbf005e7d7c1326318659fa097607e51 + md5: b81883b9dbf5069821c2fb09a8ba1407 + sha256: 0447d2901639f295989c5ccba7b1c367ed78b216e0d2705327a8c8a87a31177e category: main optional: false - name: kiwisolver - version: 1.4.9 + version: 1.5.0 manager: conda platform: win-64 dependencies: @@ -1099,10 +1383,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py313h1a38498_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.5.0-py313h1a38498_0.conda hash: - md5: f77249adfa3f0091e016610346affd09 - sha256: 40eafae7e9cdbe97eeb56ab0882816d3f68a2af4080a822f7349f986de2adeb6 + md5: 7e40c4c1af80d907eb2973ab73418095 + sha256: 58c7b7d85ea3c0fac593fde238b994ee2d4fa8467decfe369dabfb5516b7ded4 category: main optional: false - name: krb5 @@ -1138,34 +1422,34 @@ package: category: main optional: false - name: lcms2 - version: '2.18' + version: 2.19.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libjpeg-turbo: '>=3.1.2,<4.0a0' + libjpeg-turbo: '>=3.1.4.1,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/lcms2-2.19.1-h0c24ade_1.conda hash: - md5: 6f2e2c8f58160147c4d1c6f4c14cbac4 - sha256: 836ec4b895352110335b9fdcfa83a8dcdbe6c5fb7c06c4929130600caea91c0a + md5: 8b3ce45e929cd8e8e5f4d18586b56d8b + sha256: 112b5b9462572d970f4abd2912f76a25ee7db158b1e7260163d91dd8a630db84 category: main optional: false - name: lcms2 - version: '2.18' + version: 2.19.1 manager: conda platform: win-64 dependencies: - libjpeg-turbo: '>=3.1.2,<4.0a0' + libjpeg-turbo: '>=3.1.4.1,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/lcms2-2.18-hf2c6c5f_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/lcms2-2.19.1-hf2c6c5f_1.conda hash: - md5: b6c68d6b829b044cd17a41e0a8a23ca1 - sha256: 7eeb18c5c86db146b62da66d9e8b0e753a52987f9134a494309588bbeceddf28 + md5: 1df4012c8a2478699d07bc26af66d41e + sha256: 5ed63a32639a130564a870becb679fd52dfb816666a61ed3c023917389010480 category: main optional: false - name: ld_impl_linux-64 @@ -1175,38 +1459,38 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda hash: - md5: 12bd9a3f089ee6c9266a37dab82afabd - sha256: 565941ac1f8b0d2f2e8f02827cbca648f4d18cd461afc31f15604cd291b5c5f3 + md5: 18335a698559cdbcd86150a48bf54ba6 + sha256: 3d584956604909ff5df353767f3a2a2f60e07d070b328d109f30ac40cd62df6c category: main optional: false - name: lerc - version: 4.0.0 + version: 4.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda + libgcc: '>=14' + libstdcxx: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda hash: - md5: 9344155d33912347b37f0ae6c410a835 - sha256: 412381a43d5ff9bbed82cd52a0bbca5b90623f62e41007c9c42d3870c60945ff + md5: a752488c68f2e7c456bcbd8f16eec275 + sha256: f84cb54782f7e9cea95e810ea8fef186e0652d0fa73d3009914fa2c1262594e1 category: main optional: false - name: lerc - version: 4.0.0 + version: 4.1.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/lerc-4.0.0-h6470a55_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/lerc-4.1.0-hd936e49_0.conda hash: - md5: c1b81da6d29a14b542da14a36c9fbf3f - sha256: 868a3dff758cc676fa1286d3f36c3e0101cca56730f7be531ab84dc91ec58e9d + md5: 54b231d595bc1ff9bff668dd443ee012 + sha256: 45df58fca800b552b17c3914cc9ab0d55a82c5172d72b5c44a59c710c06c5473 category: main optional: false - name: libaec @@ -1242,11 +1526,11 @@ package: manager: conda platform: linux-64 dependencies: - mkl: '>=2025.3.0,<2026.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h5875eb1_mkl.conda + mkl: '>=2026.0.0,<2027.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-8_h5875eb1_mkl.conda hash: - md5: 9d2f2e3a943d38f972ceef9cde8ba4bf - sha256: 328d64d4eb51047c39a8039a30eb47695855829d0a11b72d932171cb1dcdfad3 + md5: 8ae84a87356b604a62f1aee136ef8efb + sha256: e30f7fa2a2fb6985f9ac6604575cb318b9ae44e263f6cacc282daee9dbd6127d category: main optional: false - name: libblas @@ -1254,11 +1538,11 @@ package: manager: conda platform: win-64 dependencies: - mkl: '>=2025.3.0,<2026.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-5_hf2e6a31_mkl.conda + mkl: '>=2026.0.0,<2027.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-8_h8455456_mkl.conda hash: - md5: f9decf88743af85c9c9e05556a4c47c0 - sha256: f0cb7b2697461a306341f7ff32d5b361bb84f3e94478464c1e27ee01fc8f276b + md5: 4a0ce24b1a946ff77ae9eaa7ef015a33 + sha256: 43a87b59e6d4c68d80b2e4de487b1b54d66fe1f9a06636909b5a5ab9eae27269 category: main optional: false - name: libbrotlicommon @@ -1352,10 +1636,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_hfef963f_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-8_hfef963f_mkl.conda hash: - md5: 9b6cb3aa4b7912121c64b97a76ca43d5 - sha256: 8352f472c49c42a83a20387b5f6addab1f910c5a62f4f5b8998d7dc89131ba2e + md5: 2101410a3915785b2c1595d1ae94e32c + sha256: a3ea22126a74321ddf754a0efaf998486ffb8b9ec69fc735b3f0eacb6ffc8a4e category: main optional: false - name: libcblas @@ -1364,46 +1648,46 @@ package: platform: win-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-5_h2a3cdd5_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-8_h2a3cdd5_mkl.conda hash: - md5: b3fa8e8b55310ba8ef0060103afb02b5 - sha256: 49dc59d8e58360920314b8d276dd80da7866a1484a9abae4ee2760bc68f3e68d + md5: 09f1d8e4d2675d34ad2acb115211d10c + sha256: 2a5b6555b481df4603e44cba49a6ef727584fd2f3c5235dd4bcb3028fffbdfb5 category: main optional: false - name: libcurl - version: 8.18.0 + version: 8.20.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' krb5: '>=1.22.2,<1.23.0a0' libgcc: '>=14' - libnghttp2: '>=1.67.0,<2.0a0' + libnghttp2: '>=1.68.1,<2.0a0' libssh2: '>=1.11.1,<2.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.18.0-hcf29cc6_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.20.0-hcf29cc6_0.conda hash: - md5: 1707cdd636af2ff697b53186572c9f77 - sha256: c84e8dccb65ad5149c0121e4b54bdc47fa39303fd5f4979b8c44bb51b39a369b + md5: c3cc2864f82a944bc90a7beb4d3b0e88 + sha256: 75963a5dd913311f59a35dbd307592f4fa754c4808aff9c33edb430c415e38eb category: main optional: false - name: libcurl - version: 8.18.0 + version: 8.20.0 manager: conda platform: win-64 dependencies: krb5: '>=1.22.2,<1.23.0a0' libssh2: '>=1.11.1,<2.0a0' - libzlib: '>=1.3.1,<2.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.18.0-h8206538_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.20.0-h8206538_0.conda hash: - md5: b7243e3227df9a1852a05762d0efe08d - sha256: f7dfa98e615a0ddc8de80b32eb6700ea4ebf7b872a6de22a7eadc30a52edd4bf + md5: 7bee27a8f0a295117ccb864f30d2d87e + sha256: f4ce5aa835a698532feaa368e804365a7e45a9edebe006a8e1c80505d893c24e category: main optional: false - name: libdeflate @@ -1460,30 +1744,30 @@ package: category: main optional: false - name: libexpat - version: 2.7.4 + version: 2.8.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.8.1-hecca717_0.conda hash: - md5: e7f7ce06ec24cfcfb9e36d28cf82ba57 - sha256: d78f1d3bea8c031d2f032b760f36676d87929b18146351c4464c66b0869df3f5 + md5: 93764a5ca80616e9c10106cdaec92f74 + sha256: 363018b25fdb5534c79783d912bd4b685a3547f4fc5996357ad548899b0ee8e7 category: main optional: false - name: libexpat - version: 2.7.4 + version: 2.8.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libexpat-2.7.4-hac47afa_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libexpat-2.8.1-hac47afa_0.conda hash: - md5: 1c1ced969021592407f16ada4573586d - sha256: b31f6fb629c4e17885aaf2082fb30384156d16b48b264e454de4a06a313b533d + md5: 23eb9474a16d4b9f6f27429989e82002 + sha256: a65e518c20d1482182bc0f1f6dd5d992f25ca44c3b32307be39ae8310db8f060 category: main optional: false - name: libffi @@ -1514,58 +1798,58 @@ package: category: main optional: false - name: libfreetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: - libfreetype6: '>=2.14.1' - url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda + libfreetype6: '>=2.14.3' + url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda hash: - md5: f4084e4e6577797150f9b04a4560ceb0 - sha256: 4641d37faeb97cf8a121efafd6afd040904d4bca8c46798122f417c31d5dfbec + md5: e289f3d17880e44b633ba911d57a321b + sha256: 38f014a7129e644636e46064ecd6b1945e729c2140e21d75bb476af39e692db2 category: main optional: false - name: libfreetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libfreetype6: '>=2.14.1' - url: https://repo.prefix.dev/conda-forge/win-64/libfreetype-2.14.1-h57928b3_0.conda + libfreetype6: '>=2.14.3' + url: https://repo.prefix.dev/conda-forge/win-64/libfreetype-2.14.3-h57928b3_0.conda hash: - md5: 3235024fe48d4087721797ebd6c9d28c - sha256: 2029702ec55e968ce18ec38cc8cf29f4c8c4989a0d51797164dab4f794349a64 + md5: d9f70dd06674e26b6d5a657ddd22b568 + sha256: 71fae9ae05563ceec70adceb7bc66faa326a81a6590a8aac8a5074019070a2d8 category: main optional: false - name: libfreetype6 - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libpng: '>=1.6.50,<1.7.0a0' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda + libpng: '>=1.6.55,<1.7.0a0' + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda hash: - md5: 8e7251989bca326a28f4a5ffbd74557a - sha256: 4a7af818a3179fafb6c91111752954e29d3a2a950259c14a2fc7ba40a8b03652 + md5: fb16b4b69e3f1dcfe79d80db8fd0c55d + sha256: 16f020f96da79db1863fcdd8f2b8f4f7d52f177dd4c58601e38e9182e91adf1d category: main optional: false - name: libfreetype6 - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libpng: '>=1.6.50,<1.7.0a0' - libzlib: '>=1.3.1,<2.0a0' + libpng: '>=1.6.55,<1.7.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libfreetype6-2.14.1-hdbac1cb_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libfreetype6-2.14.3-hdbac1cb_0.conda hash: - md5: 6e7c5c5ab485057b5d07fd8188ba5c28 - sha256: 223710600b1a5567163f7d66545817f2f144e4ef8f84e99e90f6b8a4e19cb7ad + md5: f9975a0177ee6cdda10c86d1db1186b0 + sha256: 497e9ab7c80f579e1b2850523740d6a543b8020f6b43be6bd6e83b3a6fb7fb32 category: main optional: false - name: libgcc @@ -1575,10 +1859,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-he0feb66_19.conda hash: - md5: 0aa00f03f9e39fb9876085dee11a85d4 - sha256: faf7d2017b4d718951e3a59d081eb09759152f93038479b768e3d612688f83f5 + md5: 57736f29cc2b0ec0b6c2952d3f101b6a + sha256: 8e0a3b5e41272e5678499b5dfc4cddb673f9e935de01eb0767ce857001229f46 category: main optional: false - name: libgcc @@ -1588,10 +1872,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h8ee18e1_18.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h8ee18e1_19.conda hash: - md5: b085746891cca3bd2704a450a7b4b5ce - sha256: da2c96563c76b8c601746f03e03ac75d2b4640fa2ee017cb23d6c9fc31f1b2c6 + md5: cc5d690fc1c629038f13c68e88e65f44 + sha256: 80e80ef5e31b00b12539db3c5aaecde60dab91381abfc1060e323d5c3b016dce category: main optional: false - name: libgcc-ng @@ -1600,10 +1884,10 @@ package: platform: linux-64 dependencies: libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_19.conda hash: - md5: d5e96b1ed75ca01906b3d2469b4ce493 - sha256: e318a711400f536c81123e753d4c797a821021fb38970cebfb3f454126016893 + md5: 331ee9b72b9dff570d56b1302c5ab37d + sha256: 9dcf54adfaa5e861123c2da4f2f0451a685464ea7e5a41ad91cf67b31d658d98 category: main optional: false - name: libgfortran @@ -1612,10 +1896,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_19.conda hash: - md5: 9063115da5bc35fdc3e1002e69b9ef6e - sha256: d2c9fad338fd85e4487424865da8e74006ab2e2475bd788f624d7a39b2a72aee + md5: 42bf7eca1a951735fa06c0e3c0d5c8e6 + sha256: 561a42758ef25b9ce308c4e2cf56daee4f06138385a17e29a492cd928e00be6f category: main optional: false - name: libgfortran5 @@ -1625,10 +1909,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.2.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_19.conda hash: - md5: 646855f357199a12f02a87382d429b75 - sha256: 539b57cf50ec85509a94ba9949b7e30717839e4d694bc94f30d41c9d34de2d12 + md5: 85072b0ad177c966294f129b7c04a2d5 + sha256: 057978bb69fea29ed715a9b98adf71015c31baecc4aeb2bfc20d4fd5d83579d4 category: main optional: false - name: libgomp @@ -1637,14 +1921,14 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h8ee18e1_18.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h8ee18e1_19.conda hash: - md5: 939fb173e2a4d4e980ef689e99b35223 - sha256: 94981bc2e42374c737750895c6fdcfc43b7126c4fc788cad0ecc7281745931da + md5: f1147651e3fdd585e2f442c0c2fc8f2d + sha256: 4dc958ced2fc7f42bc675b07e2c9abe3e150875ffdf62ca551d94fc6facf1fd7 category: main optional: false - name: libhwloc - version: 2.12.2 + version: 2.13.0 manager: conda platform: linux-64 dependencies: @@ -1653,14 +1937,14 @@ package: libstdcxx: '>=14' libxml2: '' libxml2-16: '>=2.14.6' - url: https://repo.prefix.dev/conda-forge/linux-64/libhwloc-2.12.2-default_hafda6a7_1000.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libhwloc-2.13.0-default_he001693_1000.conda hash: - md5: 0ed3aa3e3e6bc85050d38881673a692f - sha256: 2cf160794dda62cf93539adf16d26cfd31092829f2a2757dbdd562984c1b110a + md5: c197985b58bc813d26b42881f0021c82 + sha256: 5041d295813dfb84652557839825880aae296222ab725972285c5abe3b6e4288 category: main optional: false - name: libhwloc - version: 2.12.2 + version: 2.13.0 manager: conda platform: win-64 dependencies: @@ -1670,10 +1954,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libhwloc-2.12.2-default_h4379cf1_1000.conda + url: https://repo.prefix.dev/conda-forge/win-64/libhwloc-2.13.0-default_h049141e_1000.conda hash: - md5: 3b576f6860f838f950c570f4433b086e - sha256: 8cdf11333a81085468d9aa536ebb155abd74adc293576f6013fc0c85a7a90da3 + md5: 6a01c986e30292c715038d2788aa1385 + sha256: 2ee12e37223dfcd0acd050c80a91150c482b6e2899198521e1800dce66662467 category: main optional: false - name: libiconv @@ -1704,30 +1988,30 @@ package: category: main optional: false - name: libjpeg-turbo - version: 3.1.2 + version: 3.1.4.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda hash: - md5: 8397539e3a0bbd1695584fb4f927485a - sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 + md5: 6178c6f2fb254558238ef4e6c56fb782 + sha256: 10056646c28115b174de81a44e23e3a0a3b95b5347d2e6c45cc6d49d35294256 category: main optional: false - name: libjpeg-turbo - version: 3.1.2 + version: 3.1.4.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.2-hfd05255_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.4.1-hfd05255_0.conda hash: - md5: 56a686f92ac0273c0f6af58858a3f013 - sha256: 795e2d4feb2f7fc4a2c6e921871575feb32b8082b5760726791f080d1e2c2597 + md5: 25a127bad5470852b30b239f030ec95b + sha256: 698d57b5b90120270eaa401298319fcb25ea186ae95b340c2f4813ed9171083d category: main optional: false - name: liblapack @@ -1736,10 +2020,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h5e43f62_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-8_h5e43f62_mkl.conda hash: - md5: 88155c848e1278b0990692e716c9eab4 - sha256: b411a9dccb21cd6231f8f66b63916a6520a7b23363e6f9d1d111e8660f2798b0 + md5: 370e81464714060008e60ee53825bb3e + sha256: 0cb26d433dfa15a392eaeeb8a96ac468f4d007d7e7e37ef7bf46856aaf9a9785 category: main optional: false - name: liblapack @@ -1748,37 +2032,37 @@ package: platform: win-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-5_hf9ab0e9_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-8_hf9ab0e9_mkl.conda hash: - md5: e62c42a4196dee97d20400612afcb2b1 - sha256: a2d33f5cc2b8a9042f2af6981c6733ab1a661463823eaa56595a9c58c0ab77e1 + md5: d584799b920ecae9b75a2b70743a3de7 + sha256: 44999ed04bc0a56de44ee0ac8bd5b3702efd411a8b29491c0e3d3deb8619c94e category: main optional: false - name: liblzma - version: 5.8.2 + version: 5.8.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda hash: - md5: c7c83eecbb72d88b940c249af56c8b17 - sha256: 755c55ebab181d678c12e49cced893598f2bab22d582fbbf4d8b83c18be207eb + md5: b88d90cad08e6bc8ad540cb310a761fb + sha256: ec30e52a3c1bf7d0425380a189d209a52baa03f22fb66dd3eb587acaa765bd6d category: main optional: false - name: liblzma - version: 5.8.2 + version: 5.8.3 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.2-hfd05255_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.3-hfd05255_0.conda hash: - md5: ba0bfd4c3cf73f299ffe46ff0eaeb8e3 - sha256: f25bf293f550c8ed2e0c7145eb404324611cfccff37660869d97abf526eb957c + md5: 8f83619ab1588b98dd99c90b0bfc5c6d + sha256: d636d1a25234063642f9c531a7bb58d84c1c496411280a36ea000bd122f078f1 category: main optional: false - name: libmpdec @@ -1809,79 +2093,78 @@ package: category: main optional: false - name: libnghttp2 - version: 1.67.0 + version: 1.68.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - c-ares: '>=1.34.5,<2.0a0' + c-ares: '>=1.34.6,<2.0a0' libev: '>=4.33,<5.0a0' libgcc: '>=14' libstdcxx: '>=14' libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.2,<4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda + openssl: '>=3.5.5,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda hash: - md5: b499ce4b026493a13774bcf0f4c33849 - sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 + md5: 2a45e7f8af083626f009645a6481f12d + sha256: 663444d77a42f2265f54fb8b48c5450bfff4388d9c0f8253dd7855f0d993153f category: main optional: false - name: libpng - version: 1.6.55 + version: 1.6.58 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.55-h421ea60_0.conda + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda hash: - md5: 5f13ffc7d30ffec87864e678df9957b4 - sha256: 36ade759122cdf0f16e2a2562a19746d96cf9c863ffaa812f2f5071ebbe9c03c + md5: eba48a68a1a2b9d3c0d9511548db85db + sha256: 377cfe037f3eeb3b1bf3ad333f724a64d32f315ee1958581fc671891d63d3f89 category: main optional: false - name: libpng - version: 1.6.55 + version: 1.6.58 manager: conda platform: win-64 dependencies: - libzlib: '>=1.3.1,<2.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.55-h7351971_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.58-h7351971_0.conda hash: - md5: 43f47a9151b9b8fc100aeefcf350d1a0 - sha256: db23f281fa80597a0dc0445b18318346862602d7081ed76244df8cc4418d6d68 + md5: 52f1280563f3b48b5f75414cd2d15dd1 + sha256: 218913aeee391460bd0e341b834dbd9c6fa6ae0a4276c0c300266cc99a816a28 category: main optional: false - name: libsqlite - version: 3.51.2 + version: 3.53.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.2,<79.0a0' libgcc: '>=14' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.51.2-hf4e2dac_0.conda + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.53.1-h0c1763c_0.conda hash: - md5: da5be73701eecd0e8454423fd6ffcf30 - sha256: 04596fcee262a870e4b7c9807224680ff48d4d0cc0dac076a602503d3dc6d217 + md5: 7dc38adcbf71e6b38748e919e16e0dce + sha256: 54cdcd3214313b62c2a8ee277e6f42150d9b748264c1b70d958bf735e420ef8d category: main optional: false - name: libsqlite - version: 3.51.2 + version: 3.53.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.51.2-hf5d6505_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.53.1-hf5d6505_0.conda hash: - md5: 903979414b47d777d548e5f0165e6cd8 - sha256: 756478128e3e104bd7e7c3ce6c1b0efad7e08c7320c69fdc726e039323c63fbb + md5: 7fea434a17c323256acc510a041b80d7 + sha256: e70562450332ca8954bc16f3455468cca5ef3695c7d7187ecc87f8fc3c70e9eb category: main optional: false - name: libssh2 @@ -1922,10 +2205,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_19.conda hash: - md5: 1b08cd684f34175e4514474793d44bcb - sha256: 78668020064fdaa27e9ab65cd2997e2c837b564ab26ce3bf0e58a2ce1a525c6e + md5: 5794b3bdc38177caf969dabd3af08549 + sha256: dff1058c76ec6b8759e41cefa2508162d00e4a5e6721aa68ec3fd10094e702dc category: main optional: false - name: libstdcxx-ng @@ -1934,10 +2217,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_19.conda hash: - md5: 6235adb93d064ecdf3d44faee6f468de - sha256: 3c902ffd673cb3c6ddde624cdb80f870b6c835f8bf28384b0016e7d444dd0145 + md5: e5ce228e579726c07255dbf90dc62101 + sha256: 0672b6b6e1791c92e8eccad58081a99d614fcf82bca5841f9dfa3c3e658f83b9 category: main optional: false - name: libtiff @@ -1982,16 +2265,16 @@ package: category: main optional: false - name: libuuid - version: 2.41.3 + version: 2.42.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.42.1-h5347b49_0.conda hash: - md5: db409b7c1720428638e7c0d509d3e1b5 - sha256: 1a7539cfa7df00714e8943e18de0b06cceef6778e420a5ee3a2a145773758aee + md5: 7d0a66598195ef00b6efc55aefc7453b + sha256: 3f0edf1280e2f6684a986f821eaa3e123d2694a00b31b96ca0d4a4c12c129231 category: main optional: false - name: libwebp-base @@ -2067,128 +2350,125 @@ package: category: main optional: false - name: libxml2 - version: 2.15.1 + version: 2.15.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.1,<79.0a0' + icu: '>=78.3,<79.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libxml2-16: 2.15.1 - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-he237659_1.conda + liblzma: '>=5.8.3,<6.0a0' + libxml2-16: 2.15.3 + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.3-h49c6c72_0.conda hash: - md5: 417955234eccd8f252b86a265ccdab7f - sha256: 047be059033c394bd32ae5de66ce389824352120b3a7c0eff980195f7ed80357 + md5: 995d8c8bad2a3cc8db14675a153dec2b + sha256: 3bc5551720c58591f6ea1146f7d1539c734ed1c40e7b9f5cb8cb7e900c509aba category: main optional: false - name: libxml2 - version: 2.15.1 + version: 2.15.3 manager: conda platform: win-64 dependencies: - icu: '>=78.1,<79.0a0' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libxml2-16: 2.15.1 - libzlib: '>=1.3.1,<2.0a0' + liblzma: '>=5.8.3,<6.0a0' + libxml2-16: 2.15.3 + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libxml2-2.15.1-h779ef1b_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libxml2-2.15.3-hbc0d294_0.conda hash: - md5: 68dc154b8d415176c07b6995bd3a65d9 - sha256: 8b47d5fb00a6ccc0f495d16787ab5f37a434d51965584d6000966252efecf56d + md5: e3b5acbb857a12f5d59e8d174bc536c0 + sha256: da68af9d9d28d65a6916db1bef68f8a25c64c4fdcf759f32a2d2f2f143220adf category: main optional: false - name: libxml2-16 - version: 2.15.1 + version: 2.15.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.1,<79.0a0' + icu: '>=78.3,<79.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-hca6bf5a_1.conda + liblzma: '>=5.8.3,<6.0a0' + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.3-hca6bf5a_0.conda hash: - md5: 3fdd8d99683da9fe279c2f4cecd1e048 - sha256: 8331284bf9ae641b70cdc0e5866502dd80055fc3b9350979c74bb1d192e8e09e + md5: e79d2c2f24b027aa8d5ab1b1ba3061e7 + sha256: 3d44f737c5ae52d5af32682cc1530df433f401f8e58a7533926536244127572a category: main optional: false - name: libxml2-16 - version: 2.15.1 + version: 2.15.3 manager: conda platform: win-64 dependencies: - icu: '>=78.1,<79.0a0' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libzlib: '>=1.3.1,<2.0a0' + liblzma: '>=5.8.3,<6.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libxml2-16-2.15.1-h3cfd58e_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libxml2-16-2.15.3-h692994f_0.conda hash: - md5: 07d73826fde28e7dbaec52a3297d7d26 - sha256: a857e941156b7f462063e34e086d212c6ccbc1521ebdf75b9ed66bd90add57dc + md5: f7d6fcda29570e20851b78d92ea2154e + sha256: 8038084c60eda2006d0122d05e3364fe8db0a18935ca6ed0168b5ba5aa33f904 category: main optional: false - name: libzlib - version: 1.3.1 + version: 1.3.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda hash: - md5: edb0dca6bc32e4f4789199455a1dbeb8 - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: d87ff7921124eccd67248aa483c23fec + sha256: 55044c403570f0dc26e6364de4dc5368e5f3fc7ff103e867c487e2b5ab2bcda9 category: main optional: false - name: libzlib - version: 1.3.1 + version: 1.3.2 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libzlib-1.3.2-hfd05255_2.conda hash: - md5: 41fbfac52c601159df6c01f875de31b9 - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: dbabbd6234dea34040e631f87676292f + sha256: 88609816e0cc7452bac637aaf65783e5edf4fee8a9f8e22bdc3a75882c536061 category: main optional: false - name: llvm-openmp - version: 21.1.8 + version: 22.1.6 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.8-h4922eb0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-22.1.6-h4922eb0_0.conda hash: - md5: f8640b709b37dc7758ddce45ea18d000 - sha256: a5a7ad16eecbe35cac63e529ea9c261bef4ccdd68cb1db247409f04529423989 + md5: a7f80a18bc21daad0f4d5c3fbad1e8c1 + sha256: e74dbafd2b420687cc913f5587050270c8f57042405b6b0d66c3a8013dc104ab category: main optional: false - name: llvm-openmp - version: 21.1.8 + version: 22.1.6 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.8-h4fa8253_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-22.1.6-h4fa8253_0.conda hash: - md5: 0d8b425ac862bcf17e4b28802c9351cb - sha256: 145c4370abe870f10987efa9fc15a8383f1dab09abbc9ad4ff15a55d45658f7b + md5: 1966432ddb4d5e13890dae3758a112d3 + sha256: b12aa9c957fadf488888aa4cad6d424d499ffcceefe5d8e9077c4da46308f26b category: main optional: false - name: markupsafe @@ -2200,10 +2480,10 @@ package: libgcc: '>=14' python: '>=3.13,<3.14.0a0' python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py313h3dea7bd_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py313h3dea7bd_1.conda hash: - md5: c14389156310b8ed3520d84f854be1ee - sha256: a530a411bdaaf0b1e4de8869dfaca46cb07407bc7dc0702a9e231b0e5ce7ca85 + md5: aeb9b9da79fd0258b3db091d1fefcd71 + sha256: 72ed7c0216541d65a17b171bf2eec4a3b81e9158d8ed48e59e1ecd3ae302d263 category: dev optional: true - name: markupsafe @@ -2216,14 +2496,14 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py313hd650c13_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py313hd650c13_1.conda hash: - md5: 47eaaa4405741beb171ea6edc6eaf874 - sha256: 988d14095c1392e055fd75e24544da2db01ade73b0c2f99ddc8e2b8678ead4cc + md5: 5cc690ddf943700e0ef50a265df31f03 + sha256: 9dc626b6c00bc2dbd2494df689876ff675b93d92636ba5df8e37b99040a1f6bc category: dev optional: true - name: matplotlib-base - version: 3.10.8 + version: 3.10.9 manager: conda platform: linux-64 dependencies: @@ -2233,11 +2513,11 @@ package: fonttools: '>=4.22.0' freetype: '' kiwisolver: '>=1.3.1' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.23' + numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' @@ -2246,14 +2526,14 @@ package: python_abi: 3.13.* qhull: '>=2020.2,<2020.3.0a0' tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.8-py313h683a580_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.9-py313h683a580_0.conda hash: - md5: ffe67570e1a9192d2f4c189b27f75f89 - sha256: b1117aa2c1d11ca70d1704054cdc8801cbcf2dfb846c565531edd417ddd82559 + md5: 4265d85b1d706caba7ac1d73b5f43dee + sha256: ae0233aa03da84e0964a4c214faaa9d0735575714529a7f2ebe96bc712c276bf category: main optional: false - name: matplotlib-base - version: 3.10.8 + version: 3.10.9 manager: conda platform: win-64 dependencies: @@ -2262,9 +2542,9 @@ package: fonttools: '>=4.22.0' freetype: '' kiwisolver: '>=1.3.1' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' - numpy: '>=1.23' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' + numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' @@ -2275,10 +2555,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.8-py313he1ded55_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.9-py313he1ded55_0.conda hash: - md5: 05f96c429201a64ea752decf4b910a7c - sha256: f63c4a5ded62cfb216c9d107a3c4527940036eef19cf481418080a0bd9bc11d8 + md5: b0d7ed8c9999b16acde682672e712ded + sha256: a77e418fd30aa83e9abb75ad9fbfe08ef3847ef234f17747b8b779fc44a06d54 category: main optional: false - name: mccabe @@ -2306,36 +2586,38 @@ package: category: dev optional: true - name: mkl - version: 2025.3.0 + version: 2026.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - _openmp_mutex: '*' + _openmp_mutex: '>=4.5' libgcc: '>=14' libstdcxx: '>=14' - llvm-openmp: '>=21.1.8' - tbb: '>=2022.3.0' - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2025.3.0-h0e700b2_463.conda + llvm-openmp: '>=22.1.5' + onemkl-license: 2026.0.0 + tbb: '>=2023.0.0' + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2026.0.0-h0e700b2_915.conda hash: - md5: f121ddfc96e6a93a26d85906adf06208 - sha256: 659d79976f06d2b796a0836414573a737a0856b05facfa77e5cc114081a8b3d4 + md5: 44208bd851118db1e20923441f1bb3bb + sha256: b23dc574c681cfa9708378b781d206fa790f1944cfb7b4c20177824b96938544 category: main optional: false - name: mkl - version: 2025.3.0 + version: 2026.0.0 manager: conda platform: win-64 dependencies: - llvm-openmp: '>=21.1.8' - tbb: '>=2022.3.0' + llvm-openmp: '>=22.1.5' + onemkl-license: 2026.0.0 + tbb: '>=2023.0.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/mkl-2025.3.0-hac47afa_455.conda + url: https://repo.prefix.dev/conda-forge/win-64/mkl-2026.0.0-hac47afa_908.conda hash: - md5: fd05d1e894497b012d05a804232254ed - sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d + md5: 36ea6e1292e9d5e89374201da79646ef + sha256: f997bfc9bc4d4e14261cdcd1ad195d64a72ee44dca3145d24c1349f8d1311aa5 category: main optional: false - name: munkres @@ -2363,20 +2645,20 @@ package: category: main optional: false - name: ncurses - version: '6.5' + version: '6.6' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda hash: - md5: 47e340acb35de30501a76c7c799c41d7 - sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586 + md5: fc21868a1a5aacc937e7a18747acb8a5 + sha256: fc89f74bbe362fb29fa3c037697a89bec140b346a2469a90f7936d1d7ea4d8a3 category: main optional: false - name: numpy - version: 2.4.2 + version: 2.4.6 manager: conda platform: linux-64 dependencies: @@ -2388,14 +2670,14 @@ package: libstdcxx: '>=14' python: '' python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.2-py313hf6604e3_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.6-py313hf6604e3_0.conda hash: - md5: ca9c6ba4beac38cb3d0a85afde27f94c - sha256: 2eb8be25a7504f058a153a84be70471e0ebbf6bd0411ae2b6d34904b89d86fe3 + md5: a5fdb80595ec7912e6b1634b2abd4b50 + sha256: 3740c9bc562db9c6f252f8697c5c7948bb48784346856f6d6308aba72ea4f00b category: main optional: false - name: numpy - version: 2.4.2 + version: 2.4.6 manager: conda platform: win-64 dependencies: @@ -2407,10 +2689,32 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.2-py313hce7ae62_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.6-py313ha8dc839_0.conda + hash: + md5: 1546190d6b2a2605ad960693018b874b + sha256: 012fabf6b70d8a58ce608ae5ece3a59f8cc6d582847f9a8ff42d9a10b4215a51 + category: main + optional: false +- name: onemkl-license + version: 2026.0.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/linux-64/onemkl-license-2026.0.0-hf2ce2f3_915.conda + hash: + md5: f9a902d29c0980c672f77eff7be1794c + sha256: fd53c7f3e874b6fd2add63103028ed707b728cc275597d12951886cfcda46e7d + category: main + optional: false +- name: onemkl-license + version: 2026.0.0 + manager: conda + platform: win-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/win-64/onemkl-license-2026.0.0-h57928b3_908.conda hash: - md5: 7db4fcf0a8a985d3f15270ddc7ac0aac - sha256: a926b0f781c44fdd10e11ec7e7a86ac588ec40b339ac2b4a8459def6d99b613b + md5: 9c9303e08b50e09f5c23e1dac99d0936 + sha256: 42ad15cbb3bf31830efa04d4b86dd2d5c0dd590c86f98adcd3c8c1f75acf5dd5 category: main optional: false - name: openjpeg @@ -2435,34 +2739,34 @@ package: manager: conda platform: win-64 dependencies: - libpng: '>=1.6.50,<1.7.0a0' + libpng: '>=1.6.55,<1.7.0a0' libtiff: '>=4.7.1,<4.8.0a0' libzlib: '>=1.3.1,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/openjpeg-2.5.4-h24db6dd_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/openjpeg-2.5.4-h0e57b4f_0.conda hash: - md5: 5af852046226bb3cb15c7f61c2ac020a - sha256: 226c270a7e3644448954c47959c00a9bf7845f6d600c2a643db187118d028eee + md5: e723ab7cc2794c954e1b22fde51c16e4 + sha256: 24342dee891a49a9ba92e2018ec0bde56cc07fdaec95275f7a55b96f03ea4252 category: main optional: false - name: openssl - version: 3.6.1 + version: 3.6.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' ca-certificates: '' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.6.1-h35e630c_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda hash: - md5: f61eb8cd60ff9057122a3d338b99c00f - sha256: 44c877f8af015332a5d12f5ff0fb20ca32f896526a7d0cdb30c769df1144fb5c + md5: da1b85b6a87e141f5140bb9924cecab0 + sha256: c0ef482280e38c71a08ad6d71448194b719630345b0c9c60744a2010e8a8e0cb category: main optional: false - name: openssl - version: 3.6.1 + version: 3.6.2 manager: conda platform: win-64 dependencies: @@ -2470,45 +2774,45 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/openssl-3.6.1-hf411b9b_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/openssl-3.6.2-hf411b9b_0.conda hash: - md5: eb585509b815415bc964b2c7e11c7eb3 - sha256: 53a5ad2e5553b8157a91bb8aa375f78c5958f77cb80e9d2ce59471ea8e5c0bd6 + md5: 05c7d624cff49dbd8db1ad5ba537a8a3 + sha256: feb5815125c60f2be4a411e532db1ed1cd2d7261a6a43c54cb6ae90724e2e154 category: main optional: false - name: packaging - version: '26.0' + version: '26.2' manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda hash: - md5: b76541e68fea4d511b1ac46a28dcd2c6 - sha256: c1fc0f953048f743385d31c468b4a678b3ad20caffdeaa94bed85ba63049fd58 + md5: 4c06a92e74452cfa53623a81592e8934 + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 category: main optional: false - name: packaging - version: '26.0' + version: '26.2' manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda hash: - md5: b76541e68fea4d511b1ac46a28dcd2c6 - sha256: c1fc0f953048f743385d31c468b4a678b3ad20caffdeaa94bed85ba63049fd58 + md5: 4c06a92e74452cfa53623a81592e8934 + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 category: main optional: false - name: pillow - version: 12.1.1 + version: 12.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' lcms2: '>=2.18,<3.0a0' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libgcc: '>=14' libjpeg-turbo: '>=3.1.2,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' @@ -2519,20 +2823,20 @@ package: python_abi: 3.13.* tk: '>=8.6.13,<8.7.0a0' zlib-ng: '>=2.3.3,<2.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.1.1-py313h80991f8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.2.0-py313h80991f8_0.conda hash: - md5: 2d5ee4938cdde91a8967f3eea686c546 - sha256: 50738b145a45db78ec12ffebf649127d53e1777166c5c3b006476890250ac265 + md5: 7245f1bbf52ed5e3818d742f51b44a7d + sha256: 55a76548bb003ff6deac9bf209b279d428030f230632fb70f15ae153aed05158 category: main optional: false - name: pillow - version: 12.1.1 + version: 12.2.0 manager: conda platform: win-64 dependencies: lcms2: '>=2.18,<3.0a0' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libjpeg-turbo: '>=3.1.2,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' libwebp-base: '>=1.6.0,<2.0a0' @@ -2545,58 +2849,58 @@ package: vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zlib-ng: '>=2.3.3,<2.4.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.1.1-py313h38f99e1_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.2.0-py313h38f99e1_0.conda hash: - md5: 41b079447f12baa3852549e1f3a072d2 - sha256: ee2384117c93c0386874ba526a12f60b8f2c700b7cb912e899c62f41927c1666 + md5: 72666a34e563494859af5c5fc10364a0 + sha256: 54df76a56eff31deab5e72350ca906c79dfb71f0ac9d84bf2f7420ab2ee00151 category: main optional: false - name: pip - version: 26.0.1 + version: 26.1.2 manager: conda platform: linux-64 dependencies: python: '>=3.13.0a0' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.1.2-pyh145f28c_0.conda hash: - md5: 09a970fbf75e8ed1aa633827ded6aa4f - sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c + md5: 733cc07ed34162ac50b936464b163366 + sha256: 9e673d3c6003f416df11670a14b026a04e3a45ebec55357987e15b860f138f2a category: main optional: false - name: pip - version: 26.0.1 + version: 26.1.2 manager: conda platform: win-64 dependencies: python: '>=3.13.0a0' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.1.2-pyh145f28c_0.conda hash: - md5: 09a970fbf75e8ed1aa633827ded6aa4f - sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c + md5: 733cc07ed34162ac50b936464b163366 + sha256: 9e673d3c6003f416df11670a14b026a04e3a45ebec55357987e15b860f138f2a category: main optional: false - name: platformdirs - version: 4.9.2 + version: 4.10.0 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.9.2-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.10.0-pyhcf101f3_0.conda hash: - md5: 4fefefb892ce9cc1539405bec2f1a6cd - sha256: 7f263219cecf0ba6d74c751efa60c4676ce823157ca90aa43ebba5ac615ca0fa + md5: 2c5ef45db85d34799771629bd5860fd7 + sha256: 9e5e1fd3506ccfc4d444fc4d2d39b0ed097d5d0e3bd3d4bdf6bcc81aaf66860d category: dev optional: true - name: platformdirs - version: 4.9.2 + version: 4.10.0 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.9.2-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.10.0-pyhcf101f3_0.conda hash: - md5: 4fefefb892ce9cc1539405bec2f1a6cd - sha256: 7f263219cecf0ba6d74c751efa60c4676ce823157ca90aa43ebba5ac615ca0fa + md5: 2c5ef45db85d34799771629bd5860fd7 + sha256: 9e5e1fd3506ccfc4d444fc4d2d39b0ed097d5d0e3bd3d4bdf6bcc81aaf66860d category: dev optional: true - name: pluggy @@ -2604,7 +2908,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e @@ -2616,13 +2920,44 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e sha256: e14aafa63efa0528ca99ba568eaf506eb55a0371d12e6250aaaa61718d2eb62e category: dev optional: true +- name: psutil + version: 7.2.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + python: '' + python_abi: 3.13.* + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py313h54dd161_0.conda + hash: + md5: 25fe6e02c2083497b3239e21b49d8093 + sha256: f19fd682d874689dfde20bf46d7ec1a28084af34583e0405685981363af47c91 + category: main + optional: false +- name: psutil + version: 7.2.2 + manager: conda + platform: win-64 + dependencies: + python: '' + python_abi: 3.13.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py313h5fd188c_0.conda + hash: + md5: 761b299a6289c77459defea3563f8fc0 + sha256: 3ec3373748f83069bef93b540de416e637ee30231b222d5df8f712e93f2f9195 + category: main + optional: false - name: pthread-stubs version: '0.4' manager: conda @@ -2657,7 +2992,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '>=3.10' + python: '' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -2674,7 +3009,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '>=3.10' + python: '' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -2718,67 +3053,67 @@ package: category: main optional: false - name: pygments - version: 2.19.2 + version: 2.20.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda hash: - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a + md5: 16c18772b340887160c79a6acc022db0 + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 category: dev optional: true - name: pygments - version: 2.19.2 + version: 2.20.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda hash: - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a + md5: 16c18772b340887160c79a6acc022db0 + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 category: dev optional: true - name: pylint - version: 4.0.4 + version: 4.0.5 manager: conda platform: linux-64 dependencies: - astroid: '>=4.0.2,<=4.1.0.dev0' + astroid: '>=4.0.2,<=4.1.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=5,<8,!=5.13' + isort: '>=5,!=5.13,<9' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '>=3.10' - tomli: '>=1.1.0' + python: '' + tomli: '>=1.1' tomlkit: '>=0.10.1' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.5-pyhcf101f3_0.conda hash: - md5: 3a830511a81b99b67a1206a9d29b44b3 - sha256: ad0bb78785ab385d0afcca4a55e0226d8e6710ebad6450caa552f5fe61c2f6a0 + md5: 7d9916ed19ecda71f0b00963365252a7 + sha256: a8e7736982409a56d2aa329d3052259fd45910f98fb7d3f2816f1a6d59624d60 category: dev optional: true - name: pylint - version: 4.0.4 + version: 4.0.5 manager: conda platform: win-64 dependencies: - astroid: '>=4.0.2,<=4.1.0.dev0' + astroid: '>=4.0.2,<=4.1.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=5,<8,!=5.13' + isort: '>=5,!=5.13,<9' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '>=3.10' - tomli: '>=1.1.0' + python: '' + tomli: '>=1.1' tomlkit: '>=0.10.1' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.5-pyhcf101f3_0.conda hash: - md5: 3a830511a81b99b67a1206a9d29b44b3 - sha256: ad0bb78785ab385d0afcca4a55e0226d8e6710ebad6450caa552f5fe61c2f6a0 + md5: 7d9916ed19ecda71f0b00963365252a7 + sha256: a8e7736982409a56d2aa329d3052259fd45910f98fb7d3f2816f1a6d59624d60 category: dev optional: true - name: pyparsing @@ -2786,7 +3121,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -2798,7 +3133,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -2833,7 +3168,7 @@ package: category: dev optional: true - name: pytest - version: 9.0.2 + version: 9.0.3 manager: conda platform: linux-64 dependencies: @@ -2843,16 +3178,16 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda hash: - md5: 2b694bad8a50dc2f712f5368de866480 - sha256: 9e749fb465a8bedf0184d8b8996992a38de351f7c64e967031944978de03a520 + md5: 6a991452eadf2771952f39d43615bb3e + sha256: 960f59442173eee0731906a9077bd5ccf60f4b4226f05a22d1728ab9a21a879c category: dev optional: true - name: pytest - version: 9.0.2 + version: 9.0.3 manager: conda platform: win-64 dependencies: @@ -2862,86 +3197,86 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda hash: - md5: 2b694bad8a50dc2f712f5368de866480 - sha256: 9e749fb465a8bedf0184d8b8996992a38de351f7c64e967031944978de03a520 + md5: 6a991452eadf2771952f39d43615bb3e + sha256: 960f59442173eee0731906a9077bd5ccf60f4b4226f05a22d1728ab9a21a879c category: dev optional: true - name: pytest-cov - version: 7.0.0 + version: 7.1.0 manager: conda platform: linux-64 dependencies: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda hash: - md5: 6891acad5e136cb62a8c2ed2679d6528 - sha256: d0f45586aad48ef604590188c33c83d76e4fc6370ac569ba0900906b24fd6a26 + md5: 67d1790eefa81ed305b89d8e314c7923 + sha256: 44e42919397bd00bfaa47358a6ca93d4c21493a8c18600176212ec21a8d25ca5 category: dev optional: true - name: pytest-cov - version: 7.0.0 + version: 7.1.0 manager: conda platform: win-64 dependencies: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda hash: - md5: 6891acad5e136cb62a8c2ed2679d6528 - sha256: d0f45586aad48ef604590188c33c83d76e4fc6370ac569ba0900906b24fd6a26 + md5: 67d1790eefa81ed305b89d8e314c7923 + sha256: 44e42919397bd00bfaa47358a6ca93d4c21493a8c18600176212ec21a8d25ca5 category: dev optional: true - name: python - version: 3.13.12 + version: 3.13.13 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' bzip2: '>=1.0.8,<2.0a0' ld_impl_linux-64: '>=2.36.1' - libexpat: '>=2.7.3,<3.0a0' + libexpat: '>=2.7.5,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' liblzma: '>=5.8.2,<6.0a0' libmpdec: '>=4.0.0,<5.0a0' - libsqlite: '>=3.51.2,<4.0a0' - libuuid: '>=2.41.3,<3.0a0' - libzlib: '>=1.3.1,<2.0a0' + libsqlite: '>=3.52.0,<4.0a0' + libuuid: '>=2.42,<3.0a0' + libzlib: '>=1.3.2,<2.0a0' ncurses: '>=6.5,<7.0a0' - openssl: '>=3.5.5,<4.0a0' + openssl: '>=3.5.6,<4.0a0' pip: '' python_abi: 3.13.* readline: '>=8.3,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.13.12-hc97d973_100_cp313.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.13.13-h6add32d_100_cp313.conda hash: - md5: 4c875ed0e78c2d407ec55eadffb8cf3d - sha256: 8a08fe5b7cb5a28aa44e2994d18dbf77f443956990753a4ca8173153ffb6eb56 + md5: 05051be49267378d2fcd12931e319ac3 + sha256: 7f77eb57648f545c1f58e10035d0d9d66b0a0efb7c4b58d3ed89ec7269afdde1 category: main optional: false - name: python - version: 3.13.12 + version: 3.13.13 manager: conda platform: win-64 dependencies: bzip2: '>=1.0.8,<2.0a0' - libexpat: '>=2.7.3,<3.0a0' + libexpat: '>=2.7.5,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' liblzma: '>=5.8.2,<6.0a0' libmpdec: '>=4.0.0,<5.0a0' - libsqlite: '>=3.51.2,<4.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libsqlite: '>=3.52.0,<4.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' pip: '' python_abi: 3.13.* tk: '>=8.6.13,<8.7.0a0' @@ -2949,10 +3284,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/python-3.13.12-h09917c8_100_cp313.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.13.13-h09917c8_100_cp313.conda hash: - md5: 4440c24966d0aa0c8f1e1d5006dac2d6 - sha256: da70aec20ff5a5ae18bbba9fdd1e18190b419605cafaafb3bdad8becf11ce94d + md5: 7065f7067762c4c2bda1912f18d16239 + sha256: b8108d7f83f71fb15fbb4a263406c2065a8990b3d7eba2cbd7a3075b9a6392ba category: main optional: false - name: python-dateutil @@ -2960,7 +3295,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -2973,7 +3308,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -3003,30 +3338,6 @@ package: sha256: 210bffe7b121e651419cb196a2a63687b087497595c9be9d20ebe97dd06060a7 category: main optional: false -- name: pytz - version: '2025.2' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - hash: - md5: bc8e3267d44011051f2eb14d22fb0960 - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: dev - optional: true -- name: pytz - version: '2025.2' - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - hash: - md5: bc8e3267d44011051f2eb14d22fb0960 - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: dev - optional: true - name: pyyaml version: 6.0.3 manager: conda @@ -3103,35 +3414,35 @@ package: category: main optional: false - name: requests - version: 2.32.5 + version: 2.34.2 manager: conda platform: linux-64 dependencies: - certifi: '>=2017.4.17' + certifi: '>=2023.5.7' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '>=3.10' - urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda + python: '' + urllib3: '>=1.26,<3' + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda hash: - md5: c65df89a0b2e321045a9e01d1337b182 - sha256: 7813c38b79ae549504b2c57b3f33394cea4f2ad083f0994d2045c2e24cb538c5 + md5: 4a85203c1d80c1059086ae860836ffb9 + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da category: dev optional: true - name: requests - version: 2.32.5 + version: 2.34.2 manager: conda platform: win-64 dependencies: - certifi: '>=2017.4.17' + certifi: '>=2023.5.7' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '>=3.10' - urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda + python: '' + urllib3: '>=1.26,<3' + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda hash: - md5: c65df89a0b2e321045a9e01d1337b182 - sha256: 7813c38b79ae549504b2c57b3f33394cea4f2ad083f0994d2045c2e24cb538c5 + md5: 4a85203c1d80c1059086ae860836ffb9 + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da category: dev optional: true - name: roman-numerals @@ -3184,8 +3495,22 @@ package: sha256: ce21b50a412b87b388db9e8dfbf8eb16fc436c23750b29bf612ee1a74dd0beb2 category: dev optional: true +- name: s2n + version: 1.7.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/s2n-1.7.3-hc5a330e_0.conda + hash: + md5: f2bd09e21c5844a12e2f5eefcd075555 + sha256: 150a0a5254e8b15ad737549721c7d13406cd96432f3f446e07073dbd98bb2491 + category: main + optional: false - name: scipy - version: 1.17.0 + version: 1.17.1 manager: conda platform: linux-64 dependencies: @@ -3197,33 +3522,33 @@ package: libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' libstdcxx: '>=14' - numpy: <2.7 + numpy: '>=1.25.2' python: '>=3.13,<3.14.0a0' python_abi: 3.13.* - url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.0-py313h4b8bb8b_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.1-py313h4b8bb8b_1.conda hash: - md5: 2b18fe5b4b2d1611ddf8c2f080a46563 - sha256: e812ebe8115f8daf005f5788ed8f05a0fdabe47eeb4c30bf0a190f2d1d1da0b6 + md5: 4b098461b0b5edff1a9359c25e675cfd + sha256: 2ecb1a3d6aacd20e279a72196954bc8de2e83302823f9dd9f8b9b3310d1bf515 category: main optional: false - name: scipy - version: 1.17.0 + version: 1.17.1 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: <2.7 + numpy: '>=1.25.2' python: '>=3.13,<3.14.0a0' python_abi: 3.13.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.0-py313he51e9a2_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.1-py313he51e9a2_1.conda hash: - md5: b54fb98c96446df58e04957b6c98520e - sha256: 9da71fa94c2de66f5d1eb7d926f655efadf8c4e0a6b6e934a45adaeea0905e9b + md5: 0f727c3f9910796063e5ba4c2c7d9c89 + sha256: a12318ed880dacdc573b73a34532f0c08daa883cd2dc7294ac68b8bab9b94196 category: main optional: false - name: six @@ -3231,7 +3556,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -3243,7 +3568,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -3251,31 +3576,31 @@ package: category: main optional: false - name: snowballstemmer - version: 3.0.1 + version: 3.1.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.1.0-pyhd8ed1ab_0.conda hash: - md5: 755cf22df8693aa0d1aec1c123fa5863 - sha256: 17007a4cfbc564dc3e7310dcbe4932c6ecb21593d4fec3c68610720f19e73fb2 + md5: 1590bceae37377cecba443c83a44c404 + sha256: 6a2936f82e2ce5aef6b10fe2385330de2f8dc4b16832469bec83d5c90b2727e8 category: dev optional: true - name: snowballstemmer - version: 3.0.1 + version: 3.1.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.1.0-pyhd8ed1ab_0.conda hash: - md5: 755cf22df8693aa0d1aec1c123fa5863 - sha256: 17007a4cfbc564dc3e7310dcbe4932c6ecb21593d4fec3c68610720f19e73fb2 + md5: 1590bceae37377cecba443c83a44c404 + sha256: 6a2936f82e2ce5aef6b10fe2385330de2f8dc4b16832469bec83d5c90b2727e8 category: dev optional: true - name: sphinx - version: 8.2.3 + version: 8.3.0 manager: conda platform: linux-64 dependencies: @@ -3297,14 +3622,14 @@ package: sphinxcontrib-jsmath: '>=1.0.1' sphinxcontrib-qthelp: '>=1.0.6' sphinxcontrib-serializinghtml: '>=1.1.9' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.2.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.3.0-pyhd8ed1ab_0.conda hash: - md5: f7af826063ed569bb13f7207d6f949b0 - sha256: 995f58c662db0197d681fa345522fd9e7ac5f05330d3dff095ab2f102e260ab0 + md5: 6ce9ddee4c0f68bda548303196f4cf4c + sha256: 03c4d8b4cf3c5418e15f30f45be52bcde7c7e05baeec7dec5aaf6e238a411481 category: dev optional: true - name: sphinx - version: 8.2.3 + version: 8.3.0 manager: conda platform: win-64 dependencies: @@ -3326,10 +3651,10 @@ package: sphinxcontrib-jsmath: '>=1.0.1' sphinxcontrib-qthelp: '>=1.0.6' sphinxcontrib-serializinghtml: '>=1.1.9' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.2.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.3.0-pyhd8ed1ab_0.conda hash: - md5: f7af826063ed569bb13f7207d6f949b0 - sha256: 995f58c662db0197d681fa345522fd9e7ac5f05330d3dff095ab2f102e260ab0 + md5: 6ce9ddee4c0f68bda548303196f4cf4c + sha256: 03c4d8b4cf3c5418e15f30f45be52bcde7c7e05baeec7dec5aaf6e238a411481 category: dev optional: true - name: sphinx-autodoc-typehints @@ -3593,33 +3918,33 @@ package: category: dev optional: true - name: tbb - version: 2022.3.0 + version: 2023.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libhwloc: '>=2.12.2,<2.12.3.0a0' + libhwloc: '>=2.13.0,<2.13.1.0a0' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2022.3.0-hb700be7_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2023.0.0-hab88423_2.conda hash: - md5: 8f7278ca5f7456a974992a8b34284737 - sha256: 975710e4b7f1b13c3c30b7fbf21e22f50abe0463b6b47a231582fdedcc45c961 + md5: 7073b15f9364ebc118998601ac6ca6a6 + sha256: 30cb9355c2fefc20ff1a3d6566b9714d5614086a2524c07721fc344eb20515ae category: main optional: false - name: tbb - version: 2022.3.0 + version: 2023.0.0 manager: conda platform: win-64 dependencies: - libhwloc: '>=2.12.2,<2.12.3.0a0' + libhwloc: '>=2.13.0,<2.13.1.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tbb-2022.3.0-h3155e25_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/tbb-2023.0.0-hd3d4ead_2.conda hash: - md5: 0f9817ffbe25f9e69ceba5ea70c52606 - sha256: abd9a489f059fba85c8ffa1abdaa4d515d6de6a3325238b8e81203b913cf65a9 + md5: 8ee01a693aecff5432069eaaf1183c45 + sha256: 8a4053839b8e997a5965e2dff7d6cf3c77be62d82c0e48c8a04a5ed2d2e73035 category: main optional: false - name: tk @@ -3651,51 +3976,51 @@ package: category: main optional: false - name: tomli - version: 2.4.0 + version: 2.4.1 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda hash: - md5: 72e780e9aa2d0a3295f59b1874e3768b - sha256: 62940c563de45790ba0f076b9f2085a842a65662268b02dd136a8e9b1eaf47a8 + md5: b5325cf06a000c5b14970462ff5e4d58 + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd category: dev optional: true - name: tomli - version: 2.4.0 + version: 2.4.1 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda hash: - md5: 72e780e9aa2d0a3295f59b1874e3768b - sha256: 62940c563de45790ba0f076b9f2085a842a65662268b02dd136a8e9b1eaf47a8 + md5: b5325cf06a000c5b14970462ff5e4d58 + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd category: dev optional: true - name: tomlkit - version: 0.14.0 + version: 0.15.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.15.0-pyha770c72_0.conda hash: - md5: 385dca77a8b0ec6fa9b92cb62d09b43b - sha256: b35082091c8efd084e51bc3a4a2d3b07897eff232aaf58cbc0f959b6291a6a93 + md5: 42ef10a8f7f5d55a2e267c0d5daa6387 + sha256: 1cd52f9ccb4854c4d731438afe0e833b6b71edaf5ede661152aa98efb3a7cc70 category: dev optional: true - name: tomlkit - version: 0.14.0 + version: 0.15.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.15.0-pyha770c72_0.conda hash: - md5: 385dca77a8b0ec6fa9b92cb62d09b43b - sha256: b35082091c8efd084e51bc3a4a2d3b07897eff232aaf58cbc0f959b6291a6a93 + md5: 42ef10a8f7f5d55a2e267c0d5daa6387 + sha256: 1cd52f9ccb4854c4d731438afe0e833b6b71edaf5ede661152aa98efb3a7cc70 category: dev optional: true - name: typing-extensions @@ -3727,12 +4052,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.12.0' - url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhcf101f3_2.conda hash: - md5: a0a4a3035667fc34f29bfbd5c190baa6 - sha256: 70db27de58a97aeb7ba7448366c9853f91b21137492e0b4430251a1870aa8ff4 + md5: 53f5409c5cfd6c5a66417d68e3f0a864 + sha256: 8b90d2f19f9458b8c58a55e1fcdc1d90c1603a847a47654d8a454549413ba60a category: main optional: false - name: typing-inspection @@ -3740,12 +4065,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.12.0' - url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhcf101f3_2.conda hash: - md5: a0a4a3035667fc34f29bfbd5c190baa6 - sha256: 70db27de58a97aeb7ba7448366c9853f91b21137492e0b4430251a1870aa8ff4 + md5: 53f5409c5cfd6c5a66417d68e3f0a864 + sha256: 8b90d2f19f9458b8c58a55e1fcdc1d90c1603a847a47654d8a454549413ba60a category: main optional: false - name: typing_extensions @@ -3753,7 +4078,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -3765,7 +4090,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -3806,7 +4131,7 @@ package: category: main optional: false - name: urllib3 - version: 2.6.3 + version: 2.7.0 manager: conda platform: linux-64 dependencies: @@ -3815,14 +4140,14 @@ package: h2: '>=4,<5' pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.6.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda hash: - md5: 9272daa869e03efe68833e3dc7a02130 - sha256: af641ca7ab0c64525a96fd9ad3081b0f5bcf5d1cbb091afb3f6ed5a9eee6111a + md5: cbb88288f74dbe6ada1c6c7d0a97223e + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 category: dev optional: true - name: urllib3 - version: 2.6.3 + version: 2.7.0 manager: conda platform: win-64 dependencies: @@ -3831,47 +4156,47 @@ package: h2: '>=4,<5' pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.6.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda hash: - md5: 9272daa869e03efe68833e3dc7a02130 - sha256: af641ca7ab0c64525a96fd9ad3081b0f5bcf5d1cbb091afb3f6ed5a9eee6111a + md5: cbb88288f74dbe6ada1c6c7d0a97223e + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 category: dev optional: true - name: vc - version: '14.3' + version: '14.5' manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h41ae7f8_34.conda + vc14_runtime: '>=14.51.36231' + url: https://repo.prefix.dev/conda-forge/win-64/vc-14.5-h1b7c187_38.conda hash: - md5: 1e610f2416b6acdd231c5f573d754a0f - sha256: 9dc40c2610a6e6727d635c62cced5ef30b7b30123f5ef67d6139e23d21744b3a + md5: 774568633f3b26d7a4a6dd4f9ea6d3e1 + sha256: 61b68e5a4fc71a17f8d64b12e013a2f971ad980bd08e9c389d5e68efe1a67de0 category: main optional: false - name: vc14_runtime - version: 14.44.35208 + version: 14.51.36231 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vcomp14: 14.44.35208 - url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_34.conda + vcomp14: 14.51.36231 + url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.51.36231-h1b9f54f_38.conda hash: - md5: 37eb311485d2d8b2c419449582046a42 - sha256: 02732f953292cce179de9b633e74928037fa3741eb5ef91c3f8bae4f761d32a5 + md5: 2cdcd8ea1010920911bb2eacb4c61227 + sha256: 957c7c65583c7107a5e76f39756c6361fcb7b0dc101ac7c0aea86e7ca09fe49c category: main optional: false - name: vcomp14 - version: 14.44.35208 + version: 14.51.36231 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - url: https://repo.prefix.dev/conda-forge/win-64/vcomp14-14.44.35208-h818238b_34.conda + url: https://repo.prefix.dev/conda-forge/win-64/vcomp14-14.51.36231-h1b9f54f_38.conda hash: - md5: 242d9f25d2ae60c76b38a5e42858e51d - sha256: 878d5d10318b119bd98ed3ed874bd467acbe21996e1d81597a1dbf8030ea0ce6 + md5: 63ee70d69d7540e821940dac5d4d9ba2 + sha256: c645fdc1f0f47718431d973386e946754a10200e7ba2c32032560913a970cacd category: main optional: false - name: win_inet_pton @@ -3969,27 +4294,27 @@ package: category: dev optional: true - name: zipp - version: 3.23.0 + version: 4.1.0 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda hash: - md5: 30cd29cb87d819caead4d55184c1d115 - sha256: b4533f7d9efc976511a73ef7d4a2473406d7f4c750884be8e8620b0ce70f4dae + md5: ba3dcdc8584155c97c648ae9c044b7a3 + sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 category: dev optional: true - name: zipp - version: 3.23.0 + version: 4.1.0 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda hash: - md5: 30cd29cb87d819caead4d55184c1d115 - sha256: b4533f7d9efc976511a73ef7d4a2473406d7f4c750884be8e8620b0ce70f4dae + md5: ba3dcdc8584155c97c648ae9c044b7a3 + sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 category: dev optional: true - name: zlib-ng @@ -4049,72 +4374,74 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev37+668a9e0 + version: 0.8.0a1.dev3+6222ed5 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a3.dev5+9e0a86e5 + geoh5py: 0.13.0b2.dev5+cbdabab5 matplotlib: '>=3.10.0,<3.11.0' numpy: '>=2.4.2,<2.5.0' pydantic: '>=2.12.0,<2.13.0' scipy: '>=1.17.0,<1.18.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 hash: - sha256: 668a9e0da5214e4a3bce466321cd910f1bb00b02 + sha256: 6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev37+668a9e0 + version: 0.8.0a1.dev3+6222ed5 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a3.dev5+9e0a86e5 + geoh5py: 0.13.0b2.dev5+cbdabab5 matplotlib: '>=3.10.0,<3.11.0' numpy: '>=2.4.2,<2.5.0' pydantic: '>=2.12.0,<2.13.0' scipy: '>=1.17.0,<1.18.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 hash: - sha256: 668a9e0da5214e4a3bce466321cd910f1bb00b02 + sha256: 6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 category: main optional: false - name: geoh5py - version: 0.13.0a3.dev5+9e0a86e5 + version: 0.13.0b2.dev5+cbdabab5 manager: pip platform: linux-64 dependencies: - h5py: '>=3.15.0,<4.0.0' + h5py: '>=3.15.0,<3.16.0' numpy: '>=2.4.0,<2.5.0' - pillow: '>=12.1.0,<12.2.0' + pillow: '>=12.2.0,<12.3.0' + psutil: '>=7.2.2,<7.3.0' pydantic: '>=2.12.0,<2.13.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 hash: - sha256: 9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + sha256: cbdabab52382413a3d6176262a2bf189a9b4cd24 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 category: main optional: false - name: geoh5py - version: 0.13.0a3.dev5+9e0a86e5 + version: 0.13.0b2.dev5+cbdabab5 manager: pip platform: win-64 dependencies: - h5py: '>=3.15.0,<4.0.0' + h5py: '>=3.15.0,<3.16.0' numpy: '>=2.4.0,<2.5.0' - pillow: '>=12.1.0,<12.2.0' + pillow: '>=12.2.0,<12.3.0' + psutil: '>=7.2.2,<7.3.0' pydantic: '>=2.12.0,<2.13.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 hash: - sha256: 9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + sha256: cbdabab52382413a3d6176262a2bf189a9b4cd24 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 category: main optional: false diff --git a/py-3.14.conda-lock.yml b/py-3.14.conda-lock.yml index 8590013..a723bb1 100644 --- a/py-3.14.conda-lock.yml +++ b/py-3.14.conda-lock.yml @@ -15,8 +15,8 @@ version: 1 metadata: content_hash: - win-64: 5af27ac8b89d0508ea53657ac9fc3decbb10a7ba4a8ea5c75d9507da45f9880a - linux-64: 1fcd58273952d9af10e24e1080fa4a27f4767f8644fa877f82ba937d8014e56a + win-64: 7bfb0c555eec9c53e215c07b0292303434371dc40e1f6bea7ba60c052eb94601 + linux-64: fcd8bd8bfb67823b63b86ab5edfda4a1914851c303660e815c91dd274d98eb15 channels: - url: conda-forge used_env_vars: [] @@ -130,17 +130,304 @@ package: sha256: 18d45f2251b15637c73f3d9a5818601797a9ee89b0bb0203bf810dac27d1294a category: dev optional: true +- name: aws-c-auth + version: 0.10.1 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-auth-0.10.1-ha62d5e7_3.conda + hash: + md5: 55eaf7066da1299d217ab32baedc7fa8 + sha256: ccbf2cc4bea4aab6e071d67ecc2743197759f6df855787e7a5f57f7973f913a2 + category: main + optional: false +- name: aws-c-auth + version: 0.10.1 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-auth-0.10.1-h8b39d88_3.conda + hash: + md5: 9f25944ccae498b7afbc81ce24f4c37a + sha256: ffa66e862ddcd8a825c3d44e83404daec7b8d36b7313650e09aa39443c312f5e + category: main + optional: false +- name: aws-c-cal + version: 0.9.13 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + openssl: '>=3.5.4,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-cal-0.9.13-h2c9d079_1.conda + hash: + md5: 3c3d02681058c3d206b562b2e3bc337f + sha256: f21d648349a318f4ae457ea5403d542ba6c0e0343b8642038523dd612b2a5064 + category: main + optional: false +- name: aws-c-cal + version: 0.9.13 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-cal-0.9.13-h46f3b43_1.conda + hash: + md5: 7cc4953d504d4e8f3d6f4facb8549465 + sha256: 5f61082caea9fbdd6ba02702935e9dea9997459a7e6c06fd47f21b81aac882fb + category: main + optional: false +- name: aws-c-common + version: 0.12.6 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-common-0.12.6-hb03c661_0.conda + hash: + md5: e36ad70a7e0b48f091ed6902f04c23b8 + sha256: 926a5b9de0a586e88669d81de717c8dd3218c51ce55658e8a16af7e7fe87c833 + category: main + optional: false +- name: aws-c-common + version: 0.12.6 + manager: conda + platform: win-64 + dependencies: + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-common-0.12.6-hfd05255_0.conda + hash: + md5: b1465f33b05b9af02ad0887c01837831 + sha256: 0627691c34eb3d9fcd18c71346d9f16f83e8e58f9983e792138a2cccf387d18a + category: main + optional: false +- name: aws-c-compression + version: 0.3.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-compression-0.3.2-h8b1a151_0.conda + hash: + md5: f16f498641c9e05b645fe65902df661a + sha256: 1838bdc077b77168416801f4715335b65e9223f83641a2c28644f8acd8f9db0e + category: main + optional: false +- name: aws-c-compression + version: 0.3.2 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-compression-0.3.2-hcb3a2da_0.conda + hash: + md5: 0385f2340be1776b513258adaf70e208 + sha256: f98fbb797d28de3ae41dbd42590549ee0a2a4e61772f9cc6d1a4fa45d47637de + category: main + optional: false +- name: aws-c-http + version: 0.10.13 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-compression: '>=0.3.2,<0.3.3.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-http-0.10.13-h4bacb7b_0.conda + hash: + md5: 77f70a9ab785a146dbf66fba00131403 + sha256: 38cfc8894db6729770ac18f900296c3f7c20f349a5586a8d8e1a62571fce61d5 + category: main + optional: false +- name: aws-c-http + version: 0.10.13 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-compression: '>=0.3.2,<0.3.3.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-http-0.10.13-h612f3e8_0.conda + hash: + md5: 88626be3c14ac87c09629dcbf65e6279 + sha256: cf939d4a0849bc41421b4c380b2bbbc0beb1fd9b375bb9627b98d9415ec9ea69 + category: main + optional: false +- name: aws-c-io + version: 0.26.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + s2n: '>=1.7.3,<1.7.4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-io-0.26.3-hb18f61d_2.conda + hash: + md5: d1337309873c443bcc9f118b67eed84e + sha256: eee7f7aa2c5b9e0a31edba7b81482036fbe751c40bc6697fd057fbd2c656406b + category: main + optional: false +- name: aws-c-io + version: 0.26.3 + manager: conda + platform: win-64 + dependencies: + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-io-0.26.3-h0d5b9f9_2.conda + hash: + md5: 86eb8e8959c2d6053a50ad31ef6e5b5d + sha256: 7cf5aca930fc12f4e27bd4645d20224d608c2c650443e5633faea3bf8b0a7736 + category: main + optional: false +- name: aws-c-s3 + version: 0.12.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-checksums: '>=0.2.10,<0.2.11.0a0' + libgcc: '>=14' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-s3-0.12.2-he6ee468_1.conda + hash: + md5: 50ae8372984b8b98e056ac8f6b70ab29 + sha256: 4cecb4d595b7cf558087c37b8131cae5204b2c64d75f6b951dc3731d3f872bb8 + category: main + optional: false +- name: aws-c-s3 + version: 0.12.2 + manager: conda + platform: win-64 + dependencies: + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-cal: '>=0.9.13,<0.9.14.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-checksums: '>=0.2.10,<0.2.11.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-s3-0.12.2-h61b906f_1.conda + hash: + md5: 2c4cd5a0bb004c9975a4d7257a55c34a + sha256: 8d9c747d71c493e6d5e5a125a267c6ac51baba1e4b89c01c2a4084239267b8e1 + category: main + optional: false +- name: aws-c-sdkutils + version: 0.2.4 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-c-sdkutils-0.2.4-h8b1a151_4.conda + hash: + md5: c7e3e08b7b1b285524ab9d74162ce40b + sha256: 9d62c5029f6f8219368a8665f0a549da572dc777f52413b7d75609cacdbc02cc + category: main + optional: false +- name: aws-c-sdkutils + version: 0.2.4 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-c-sdkutils-0.2.4-hcb3a2da_4.conda + hash: + md5: 3c97faee5be6fd0069410cf2bca71c85 + sha256: c86c30edba7457e04d905c959328142603b62d7d1888aed893b2e21cca9c302c + category: main + optional: false +- name: aws-checksums + version: 0.2.10 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/aws-checksums-0.2.10-h8b1a151_0.conda + hash: + md5: f8e1bcc5c7d839c5882e94498791be08 + sha256: 09472dd5fa4473cffd44741ee4c1112f2c76d7168d1343de53c2ad283dc1efa6 + category: main + optional: false +- name: aws-checksums + version: 0.2.10 + manager: conda + platform: win-64 + dependencies: + aws-c-common: '>=0.12.6,<0.12.7.0a0' + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/aws-checksums-0.2.10-hcb3a2da_0.conda + hash: + md5: 96e950e5007fb691322db578736aba52 + sha256: 505b2365bbf3c197c9c2e007ba8262bcdaaddc970f84ce67cf73868ca2990989 + category: main + optional: false - name: babel version: 2.18.0 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - pytz: '>=2015.7' - url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda hash: - md5: ea5be9abc2939c8431893b4e123a2065 - sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb + md5: f1976ce927373500cc19d3c0b2c85177 + sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 category: dev optional: true - name: babel @@ -148,36 +435,35 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' - pytz: '>=2015.7' - url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/babel-2.18.0-pyhcf101f3_1.conda hash: - md5: ea5be9abc2939c8431893b4e123a2065 - sha256: 7377bce9fcc03fecd3607843d20b50546c30a923a3517a322a2a784fa6e380eb + md5: f1976ce927373500cc19d3c0b2c85177 + sha256: a14a9ad02101aab25570543a59c5193043b73dc311a25650134ed9e6cb691770 category: dev optional: true - name: backports.zstd - version: 1.3.0 + version: 1.5.0 manager: conda platform: linux-64 dependencies: python: '>=3.14' - url: https://repo.prefix.dev/conda-forge/noarch/backports.zstd-1.3.0-py314h680f03e_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/backports.zstd-1.5.0-py314h680f03e_0.conda hash: - md5: a2ac7763a9ac75055b68f325d3255265 - sha256: c31ab719d256bc6f89926131e88ecd0f0c5d003fe8481852c6424f4ec6c7eb29 + md5: 1133126d840e75287d83947be3fc3e71 + sha256: a1c97297e867776760489537bc5ae36fa83a154be30e3b79385a39ca4cb058fe category: dev optional: true - name: backports.zstd - version: 1.3.0 + version: 1.5.0 manager: conda platform: win-64 dependencies: python: '>=3.14' - url: https://repo.prefix.dev/conda-forge/noarch/backports.zstd-1.3.0-py314h680f03e_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/backports.zstd-1.5.0-py314h680f03e_0.conda hash: - md5: a2ac7763a9ac75055b68f325d3255265 - sha256: c31ab719d256bc6f89926131e88ecd0f0c5d003fe8481852c6424f4ec6c7eb29 + md5: 1133126d840e75287d83947be3fc3e71 + sha256: a1c97297e867776760489537bc5ae36fa83a154be30e3b79385a39ca4cb058fe category: dev optional: true - name: brotli @@ -317,27 +603,27 @@ package: category: main optional: false - name: ca-certificates - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: linux-64 dependencies: __unix: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-hbd8a1cb_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.5.20-hbd8a1cb_0.conda hash: - md5: bddacf101bb4dd0e51811cb69c7790e2 - sha256: b5974ec9b50e3c514a382335efa81ed02b05906849827a34061c496f4defa0b2 + md5: 489b8e97e666c93f68fdb35c3c9b957f + sha256: 9812a303a1395e1dafbd92e5bc8a1ff6013bcbba0a09c7f03a8d23e43560aa9b category: main optional: false - name: ca-certificates - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: win-64 dependencies: __win: '' - url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.1.4-h4c7d964_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/ca-certificates-2026.5.20-h4c7d964_0.conda hash: - md5: 84d389c9eee640dda3d26fc5335c67d8 - sha256: 4ddcb01be03f85d3db9d881407fb13a673372f1b9fac9c836ea441893390e049 + md5: c9b86eece2f944541b86441c94117ab3 + sha256: 86981d764e4ea1883409d30447ff9da46127426d31a63df08315aaded768e652 category: main optional: false - name: cached-property @@ -389,51 +675,51 @@ package: category: main optional: false - name: certifi - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.5.20-pyhd8ed1ab_0.conda hash: - md5: eacc711330cd46939f66cd401ff9c44b - sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 + md5: 9fefff2f745ea1cc2ef15211a20c054a + sha256: 645655a3510e38e625da136595f3f16f2130c3263630cc3bc8f60f619ddbe490 category: dev optional: true - name: certifi - version: 2026.1.4 + version: 2026.5.20 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.1.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/certifi-2026.5.20-pyhd8ed1ab_0.conda hash: - md5: eacc711330cd46939f66cd401ff9c44b - sha256: 110338066d194a715947808611b763857c15458f8b3b97197387356844af9450 + md5: 9fefff2f745ea1cc2ef15211a20c054a + sha256: 645655a3510e38e625da136595f3f16f2130c3263630cc3bc8f60f619ddbe490 category: dev optional: true - name: charset-normalizer - version: 3.4.4 + version: 3.4.7 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda hash: - md5: a22d1fd9bf98827e280a02875d9a007a - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 + md5: a9167b9571f3baa9d448faa2139d1089 + sha256: 3f9483d62ce24ecd063f8a5a714448445dc8d9e201147c46699fc0033e824457 category: dev optional: true - name: charset-normalizer - version: 3.4.4 + version: 3.4.7 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/charset-normalizer-3.4.7-pyhd8ed1ab_0.conda hash: - md5: a22d1fd9bf98827e280a02875d9a007a - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 + md5: a9167b9571f3baa9d448faa2139d1089 + sha256: 3f9483d62ce24ecd063f8a5a714448445dc8d9e201147c46699fc0033e824457 category: dev optional: true - name: colorama @@ -495,7 +781,7 @@ package: category: main optional: false - name: coverage - version: 7.13.4 + version: 7.14.1 manager: conda platform: linux-64 dependencies: @@ -504,14 +790,14 @@ package: python: '>=3.14,<3.15.0a0' python_abi: 3.14.* tomli: '' - url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.13.4-py314h67df5f8_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/coverage-7.14.1-py314h67df5f8_0.conda hash: - md5: 6c7efc167cee337d9c41200506d022b8 - sha256: b84aa99886610e0c3856ee1b577fe5c2552a5677bb7d281b4a86e79248813898 + md5: 2af0e1fec00680b1b6ef3859585ca8fa + sha256: 4fb298517c0aff45eb449bf4bd484c0f4d0ab36d4e5c1005b7f0312e68330b57 category: dev optional: true - name: coverage - version: 7.13.4 + version: 7.14.1 manager: conda platform: win-64 dependencies: @@ -521,10 +807,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.13.4-py314h2359020_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/coverage-7.14.1-py314h2359020_0.conda hash: - md5: ac7417dc27e19765fd50f547d9a9e445 - sha256: be570faa6580aa8ddeead7f3639ae27c46e02446613c85af9c3eab395f8dedd6 + md5: 442d8dfea629c6a1c46347db9a5ec974 + sha256: 9bd2e2e705d44961482bc58339fe3d456cbbdbc16520c607be9609601c39e5ba category: dev optional: true - name: cycler @@ -532,7 +818,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -544,7 +830,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda hash: md5: 4c2a8fef270f6c69591889b93f9f55c1 @@ -556,7 +842,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -568,7 +854,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/dill-0.4.1-pyhcf101f3_0.conda hash: md5: 080a808fce955026bf82107d955d32da @@ -583,7 +869,7 @@ package: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '' python_abi: 3.14.* scipy: '>=1.12' @@ -598,7 +884,7 @@ package: manager: conda platform: win-64 dependencies: - numpy: '>=1.22.4' + numpy: '>=1.23,<3' python: '' python_abi: 3.14.* scipy: '>=1.12' @@ -662,7 +948,7 @@ package: category: dev optional: true - name: fonttools - version: 4.61.1 + version: 4.63.0 manager: conda platform: linux-64 dependencies: @@ -670,14 +956,14 @@ package: munkres: '' python: '>=3.10' unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/noarch/fonttools-4.61.1-pyh7db6752_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/fonttools-4.63.0-pyh7db6752_0.conda hash: - md5: d5da976e963e70364b9e3ff270842b9f - sha256: bb74f1732065eb95c3ea4ae7f7ab29d6ddaafe6da32f009106bf9a335147cb77 + md5: 0509ee74d95e5b98eb6fe2a47760e399 + sha256: c9752235f1ff7061d834e5e4a3d0adf71ebeeff2b3fad82dab607edce7f70c91 category: main optional: false - name: fonttools - version: 4.61.1 + version: 4.63.0 manager: conda platform: win-64 dependencies: @@ -685,36 +971,36 @@ package: munkres: '' python: '>=3.10' unicodedata2: '>=15.1.0' - url: https://repo.prefix.dev/conda-forge/noarch/fonttools-4.61.1-pyh7db6752_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/fonttools-4.63.0-pyh7db6752_0.conda hash: - md5: d5da976e963e70364b9e3ff270842b9f - sha256: bb74f1732065eb95c3ea4ae7f7ab29d6ddaafe6da32f009106bf9a335147cb77 + md5: 0509ee74d95e5b98eb6fe2a47760e399 + sha256: c9752235f1ff7061d834e5e4a3d0adf71ebeeff2b3fad82dab607edce7f70c91 category: main optional: false - name: freetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: - libfreetype: 2.14.1 - libfreetype6: 2.14.1 - url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda + libfreetype: 2.14.3 + libfreetype6: 2.14.3 + url: https://repo.prefix.dev/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda hash: - md5: 4afc585cd97ba8a23809406cd8a9eda8 - sha256: bf8e4dffe46f7d25dc06f31038cacb01672c47b9f45201f065b0f4d00ab0a83e + md5: 8462b5322567212beeb025f3519fb3e2 + sha256: c934c385889c7836f034039b43b05ccfa98f53c900db03d8411189892ced090b category: main optional: false - name: freetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libfreetype: 2.14.1 - libfreetype6: 2.14.1 - url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.1-h57928b3_0.conda + libfreetype: 2.14.3 + libfreetype6: 2.14.3 + url: https://repo.prefix.dev/conda-forge/win-64/freetype-2.14.3-h57928b3_0.conda hash: - md5: d69c21967f35eb2ce7f1f85d6b6022d3 - sha256: a9b3313edea0bf14ea6147ea43a1059d0bf78771a1336d2c8282891efc57709a + md5: 507b36518b5a595edda64066c820a6ef + sha256: 70815dbae6ccdfbb0a47269101a260b0a2e11a2ab5c0f7209f325d01bdb18fb7 category: main optional: false - name: h2 @@ -724,7 +1010,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -738,7 +1024,7 @@ package: dependencies: hpack: '>=4.1,<5' hyperframe: '>=6.1,<7' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda hash: md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 @@ -746,78 +1032,90 @@ package: category: dev optional: true - name: h5py - version: 3.15.1 + version: 3.16.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' cached-property: '' - hdf5: '>=1.14.6,<1.14.7.0a0' + hdf5: '>=2.1.0,<3.0a0' libgcc: '>=14' numpy: '>=1.23,<3' python: '>=3.14,<3.15.0a0' python_abi: 3.14.* - url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.15.1-nompi_py314hc32fe06_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/h5py-3.16.0-nompi_py314hddf7a69_102.conda hash: - md5: d5f709371311de1343675757978a50d5 - sha256: 36f836d9212fda38e09e3d7c1e694996112456c1b1da1b1bb6c0072321559082 + md5: d93afa30018997705dd04513eeb5ac0f + sha256: 48e18f20bc1ff15433299dd77c20a4160eb29572eea799ae5a73632c6c3d7dfd category: main optional: false - name: h5py - version: 3.15.1 + version: 3.16.0 manager: conda platform: win-64 dependencies: cached-property: '' - hdf5: '>=1.14.6,<1.14.7.0a0' + hdf5: '>=2.1.0,<3.0a0' numpy: '>=1.23,<3' python: '>=3.14,<3.15.0a0' python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.15.1-nompi_py314hc249e69_101.conda + url: https://repo.prefix.dev/conda-forge/win-64/h5py-3.16.0-nompi_py314h02517ec_102.conda hash: - md5: 4019722f94eac6540faf77d20cc4190d - sha256: 7a05562f2cf290b50de67eefef6ea704ec2356551a2683b767c511680562eeaa + md5: 19bdd6358ce2be9ef29f92b1564db61d + sha256: 5ee88f1f691829d2430761a26a690c3d880e7cd41e40a4057131360a8904e0bd category: main optional: false - name: hdf5 - version: 1.14.6 + version: 2.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-s3: '>=0.12.2,<0.12.3.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' libaec: '>=1.1.5,<2.0a0' - libcurl: '>=8.18.0,<9.0a0' + libcurl: '>=8.20.0,<9.0a0' libgcc: '>=14' libgfortran: '' libgfortran5: '>=14.3.0' libstdcxx: '>=14' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-1.14.6-nompi_h19486de_106.conda + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/hdf5-2.1.0-nompi_h87a9417_105.conda hash: - md5: c223ee1429ba538f3e48cfb4a0b97357 - sha256: 1fc50ce3b86710fba3ec9c5714f1612b5ffa4230d70bfe43e2a1436eacba1621 + md5: 0d0595612fa229dddb5fc565c260a11f + sha256: beb8a2fb18924ca7b5b82cfb50f008f882f577daef2c00ed88022abea35fec76 category: main optional: false - name: hdf5 - version: 1.14.6 + version: 2.1.0 manager: conda platform: win-64 dependencies: + aws-c-auth: '>=0.10.1,<0.10.2.0a0' + aws-c-common: '>=0.12.6,<0.12.7.0a0' + aws-c-http: '>=0.10.13,<0.10.14.0a0' + aws-c-io: '>=0.26.3,<0.26.4.0a0' + aws-c-s3: '>=0.12.2,<0.12.3.0a0' + aws-c-sdkutils: '>=0.2.4,<0.2.5.0a0' libaec: '>=1.1.5,<2.0a0' - libcurl: '>=8.18.0,<9.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libcurl: '>=8.20.0,<9.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/hdf5-1.14.6-nompi_hae35d4c_106.conda + url: https://repo.prefix.dev/conda-forge/win-64/hdf5-2.1.0-nompi_h0a39f1e_105.conda hash: - md5: e2fb54650b51dcd92dfcbf42d2222ff8 - sha256: d9f8f202ee91ae93515b18c498970f178dfd061743f25a65a205f848e197437f + md5: d5850b9e97b9a577441067628fb8d573 + sha256: 2f2d49ccf163a4bdf556662fb2949bdf408940e2db67a2d15be2d8be247b6e43 category: main optional: false - name: hpack @@ -869,105 +1167,91 @@ package: category: dev optional: true - name: icu - version: '78.2' + version: '78.3' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.2-h33c6efd_0.conda - hash: - md5: 186a18e3ba246eccfc7cff00cd19a870 - sha256: 142a722072fa96cf16ff98eaaf641f54ab84744af81754c292cb81e0881c0329 - category: main - optional: false -- name: icu - version: '78.2' - manager: conda - platform: win-64 - dependencies: - ucrt: '>=10.0.20348.0' - vc: '>=14.3,<15' - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/icu-78.2-h637d24d_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/icu-78.3-h33c6efd_0.conda hash: - md5: 0ee3bb487600d5e71ab7d28951b2016a - sha256: 5a41fb28971342e293769fc968b3414253a2f8d9e30ed7c31517a15b4887246a + md5: c80d8a3b84358cb967fa81e7075fbc8a + sha256: fbf86c4a59c2ed05bbffb2ba25c7ed94f6185ec30ecb691615d42342baa1a16a category: main optional: false - name: idna - version: '3.11' + version: '3.17' manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.17-pyhcf101f3_0.conda hash: - md5: 53abe63df7e10a6ba605dc5f9f961d36 - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 + md5: c75e517ebd7a5c5272fe111e8b162228 + sha256: f9fe1f9e539c544405ccb7ba632d4ba79edf243c05554d76ace073158a80b691 category: dev optional: true - name: idna - version: '3.11' + version: '3.17' manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/idna-3.17-pyhcf101f3_0.conda hash: - md5: 53abe63df7e10a6ba605dc5f9f961d36 - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 + md5: c75e517ebd7a5c5272fe111e8b162228 + sha256: f9fe1f9e539c544405ccb7ba632d4ba79edf243c05554d76ace073158a80b691 category: dev optional: true - name: imagesize - version: 1.4.1 + version: 2.0.0 manager: conda platform: linux-64 dependencies: - python: '>=3.4' - url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/imagesize-2.0.0-pyhd8ed1ab_0.conda hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 92617c2ba2847cca7a6ed813b6f4ab79 + sha256: 5a047f9eac290e679b4e6f6f4cbfcc5acdfbf031a4f06824d4ddb590cdbb850b category: dev optional: true - name: imagesize - version: 1.4.1 + version: 2.0.0 manager: conda platform: win-64 dependencies: - python: '>=3.4' - url: https://repo.prefix.dev/conda-forge/noarch/imagesize-1.4.1-pyhd8ed1ab_0.tar.bz2 + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/imagesize-2.0.0-pyhd8ed1ab_0.conda hash: - md5: 7de5386c8fea29e76b303f37dde4c352 - sha256: c2bfd7043e0c4c12d8b5593de666c1e81d67b83c474a0a79282cc5c4ef845460 + md5: 92617c2ba2847cca7a6ed813b6f4ab79 + sha256: 5a047f9eac290e679b4e6f6f4cbfcc5acdfbf031a4f06824d4ddb590cdbb850b category: dev optional: true - name: importlib-metadata - version: 8.7.0 + version: 9.0.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' zipp: '>=3.20' - url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda hash: - md5: 63ccfdc3a3ce25b027b8767eb722fca8 - sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 + md5: ffc17e785d64e12fc311af9184221839 + sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 category: dev optional: true - name: importlib-metadata - version: 8.7.0 + version: 9.0.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' zipp: '>=3.20' - url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-8.7.0-pyhe01879c_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/importlib-metadata-9.0.0-pyhcf101f3_0.conda hash: - md5: 63ccfdc3a3ce25b027b8767eb722fca8 - sha256: c18ab120a0613ada4391b15981d86ff777b5690ca461ea7e9e49531e8f374745 + md5: ffc17e785d64e12fc311af9184221839 + sha256: 43e2a5497cad1598ff88a3e69f69bc88b7b8f141fa63c60eab5db296317318b8 category: dev optional: true - name: iniconfig @@ -995,29 +1279,29 @@ package: category: dev optional: true - name: isort - version: 7.0.0 + version: 8.0.1 manager: conda platform: linux-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-8.0.1-pyhd8ed1ab_0.conda hash: - md5: 55a61979242077b2cc377c74326ea9f0 - sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 + md5: 98cdd8615792e90da1023bc546f806d9 + sha256: cc5c2b513143ea9675ba5b3570182f7568fd1029b299ee3bc58424dcce8c5539 category: dev optional: true - name: isort - version: 7.0.0 + version: 8.0.1 manager: conda platform: win-64 dependencies: importlib-metadata: '>=4.6.0' python: '>=3.10,<4.0' - url: https://repo.prefix.dev/conda-forge/noarch/isort-7.0.0-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/isort-8.0.1-pyhd8ed1ab_0.conda hash: - md5: 55a61979242077b2cc377c74326ea9f0 - sha256: 13b0005877f553eb2e5c50447c9d0047e7257124ec2d1569d7dad35697790237 + md5: 98cdd8615792e90da1023bc546f806d9 + sha256: cc5c2b513143ea9675ba5b3570182f7568fd1029b299ee3bc58424dcce8c5539 category: dev optional: true - name: jinja2 @@ -1026,7 +1310,7 @@ package: platform: linux-64 dependencies: markupsafe: '>=2.0' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -1039,7 +1323,7 @@ package: platform: win-64 dependencies: markupsafe: '>=2.0' - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda hash: md5: 04558c96691bed63104678757beb4f8d @@ -1060,7 +1344,7 @@ package: category: main optional: false - name: kiwisolver - version: 1.4.9 + version: 1.5.0 manager: conda platform: linux-64 dependencies: @@ -1069,14 +1353,14 @@ package: libstdcxx: '>=14' python: '' python_abi: 3.14.* - url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.4.9-py314h97ea11e_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/kiwisolver-1.5.0-py314h97ea11e_0.conda hash: - md5: 57f1ce4f7ba6bcd460be8f83c8f04c69 - sha256: a707d08c095d02148201f2da9fba465054fb750e33117e215892a4fefcc1b54a + md5: 7397e418cab519b8d789936cf2dde6f6 + sha256: e3488ea4a336f29e57de8f282bf40c0505cfc482e03004615e694b48e7d9c79f category: main optional: false - name: kiwisolver - version: 1.4.9 + version: 1.5.0 manager: conda platform: win-64 dependencies: @@ -1085,10 +1369,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.4.9-py314hf309875_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/kiwisolver-1.5.0-py314hf309875_0.conda hash: - md5: e9d93271b021332f5492ff5478601614 - sha256: ded907ab1ce24abcff20bc239e770ae7ef4cff6fdcfb8cc24ca59ebe736a1d3f + md5: 0508c8dabeab91311e5c59b5e3f6d278 + sha256: 37cbc49fd7255532d09fb3bc9cc699554693e632fa90678a9b3d0ed12557d0d7 category: main optional: false - name: krb5 @@ -1124,34 +1408,34 @@ package: category: main optional: false - name: lcms2 - version: '2.18' + version: 2.19.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libjpeg-turbo: '>=3.1.2,<4.0a0' + libjpeg-turbo: '>=3.1.4.1,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/lcms2-2.18-h0c24ade_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/lcms2-2.19.1-h0c24ade_1.conda hash: - md5: 6f2e2c8f58160147c4d1c6f4c14cbac4 - sha256: 836ec4b895352110335b9fdcfa83a8dcdbe6c5fb7c06c4929130600caea91c0a + md5: 8b3ce45e929cd8e8e5f4d18586b56d8b + sha256: 112b5b9462572d970f4abd2912f76a25ee7db158b1e7260163d91dd8a630db84 category: main optional: false - name: lcms2 - version: '2.18' + version: 2.19.1 manager: conda platform: win-64 dependencies: - libjpeg-turbo: '>=3.1.2,<4.0a0' + libjpeg-turbo: '>=3.1.4.1,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/lcms2-2.18-hf2c6c5f_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/lcms2-2.19.1-hf2c6c5f_1.conda hash: - md5: b6c68d6b829b044cd17a41e0a8a23ca1 - sha256: 7eeb18c5c86db146b62da66d9e8b0e753a52987f9134a494309588bbeceddf28 + md5: 1df4012c8a2478699d07bc26af66d41e + sha256: 5ed63a32639a130564a870becb679fd52dfb816666a61ed3c023917389010480 category: main optional: false - name: ld_impl_linux-64 @@ -1161,38 +1445,38 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_101.conda + url: https://repo.prefix.dev/conda-forge/linux-64/ld_impl_linux-64-2.45.1-default_hbd61a6d_102.conda hash: - md5: 12bd9a3f089ee6c9266a37dab82afabd - sha256: 565941ac1f8b0d2f2e8f02827cbca648f4d18cd461afc31f15604cd291b5c5f3 + md5: 18335a698559cdbcd86150a48bf54ba6 + sha256: 3d584956604909ff5df353767f3a2a2f60e07d070b328d109f30ac40cd62df6c category: main optional: false - name: lerc - version: 4.0.0 + version: 4.1.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - libstdcxx: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda + libgcc: '>=14' + libstdcxx: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/lerc-4.1.0-hdb68285_0.conda hash: - md5: 9344155d33912347b37f0ae6c410a835 - sha256: 412381a43d5ff9bbed82cd52a0bbca5b90623f62e41007c9c42d3870c60945ff + md5: a752488c68f2e7c456bcbd8f16eec275 + sha256: f84cb54782f7e9cea95e810ea8fef186e0652d0fa73d3009914fa2c1262594e1 category: main optional: false - name: lerc - version: 4.0.0 + version: 4.1.0 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/lerc-4.0.0-h6470a55_1.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/lerc-4.1.0-hd936e49_0.conda hash: - md5: c1b81da6d29a14b542da14a36c9fbf3f - sha256: 868a3dff758cc676fa1286d3f36c3e0101cca56730f7be531ab84dc91ec58e9d + md5: 54b231d595bc1ff9bff668dd443ee012 + sha256: 45df58fca800b552b17c3914cc9ab0d55a82c5172d72b5c44a59c710c06c5473 category: main optional: false - name: libaec @@ -1228,11 +1512,11 @@ package: manager: conda platform: linux-64 dependencies: - mkl: '>=2025.3.0,<2026.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-5_h5875eb1_mkl.conda + mkl: '>=2026.0.0,<2027.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libblas-3.11.0-8_h5875eb1_mkl.conda hash: - md5: 9d2f2e3a943d38f972ceef9cde8ba4bf - sha256: 328d64d4eb51047c39a8039a30eb47695855829d0a11b72d932171cb1dcdfad3 + md5: 8ae84a87356b604a62f1aee136ef8efb + sha256: e30f7fa2a2fb6985f9ac6604575cb318b9ae44e263f6cacc282daee9dbd6127d category: main optional: false - name: libblas @@ -1240,11 +1524,11 @@ package: manager: conda platform: win-64 dependencies: - mkl: '>=2025.3.0,<2026.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-5_hf2e6a31_mkl.conda + mkl: '>=2026.0.0,<2027.0a0' + url: https://repo.prefix.dev/conda-forge/win-64/libblas-3.11.0-8_h8455456_mkl.conda hash: - md5: f9decf88743af85c9c9e05556a4c47c0 - sha256: f0cb7b2697461a306341f7ff32d5b361bb84f3e94478464c1e27ee01fc8f276b + md5: 4a0ce24b1a946ff77ae9eaa7ef015a33 + sha256: 43a87b59e6d4c68d80b2e4de487b1b54d66fe1f9a06636909b5a5ab9eae27269 category: main optional: false - name: libbrotlicommon @@ -1338,10 +1622,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-5_hfef963f_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcblas-3.11.0-8_hfef963f_mkl.conda hash: - md5: 9b6cb3aa4b7912121c64b97a76ca43d5 - sha256: 8352f472c49c42a83a20387b5f6addab1f910c5a62f4f5b8998d7dc89131ba2e + md5: 2101410a3915785b2c1595d1ae94e32c + sha256: a3ea22126a74321ddf754a0efaf998486ffb8b9ec69fc735b3f0eacb6ffc8a4e category: main optional: false - name: libcblas @@ -1350,46 +1634,46 @@ package: platform: win-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-5_h2a3cdd5_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcblas-3.11.0-8_h2a3cdd5_mkl.conda hash: - md5: b3fa8e8b55310ba8ef0060103afb02b5 - sha256: 49dc59d8e58360920314b8d276dd80da7866a1484a9abae4ee2760bc68f3e68d + md5: 09f1d8e4d2675d34ad2acb115211d10c + sha256: 2a5b6555b481df4603e44cba49a6ef727584fd2f3c5235dd4bcb3028fffbdfb5 category: main optional: false - name: libcurl - version: 8.18.0 + version: 8.20.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' krb5: '>=1.22.2,<1.23.0a0' libgcc: '>=14' - libnghttp2: '>=1.67.0,<2.0a0' + libnghttp2: '>=1.68.1,<2.0a0' libssh2: '>=1.11.1,<2.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.18.0-hcf29cc6_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libcurl-8.20.0-hcf29cc6_0.conda hash: - md5: 1707cdd636af2ff697b53186572c9f77 - sha256: c84e8dccb65ad5149c0121e4b54bdc47fa39303fd5f4979b8c44bb51b39a369b + md5: c3cc2864f82a944bc90a7beb4d3b0e88 + sha256: 75963a5dd913311f59a35dbd307592f4fa754c4808aff9c33edb430c415e38eb category: main optional: false - name: libcurl - version: 8.18.0 + version: 8.20.0 manager: conda platform: win-64 dependencies: krb5: '>=1.22.2,<1.23.0a0' libssh2: '>=1.11.1,<2.0a0' - libzlib: '>=1.3.1,<2.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.18.0-h8206538_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libcurl-8.20.0-h8206538_0.conda hash: - md5: b7243e3227df9a1852a05762d0efe08d - sha256: f7dfa98e615a0ddc8de80b32eb6700ea4ebf7b872a6de22a7eadc30a52edd4bf + md5: 7bee27a8f0a295117ccb864f30d2d87e + sha256: f4ce5aa835a698532feaa368e804365a7e45a9edebe006a8e1c80505d893c24e category: main optional: false - name: libdeflate @@ -1446,30 +1730,30 @@ package: category: main optional: false - name: libexpat - version: 2.7.4 + version: 2.8.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.7.4-hecca717_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libexpat-2.8.1-hecca717_0.conda hash: - md5: e7f7ce06ec24cfcfb9e36d28cf82ba57 - sha256: d78f1d3bea8c031d2f032b760f36676d87929b18146351c4464c66b0869df3f5 + md5: 93764a5ca80616e9c10106cdaec92f74 + sha256: 363018b25fdb5534c79783d912bd4b685a3547f4fc5996357ad548899b0ee8e7 category: main optional: false - name: libexpat - version: 2.7.4 + version: 2.8.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libexpat-2.7.4-hac47afa_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libexpat-2.8.1-hac47afa_0.conda hash: - md5: 1c1ced969021592407f16ada4573586d - sha256: b31f6fb629c4e17885aaf2082fb30384156d16b48b264e454de4a06a313b533d + md5: 23eb9474a16d4b9f6f27429989e82002 + sha256: a65e518c20d1482182bc0f1f6dd5d992f25ca44c3b32307be39ae8310db8f060 category: main optional: false - name: libffi @@ -1500,58 +1784,58 @@ package: category: main optional: false - name: libfreetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: - libfreetype6: '>=2.14.1' - url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda + libfreetype6: '>=2.14.3' + url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda hash: - md5: f4084e4e6577797150f9b04a4560ceb0 - sha256: 4641d37faeb97cf8a121efafd6afd040904d4bca8c46798122f417c31d5dfbec + md5: e289f3d17880e44b633ba911d57a321b + sha256: 38f014a7129e644636e46064ecd6b1945e729c2140e21d75bb476af39e692db2 category: main optional: false - name: libfreetype - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libfreetype6: '>=2.14.1' - url: https://repo.prefix.dev/conda-forge/win-64/libfreetype-2.14.1-h57928b3_0.conda + libfreetype6: '>=2.14.3' + url: https://repo.prefix.dev/conda-forge/win-64/libfreetype-2.14.3-h57928b3_0.conda hash: - md5: 3235024fe48d4087721797ebd6c9d28c - sha256: 2029702ec55e968ce18ec38cc8cf29f4c8c4989a0d51797164dab4f794349a64 + md5: d9f70dd06674e26b6d5a657ddd22b568 + sha256: 71fae9ae05563ceec70adceb7bc66faa326a81a6590a8aac8a5074019070a2d8 category: main optional: false - name: libfreetype6 - version: 2.14.1 + version: 2.14.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libpng: '>=1.6.50,<1.7.0a0' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda + libpng: '>=1.6.55,<1.7.0a0' + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda hash: - md5: 8e7251989bca326a28f4a5ffbd74557a - sha256: 4a7af818a3179fafb6c91111752954e29d3a2a950259c14a2fc7ba40a8b03652 + md5: fb16b4b69e3f1dcfe79d80db8fd0c55d + sha256: 16f020f96da79db1863fcdd8f2b8f4f7d52f177dd4c58601e38e9182e91adf1d category: main optional: false - name: libfreetype6 - version: 2.14.1 + version: 2.14.3 manager: conda platform: win-64 dependencies: - libpng: '>=1.6.50,<1.7.0a0' - libzlib: '>=1.3.1,<2.0a0' + libpng: '>=1.6.55,<1.7.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libfreetype6-2.14.1-hdbac1cb_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libfreetype6-2.14.3-hdbac1cb_0.conda hash: - md5: 6e7c5c5ab485057b5d07fd8188ba5c28 - sha256: 223710600b1a5567163f7d66545817f2f144e4ef8f84e99e90f6b8a4e19cb7ad + md5: f9975a0177ee6cdda10c86d1db1186b0 + sha256: 497e9ab7c80f579e1b2850523740d6a543b8020f6b43be6bd6e83b3a6fb7fb32 category: main optional: false - name: libgcc @@ -1561,10 +1845,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' _openmp_mutex: '>=4.5' - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-15.2.0-he0feb66_19.conda hash: - md5: 0aa00f03f9e39fb9876085dee11a85d4 - sha256: faf7d2017b4d718951e3a59d081eb09759152f93038479b768e3d612688f83f5 + md5: 57736f29cc2b0ec0b6c2952d3f101b6a + sha256: 8e0a3b5e41272e5678499b5dfc4cddb673f9e935de01eb0767ce857001229f46 category: main optional: false - name: libgcc @@ -1574,10 +1858,10 @@ package: dependencies: _openmp_mutex: '>=4.5' libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h8ee18e1_18.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgcc-15.2.0-h8ee18e1_19.conda hash: - md5: b085746891cca3bd2704a450a7b4b5ce - sha256: da2c96563c76b8c601746f03e03ac75d2b4640fa2ee017cb23d6c9fc31f1b2c6 + md5: cc5d690fc1c629038f13c68e88e65f44 + sha256: 80e80ef5e31b00b12539db3c5aaecde60dab91381abfc1060e323d5c3b016dce category: main optional: false - name: libgcc-ng @@ -1586,10 +1870,10 @@ package: platform: linux-64 dependencies: libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_19.conda hash: - md5: d5e96b1ed75ca01906b3d2469b4ce493 - sha256: e318a711400f536c81123e753d4c797a821021fb38970cebfb3f454126016893 + md5: 331ee9b72b9dff570d56b1302c5ab37d + sha256: 9dcf54adfaa5e861123c2da4f2f0451a685464ea7e5a41ad91cf67b31d658d98 category: main optional: false - name: libgfortran @@ -1598,10 +1882,10 @@ package: platform: linux-64 dependencies: libgfortran5: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_19.conda hash: - md5: 9063115da5bc35fdc3e1002e69b9ef6e - sha256: d2c9fad338fd85e4487424865da8e74006ab2e2475bd788f624d7a39b2a72aee + md5: 42bf7eca1a951735fa06c0e3c0d5c8e6 + sha256: 561a42758ef25b9ce308c4e2cf56daee4f06138385a17e29a492cd928e00be6f category: main optional: false - name: libgfortran5 @@ -1611,10 +1895,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=15.2.0' - url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libgfortran5-15.2.0-h68bc16d_19.conda hash: - md5: 646855f357199a12f02a87382d429b75 - sha256: 539b57cf50ec85509a94ba9949b7e30717839e4d694bc94f30d41c9d34de2d12 + md5: 85072b0ad177c966294f129b7c04a2d5 + sha256: 057978bb69fea29ed715a9b98adf71015c31baecc4aeb2bfc20d4fd5d83579d4 category: main optional: false - name: libgomp @@ -1623,14 +1907,14 @@ package: platform: win-64 dependencies: libwinpthread: '>=12.0.0.r4.gg4f2fc60ca' - url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h8ee18e1_18.conda + url: https://repo.prefix.dev/conda-forge/win-64/libgomp-15.2.0-h8ee18e1_19.conda hash: - md5: 939fb173e2a4d4e980ef689e99b35223 - sha256: 94981bc2e42374c737750895c6fdcfc43b7126c4fc788cad0ecc7281745931da + md5: f1147651e3fdd585e2f442c0c2fc8f2d + sha256: 4dc958ced2fc7f42bc675b07e2c9abe3e150875ffdf62ca551d94fc6facf1fd7 category: main optional: false - name: libhwloc - version: 2.12.2 + version: 2.13.0 manager: conda platform: linux-64 dependencies: @@ -1639,14 +1923,14 @@ package: libstdcxx: '>=14' libxml2: '' libxml2-16: '>=2.14.6' - url: https://repo.prefix.dev/conda-forge/linux-64/libhwloc-2.12.2-default_hafda6a7_1000.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libhwloc-2.13.0-default_he001693_1000.conda hash: - md5: 0ed3aa3e3e6bc85050d38881673a692f - sha256: 2cf160794dda62cf93539adf16d26cfd31092829f2a2757dbdd562984c1b110a + md5: c197985b58bc813d26b42881f0021c82 + sha256: 5041d295813dfb84652557839825880aae296222ab725972285c5abe3b6e4288 category: main optional: false - name: libhwloc - version: 2.12.2 + version: 2.13.0 manager: conda platform: win-64 dependencies: @@ -1656,10 +1940,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libhwloc-2.12.2-default_h4379cf1_1000.conda + url: https://repo.prefix.dev/conda-forge/win-64/libhwloc-2.13.0-default_h049141e_1000.conda hash: - md5: 3b576f6860f838f950c570f4433b086e - sha256: 8cdf11333a81085468d9aa536ebb155abd74adc293576f6013fc0c85a7a90da3 + md5: 6a01c986e30292c715038d2788aa1385 + sha256: 2ee12e37223dfcd0acd050c80a91150c482b6e2899198521e1800dce66662467 category: main optional: false - name: libiconv @@ -1690,30 +1974,30 @@ package: category: main optional: false - name: libjpeg-turbo - version: 3.1.2 + version: 3.1.4.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libjpeg-turbo-3.1.4.1-hb03c661_0.conda hash: - md5: 8397539e3a0bbd1695584fb4f927485a - sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 + md5: 6178c6f2fb254558238ef4e6c56fb782 + sha256: 10056646c28115b174de81a44e23e3a0a3b95b5347d2e6c45cc6d49d35294256 category: main optional: false - name: libjpeg-turbo - version: 3.1.2 + version: 3.1.4.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.2-hfd05255_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libjpeg-turbo-3.1.4.1-hfd05255_0.conda hash: - md5: 56a686f92ac0273c0f6af58858a3f013 - sha256: 795e2d4feb2f7fc4a2c6e921871575feb32b8082b5760726791f080d1e2c2597 + md5: 25a127bad5470852b30b239f030ec95b + sha256: 698d57b5b90120270eaa401298319fcb25ea186ae95b340c2f4813ed9171083d category: main optional: false - name: liblapack @@ -1722,10 +2006,10 @@ package: platform: linux-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-5_h5e43f62_mkl.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblapack-3.11.0-8_h5e43f62_mkl.conda hash: - md5: 88155c848e1278b0990692e716c9eab4 - sha256: b411a9dccb21cd6231f8f66b63916a6520a7b23363e6f9d1d111e8660f2798b0 + md5: 370e81464714060008e60ee53825bb3e + sha256: 0cb26d433dfa15a392eaeeb8a96ac468f4d007d7e7e37ef7bf46856aaf9a9785 category: main optional: false - name: liblapack @@ -1734,37 +2018,37 @@ package: platform: win-64 dependencies: libblas: 3.11.0 - url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-5_hf9ab0e9_mkl.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblapack-3.11.0-8_hf9ab0e9_mkl.conda hash: - md5: e62c42a4196dee97d20400612afcb2b1 - sha256: a2d33f5cc2b8a9042f2af6981c6733ab1a661463823eaa56595a9c58c0ab77e1 + md5: d584799b920ecae9b75a2b70743a3de7 + sha256: 44999ed04bc0a56de44ee0ac8bd5b3702efd411a8b29491c0e3d3deb8619c94e category: main optional: false - name: liblzma - version: 5.8.2 + version: 5.8.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.2-hb03c661_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda hash: - md5: c7c83eecbb72d88b940c249af56c8b17 - sha256: 755c55ebab181d678c12e49cced893598f2bab22d582fbbf4d8b83c18be207eb + md5: b88d90cad08e6bc8ad540cb310a761fb + sha256: ec30e52a3c1bf7d0425380a189d209a52baa03f22fb66dd3eb587acaa765bd6d category: main optional: false - name: liblzma - version: 5.8.2 + version: 5.8.3 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.2-hfd05255_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/liblzma-5.8.3-hfd05255_0.conda hash: - md5: ba0bfd4c3cf73f299ffe46ff0eaeb8e3 - sha256: f25bf293f550c8ed2e0c7145eb404324611cfccff37660869d97abf526eb957c + md5: 8f83619ab1588b98dd99c90b0bfc5c6d + sha256: d636d1a25234063642f9c531a7bb58d84c1c496411280a36ea000bd122f078f1 category: main optional: false - name: libmpdec @@ -1795,79 +2079,78 @@ package: category: main optional: false - name: libnghttp2 - version: 1.67.0 + version: 1.68.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - c-ares: '>=1.34.5,<2.0a0' + c-ares: '>=1.34.6,<2.0a0' libev: '>=4.33,<5.0a0' libgcc: '>=14' libstdcxx: '>=14' libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.2,<4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda + openssl: '>=3.5.5,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda hash: - md5: b499ce4b026493a13774bcf0f4c33849 - sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 + md5: 2a45e7f8af083626f009645a6481f12d + sha256: 663444d77a42f2265f54fb8b48c5450bfff4388d9c0f8253dd7855f0d993153f category: main optional: false - name: libpng - version: 1.6.55 + version: 1.6.58 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.55-h421ea60_0.conda + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda hash: - md5: 5f13ffc7d30ffec87864e678df9957b4 - sha256: 36ade759122cdf0f16e2a2562a19746d96cf9c863ffaa812f2f5071ebbe9c03c + md5: eba48a68a1a2b9d3c0d9511548db85db + sha256: 377cfe037f3eeb3b1bf3ad333f724a64d32f315ee1958581fc671891d63d3f89 category: main optional: false - name: libpng - version: 1.6.55 + version: 1.6.58 manager: conda platform: win-64 dependencies: - libzlib: '>=1.3.1,<2.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.55-h7351971_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libpng-1.6.58-h7351971_0.conda hash: - md5: 43f47a9151b9b8fc100aeefcf350d1a0 - sha256: db23f281fa80597a0dc0445b18318346862602d7081ed76244df8cc4418d6d68 + md5: 52f1280563f3b48b5f75414cd2d15dd1 + sha256: 218913aeee391460bd0e341b834dbd9c6fa6ae0a4276c0c300266cc99a816a28 category: main optional: false - name: libsqlite - version: 3.51.2 + version: 3.53.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.2,<79.0a0' libgcc: '>=14' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.51.2-hf4e2dac_0.conda + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libsqlite-3.53.1-h0c1763c_0.conda hash: - md5: da5be73701eecd0e8454423fd6ffcf30 - sha256: 04596fcee262a870e4b7c9807224680ff48d4d0cc0dac076a602503d3dc6d217 + md5: 7dc38adcbf71e6b38748e919e16e0dce + sha256: 54cdcd3214313b62c2a8ee277e6f42150d9b748264c1b70d958bf735e420ef8d category: main optional: false - name: libsqlite - version: 3.51.2 + version: 3.53.1 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.51.2-hf5d6505_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/libsqlite-3.53.1-hf5d6505_0.conda hash: - md5: 903979414b47d777d548e5f0165e6cd8 - sha256: 756478128e3e104bd7e7c3ce6c1b0efad7e08c7320c69fdc726e039323c63fbb + md5: 7fea434a17c323256acc510a041b80d7 + sha256: e70562450332ca8954bc16f3455468cca5ef3695c7d7187ecc87f8fc3c70e9eb category: main optional: false - name: libssh2 @@ -1908,10 +2191,10 @@ package: dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_19.conda hash: - md5: 1b08cd684f34175e4514474793d44bcb - sha256: 78668020064fdaa27e9ab65cd2997e2c837b564ab26ce3bf0e58a2ce1a525c6e + md5: 5794b3bdc38177caf969dabd3af08549 + sha256: dff1058c76ec6b8759e41cefa2508162d00e4a5e6721aa68ec3fd10094e702dc category: main optional: false - name: libstdcxx-ng @@ -1920,10 +2203,10 @@ package: platform: linux-64 dependencies: libstdcxx: 15.2.0 - url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_18.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_19.conda hash: - md5: 6235adb93d064ecdf3d44faee6f468de - sha256: 3c902ffd673cb3c6ddde624cdb80f870b6c835f8bf28384b0016e7d444dd0145 + md5: e5ce228e579726c07255dbf90dc62101 + sha256: 0672b6b6e1791c92e8eccad58081a99d614fcf82bca5841f9dfa3c3e658f83b9 category: main optional: false - name: libtiff @@ -1968,16 +2251,16 @@ package: category: main optional: false - name: libuuid - version: 2.41.3 + version: 2.42.1 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libuuid-2.42.1-h5347b49_0.conda hash: - md5: db409b7c1720428638e7c0d509d3e1b5 - sha256: 1a7539cfa7df00714e8943e18de0b06cceef6778e420a5ee3a2a145773758aee + md5: 7d0a66598195ef00b6efc55aefc7453b + sha256: 3f0edf1280e2f6684a986f821eaa3e123d2694a00b31b96ca0d4a4c12c129231 category: main optional: false - name: libwebp-base @@ -2053,128 +2336,125 @@ package: category: main optional: false - name: libxml2 - version: 2.15.1 + version: 2.15.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.1,<79.0a0' + icu: '>=78.3,<79.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libxml2-16: 2.15.1 - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.1-he237659_1.conda + liblzma: '>=5.8.3,<6.0a0' + libxml2-16: 2.15.3 + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-2.15.3-h49c6c72_0.conda hash: - md5: 417955234eccd8f252b86a265ccdab7f - sha256: 047be059033c394bd32ae5de66ce389824352120b3a7c0eff980195f7ed80357 + md5: 995d8c8bad2a3cc8db14675a153dec2b + sha256: 3bc5551720c58591f6ea1146f7d1539c734ed1c40e7b9f5cb8cb7e900c509aba category: main optional: false - name: libxml2 - version: 2.15.1 + version: 2.15.3 manager: conda platform: win-64 dependencies: - icu: '>=78.1,<79.0a0' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libxml2-16: 2.15.1 - libzlib: '>=1.3.1,<2.0a0' + liblzma: '>=5.8.3,<6.0a0' + libxml2-16: 2.15.3 + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libxml2-2.15.1-h779ef1b_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libxml2-2.15.3-hbc0d294_0.conda hash: - md5: 68dc154b8d415176c07b6995bd3a65d9 - sha256: 8b47d5fb00a6ccc0f495d16787ab5f37a434d51965584d6000966252efecf56d + md5: e3b5acbb857a12f5d59e8d174bc536c0 + sha256: da68af9d9d28d65a6916db1bef68f8a25c64c4fdcf759f32a2d2f2f143220adf category: main optional: false - name: libxml2-16 - version: 2.15.1 + version: 2.15.3 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - icu: '>=78.1,<79.0a0' + icu: '>=78.3,<79.0a0' libgcc: '>=14' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libzlib: '>=1.3.1,<2.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.1-hca6bf5a_1.conda + liblzma: '>=5.8.3,<6.0a0' + libzlib: '>=1.3.2,<2.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/libxml2-16-2.15.3-hca6bf5a_0.conda hash: - md5: 3fdd8d99683da9fe279c2f4cecd1e048 - sha256: 8331284bf9ae641b70cdc0e5866502dd80055fc3b9350979c74bb1d192e8e09e + md5: e79d2c2f24b027aa8d5ab1b1ba3061e7 + sha256: 3d44f737c5ae52d5af32682cc1530df433f401f8e58a7533926536244127572a category: main optional: false - name: libxml2-16 - version: 2.15.1 + version: 2.15.3 manager: conda platform: win-64 dependencies: - icu: '>=78.1,<79.0a0' libiconv: '>=1.18,<2.0a0' - liblzma: '>=5.8.1,<6.0a0' - libzlib: '>=1.3.1,<2.0a0' + liblzma: '>=5.8.3,<6.0a0' + libzlib: '>=1.3.2,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/libxml2-16-2.15.1-h3cfd58e_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/libxml2-16-2.15.3-h692994f_0.conda hash: - md5: 07d73826fde28e7dbaec52a3297d7d26 - sha256: a857e941156b7f462063e34e086d212c6ccbc1521ebdf75b9ed66bd90add57dc + md5: f7d6fcda29570e20851b78d92ea2154e + sha256: 8038084c60eda2006d0122d05e3364fe8db0a18935ca6ed0168b5ba5aa33f904 category: main optional: false - name: libzlib - version: 1.3.1 + version: 1.3.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_2.conda hash: - md5: edb0dca6bc32e4f4789199455a1dbeb8 - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 + md5: d87ff7921124eccd67248aa483c23fec + sha256: 55044c403570f0dc26e6364de4dc5368e5f3fc7ff103e867c487e2b5ab2bcda9 category: main optional: false - name: libzlib - version: 1.3.1 + version: 1.3.2 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vc: '>=14.2,<15' - vc14_runtime: '>=14.29.30139' - url: https://repo.prefix.dev/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/libzlib-1.3.2-hfd05255_2.conda hash: - md5: 41fbfac52c601159df6c01f875de31b9 - sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402 + md5: dbabbd6234dea34040e631f87676292f + sha256: 88609816e0cc7452bac637aaf65783e5edf4fee8a9f8e22bdc3a75882c536061 category: main optional: false - name: llvm-openmp - version: 21.1.8 + version: 22.1.6 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-21.1.8-h4922eb0_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/llvm-openmp-22.1.6-h4922eb0_0.conda hash: - md5: f8640b709b37dc7758ddce45ea18d000 - sha256: a5a7ad16eecbe35cac63e529ea9c261bef4ccdd68cb1db247409f04529423989 + md5: a7f80a18bc21daad0f4d5c3fbad1e8c1 + sha256: e74dbafd2b420687cc913f5587050270c8f57042405b6b0d66c3a8013dc104ab category: main optional: false - name: llvm-openmp - version: 21.1.8 + version: 22.1.6 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-21.1.8-h4fa8253_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/llvm-openmp-22.1.6-h4fa8253_0.conda hash: - md5: 0d8b425ac862bcf17e4b28802c9351cb - sha256: 145c4370abe870f10987efa9fc15a8383f1dab09abbc9ad4ff15a55d45658f7b + md5: 1966432ddb4d5e13890dae3758a112d3 + sha256: b12aa9c957fadf488888aa4cad6d424d499ffcceefe5d8e9077c4da46308f26b category: main optional: false - name: markupsafe @@ -2182,11 +2462,14 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/markupsafe-3.0.3-pyh7db6752_0.conda + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/markupsafe-3.0.3-py314h67df5f8_1.conda hash: - md5: fab1be106a50e20f10fe5228fd1d1651 - sha256: e0cbfea51a19b3055ca19428bd9233a25adca956c208abb9d00b21e7259c7e03 + md5: 9a17c4307d23318476d7fbf0fedc0cde + sha256: c279be85b59a62d5c52f5dd9a4cd43ebd08933809a8416c22c3131595607d4cf category: dev optional: true - name: markupsafe @@ -2194,15 +2477,19 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/markupsafe-3.0.3-pyh7db6752_0.conda + python: '>=3.14,<3.15.0a0' + python_abi: 3.14.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/markupsafe-3.0.3-py314h2359020_1.conda hash: - md5: fab1be106a50e20f10fe5228fd1d1651 - sha256: e0cbfea51a19b3055ca19428bd9233a25adca956c208abb9d00b21e7259c7e03 + md5: 8de7b40f8b30a8fcaa423c2537fe4199 + sha256: 02805a0f3cd168dbf13afc5e4aed75cc00fe538ce143527a6471485b36f5887c category: dev optional: true - name: matplotlib-base - version: 3.10.8 + version: 3.10.9 manager: conda platform: linux-64 dependencies: @@ -2212,11 +2499,11 @@ package: fonttools: '>=4.22.0' freetype: '' kiwisolver: '>=1.3.1' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libgcc: '>=14' libstdcxx: '>=14' - numpy: '>=1.23' + numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' @@ -2225,14 +2512,14 @@ package: python_abi: 3.14.* qhull: '>=2020.2,<2020.3.0a0' tk: '>=8.6.13,<8.7.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.8-py314h1194b4b_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/matplotlib-base-3.10.9-py314h1194b4b_0.conda hash: - md5: b8683e6068099b69c10dbfcf7204203f - sha256: ee773261fbd6c76fc8174b0e4e1ce272b0bbaa56610f130e9d3d1f575106f04f + md5: 11a821746ad11e642fcc615c3d66aa44 + sha256: 94599b0ca937530f7c7ba1e394cbe8420db613da2524bd0000988e9bbe118f0a category: main optional: false - name: matplotlib-base - version: 3.10.8 + version: 3.10.9 manager: conda platform: win-64 dependencies: @@ -2241,9 +2528,9 @@ package: fonttools: '>=4.22.0' freetype: '' kiwisolver: '>=1.3.1' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' - numpy: '>=1.23' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' + numpy: '>=1.23,<3' packaging: '>=20.0' pillow: '>=8' pyparsing: '>=2.3.1' @@ -2254,10 +2541,10 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.8-py314hfa45d96_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/matplotlib-base-3.10.9-py314hfa45d96_0.conda hash: - md5: 9d491a60700e0e90e92607fcc4e2566c - sha256: 82a50284275e8a1818cd3323846f3032dc89bd23a3f80dcf44e34a62b016256b + md5: f51114063f7f5abd404cff82054e7af2 + sha256: 9c98854165e99e50aaf3761f1f9efc4e230f0c82bd357ab3426d359de9169441 category: main optional: false - name: mccabe @@ -2285,36 +2572,38 @@ package: category: dev optional: true - name: mkl - version: 2025.3.0 + version: 2026.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - _openmp_mutex: '*' + _openmp_mutex: '>=4.5' libgcc: '>=14' libstdcxx: '>=14' - llvm-openmp: '>=21.1.8' - tbb: '>=2022.3.0' - url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2025.3.0-h0e700b2_463.conda + llvm-openmp: '>=22.1.5' + onemkl-license: 2026.0.0 + tbb: '>=2023.0.0' + url: https://repo.prefix.dev/conda-forge/linux-64/mkl-2026.0.0-h0e700b2_915.conda hash: - md5: f121ddfc96e6a93a26d85906adf06208 - sha256: 659d79976f06d2b796a0836414573a737a0856b05facfa77e5cc114081a8b3d4 + md5: 44208bd851118db1e20923441f1bb3bb + sha256: b23dc574c681cfa9708378b781d206fa790f1944cfb7b4c20177824b96938544 category: main optional: false - name: mkl - version: 2025.3.0 + version: 2026.0.0 manager: conda platform: win-64 dependencies: - llvm-openmp: '>=21.1.8' - tbb: '>=2022.3.0' + llvm-openmp: '>=22.1.5' + onemkl-license: 2026.0.0 + tbb: '>=2023.0.0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/mkl-2025.3.0-hac47afa_455.conda + url: https://repo.prefix.dev/conda-forge/win-64/mkl-2026.0.0-hac47afa_908.conda hash: - md5: fd05d1e894497b012d05a804232254ed - sha256: b2b4c84b95210760e4d12319416c60ab66e03674ccdcbd14aeb59f82ebb1318d + md5: 36ea6e1292e9d5e89374201da79646ef + sha256: f997bfc9bc4d4e14261cdcd1ad195d64a72ee44dca3145d24c1349f8d1311aa5 category: main optional: false - name: munkres @@ -2342,20 +2631,20 @@ package: category: main optional: false - name: ncurses - version: '6.5' + version: '6.6' manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' - libgcc: '>=13' - url: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda + libgcc: '>=14' + url: https://repo.prefix.dev/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda hash: - md5: 47e340acb35de30501a76c7c799c41d7 - sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586 + md5: fc21868a1a5aacc937e7a18747acb8a5 + sha256: fc89f74bbe362fb29fa3c037697a89bec140b346a2469a90f7936d1d7ea4d8a3 category: main optional: false - name: numpy - version: 2.4.2 + version: 2.4.6 manager: conda platform: linux-64 dependencies: @@ -2367,14 +2656,14 @@ package: libstdcxx: '>=14' python: '' python_abi: 3.14.* - url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.2-py314h2b28147_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/numpy-2.4.6-py314h2b28147_0.conda hash: - md5: 4ea6b620fdf24a1a0bc4f1c7134dfafb - sha256: 1d8377c8001c15ed12c2713b723213474b435706ab9d34ede69795d64af9e94d + md5: f49b5f950379e0b97c35ca97682f7c6a + sha256: bc61ae892973751a6b0e6ecea57ed6d7053224bddcb007165d6ceb1d7344ad47 category: main optional: false - name: numpy - version: 2.4.2 + version: 2.4.6 manager: conda platform: win-64 dependencies: @@ -2386,10 +2675,32 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.2-py314h06c3c77_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/numpy-2.4.6-py314h02f10f6_0.conda hash: - md5: 2fccd2c4e9feb4e4c2a90043015525d6 - sha256: 34fc25b81cfa987e1825586ddb1a4ac76a246fdef343c9171109017674ad6503 + md5: df95e6c7325bbae2571e5cef5f9c8096 + sha256: de0eee21d902fb45a58454e3739e04ede7d02bf7575ca0ae9f959f20fa15c76b + category: main + optional: false +- name: onemkl-license + version: 2026.0.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/linux-64/onemkl-license-2026.0.0-hf2ce2f3_915.conda + hash: + md5: f9a902d29c0980c672f77eff7be1794c + sha256: fd53c7f3e874b6fd2add63103028ed707b728cc275597d12951886cfcda46e7d + category: main + optional: false +- name: onemkl-license + version: 2026.0.0 + manager: conda + platform: win-64 + dependencies: {} + url: https://repo.prefix.dev/conda-forge/win-64/onemkl-license-2026.0.0-h57928b3_908.conda + hash: + md5: 9c9303e08b50e09f5c23e1dac99d0936 + sha256: 42ad15cbb3bf31830efa04d4b86dd2d5c0dd590c86f98adcd3c8c1f75acf5dd5 category: main optional: false - name: openjpeg @@ -2414,34 +2725,34 @@ package: manager: conda platform: win-64 dependencies: - libpng: '>=1.6.50,<1.7.0a0' + libpng: '>=1.6.55,<1.7.0a0' libtiff: '>=4.7.1,<4.8.0a0' libzlib: '>=1.3.1,<2.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/openjpeg-2.5.4-h24db6dd_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/openjpeg-2.5.4-h0e57b4f_0.conda hash: - md5: 5af852046226bb3cb15c7f61c2ac020a - sha256: 226c270a7e3644448954c47959c00a9bf7845f6d600c2a643db187118d028eee + md5: e723ab7cc2794c954e1b22fde51c16e4 + sha256: 24342dee891a49a9ba92e2018ec0bde56cc07fdaec95275f7a55b96f03ea4252 category: main optional: false - name: openssl - version: 3.6.1 + version: 3.6.2 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' ca-certificates: '' libgcc: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.6.1-h35e630c_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/openssl-3.6.2-h35e630c_0.conda hash: - md5: f61eb8cd60ff9057122a3d338b99c00f - sha256: 44c877f8af015332a5d12f5ff0fb20ca32f896526a7d0cdb30c769df1144fb5c + md5: da1b85b6a87e141f5140bb9924cecab0 + sha256: c0ef482280e38c71a08ad6d71448194b719630345b0c9c60744a2010e8a8e0cb category: main optional: false - name: openssl - version: 3.6.1 + version: 3.6.2 manager: conda platform: win-64 dependencies: @@ -2449,45 +2760,45 @@ package: ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/openssl-3.6.1-hf411b9b_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/openssl-3.6.2-hf411b9b_0.conda hash: - md5: eb585509b815415bc964b2c7e11c7eb3 - sha256: 53a5ad2e5553b8157a91bb8aa375f78c5958f77cb80e9d2ce59471ea8e5c0bd6 + md5: 05c7d624cff49dbd8db1ad5ba537a8a3 + sha256: feb5815125c60f2be4a411e532db1ed1cd2d7261a6a43c54cb6ae90724e2e154 category: main optional: false - name: packaging - version: '26.0' + version: '26.2' manager: conda platform: linux-64 dependencies: - python: '>=3.8' - url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda hash: - md5: b76541e68fea4d511b1ac46a28dcd2c6 - sha256: c1fc0f953048f743385d31c468b4a678b3ad20caffdeaa94bed85ba63049fd58 + md5: 4c06a92e74452cfa53623a81592e8934 + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 category: main optional: false - name: packaging - version: '26.0' + version: '26.2' manager: conda platform: win-64 dependencies: - python: '>=3.8' - url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda hash: - md5: b76541e68fea4d511b1ac46a28dcd2c6 - sha256: c1fc0f953048f743385d31c468b4a678b3ad20caffdeaa94bed85ba63049fd58 + md5: 4c06a92e74452cfa53623a81592e8934 + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 category: main optional: false - name: pillow - version: 12.1.1 + version: 12.2.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' lcms2: '>=2.18,<3.0a0' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libgcc: '>=14' libjpeg-turbo: '>=3.1.2,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' @@ -2498,20 +2809,20 @@ package: python_abi: 3.14.* tk: '>=8.6.13,<8.7.0a0' zlib-ng: '>=2.3.3,<2.4.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.1.1-py314h8ec4b1a_0.conda + url: https://repo.prefix.dev/conda-forge/linux-64/pillow-12.2.0-py314h8ec4b1a_0.conda hash: - md5: 79678378ae235e24b3aa83cee1b38207 - sha256: 9e6ec8f3213e8b7d64b0ad45f84c51a2c9eba4398efda31e196c9a56186133ee + md5: 76c4757c0ec9d11f969e8eb44899307b + sha256: 123d8a7c16c88658b4f29e9f115a047598c941708dade74fbaff373a32dbec5e category: main optional: false - name: pillow - version: 12.1.1 + version: 12.2.0 manager: conda platform: win-64 dependencies: lcms2: '>=2.18,<3.0a0' - libfreetype: '>=2.14.1' - libfreetype6: '>=2.14.1' + libfreetype: '>=2.14.3' + libfreetype6: '>=2.14.3' libjpeg-turbo: '>=3.1.2,<4.0a0' libtiff: '>=4.7.1,<4.8.0a0' libwebp-base: '>=1.6.0,<2.0a0' @@ -2524,58 +2835,58 @@ package: vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zlib-ng: '>=2.3.3,<2.4.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.1.1-py314h61b30b5_0.conda + url: https://repo.prefix.dev/conda-forge/win-64/pillow-12.2.0-py314h61b30b5_0.conda hash: - md5: 819c3d15988cea0f2c599b405023f55d - sha256: f4387e480970e0f429a0505d668bc677e84ef118d3db2cba56b547d1bd2c2dbf + md5: 23ce08e46c625eb523ffef8939cb3ca9 + sha256: d122b2a91402d72cf7f9d256e805e3533b2cf307c067e0072d9cc83ae789da48 category: main optional: false - name: pip - version: 26.0.1 + version: 26.1.2 manager: conda platform: linux-64 dependencies: python: '>=3.13.0a0' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.1.2-pyh145f28c_0.conda hash: - md5: 09a970fbf75e8ed1aa633827ded6aa4f - sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c + md5: 733cc07ed34162ac50b936464b163366 + sha256: 9e673d3c6003f416df11670a14b026a04e3a45ebec55357987e15b860f138f2a category: main optional: false - name: pip - version: 26.0.1 + version: 26.1.2 manager: conda platform: win-64 dependencies: python: '>=3.13.0a0' - url: https://repo.prefix.dev/conda-forge/noarch/pip-26.0.1-pyh145f28c_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pip-26.1.2-pyh145f28c_0.conda hash: - md5: 09a970fbf75e8ed1aa633827ded6aa4f - sha256: 5f66ea31d62188c266c5a8752119b0cc90a5bf05963f665cf48a33e0ec58d39c + md5: 733cc07ed34162ac50b936464b163366 + sha256: 9e673d3c6003f416df11670a14b026a04e3a45ebec55357987e15b860f138f2a category: main optional: false - name: platformdirs - version: 4.9.2 + version: 4.10.0 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.9.2-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.10.0-pyhcf101f3_0.conda hash: - md5: 4fefefb892ce9cc1539405bec2f1a6cd - sha256: 7f263219cecf0ba6d74c751efa60c4676ce823157ca90aa43ebba5ac615ca0fa + md5: 2c5ef45db85d34799771629bd5860fd7 + sha256: 9e5e1fd3506ccfc4d444fc4d2d39b0ed097d5d0e3bd3d4bdf6bcc81aaf66860d category: dev optional: true - name: platformdirs - version: 4.9.2 + version: 4.10.0 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.9.2-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/platformdirs-4.10.0-pyhcf101f3_0.conda hash: - md5: 4fefefb892ce9cc1539405bec2f1a6cd - sha256: 7f263219cecf0ba6d74c751efa60c4676ce823157ca90aa43ebba5ac615ca0fa + md5: 2c5ef45db85d34799771629bd5860fd7 + sha256: 9e5e1fd3506ccfc4d444fc4d2d39b0ed097d5d0e3bd3d4bdf6bcc81aaf66860d category: dev optional: true - name: pluggy @@ -2583,7 +2894,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e @@ -2595,13 +2906,44 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda hash: md5: d7585b6550ad04c8c5e21097ada2888e sha256: e14aafa63efa0528ca99ba568eaf506eb55a0371d12e6250aaaa61718d2eb62e category: dev optional: true +- name: psutil + version: 7.2.2 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + python: '' + python_abi: 3.14.* + url: https://repo.prefix.dev/conda-forge/linux-64/psutil-7.2.2-py314h0f05182_0.conda + hash: + md5: 4f225a966cfee267a79c5cb6382bd121 + sha256: f15574ed6c8c8ed8c15a0c5a00102b1efe8b867c0bd286b498cd98d95bd69ae5 + category: main + optional: false +- name: psutil + version: 7.2.2 + manager: conda + platform: win-64 + dependencies: + python: '' + python_abi: 3.14.* + ucrt: '>=10.0.20348.0' + vc: '>=14.3,<15' + vc14_runtime: '>=14.44.35208' + url: https://repo.prefix.dev/conda-forge/win-64/psutil-7.2.2-py314hc5dbbe4_0.conda + hash: + md5: fd539ac231820f64066839251aa9fa48 + sha256: 17c8274ce5a32c9793f73a5a0094bd6188f3a13026a93147655143d4df034214 + category: main + optional: false - name: pthread-stubs version: '0.4' manager: conda @@ -2636,7 +2978,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '>=3.10' + python: '' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -2653,7 +2995,7 @@ package: dependencies: annotated-types: '>=0.6.0' pydantic-core: 2.41.5 - python: '>=3.10' + python: '' typing-extensions: '>=4.6.1' typing-inspection: '>=0.4.2' typing_extensions: '>=4.14.1' @@ -2697,67 +3039,67 @@ package: category: main optional: false - name: pygments - version: 2.19.2 + version: 2.20.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda hash: - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a + md5: 16c18772b340887160c79a6acc022db0 + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 category: dev optional: true - name: pygments - version: 2.19.2 + version: 2.20.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda hash: - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a + md5: 16c18772b340887160c79a6acc022db0 + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 category: dev optional: true - name: pylint - version: 4.0.4 + version: 4.0.5 manager: conda platform: linux-64 dependencies: - astroid: '>=4.0.2,<=4.1.0.dev0' + astroid: '>=4.0.2,<=4.1.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=5,<8,!=5.13' + isort: '>=5,!=5.13,<9' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '>=3.10' - tomli: '>=1.1.0' + python: '' + tomli: '>=1.1' tomlkit: '>=0.10.1' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.5-pyhcf101f3_0.conda hash: - md5: 3a830511a81b99b67a1206a9d29b44b3 - sha256: ad0bb78785ab385d0afcca4a55e0226d8e6710ebad6450caa552f5fe61c2f6a0 + md5: 7d9916ed19ecda71f0b00963365252a7 + sha256: a8e7736982409a56d2aa329d3052259fd45910f98fb7d3f2816f1a6d59624d60 category: dev optional: true - name: pylint - version: 4.0.4 + version: 4.0.5 manager: conda platform: win-64 dependencies: - astroid: '>=4.0.2,<=4.1.0.dev0' + astroid: '>=4.0.2,<=4.1.dev0' colorama: '>=0.4.5' dill: '>=0.3.7' - isort: '>=5,<8,!=5.13' + isort: '>=5,!=5.13,<9' mccabe: '>=0.6,<0.8' platformdirs: '>=2.2' - python: '>=3.10' - tomli: '>=1.1.0' + python: '' + tomli: '>=1.1' tomlkit: '>=0.10.1' - url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.4-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pylint-4.0.5-pyhcf101f3_0.conda hash: - md5: 3a830511a81b99b67a1206a9d29b44b3 - sha256: ad0bb78785ab385d0afcca4a55e0226d8e6710ebad6450caa552f5fe61c2f6a0 + md5: 7d9916ed19ecda71f0b00963365252a7 + sha256: a8e7736982409a56d2aa329d3052259fd45910f98fb7d3f2816f1a6d59624d60 category: dev optional: true - name: pyparsing @@ -2765,7 +3107,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -2777,7 +3119,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda hash: md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 @@ -2812,7 +3154,7 @@ package: category: dev optional: true - name: pytest - version: 9.0.2 + version: 9.0.3 manager: conda platform: linux-64 dependencies: @@ -2822,16 +3164,16 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda hash: - md5: 2b694bad8a50dc2f712f5368de866480 - sha256: 9e749fb465a8bedf0184d8b8996992a38de351f7c64e967031944978de03a520 + md5: 6a991452eadf2771952f39d43615bb3e + sha256: 960f59442173eee0731906a9077bd5ccf60f4b4226f05a22d1728ab9a21a879c category: dev optional: true - name: pytest - version: 9.0.2 + version: 9.0.3 manager: conda platform: win-64 dependencies: @@ -2841,87 +3183,87 @@ package: packaging: '>=22' pluggy: '>=1.5,<2' pygments: '>=2.7.2' - python: '>=3.10' + python: '' tomli: '>=1' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.2-pyhcf101f3_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/pytest-9.0.3-pyhc364b38_1.conda hash: - md5: 2b694bad8a50dc2f712f5368de866480 - sha256: 9e749fb465a8bedf0184d8b8996992a38de351f7c64e967031944978de03a520 + md5: 6a991452eadf2771952f39d43615bb3e + sha256: 960f59442173eee0731906a9077bd5ccf60f4b4226f05a22d1728ab9a21a879c category: dev optional: true - name: pytest-cov - version: 7.0.0 + version: 7.1.0 manager: conda platform: linux-64 dependencies: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda hash: - md5: 6891acad5e136cb62a8c2ed2679d6528 - sha256: d0f45586aad48ef604590188c33c83d76e4fc6370ac569ba0900906b24fd6a26 + md5: 67d1790eefa81ed305b89d8e314c7923 + sha256: 44e42919397bd00bfaa47358a6ca93d4c21493a8c18600176212ec21a8d25ca5 category: dev optional: true - name: pytest-cov - version: 7.0.0 + version: 7.1.0 manager: conda platform: win-64 dependencies: coverage: '>=7.10.6' pluggy: '>=1.2' pytest: '>=7' - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.0.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/pytest-cov-7.1.0-pyhcf101f3_0.conda hash: - md5: 6891acad5e136cb62a8c2ed2679d6528 - sha256: d0f45586aad48ef604590188c33c83d76e4fc6370ac569ba0900906b24fd6a26 + md5: 67d1790eefa81ed305b89d8e314c7923 + sha256: 44e42919397bd00bfaa47358a6ca93d4c21493a8c18600176212ec21a8d25ca5 category: dev optional: true - name: python - version: 3.14.3 + version: 3.14.5 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' bzip2: '>=1.0.8,<2.0a0' ld_impl_linux-64: '>=2.36.1' - libexpat: '>=2.7.3,<3.0a0' + libexpat: '>=2.8.0,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' libgcc: '>=14' - liblzma: '>=5.8.2,<6.0a0' + liblzma: '>=5.8.3,<6.0a0' libmpdec: '>=4.0.0,<5.0a0' - libsqlite: '>=3.51.2,<4.0a0' - libuuid: '>=2.41.3,<3.0a0' - libzlib: '>=1.3.1,<2.0a0' - ncurses: '>=6.5,<7.0a0' - openssl: '>=3.5.5,<4.0a0' + libsqlite: '>=3.53.1,<4.0a0' + libuuid: '>=2.42.1,<3.0a0' + libzlib: '>=1.3.2,<2.0a0' + ncurses: '>=6.6,<7.0a0' + openssl: '>=3.5.6,<4.0a0' pip: '' python_abi: 3.14.* readline: '>=8.3,<9.0a0' tk: '>=8.6.13,<8.7.0a0' tzdata: '' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/linux-64/python-3.14.3-h32b2ec7_101_cp314.conda + url: https://repo.prefix.dev/conda-forge/linux-64/python-3.14.5-habeac84_100_cp314.conda hash: - md5: c014ad06e60441661737121d3eae8a60 - sha256: cb0628c5f1732f889f53a877484da98f5a0e0f47326622671396fb4f2b0cd6bd + md5: da92e59ff92f2d5ede4f612af20f583f + sha256: 55eed9bf2a3f6e90311276f0834737fe7c2d9ec3e5e2e557507858df4c7521e6 category: main optional: false - name: python - version: 3.14.3 + version: 3.14.5 manager: conda platform: win-64 dependencies: bzip2: '>=1.0.8,<2.0a0' - libexpat: '>=2.7.3,<3.0a0' + libexpat: '>=2.8.0,<3.0a0' libffi: '>=3.5.2,<3.6.0a0' - liblzma: '>=5.8.2,<6.0a0' + liblzma: '>=5.8.3,<6.0a0' libmpdec: '>=4.0.0,<5.0a0' - libsqlite: '>=3.51.2,<4.0a0' - libzlib: '>=1.3.1,<2.0a0' - openssl: '>=3.5.5,<4.0a0' + libsqlite: '>=3.53.1,<4.0a0' + libzlib: '>=1.3.2,<2.0a0' + openssl: '>=3.5.6,<4.0a0' pip: '' python_abi: 3.14.* tk: '>=8.6.13,<8.7.0a0' @@ -2930,10 +3272,10 @@ package: vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' zstd: '>=1.5.7,<1.6.0a0' - url: https://repo.prefix.dev/conda-forge/win-64/python-3.14.3-h4b44e0e_101_cp314.conda + url: https://repo.prefix.dev/conda-forge/win-64/python-3.14.5-h4b44e0e_100_cp314.conda hash: - md5: 7ec2be7eaf59f83f3e5617665f3fbb2e - sha256: 3f99d83bfd95b9bdae64a42a1e4bf5131dc20b724be5ac8a9a7e1ac2c0f006d7 + md5: 3f76bc298eebc1ec1497852f4d7f09d9 + sha256: c561d171e5d1f1bb1a83ca6fa6aa49577a2956a245c5040dfaf8ca20c10a096e category: main optional: false - name: python-dateutil @@ -2941,7 +3283,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -2954,7 +3296,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' six: '>=1.5' url: https://repo.prefix.dev/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda hash: @@ -2984,30 +3326,6 @@ package: sha256: ad6d2e9ac39751cc0529dd1566a26751a0bf2542adb0c232533d32e176e21db5 category: main optional: false -- name: pytz - version: '2025.2' - manager: conda - platform: linux-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - hash: - md5: bc8e3267d44011051f2eb14d22fb0960 - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: dev - optional: true -- name: pytz - version: '2025.2' - manager: conda - platform: win-64 - dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - hash: - md5: bc8e3267d44011051f2eb14d22fb0960 - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - category: dev - optional: true - name: pyyaml version: 6.0.3 manager: conda @@ -3084,35 +3402,35 @@ package: category: main optional: false - name: requests - version: 2.32.5 + version: 2.34.2 manager: conda platform: linux-64 dependencies: - certifi: '>=2017.4.17' + certifi: '>=2023.5.7' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '>=3.10' - urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda + python: '' + urllib3: '>=1.26,<3' + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda hash: - md5: c65df89a0b2e321045a9e01d1337b182 - sha256: 7813c38b79ae549504b2c57b3f33394cea4f2ad083f0994d2045c2e24cb538c5 + md5: 4a85203c1d80c1059086ae860836ffb9 + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da category: dev optional: true - name: requests - version: 2.32.5 + version: 2.34.2 manager: conda platform: win-64 dependencies: - certifi: '>=2017.4.17' + certifi: '>=2023.5.7' charset-normalizer: '>=2,<4' idna: '>=2.5,<4' - python: '>=3.10' - urllib3: '>=1.21.1,<3' - url: https://repo.prefix.dev/conda-forge/noarch/requests-2.32.5-pyhcf101f3_1.conda + python: '' + urllib3: '>=1.26,<3' + url: https://repo.prefix.dev/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda hash: - md5: c65df89a0b2e321045a9e01d1337b182 - sha256: 7813c38b79ae549504b2c57b3f33394cea4f2ad083f0994d2045c2e24cb538c5 + md5: 4a85203c1d80c1059086ae860836ffb9 + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da category: dev optional: true - name: roman-numerals @@ -3165,8 +3483,22 @@ package: sha256: ce21b50a412b87b388db9e8dfbf8eb16fc436c23750b29bf612ee1a74dd0beb2 category: dev optional: true +- name: s2n + version: 1.7.3 + manager: conda + platform: linux-64 + dependencies: + __glibc: '>=2.17,<3.0.a0' + libgcc: '>=14' + openssl: '>=3.5.6,<4.0a0' + url: https://repo.prefix.dev/conda-forge/linux-64/s2n-1.7.3-hc5a330e_0.conda + hash: + md5: f2bd09e21c5844a12e2f5eefcd075555 + sha256: 150a0a5254e8b15ad737549721c7d13406cd96432f3f446e07073dbd98bb2491 + category: main + optional: false - name: scipy - version: 1.17.0 + version: 1.17.1 manager: conda platform: linux-64 dependencies: @@ -3178,33 +3510,33 @@ package: libgfortran5: '>=14.3.0' liblapack: '>=3.9.0,<4.0a0' libstdcxx: '>=14' - numpy: <2.7 + numpy: '>=1.25.2' python: '>=3.14,<3.15.0a0' python_abi: 3.14.* - url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.0-py314hf07bd8e_1.conda + url: https://repo.prefix.dev/conda-forge/linux-64/scipy-1.17.1-py314hf07bd8e_1.conda hash: - md5: c7df812186fb1290bc00d9b7b5a50b18 - sha256: a95de421c586de901402107fbeb7524efaee5bb55c1aba2e1334f8b8ebc89093 + md5: 718437171257e579e7d1f3b51c62536f + sha256: 505e3466e97c16d125a9adb61a80bdfc2fefe62bc9f0bfe798eda88706e4b0ed category: main optional: false - name: scipy - version: 1.17.0 + version: 1.17.1 manager: conda platform: win-64 dependencies: libblas: '>=3.9.0,<4.0a0' libcblas: '>=3.9.0,<4.0a0' liblapack: '>=3.9.0,<4.0a0' - numpy: <2.7 + numpy: '>=1.25.2' python: '>=3.14,<3.15.0a0' python_abi: 3.14.* ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.0-py314h221f224_1.conda + url: https://repo.prefix.dev/conda-forge/win-64/scipy-1.17.1-py314h221f224_1.conda hash: - md5: 0f9edd5793da94f7ec58690abe25c8a2 - sha256: 3e206736e3afce07be3f2f714518c0eff211f49e603b6aadb468e9d96ef4c420 + md5: 4e015e3de1f22a035a29ceba386f91aa + sha256: f807e97b237b8528118557ef05073a9f4586c845f2431b25466aa88d268e7274 category: main optional: false - name: six @@ -3212,7 +3544,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -3224,7 +3556,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.9' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda hash: md5: 3339e3b65d58accf4ca4fb8748ab16b3 @@ -3232,31 +3564,31 @@ package: category: main optional: false - name: snowballstemmer - version: 3.0.1 + version: 3.1.0 manager: conda platform: linux-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.1.0-pyhd8ed1ab_0.conda hash: - md5: 755cf22df8693aa0d1aec1c123fa5863 - sha256: 17007a4cfbc564dc3e7310dcbe4932c6ecb21593d4fec3c68610720f19e73fb2 + md5: 1590bceae37377cecba443c83a44c404 + sha256: 6a2936f82e2ce5aef6b10fe2385330de2f8dc4b16832469bec83d5c90b2727e8 category: dev optional: true - name: snowballstemmer - version: 3.0.1 + version: 3.1.0 manager: conda platform: win-64 dependencies: - python: '>=3.9' - url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.0.1-pyhd8ed1ab_0.conda + python: '>=3.10' + url: https://repo.prefix.dev/conda-forge/noarch/snowballstemmer-3.1.0-pyhd8ed1ab_0.conda hash: - md5: 755cf22df8693aa0d1aec1c123fa5863 - sha256: 17007a4cfbc564dc3e7310dcbe4932c6ecb21593d4fec3c68610720f19e73fb2 + md5: 1590bceae37377cecba443c83a44c404 + sha256: 6a2936f82e2ce5aef6b10fe2385330de2f8dc4b16832469bec83d5c90b2727e8 category: dev optional: true - name: sphinx - version: 8.2.3 + version: 8.3.0 manager: conda platform: linux-64 dependencies: @@ -3278,14 +3610,14 @@ package: sphinxcontrib-jsmath: '>=1.0.1' sphinxcontrib-qthelp: '>=1.0.6' sphinxcontrib-serializinghtml: '>=1.1.9' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.2.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.3.0-pyhd8ed1ab_0.conda hash: - md5: f7af826063ed569bb13f7207d6f949b0 - sha256: 995f58c662db0197d681fa345522fd9e7ac5f05330d3dff095ab2f102e260ab0 + md5: 6ce9ddee4c0f68bda548303196f4cf4c + sha256: 03c4d8b4cf3c5418e15f30f45be52bcde7c7e05baeec7dec5aaf6e238a411481 category: dev optional: true - name: sphinx - version: 8.2.3 + version: 8.3.0 manager: conda platform: win-64 dependencies: @@ -3307,10 +3639,10 @@ package: sphinxcontrib-jsmath: '>=1.0.1' sphinxcontrib-qthelp: '>=1.0.6' sphinxcontrib-serializinghtml: '>=1.1.9' - url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.2.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/sphinx-8.3.0-pyhd8ed1ab_0.conda hash: - md5: f7af826063ed569bb13f7207d6f949b0 - sha256: 995f58c662db0197d681fa345522fd9e7ac5f05330d3dff095ab2f102e260ab0 + md5: 6ce9ddee4c0f68bda548303196f4cf4c + sha256: 03c4d8b4cf3c5418e15f30f45be52bcde7c7e05baeec7dec5aaf6e238a411481 category: dev optional: true - name: sphinx-autodoc-typehints @@ -3574,33 +3906,33 @@ package: category: dev optional: true - name: tbb - version: 2022.3.0 + version: 2023.0.0 manager: conda platform: linux-64 dependencies: __glibc: '>=2.17,<3.0.a0' libgcc: '>=14' - libhwloc: '>=2.12.2,<2.12.3.0a0' + libhwloc: '>=2.13.0,<2.13.1.0a0' libstdcxx: '>=14' - url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2022.3.0-hb700be7_2.conda + url: https://repo.prefix.dev/conda-forge/linux-64/tbb-2023.0.0-hab88423_2.conda hash: - md5: 8f7278ca5f7456a974992a8b34284737 - sha256: 975710e4b7f1b13c3c30b7fbf21e22f50abe0463b6b47a231582fdedcc45c961 + md5: 7073b15f9364ebc118998601ac6ca6a6 + sha256: 30cb9355c2fefc20ff1a3d6566b9714d5614086a2524c07721fc344eb20515ae category: main optional: false - name: tbb - version: 2022.3.0 + version: 2023.0.0 manager: conda platform: win-64 dependencies: - libhwloc: '>=2.12.2,<2.12.3.0a0' + libhwloc: '>=2.13.0,<2.13.1.0a0' ucrt: '>=10.0.20348.0' vc: '>=14.3,<15' vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/tbb-2022.3.0-h3155e25_2.conda + url: https://repo.prefix.dev/conda-forge/win-64/tbb-2023.0.0-hd3d4ead_2.conda hash: - md5: 0f9817ffbe25f9e69ceba5ea70c52606 - sha256: abd9a489f059fba85c8ffa1abdaa4d515d6de6a3325238b8e81203b913cf65a9 + md5: 8ee01a693aecff5432069eaaf1183c45 + sha256: 8a4053839b8e997a5965e2dff7d6cf3c77be62d82c0e48c8a04a5ed2d2e73035 category: main optional: false - name: tk @@ -3632,51 +3964,51 @@ package: category: main optional: false - name: tomli - version: 2.4.0 + version: 2.4.1 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda hash: - md5: 72e780e9aa2d0a3295f59b1874e3768b - sha256: 62940c563de45790ba0f076b9f2085a842a65662268b02dd136a8e9b1eaf47a8 + md5: b5325cf06a000c5b14970462ff5e4d58 + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd category: dev optional: true - name: tomli - version: 2.4.0 + version: 2.4.1 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.0-pyhcf101f3_0.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda hash: - md5: 72e780e9aa2d0a3295f59b1874e3768b - sha256: 62940c563de45790ba0f076b9f2085a842a65662268b02dd136a8e9b1eaf47a8 + md5: b5325cf06a000c5b14970462ff5e4d58 + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd category: dev optional: true - name: tomlkit - version: 0.14.0 + version: 0.15.0 manager: conda platform: linux-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.15.0-pyha770c72_0.conda hash: - md5: 385dca77a8b0ec6fa9b92cb62d09b43b - sha256: b35082091c8efd084e51bc3a4a2d3b07897eff232aaf58cbc0f959b6291a6a93 + md5: 42ef10a8f7f5d55a2e267c0d5daa6387 + sha256: 1cd52f9ccb4854c4d731438afe0e833b6b71edaf5ede661152aa98efb3a7cc70 category: dev optional: true - name: tomlkit - version: 0.14.0 + version: 0.15.0 manager: conda platform: win-64 dependencies: python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.14.0-pyha770c72_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/tomlkit-0.15.0-pyha770c72_0.conda hash: - md5: 385dca77a8b0ec6fa9b92cb62d09b43b - sha256: b35082091c8efd084e51bc3a4a2d3b07897eff232aaf58cbc0f959b6291a6a93 + md5: 42ef10a8f7f5d55a2e267c0d5daa6387 + sha256: 1cd52f9ccb4854c4d731438afe0e833b6b71edaf5ede661152aa98efb3a7cc70 category: dev optional: true - name: typing-extensions @@ -3708,12 +4040,12 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.12.0' - url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhcf101f3_2.conda hash: - md5: a0a4a3035667fc34f29bfbd5c190baa6 - sha256: 70db27de58a97aeb7ba7448366c9853f91b21137492e0b4430251a1870aa8ff4 + md5: 53f5409c5cfd6c5a66417d68e3f0a864 + sha256: 8b90d2f19f9458b8c58a55e1fcdc1d90c1603a847a47654d8a454549413ba60a category: main optional: false - name: typing-inspection @@ -3721,12 +4053,12 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' typing_extensions: '>=4.12.0' - url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhd8ed1ab_1.conda + url: https://repo.prefix.dev/conda-forge/noarch/typing-inspection-0.4.2-pyhcf101f3_2.conda hash: - md5: a0a4a3035667fc34f29bfbd5c190baa6 - sha256: 70db27de58a97aeb7ba7448366c9853f91b21137492e0b4430251a1870aa8ff4 + md5: 53f5409c5cfd6c5a66417d68e3f0a864 + sha256: 8b90d2f19f9458b8c58a55e1fcdc1d90c1603a847a47654d8a454549413ba60a category: main optional: false - name: typing_extensions @@ -3734,7 +4066,7 @@ package: manager: conda platform: linux-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -3746,7 +4078,7 @@ package: manager: conda platform: win-64 dependencies: - python: '>=3.10' + python: '' url: https://repo.prefix.dev/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda hash: md5: 0caa1af407ecff61170c9437a808404d @@ -3818,7 +4150,7 @@ package: category: main optional: false - name: urllib3 - version: 2.6.3 + version: 2.7.0 manager: conda platform: linux-64 dependencies: @@ -3827,14 +4159,14 @@ package: h2: '>=4,<5' pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.6.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda hash: - md5: 9272daa869e03efe68833e3dc7a02130 - sha256: af641ca7ab0c64525a96fd9ad3081b0f5bcf5d1cbb091afb3f6ed5a9eee6111a + md5: cbb88288f74dbe6ada1c6c7d0a97223e + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 category: dev optional: true - name: urllib3 - version: 2.6.3 + version: 2.7.0 manager: conda platform: win-64 dependencies: @@ -3843,47 +4175,47 @@ package: h2: '>=4,<5' pysocks: '>=1.5.6,<2.0,!=1.5.7' python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.6.3-pyhd8ed1ab_0.conda + url: https://repo.prefix.dev/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda hash: - md5: 9272daa869e03efe68833e3dc7a02130 - sha256: af641ca7ab0c64525a96fd9ad3081b0f5bcf5d1cbb091afb3f6ed5a9eee6111a + md5: cbb88288f74dbe6ada1c6c7d0a97223e + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 category: dev optional: true - name: vc - version: '14.3' + version: '14.5' manager: conda platform: win-64 dependencies: - vc14_runtime: '>=14.44.35208' - url: https://repo.prefix.dev/conda-forge/win-64/vc-14.3-h41ae7f8_34.conda + vc14_runtime: '>=14.51.36231' + url: https://repo.prefix.dev/conda-forge/win-64/vc-14.5-h1b7c187_38.conda hash: - md5: 1e610f2416b6acdd231c5f573d754a0f - sha256: 9dc40c2610a6e6727d635c62cced5ef30b7b30123f5ef67d6139e23d21744b3a + md5: 774568633f3b26d7a4a6dd4f9ea6d3e1 + sha256: 61b68e5a4fc71a17f8d64b12e013a2f971ad980bd08e9c389d5e68efe1a67de0 category: main optional: false - name: vc14_runtime - version: 14.44.35208 + version: 14.51.36231 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - vcomp14: 14.44.35208 - url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_34.conda + vcomp14: 14.51.36231 + url: https://repo.prefix.dev/conda-forge/win-64/vc14_runtime-14.51.36231-h1b9f54f_38.conda hash: - md5: 37eb311485d2d8b2c419449582046a42 - sha256: 02732f953292cce179de9b633e74928037fa3741eb5ef91c3f8bae4f761d32a5 + md5: 2cdcd8ea1010920911bb2eacb4c61227 + sha256: 957c7c65583c7107a5e76f39756c6361fcb7b0dc101ac7c0aea86e7ca09fe49c category: main optional: false - name: vcomp14 - version: 14.44.35208 + version: 14.51.36231 manager: conda platform: win-64 dependencies: ucrt: '>=10.0.20348.0' - url: https://repo.prefix.dev/conda-forge/win-64/vcomp14-14.44.35208-h818238b_34.conda + url: https://repo.prefix.dev/conda-forge/win-64/vcomp14-14.51.36231-h1b9f54f_38.conda hash: - md5: 242d9f25d2ae60c76b38a5e42858e51d - sha256: 878d5d10318b119bd98ed3ed874bd467acbe21996e1d81597a1dbf8030ea0ce6 + md5: 63ee70d69d7540e821940dac5d4d9ba2 + sha256: c645fdc1f0f47718431d973386e946754a10200e7ba2c32032560913a970cacd category: main optional: false - name: win_inet_pton @@ -3981,27 +4313,27 @@ package: category: dev optional: true - name: zipp - version: 3.23.0 + version: 4.1.0 manager: conda platform: linux-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda hash: - md5: 30cd29cb87d819caead4d55184c1d115 - sha256: b4533f7d9efc976511a73ef7d4a2473406d7f4c750884be8e8620b0ce70f4dae + md5: ba3dcdc8584155c97c648ae9c044b7a3 + sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 category: dev optional: true - name: zipp - version: 3.23.0 + version: 4.1.0 manager: conda platform: win-64 dependencies: - python: '>=3.10' - url: https://repo.prefix.dev/conda-forge/noarch/zipp-3.23.0-pyhcf101f3_1.conda + python: '' + url: https://repo.prefix.dev/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda hash: - md5: 30cd29cb87d819caead4d55184c1d115 - sha256: b4533f7d9efc976511a73ef7d4a2473406d7f4c750884be8e8620b0ce70f4dae + md5: ba3dcdc8584155c97c648ae9c044b7a3 + sha256: 210bd31c22bb88f5e2a167df24c95bb5f152b2ada7502f9b8c49d1f5366db423 category: dev optional: true - name: zlib-ng @@ -4061,72 +4393,74 @@ package: category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev37+668a9e0 + version: 0.8.0a1.dev3+6222ed5 manager: pip platform: linux-64 dependencies: - geoh5py: 0.13.0a3.dev5+9e0a86e5 + geoh5py: 0.13.0b2.dev5+cbdabab5 matplotlib: '>=3.10.0,<3.11.0' numpy: '>=2.4.2,<2.5.0' pydantic: '>=2.12.0,<2.13.0' scipy: '>=1.17.0,<1.18.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 hash: - sha256: 668a9e0da5214e4a3bce466321cd910f1bb00b02 + sha256: 6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 category: main optional: false - name: geoapps-utils - version: 0.7.0a2.dev37+668a9e0 + version: 0.8.0a1.dev3+6222ed5 manager: pip platform: win-64 dependencies: - geoh5py: 0.13.0a3.dev5+9e0a86e5 + geoh5py: 0.13.0b2.dev5+cbdabab5 matplotlib: '>=3.10.0,<3.11.0' numpy: '>=2.4.2,<2.5.0' pydantic: '>=2.12.0,<2.13.0' scipy: '>=1.17.0,<1.18.0' - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 hash: - sha256: 668a9e0da5214e4a3bce466321cd910f1bb00b02 + sha256: 6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 source: type: url - url: git+https://github.com/MiraGeoscience/geoapps-utils.git@668a9e0da5214e4a3bce466321cd910f1bb00b02 + url: git+https://github.com/MiraGeoscience/geoapps-utils.git@6222ed5be1a26e8db288d91b4fbccc891e3ca5d2 category: main optional: false - name: geoh5py - version: 0.13.0a3.dev5+9e0a86e5 + version: 0.13.0b2.dev5+cbdabab5 manager: pip platform: linux-64 dependencies: - h5py: '>=3.15.0,<4.0.0' + h5py: '>=3.15.0,<3.16.0' numpy: '>=2.4.0,<2.5.0' - pillow: '>=12.1.0,<12.2.0' + pillow: '>=12.2.0,<12.3.0' + psutil: '>=7.2.2,<7.3.0' pydantic: '>=2.12.0,<2.13.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 hash: - sha256: 9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + sha256: cbdabab52382413a3d6176262a2bf189a9b4cd24 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 category: main optional: false - name: geoh5py - version: 0.13.0a3.dev5+9e0a86e5 + version: 0.13.0b2.dev5+cbdabab5 manager: pip platform: win-64 dependencies: - h5py: '>=3.15.0,<4.0.0' + h5py: '>=3.15.0,<3.16.0' numpy: '>=2.4.0,<2.5.0' - pillow: '>=12.1.0,<12.2.0' + pillow: '>=12.2.0,<12.3.0' + psutil: '>=7.2.2,<7.3.0' pydantic: '>=2.12.0,<2.13.0' - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 hash: - sha256: 9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + sha256: cbdabab52382413a3d6176262a2bf189a9b4cd24 source: type: url - url: git+https://github.com/MiraGeoscience/geoh5py.git@9e0a86e5afadfe9c55e9811317827a4f6c2c70c4 + url: git+https://github.com/MiraGeoscience/geoh5py.git@cbdabab52382413a3d6176262a2bf189a9b4cd24 category: main optional: false diff --git a/pyproject.toml b/pyproject.toml index 112d085..1cb3f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,10 +71,10 @@ scipy = "~1.17.0" ## pip dependencies from Git repositories #---------------------------------------- -#geoh5py = { version = ">=0.13.0a, 0.13.*", source = "pypi", allow-prereleases = true } +# geoh5py = { version = ">=0.14.0a, 0.14.*", source = "pypi", allow-prereleases = true } geoh5py = { git = "https://github.com/MiraGeoscience/geoh5py.git", rev = "develop" } -#geoapps-utils = { version = ">=0.7.0a, 0.7.*", source = "pypi", allow-prereleases = true } +# geoapps-utils = { version = ">=0.8.0a, 0.8.*", source = "pypi", allow-prereleases = true } geoapps-utils = { git = "https://github.com/MiraGeoscience/geoapps-utils.git", rev = "develop" } ## about pip dependencies @@ -109,6 +109,7 @@ libblas = "*=*mkl" h5py = ">=3.15.1, 3.*" # from geoh5py matplotlib-base = "3.10.*" # from geoapps-utils pillow = ">=12.1.0, 12.*" # from geoh5py +psutil = ">=7.2.2, 7.2.*" # from geoh5py [tool.poetry.requires-plugins] poetry-dynamic-versioning = { version = ">=1.9.1,<2.0.0", extras = ["plugin"] } diff --git a/recipe.yaml b/recipe.yaml index 9894c15..b64f43a 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -32,8 +32,8 @@ requirements: run: - python >=${{ python_min }} # Mira packages - - geoh5py >=0.13.0a2, 0.13.* - - geoapps-utils >=0.7.0a2, 0.7.* + - geoh5py >=0.13.0b1, <0.15.0a.dev + - geoapps-utils >=0.7.0b1, <0.9.0a.dev # other direct dependencies - discretize 0.12.* - numpy 2.4.*