diff --git a/momentum/simd/simd.h b/momentum/simd/simd.h index 28374974..1552edc1 100644 --- a/momentum/simd/simd.h +++ b/momentum/simd/simd.h @@ -16,6 +16,12 @@ #include #include +#define DRJIT_VERSION_GE(major, minor, patch) \ + ((DRJIT_VERSION_MAJOR > (major)) || \ + (DRJIT_VERSION_MAJOR == (major) && DRJIT_VERSION_MINOR > (minor)) || \ + (DRJIT_VERSION_MAJOR == (major) && DRJIT_VERSION_MINOR == (minor) && \ + DRJIT_VERSION_PATCH >= (patch))) + // Utilities for writing cross-platform SIMD code. // This currently uses the DrJit library for SIMD primitives. diff --git a/momentum/test/math/simd_generalized_loss_test.cpp b/momentum/test/math/simd_generalized_loss_test.cpp index 2bac5912..f67d46b2 100644 --- a/momentum/test/math/simd_generalized_loss_test.cpp +++ b/momentum/test/math/simd_generalized_loss_test.cpp @@ -61,11 +61,20 @@ void testSimdGeneralizedLoss(T alpha, T c, T absTol, T relTol) { << "\n - absTol : " << absTol << "\n - relTol : " << relTol << "\n - stepSize : " << stepSize +#if DRJIT_VERSION_GE(1,0,0) + << "\n - sqrError : " << drjit::string(sqrError).c_str() + << "\n - val1 : " << drjit::string(val1).c_str() + << "\n - val2 : " << drjit::string(val2).c_str() + << "\n - refDeriv : " << drjit::string(refDeriv).c_str() + << "\n - testDeriv: " << drjit::string(testDeriv).c_str() +#else << "\n - sqrError : " << sqrError << "\n - val1 : " << val1 << "\n - val2 : " << val2 << "\n - refDeriv : " << refDeriv - << "\n - testDeriv: " << testDeriv << std::endl; + << "\n - testDeriv: " << testDeriv +#endif + << std::endl; // clang-format off } diff --git a/pixi.lock b/pixi.lock index 57fb2450..c9c322fc 100644 --- a/pixi.lock +++ b/pixi.lock @@ -43,14 +43,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cli11-2.4.2-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.8-py312hd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.9.0-h1a2810e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dispenso-1.4.0-h5888daf_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -177,7 +177,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.1-h90cbb55_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ms-gsl-4.1.0-h1e549b6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda @@ -214,8 +214,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/rerun-sdk-0.19.1-py312haf84edc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.9-h0fd0ee4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py312h180e4f1_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py312h180e4f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/sleef-3.7-h1b44611_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda @@ -230,11 +230,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py312h12e396e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py312h12e396e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py312h66e93f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py312h66e93f0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.6.3-hbcc6ac9_1.conda @@ -284,7 +284,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-18.1.8-h4b7810f_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-18.1.8-h7e5c614_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cli11-2.4.2-h240833e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.31.2-h477996e_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.31.4-h477996e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-18.1.8-h1020d70_1.conda @@ -293,7 +293,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.9.0-h20888b2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/dispenso-1.4.0-h240833e_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/drjit-cpp-0.4.6-h240833e_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/drjit-cpp-1.0.2-h240833e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/eigen-3.4.0-h1c7c39f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -347,7 +347,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxsparse-4.4.1-ss783_h6325aac.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-18.1.8-h7c275be_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda @@ -406,7 +406,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/mpfr-4.2.1-haed47dc_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ms-gsl-4.1.0-h58b90cf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/nlohmann_json-3.11.3-hf036a51_1.conda @@ -441,8 +441,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rerun-sdk-0.19.1-py312h873acbe_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.5-ha44c9a9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.15.0-py312hb4e66ee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.15.1-py312hb4e66ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/sleef-3.7-hfe0d17b_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda @@ -458,11 +458,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/watchfiles-1.0.3-py312h0d0de52_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/watchfiles-1.0.4-py312h0d0de52_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.17.0-py312h01d7ebd_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.17.2-py312h01d7ebd_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.6.3-h357f2ed_1.conda @@ -512,7 +512,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-18.1.8-h555f467_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-18.1.8-h07b0088_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cli11-2.4.2-h286801f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.31.2-ha25475f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.31.4-ha25475f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-18.1.8-h856b3c1_1.conda @@ -521,7 +521,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.9.0-hba80287_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dispenso-1.4.0-h286801f_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/drjit-cpp-0.4.6-h286801f_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/drjit-cpp-1.0.2-h8ab69cd_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/eigen-3.4.0-h1995070_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -575,7 +575,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxsparse-4.4.1-ss783_hbf61d5d.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-18.1.8-h6dc3340_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda @@ -632,7 +632,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/mpfr-4.2.1-hb693164_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ms-gsl-4.1.0-h387eaff_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nlohmann_json-3.11.3-h00cdb27_1.conda @@ -668,8 +668,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rerun-sdk-0.19.1-py312h6f0c4d3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.5-h7ab814d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.15.0-py312hb7ffdcd_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.15.1-py312hb7ffdcd_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sleef-3.7-h8391f65_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda @@ -684,11 +684,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchfiles-1.0.3-py312hcd83bfe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchfiles-1.0.4-py312hcd83bfe_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.17.0-py312hea69d52_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.17.2-py312hea69d52_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.6.3-h9a6d368_1.conda @@ -724,13 +724,13 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/ceres-solver-2.2.0-hd842749_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-18.1.8-default_hec7ea82_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/cli11-2.4.2-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.31.2-hff78f93_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.31.4-hff78f93_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/cxx-compiler-1.9.0-h91493d7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/dispenso-1.4.0-he0c23c2_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/drjit-cpp-0.4.6-he0c23c2_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/drjit-cpp-1.0.2-he0c23c2_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/eigen-3.4.0-h91493d7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -852,8 +852,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-5_cp312.conda - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2024.07.02-haf4117d_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/rerun-sdk-0.19.1-py312hc857ef3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.15.0-py312h928f2a1_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.15.1-py312h928f2a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.15.0-h81cc0e1_0.conda @@ -871,11 +871,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vs2019_win-64-19.29.30139-he1865b1_23.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vswhere-3.1.7-h57928b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/watchfiles-1.0.3-py312h2615798_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/watchfiles-1.0.4-py312h2615798_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.17.0-py312h4389bb4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.17.2-py312h4389bb4_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.6.3-h208afaa_1.conda @@ -924,14 +924,14 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cli11-2.4.2-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.8-py312hd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.9.0-h1a2810e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dispenso-1.4.0-h5888daf_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -1058,7 +1058,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/mpfr-4.2.1-h90cbb55_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ms-gsl-4.1.0-h1e549b6_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda @@ -1095,8 +1095,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/rerun-sdk-0.19.1-py312haf84edc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.9-h0fd0ee4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py312h180e4f1_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py312h180e4f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/sleef-3.7-h1b44611_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda @@ -1111,11 +1111,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py312h12e396e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py312h12e396e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py312h66e93f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py312h66e93f0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.12-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.6.3-hbcc6ac9_1.conda @@ -1165,7 +1165,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-18.1.8-h4b7810f_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-18.1.8-h7e5c614_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/cli11-2.4.2-h240833e_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.31.2-h477996e_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.31.4-h477996e_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-18.1.8-h1020d70_1.conda @@ -1174,7 +1174,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.9.0-h20888b2_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/dispenso-1.4.0-h240833e_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/drjit-cpp-0.4.6-h240833e_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/drjit-cpp-1.0.2-h240833e_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/eigen-3.4.0-h1c7c39f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -1228,7 +1228,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/libcrc32c-1.1.2-he49afe7_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.11.1-h5dec5d8_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxsparse-4.4.1-ss783_h6325aac.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-18.1.8-h7c275be_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.23-he65b83e_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20240808-pl5321ha958ccf_0.conda @@ -1287,7 +1287,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/mpfr-4.2.1-haed47dc_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ms-gsl-4.1.0-h58b90cf_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/ninja-1.12.1-h3c5361c_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/nlohmann_json-3.11.3-hf036a51_1.conda @@ -1322,8 +1322,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rerun-sdk-0.19.1-py312h873acbe_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/rhash-1.4.5-ha44c9a9_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.15.0-py312hb4e66ee_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.15.1-py312hb4e66ee_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-64/sleef-3.7-hfe0d17b_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/snappy-1.2.1-haf3c120_1.conda @@ -1339,11 +1339,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/watchfiles-1.0.3-py312h0d0de52_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/watchfiles-1.0.4-py312h0d0de52_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.17.0-py312h01d7ebd_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.17.2-py312h01d7ebd_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.12-h6e16a3a_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.5-h00291cd_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.6.3-h357f2ed_1.conda @@ -1393,7 +1393,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-18.1.8-h555f467_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-18.1.8-h07b0088_23.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cli11-2.4.2-h286801f_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.31.2-ha25475f_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.31.4-ha25475f_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-18.1.8-h856b3c1_1.conda @@ -1402,7 +1402,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.9.0-hba80287_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/dispenso-1.4.0-h286801f_5.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/drjit-cpp-0.4.6-h286801f_4.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/drjit-cpp-1.0.2-h8ab69cd_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/eigen-3.4.0-h1995070_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -1456,7 +1456,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcrc32c-1.1.2-hbdafb3b_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.11.1-h73640d1_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxsparse-4.4.1-ss783_hbf61d5d.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-18.1.8-h6dc3340_7.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.23-hec38601_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20240808-pl5321hafb1f1b_0.conda @@ -1513,7 +1513,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/mpfr-4.2.1-hb693164_3.conda - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ms-gsl-4.1.0-h387eaff_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.12.1-h420ef59_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/nlohmann_json-3.11.3-h00cdb27_1.conda @@ -1549,8 +1549,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rerun-sdk-0.19.1-py312h6f0c4d3_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.5-h7ab814d_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.15.0-py312hb7ffdcd_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.15.1-py312hb7ffdcd_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/sleef-3.7-h8391f65_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/snappy-1.2.1-h98b9ce2_1.conda @@ -1565,11 +1565,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchfiles-1.0.3-py312hcd83bfe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchfiles-1.0.4-py312hcd83bfe_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.17.0-py312hea69d52_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.17.2-py312hea69d52_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.12-h5505292_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.5-hd74edd7_0.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.6.3-h9a6d368_1.conda @@ -1605,13 +1605,13 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/ceres-solver-2.2.0-hd842749_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-18.1.8-default_hec7ea82_5.conda - conda: https://conda.anaconda.org/conda-forge/win-64/cli11-2.4.2-he0c23c2_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.31.2-hff78f93_1.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.31.4-hff78f93_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/cxx-compiler-1.9.0-h91493d7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/dispenso-1.4.0-he0c23c2_5.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/drjit-cpp-0.4.6-he0c23c2_4.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/drjit-cpp-1.0.2-he0c23c2_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/eigen-3.4.0-h91493d7_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -1733,8 +1733,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-5_cp312.conda - conda: https://conda.anaconda.org/conda-forge/win-64/re2-2024.07.02-haf4117d_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/rerun-sdk-0.19.1-py312hc857ef3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.15.0-py312h928f2a1_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.15.1-py312h928f2a1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/snappy-1.2.1-h500f7fa_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/win-64/spdlog-1.15.0-h81cc0e1_0.conda @@ -1752,11 +1752,11 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.42.34433-hdffcdeb_23.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vs2019_win-64-19.29.30139-he1865b1_23.conda - conda: https://conda.anaconda.org/conda-forge/win-64/vswhere-3.1.7-h57928b3_0.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/watchfiles-1.0.3-py312h2615798_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/watchfiles-1.0.4-py312h2615798_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.17.0-py312h4389bb4_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.17.2-py312h4389bb4_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.12-h0e40799_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.5-h0e40799_0.conda - conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.6.3-h208afaa_1.conda @@ -1807,7 +1807,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cli11-2.4.2-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.8-py312hd8ed1ab_1.conda @@ -1861,7 +1861,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dispenso-1.4.0-h5888daf_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -2030,7 +2030,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ms-gsl-4.1.0-h1e549b6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nccl-2.24.3.1-hb92ee24_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda @@ -2074,8 +2074,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/rerun-sdk-0.19.1-py312haf84edc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.9-h0fd0ee4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py312h180e4f1_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py312h180e4f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/sleef-3.7-h1b44611_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda @@ -2090,12 +2090,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py312h12e396e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py312h12e396e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py312h66e93f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py312h66e93f0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda @@ -2165,7 +2165,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cli11-2.4.2-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.10.16-py310hd8ed1ab_1.conda @@ -2219,7 +2219,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dispenso-1.4.0-h5888daf_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -2388,7 +2388,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ms-gsl-4.1.0-h1e549b6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nccl-2.24.3.1-hb92ee24_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda @@ -2432,8 +2432,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/rerun-sdk-0.19.1-py310h0281cc7_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.9-h0fd0ee4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py310hfa6ec8c_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py310hfa6ec8c_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/sleef-3.7-h1b44611_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda @@ -2448,12 +2448,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py310h505e2c1_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py310h505e2c1_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py310ha75aee5_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py310ha75aee5_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda @@ -2523,7 +2523,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cli11-2.4.2-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.11.11-py311hd8ed1ab_1.conda @@ -2577,7 +2577,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dispenso-1.4.0-h5888daf_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -2746,7 +2746,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ms-gsl-4.1.0-h1e549b6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nccl-2.24.3.1-hb92ee24_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda @@ -2790,8 +2790,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/rerun-sdk-0.19.1-py311h4274d13_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.9-h0fd0ee4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py311hc1ac118_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py311hc1ac118_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/sleef-3.7-h1b44611_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda @@ -2806,12 +2806,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py311h9e33e62_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py311h9e33e62_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py311h9ecbd09_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py311h9ecbd09_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda @@ -2881,7 +2881,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-18.1.8-default_hf981a13_5.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/cli11-2.4.2-h5888daf_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/cpython-3.12.8-py312hd8ed1ab_1.conda @@ -2935,7 +2935,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - conda: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/dispenso-1.4.0-h5888daf_5.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.2-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/executing-2.1.0-pyhd8ed1ab_1.conda @@ -3104,7 +3104,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ms-gsl-4.1.0-h1e549b6_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nccl-2.24.3.1-hb92ee24_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.12.1-h297d8ca_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/nlohmann_json-3.11.3-he02047a_1.conda @@ -3148,8 +3148,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/linux-64/rerun-sdk-0.19.1-py312haf84edc_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.5.9-h0fd0ee4_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py312h180e4f1_1.conda - - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py312h180e4f1_0.conda + - conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/sleef-3.7-h1b44611_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.2.1-h8bd8927_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_1.conda @@ -3164,12 +3164,12 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.3-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.12.2-pyha770c72_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py312h12e396e_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py312h12e396e_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - conda: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.13-pyhd8ed1ab_1.conda - - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py312h66e93f0_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py312h66e93f0_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda @@ -3198,8 +3198,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 md5: d7c89558ba9fa0495403155b64376d81 - arch: x86_64 - platform: linux license: None size: 2562 timestamp: 1578324546067 @@ -3210,8 +3208,6 @@ packages: depends: - _libgcc_mutex 0.1 conda_forge - llvm-openmp >=9.0.1 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 5744 @@ -3226,8 +3222,6 @@ packages: constrains: - openmp_impl 9999 - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 49468 @@ -3238,8 +3232,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later license_family: GPL size: 560238 @@ -3289,8 +3281,6 @@ packages: md5: d9c69a24ad678ffce24c6543a0176b00 depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: GPL-2.0-or-later license_family: GPL size: 71042 @@ -3315,8 +3305,6 @@ packages: - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-c-sdkutils >=0.2.1,<0.2.2.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 107163 @@ -3331,8 +3319,6 @@ packages: - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-c-sdkutils >=0.2.1,<0.2.2.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 94585 @@ -3347,8 +3333,6 @@ packages: - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-c-sdkutils >=0.2.1,<0.2.2.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 92355 @@ -3365,8 +3349,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 103029 @@ -3379,8 +3361,6 @@ packages: - aws-c-common >=0.10.3,<0.10.4.0a0 - libgcc >=13 - openssl >=3.3.1,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 47477 @@ -3392,8 +3372,6 @@ packages: - __osx >=10.13 - aws-c-common >=0.10.3,<0.10.4.0a0 - openssl >=3.3.1,<4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 39373 @@ -3405,8 +3383,6 @@ packages: - __osx >=11.0 - aws-c-common >=0.10.3,<0.10.4.0a0 - openssl >=3.3.1,<4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 39966 @@ -3420,8 +3396,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 46852 @@ -3432,8 +3406,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 237137 @@ -3443,8 +3415,6 @@ packages: md5: d1b72435b57b79fb97ba3ab6564db34c depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 227079 @@ -3454,8 +3424,6 @@ packages: md5: 4150339e3b08db33fe4c436340b1d7f6 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 221524 @@ -3467,8 +3435,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 234894 @@ -3480,8 +3446,6 @@ packages: - __glibc >=2.17,<3.0.a0 - aws-c-common >=0.10.3,<0.10.4.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 19034 @@ -3492,8 +3456,6 @@ packages: depends: - __osx >=10.13 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 18023 @@ -3504,8 +3466,6 @@ packages: depends: - __osx >=11.0 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 18204 @@ -3518,8 +3478,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 22528 @@ -3534,8 +3492,6 @@ packages: - aws-checksums >=0.2.2,<0.2.3.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 53500 @@ -3549,8 +3505,6 @@ packages: - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-checksums >=0.2.2,<0.2.3.0a0 - libcxx >=18 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 46953 @@ -3564,8 +3518,6 @@ packages: - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-checksums >=0.2.2,<0.2.3.0a0 - libcxx >=18 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 47528 @@ -3580,8 +3532,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 54641 @@ -3596,8 +3546,6 @@ packages: - aws-c-compression >=0.3.0,<0.3.1.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 196945 @@ -3611,8 +3559,6 @@ packages: - aws-c-common >=0.10.3,<0.10.4.0a0 - aws-c-compression >=0.3.0,<0.3.1.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 164320 @@ -3626,8 +3572,6 @@ packages: - aws-c-common >=0.10.3,<0.10.4.0a0 - aws-c-compression >=0.3.0,<0.3.1.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 153315 @@ -3643,8 +3587,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 182315 @@ -3658,8 +3600,6 @@ packages: - aws-c-common >=0.10.3,<0.10.4.0a0 - libgcc >=13 - s2n >=1.5.9,<1.5.10.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 159368 @@ -3671,8 +3611,6 @@ packages: - __osx >=10.13 - aws-c-cal >=0.8.0,<0.8.1.0a0 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 139362 @@ -3684,8 +3622,6 @@ packages: - __osx >=11.0 - aws-c-cal >=0.8.0,<0.8.1.0a0 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 137610 @@ -3699,8 +3635,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 160495 @@ -3714,8 +3648,6 @@ packages: - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 194447 @@ -3728,8 +3660,6 @@ packages: - aws-c-common >=0.10.3,<0.10.4.0a0 - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 164288 @@ -3742,8 +3672,6 @@ packages: - aws-c-common >=0.10.3,<0.10.4.0a0 - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 134573 @@ -3758,8 +3686,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 186691 @@ -3777,8 +3703,6 @@ packages: - aws-checksums >=0.2.2,<0.2.3.0a0 - libgcc >=13 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 113549 @@ -3794,8 +3718,6 @@ packages: - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-checksums >=0.2.2,<0.2.3.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 97856 @@ -3811,8 +3733,6 @@ packages: - aws-c-http >=0.9.1,<0.9.2.0a0 - aws-c-io >=0.15.2,<0.15.3.0a0 - aws-checksums >=0.2.2,<0.2.3.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 97042 @@ -3830,8 +3750,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 108777 @@ -3843,8 +3761,6 @@ packages: - __glibc >=2.17,<3.0.a0 - aws-c-common >=0.10.3,<0.10.4.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 55738 @@ -3855,8 +3771,6 @@ packages: depends: - __osx >=10.13 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 51034 @@ -3867,8 +3781,6 @@ packages: depends: - __osx >=11.0 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 50276 @@ -3881,8 +3793,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 55188 @@ -3894,8 +3804,6 @@ packages: - __glibc >=2.17,<3.0.a0 - aws-c-common >=0.10.3,<0.10.4.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 72744 @@ -3906,8 +3814,6 @@ packages: depends: - __osx >=10.13 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 70940 @@ -3918,8 +3824,6 @@ packages: depends: - __osx >=11.0 - aws-c-common >=0.10.3,<0.10.4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 70184 @@ -3932,8 +3836,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 91905 @@ -3954,8 +3856,6 @@ packages: - aws-c-sdkutils >=0.2.1,<0.2.2.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 353633 @@ -3975,8 +3875,6 @@ packages: - aws-c-s3 >=0.7.2,<0.7.3.0a0 - aws-c-sdkutils >=0.2.1,<0.2.2.0a0 - libcxx >=18 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 296835 @@ -3996,8 +3894,6 @@ packages: - aws-c-s3 >=0.7.2,<0.7.3.0a0 - aws-c-sdkutils >=0.2.1,<0.2.2.0a0 - libcxx >=18 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 236161 @@ -4018,8 +3914,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 262747 @@ -4038,8 +3932,6 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 2951998 @@ -4057,8 +3949,6 @@ packages: - libcxx >=18 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 2784691 @@ -4076,8 +3966,6 @@ packages: - libcxx >=18 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 2737395 @@ -4094,8 +3982,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 2854344 @@ -4109,8 +3995,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 345117 @@ -4123,8 +4007,6 @@ packages: - libcurl >=8.10.1,<9.0a0 - libcxx >=17 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 303166 @@ -4137,8 +4019,6 @@ packages: - libcurl >=8.10.1,<9.0a0 - libcxx >=17 - openssl >=3.3.2,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 294299 @@ -4152,8 +4032,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 232351 @@ -4166,8 +4044,6 @@ packages: - azure-core-cpp >=1.14.0,<1.14.1.0a0 - libcxx >=17 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 175344 @@ -4180,8 +4056,6 @@ packages: - azure-core-cpp >=1.14.0,<1.14.1.0a0 - libcxx >=17 - openssl >=3.3.2,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 166907 @@ -4195,8 +4069,6 @@ packages: - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 549342 @@ -4209,8 +4081,6 @@ packages: - azure-core-cpp >=1.14.0,<1.14.1.0a0 - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libcxx >=17 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 445040 @@ -4223,8 +4093,6 @@ packages: - azure-core-cpp >=1.14.0,<1.14.1.0a0 - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libcxx >=17 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 438636 @@ -4239,8 +4107,6 @@ packages: - libstdcxx >=13 - libxml2 >=2.12.7,<3.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 149312 @@ -4254,8 +4120,6 @@ packages: - libcxx >=17 - libxml2 >=2.12.7,<3.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 126229 @@ -4269,8 +4133,6 @@ packages: - libcxx >=17 - libxml2 >=2.12.7,<3.0a0 - openssl >=3.3.2,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 121278 @@ -4285,8 +4147,6 @@ packages: - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 287366 @@ -4300,8 +4160,6 @@ packages: - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libcxx >=17 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 200991 @@ -4315,8 +4173,6 @@ packages: - azure-storage-blobs-cpp >=12.13.0,<12.13.1.0a0 - azure-storage-common-cpp >=12.8.0,<12.8.1.0a0 - libcxx >=17 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 196032 @@ -4326,8 +4182,6 @@ packages: md5: 348619f90eee04901f4a70615efff35b depends: - binutils_impl_linux-64 >=2.43,<2.44.0a0 - arch: x86_64 - platform: linux license: GPL-3.0-only license_family: GPL size: 33876 @@ -4338,8 +4192,6 @@ packages: depends: - ld_impl_linux-64 2.43 h712a8e2_2 - sysroot_linux-64 - arch: x86_64 - platform: linux license: GPL-3.0-only license_family: GPL size: 5682777 @@ -4349,8 +4201,6 @@ packages: md5: 18aba879ddf1f8f28145ca6fcb873d8c depends: - binutils_impl_linux-64 2.43 h4bf12b8_2 - arch: x86_64 - platform: linux license: GPL-3.0-only license_family: GPL size: 34945 @@ -4446,8 +4296,6 @@ packages: - liblapack 3.9.0 26_linux64_openblas - liblapacke 3.9.0 26_linux64_openblas - openblas 0.3.28.* - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 16274 @@ -4462,8 +4310,6 @@ packages: - liblapack 3.9.0 26_osx64_openblas - liblapacke 3.9.0 26_osx64_openblas - openblas 0.3.28.* - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16601 @@ -4478,8 +4324,6 @@ packages: - liblapack 3.9.0 26_osxarm64_openblas - liblapacke 3.9.0 26_osxarm64_openblas - openblas 0.3.28.* - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16658 @@ -4495,8 +4339,6 @@ packages: - liblapacke 3.9.0 26_win64_mkl - mkl >=2024.2.2,<2025.0a0 - mkl-devel 2024.2.* - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 18463 @@ -4508,8 +4350,6 @@ packages: - libboost-python-devel 1.85.0 py312h9cebb41_4 - numpy >=1.19,<3 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: linux license: BSL-1.0 size: 18224 timestamp: 1722290394133 @@ -4520,8 +4360,6 @@ packages: - libboost-python-devel 1.85.0 py310hb7f781d_4 - numpy >=1.19,<3 - python_abi 3.10.* *_cp310 - arch: x86_64 - platform: linux license: BSL-1.0 size: 18206 timestamp: 1722290431923 @@ -4532,8 +4370,6 @@ packages: - libboost-python-devel 1.85.0 py311hbd00459_4 - numpy >=1.19,<3 - python_abi 3.11.* *_cp311 - arch: x86_64 - platform: linux license: BSL-1.0 size: 18243 timestamp: 1722290444068 @@ -4544,8 +4380,6 @@ packages: - libboost-python-devel 1.85.0 py312h0be7463_4 - numpy >=1.19,<3 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: osx license: BSL-1.0 size: 18443 timestamp: 1722298442163 @@ -4556,8 +4390,6 @@ packages: - libboost-python-devel 1.85.0 py312ha814d7c_4 - numpy >=1.19,<3 - python_abi 3.12.* *_cp312 - arch: arm64 - platform: osx license: BSL-1.0 size: 18491 timestamp: 1722292338097 @@ -4568,8 +4400,6 @@ packages: - libboost-python-devel 1.85.0 py312h7e22eef_4 - numpy >=1.19,<3 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: win license: BSL-1.0 size: 18774 timestamp: 1722293885908 @@ -4579,8 +4409,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - arch: x86_64 - platform: linux license: bzip2-1.0.6 license_family: BSD size: 252783 @@ -4590,8 +4418,6 @@ packages: md5: 7ed4301d437b59045be7e051a0308211 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: bzip2-1.0.6 license_family: BSD size: 134188 @@ -4601,8 +4427,6 @@ packages: md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab depends: - __osx >=11.0 - arch: arm64 - platform: osx license: bzip2-1.0.6 license_family: BSD size: 122909 @@ -4614,8 +4438,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: bzip2-1.0.6 license_family: BSD size: 54927 @@ -4626,8 +4448,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 206085 @@ -4637,8 +4457,6 @@ packages: md5: 133255af67aaf1e0c0468cc753fd800b depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 184455 @@ -4648,8 +4466,6 @@ packages: md5: c1c999a38a4303b29d75c636eaa13cf9 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 179496 @@ -4661,8 +4477,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 193862 @@ -4674,8 +4488,6 @@ packages: - binutils - gcc - gcc_linux-64 13.* - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 6196 @@ -4688,8 +4500,6 @@ packages: - clang_osx-64 18.* - ld64 >=530 - llvm-openmp - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6236 @@ -4702,8 +4512,6 @@ packages: - clang_osx-arm64 18.* - ld64 >=530 - llvm-openmp - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6244 @@ -4713,8 +4521,6 @@ packages: md5: 7d9b49b7ef31f9a23bdbc7ea0dd9996e depends: - vs2019_win-64 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 6481 @@ -4722,32 +4528,24 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.12.14-hbcca054_0.conda sha256: 1afd7274cbc9a334d6d0bc62fa760acc7afdaceb0b91a8df370ec01fd75dc7dd md5: 720523eb0d6a9b0f6120c16b2aa4e7de - arch: x86_64 - platform: linux license: ISC size: 157088 timestamp: 1734208393264 - conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.12.14-h8857fd0_0.conda sha256: ddaafdcd1b8ace6ffeea22b6824ca9db8a64cf0a2652a11d7554ece54935fa06 md5: b7b887091c99ed2e74845e75e9128410 - arch: x86_64 - platform: osx license: ISC size: 156925 timestamp: 1734208413176 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.12.14-hf0a4a13_0.conda sha256: 256be633fd0882ccc1a7a32bc278547e1703f85082c0789a87a603ee3ab8fb82 md5: 7cb381a6783d91902638e4ed1ebd478e - arch: arm64 - platform: osx license: ISC size: 157091 timestamp: 1734208344343 - conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.12.14-h56e8100_0.conda sha256: 424d82db36cd26234bc4772426170efd60e888c2aed0099a257a95e131683a5e md5: cb2eaeb88549ddb27af533eccf9a45c1 - arch: x86_64 - platform: win license: ISC size: 157422 timestamp: 1734208404685 @@ -4758,8 +4556,6 @@ packages: - cctools_osx-64 1010.6 h00edd4c_2 - ld64 951.9 h4e51db5_2 - libllvm18 >=18.1.8,<18.2.0a0 - arch: x86_64 - platform: osx license: APSL-2.0 license_family: Other size: 21141 @@ -4771,8 +4567,6 @@ packages: - cctools_osx-arm64 1010.6 h908b477_2 - ld64 951.9 h4c6efb1_2 - libllvm18 >=18.1.8,<18.2.0a0 - arch: arm64 - platform: osx license: APSL-2.0 license_family: Other size: 21141 @@ -4792,8 +4586,6 @@ packages: - clang 18.1.* - ld64 951.9.* - cctools 1010.6.* - arch: x86_64 - platform: osx license: APSL-2.0 license_family: Other size: 1116745 @@ -4813,8 +4605,6 @@ packages: - cctools 1010.6.* - ld64 951.9.* - clang 18.1.* - arch: arm64 - platform: osx license: APSL-2.0 license_family: Other size: 1105057 @@ -4894,8 +4684,6 @@ packages: md5: e45a7a3656d66e016ff4f0006c3a4739 depends: - clang-18 18.1.8 default_h0c94c6a_5 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23619 @@ -4905,8 +4693,6 @@ packages: md5: dd4637ec8578723a185ce42ecf9f3d06 depends: - clang-18 18.1.8 default_h5c12605_5 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23643 @@ -4919,8 +4705,6 @@ packages: - libclang-cpp18.1 18.1.8 default_h0c94c6a_5 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 760925 @@ -4933,8 +4717,6 @@ packages: - libclang-cpp18.1 18.1.8 default_h5c12605_5 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 756807 @@ -4949,8 +4731,6 @@ packages: - libgcc >=12 - libllvm18 >=18.1.8,<18.2.0a0 - libstdcxx >=12 - arch: x86_64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23824 @@ -4964,8 +4744,6 @@ packages: - libclang-cpp18.1 >=18.1.8,<18.2.0a0 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23843 @@ -4979,8 +4757,6 @@ packages: - libclang-cpp18.1 >=18.1.8,<18.2.0a0 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23952 @@ -4992,8 +4768,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 1182952 @@ -5007,8 +4781,6 @@ packages: - libgcc >=12 - libllvm18 >=18.1.8,<18.2.0a0 - libstdcxx >=12 - arch: x86_64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 66898 @@ -5021,8 +4793,6 @@ packages: - libclang-cpp18.1 >=18.1.8,<18.2.0a0 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 62661 @@ -5035,8 +4805,6 @@ packages: - libclang-cpp18.1 >=18.1.8,<18.2.0a0 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 60995 @@ -5050,8 +4818,6 @@ packages: - compiler-rt 18.1.8.* - ld64_osx-64 - llvm-tools 18.1.8.* - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 17783 @@ -5065,8 +4831,6 @@ packages: - compiler-rt 18.1.8.* - ld64_osx-arm64 - llvm-tools 18.1.8.* - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 17923 @@ -5076,8 +4840,6 @@ packages: md5: 207116d6cb3762c83661bb49e6976e7d depends: - clang_impl_osx-64 18.1.8 h6a44ed1_23 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 21092 @@ -5087,8 +4849,6 @@ packages: md5: 29513735b8af0018e3ce8447531d69dd depends: - clang_impl_osx-arm64 18.1.8 h2ae9ea5_23 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 21100 @@ -5099,8 +4859,6 @@ packages: depends: - clang 18.1.8 default_h179603d_5 - libcxx-devel 18.1.8.* - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23649 @@ -5111,8 +4869,6 @@ packages: depends: - clang 18.1.8 default_h675cc0c_5 - libcxx-devel 18.1.8.* - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23684 @@ -5125,8 +4881,6 @@ packages: - clangxx 18.1.8.* - libcxx >=18 - libllvm18 >=18.1.8,<18.2.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 17821 @@ -5139,8 +4893,6 @@ packages: - clangxx 18.1.8.* - libcxx >=18 - libllvm18 >=18.1.8,<18.2.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 17960 @@ -5151,8 +4903,6 @@ packages: depends: - clang_osx-64 18.1.8 h7e5c614_23 - clangxx_impl_osx-64 18.1.8 h4b7810f_23 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 19451 @@ -5163,8 +4913,6 @@ packages: depends: - clang_osx-arm64 18.1.8 h07b0088_23 - clangxx_impl_osx-arm64 18.1.8 h555f467_23 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 19500 @@ -5219,13 +4967,13 @@ packages: license_family: BSD size: 84465 timestamp: 1732336222249 -- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.2-h74e3db0_1.conda - sha256: 54f3b2bd429dafc3e0a705484850aa17327a36d40c17729106d69a88720d8772 - md5: 105c089608d7f3e6ab73b1b27bda6888 +- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.31.4-h74e3db0_0.conda + sha256: 40c180f7c0b31e600c5b700447fd611bbb2e376a84334fdd9add515b5c6c69cd + md5: 70e2087725b107e0d098574f17899c25 depends: - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.10.1,<9.0a0 + - libcurl >=8.11.1,<9.0a0 - libexpat >=2.6.4,<3.0a0 - libgcc >=13 - liblzma >=5.6.3,<6.0a0 @@ -5235,19 +4983,17 @@ packages: - ncurses >=6.5,<7.0a0 - rhash >=1.4.5,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD - size: 20410648 - timestamp: 1733930194467 -- conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.31.2-h477996e_1.conda - sha256: b79fc69113814098dea926711202f20b9afd971ac95a0eca34dbea19452eca22 - md5: 437f1be6b2384c31cf2d241f19b6ee47 + size: 20319598 + timestamp: 1736545216979 +- conda: https://conda.anaconda.org/conda-forge/osx-64/cmake-3.31.4-h477996e_0.conda + sha256: eb9cd798fdb26e4f81f5d570111a99d50157b15ae122816127c06d8dfd61337b + md5: 6312891a18fadfa0365dc51d501b1c19 depends: - __osx >=10.13 - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.10.1,<9.0a0 + - libcurl >=8.11.1,<9.0a0 - libcxx >=18 - libexpat >=2.6.4,<3.0a0 - liblzma >=5.6.3,<6.0a0 @@ -5256,19 +5002,17 @@ packages: - ncurses >=6.5,<7.0a0 - rhash >=1.4.5,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD - size: 17645918 - timestamp: 1733932189132 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.31.2-ha25475f_1.conda - sha256: 535e0ceb26674aef424f4bc74a9da8eb81a39110d29d3eabaddf9b547c1c2a22 - md5: 5b4b4127740555ba2b5daa750426a3d8 + size: 17634125 + timestamp: 1736546886150 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-3.31.4-ha25475f_0.conda + sha256: df2a4f1825528138031eb759cf5e0be95e7faa35d1df73c56fbfc1c4cc02541e + md5: 5b144d1d34a7804ef8d92ae15142371a depends: - __osx >=11.0 - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.10.1,<9.0a0 + - libcurl >=8.11.1,<9.0a0 - libcxx >=18 - libexpat >=2.6.4,<3.0a0 - liblzma >=5.6.3,<6.0a0 @@ -5277,18 +5021,16 @@ packages: - ncurses >=6.5,<7.0a0 - rhash >=1.4.5,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD - size: 16526042 - timestamp: 1733931471108 -- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.31.2-hff78f93_1.conda - sha256: 6b6c9e182e769c428a55cda24ceb92cbd601903daa8b118674a0aa49c4e28e86 - md5: 0cc8e1d4c8f3e384baa80e248097d595 + size: 16536136 + timestamp: 1736546110839 +- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-3.31.4-hff78f93_0.conda + sha256: 86e8157b3f1a1f4b65d7e0b0929c2d0970a5030bf4b9a3293905950893e43e80 + md5: b6017716856044e4b9f5c6eae58f7570 depends: - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.10.1,<9.0a0 + - libcurl >=8.11.1,<9.0a0 - libexpat >=2.6.4,<3.0a0 - liblzma >=5.6.3,<6.0a0 - libuv >=1.49.2,<2.0a0 @@ -5296,12 +5038,10 @@ packages: - ucrt >=10.0.20348.0 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD - size: 14380106 - timestamp: 1733931252871 + size: 14523505 + timestamp: 1736546059917 - conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 md5: 962b9857ee8e7018c22f2776ffa0b2d7 @@ -5329,8 +5069,6 @@ packages: - clang 18.1.8.* - clangxx 18.1.8.* - compiler-rt_osx-64 18.1.8.* - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 95345 @@ -5343,8 +5081,6 @@ packages: - clang 18.1.8.* - clangxx 18.1.8.* - compiler-rt_osx-arm64 18.1.8.* - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 95451 @@ -5421,8 +5157,6 @@ packages: - cuda-nvprof 12.6.80.* - cuda-nvtx 12.6.77.* - cuda-sanitizer-api 12.6.77.* - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 20029 timestamp: 1732134609206 @@ -5453,8 +5187,6 @@ packages: md5: 4ab193b5fcdcf8d7b094221e3977a112 depends: - cuda-version >=12.6,<12.7.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 27135 timestamp: 1732132181193 @@ -5467,8 +5199,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 22397 timestamp: 1727810461651 @@ -5483,8 +5213,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 22830 timestamp: 1727810484719 @@ -5508,8 +5236,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 22446 timestamp: 1727810474901 @@ -5538,8 +5264,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 246573 timestamp: 1731439676209 @@ -5551,8 +5275,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 1999085 timestamp: 1727807734169 @@ -5567,8 +5289,6 @@ packages: - libstdcxx >=13 constrains: - cuda-cupti-static >=12.6.80 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 3533128 timestamp: 1727807797633 @@ -5580,8 +5300,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 216004 timestamp: 1730238686777 @@ -5594,8 +5312,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 22237 timestamp: 1727810479847 @@ -5616,8 +5332,6 @@ packages: - gmp >=6.3.0,<7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 378491 timestamp: 1730773730412 @@ -5638,8 +5352,6 @@ packages: - libnvfatbin 12.6.77.* - libnvjitlink 12.6.85.* - libnvjpeg 12.3.3.54.* - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 20045 timestamp: 1732139752321 @@ -5663,8 +5375,6 @@ packages: - libnvfatbin-dev 12.6.77.* - libnvjitlink-dev 12.6.85.* - libnvjpeg-dev 12.3.3.54.* - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 20111 timestamp: 1732138193314 @@ -5673,8 +5383,6 @@ packages: md5: 64456fed130281f3aaab9ebed73641a5 depends: - cuda-version >=12.6,<12.7.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 118680486 timestamp: 1727807233998 @@ -5685,8 +5393,6 @@ packages: - cuda-nvcc_linux-64 12.6.85.* - gcc_linux-64 - gxx_linux-64 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 23610 timestamp: 1732134779687 @@ -5715,8 +5421,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 constrains: - gcc_impl_linux-64 >=6,<14.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 25484 timestamp: 1732132305254 @@ -5732,8 +5436,6 @@ packages: - libstdcxx >=12 constrains: - gcc_impl_linux-64 >=6,<14.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 24082529 timestamp: 1732132231855 @@ -5748,8 +5450,6 @@ packages: - cuda-nvcc-impl 12.6.85.* - cuda-nvcc-tools 12.6.85.* - sysroot_linux-64 >=2.17,<3.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 25280 timestamp: 1732134779078 @@ -5761,8 +5461,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 49936502 timestamp: 1730680015056 @@ -5774,8 +5472,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 162367 timestamp: 1730750782779 @@ -5788,8 +5484,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 2683411 timestamp: 1727811121723 @@ -5801,8 +5495,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 67943 timestamp: 1730755542486 @@ -5814,8 +5506,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 18138390 timestamp: 1732133174552 @@ -5830,8 +5520,6 @@ packages: - libstdcxx >=13 constrains: - cuda-nvrtc-static >=12.6.85 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 32221 timestamp: 1732133283173 @@ -5843,8 +5531,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 31364 timestamp: 1727816542389 @@ -5864,8 +5550,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=12 - libstdcxx >=12 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 8085058 timestamp: 1732132194015 @@ -5877,8 +5561,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=12 - libstdcxx >=12 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 10880815 timestamp: 1732132210850 @@ -5892,8 +5574,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 114653765 timestamp: 1730928716437 @@ -5906,8 +5586,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - ocl-icd >=2.3.2,<3.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 30148 timestamp: 1727807563628 @@ -5920,8 +5598,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 95183 timestamp: 1727807571060 @@ -5931,8 +5607,6 @@ packages: depends: - cuda-cudart-dev - cuda-version >=12.6,<12.7.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 22883 timestamp: 1727814430299 @@ -5944,8 +5618,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 9290012 timestamp: 1733362355509 @@ -5969,8 +5641,6 @@ packages: - cuda-command-line-tools 12.6.3.* - cuda-visual-tools 12.6.3.* - gds-tools 1.11.1.6.* - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 19781 timestamp: 1732152834072 @@ -5992,8 +5662,6 @@ packages: - cuda-nvml-dev 12.6.77.* - cuda-nvvp 12.6.80.* - nsight-compute 2024.3.2.3.* - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 19874 timestamp: 1732143220161 @@ -6008,8 +5676,6 @@ packages: - libgcc >=12 - libstdcxx >=12 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: LicenseRef-cuDNN-Software-License-Agreement size: 401805073 timestamp: 1735784276169 @@ -6020,8 +5686,6 @@ packages: - c-compiler 1.9.0 h2b85faf_0 - gxx - gxx_linux-64 13.* - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 6168 @@ -6032,8 +5696,6 @@ packages: depends: - c-compiler 1.9.0 h09a7c41_0 - clangxx_osx-64 18.* - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6256 @@ -6044,8 +5706,6 @@ packages: depends: - c-compiler 1.9.0 hdf49b6b_0 - clangxx_osx-arm64 18.* - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6252 @@ -6055,8 +5715,6 @@ packages: md5: 6c4b643c7dd8f13dafc8679ffc5671eb depends: - vs2019_win-64 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 6528 @@ -6068,8 +5726,6 @@ packages: - expat >=2.4.2,<3.0a0 - libgcc-ng >=9.4.0 - libglib >=2.70.2,<3.0a0 - arch: x86_64 - platform: linux license: GPL-2.0-or-later license_family: GPL size: 618596 @@ -6133,9 +5789,9 @@ packages: license_family: MIT size: 195592 timestamp: 1735867945615 -- conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-0.4.6-h5888daf_4.conda - sha256: baaa0bce0d176ae8ba44317409d8ef097977c60902eaea401e214ff81f86da4d - md5: fbcd0bfc3fdd782917e7afa800003428 +- conda: https://conda.anaconda.org/conda-forge/linux-64/drjit-cpp-1.0.2-h5888daf_1.conda + sha256: 00adca4585015455352ccd0e4591e30efac3ed6299fd74c0ad2f0789945cdc85 + md5: 91b0a4fa0d662a8a26c751ac5965002f depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 @@ -6143,36 +5799,33 @@ packages: arch: x86_64 platform: linux license: BSD-3-Clause - license_family: BSD - size: 149723 - timestamp: 1724954583047 -- conda: https://conda.anaconda.org/conda-forge/osx-64/drjit-cpp-0.4.6-h240833e_4.conda - sha256: beff5de5b7f82eba92fb32515e1ae2fa6ee049fe29605dce931fda3d6721888d - md5: 462129b917a3d3364583117b11c71772 + size: 167125 + timestamp: 1736968951900 +- conda: https://conda.anaconda.org/conda-forge/osx-64/drjit-cpp-1.0.2-h240833e_1.conda + sha256: 83d00757a9f71d223c3a06e1ab0f141e86145104ff2e4e71eee0cb6534b1c22f + md5: 424c49f13b2f5b40bbf999335bb3dbdd depends: - __osx >=10.13 - libcxx >=18 arch: x86_64 platform: osx license: BSD-3-Clause - license_family: BSD - size: 150174 - timestamp: 1735422581616 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/drjit-cpp-0.4.6-h286801f_4.conda - sha256: 6c038f5debc0c3d1101c4d2aed2370b196efad41f73e32624ce6a0dce28b01d5 - md5: d4db5f0a8ddf4f38f2c2bec962172d65 + size: 167227 + timestamp: 1736969060772 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/drjit-cpp-1.0.2-h8ab69cd_1.conda + sha256: dc08791eb00d9fb23e8752ee7fe3e8537636b1cd480fee3ac1e3fcd256b3d776 + md5: afb30f7f77da9f9f6e3d439910d06ee6 depends: - __osx >=11.0 - libcxx >=18 arch: arm64 platform: osx license: BSD-3-Clause - license_family: BSD - size: 150202 - timestamp: 1735422339554 -- conda: https://conda.anaconda.org/conda-forge/win-64/drjit-cpp-0.4.6-he0c23c2_4.conda - sha256: 6a5208bff2b5a920d463d7806a3d74961b2766d6bc22c4779cb2c58c014a8327 - md5: b046a613ef89fe9c9b6620b31ee2e256 + size: 166896 + timestamp: 1736969258161 +- conda: https://conda.anaconda.org/conda-forge/win-64/drjit-cpp-1.0.2-he0c23c2_1.conda + sha256: 2f35c33906dc2ba8b49c616443ea313ca02f970d7260037ffdddacb6d4005ca3 + md5: a1001af1f83768b8af0ea89d42517491 depends: - ucrt >=10.0.20348.0 - vc >=14.2,<15 @@ -6180,9 +5833,8 @@ packages: arch: x86_64 platform: win license: BSD-3-Clause - license_family: BSD - size: 150079 - timestamp: 1720379545898 + size: 167924 + timestamp: 1736969033986 - conda: https://conda.anaconda.org/conda-forge/linux-64/eigen-3.4.0-h00ab1b0_0.conda sha256: 53b15a98aadbe0704479bacaf7a5618fcb32d1577be320630674574241639b34 md5: b1b879d6d093f55dd40d58b5eb2f0699 @@ -6254,8 +5906,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libexpat 2.6.4 h5888daf_0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 138145 @@ -6454,8 +6104,6 @@ packages: - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 265599 @@ -6488,8 +6136,6 @@ packages: - libgcc-ng >=12 - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: linux license: GPL-2.0-only OR FTL size: 634972 timestamp: 1694615932610 @@ -6499,8 +6145,6 @@ packages: depends: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: osx license: GPL-2.0-only OR FTL size: 599300 timestamp: 1694616137838 @@ -6510,8 +6154,6 @@ packages: depends: - libpng >=1.6.39,<1.7.0a0 - libzlib >=1.2.13,<2.0.0a0 - arch: arm64 - platform: osx license: GPL-2.0-only OR FTL size: 596430 timestamp: 1694616332835 @@ -6524,8 +6166,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: GPL-2.0-only OR FTL size: 510306 timestamp: 1694616398888 @@ -6595,8 +6235,6 @@ packages: md5: 606924335b5bcdf90e9aed9a2f5d22ed depends: - gcc_impl_linux-64 13.3.0.* - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 53864 @@ -6612,8 +6250,6 @@ packages: - libsanitizer 13.3.0 heb74ff8_1 - libstdcxx >=13.3.0 - sysroot_linux-64 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 67464415 @@ -6625,8 +6261,6 @@ packages: - binutils_linux-64 - gcc_impl_linux-64 13.3.0.* - sysroot_linux-64 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 32005 @@ -6641,8 +6275,6 @@ packages: - libgcc >=13 - libnuma >=2.0.18,<3.0a0 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 39632546 timestamp: 1734164217202 @@ -6653,8 +6285,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 119654 @@ -6665,8 +6295,6 @@ packages: depends: - __osx >=10.13 - libcxx >=17 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 84946 @@ -6677,8 +6305,6 @@ packages: depends: - __osx >=11.0 - libcxx >=17 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 82090 @@ -6690,8 +6316,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 76765 @@ -6703,8 +6327,6 @@ packages: - gflags >=2.2.2,<2.3.0a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 143452 @@ -6716,8 +6338,6 @@ packages: - __osx >=10.13 - gflags >=2.2.2,<2.3.0a0 - libcxx >=16 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 117017 @@ -6729,8 +6349,6 @@ packages: - __osx >=11.0 - gflags >=2.2.2,<2.3.0a0 - libcxx >=16 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 112215 @@ -6743,8 +6361,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 114171 @@ -6755,8 +6371,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: GPL-2.0-or-later OR LGPL-3.0-or-later size: 460055 timestamp: 1718980856608 @@ -6766,8 +6380,6 @@ packages: depends: - __osx >=10.13 - libcxx >=16 - arch: x86_64 - platform: osx license: GPL-2.0-or-later OR LGPL-3.0-or-later size: 428919 timestamp: 1718981041839 @@ -6777,8 +6389,6 @@ packages: depends: - __osx >=11.0 - libcxx >=16 - arch: arm64 - platform: osx license: GPL-2.0-or-later OR LGPL-3.0-or-later size: 365188 timestamp: 1718981343258 @@ -6791,8 +6401,6 @@ packages: - ucrt >=10.0.20348.0 constrains: - mpir <0.0a0 - arch: x86_64 - platform: win license: GPL-2.0-or-later OR LGPL-3.0-or-later size: 567053 timestamp: 1718982076982 @@ -6807,8 +6415,6 @@ packages: - mpfr >=4.2.1,<5.0a0 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 - arch: x86_64 - platform: linux license: LGPL-3.0-or-later license_family: LGPL size: 202700 @@ -6824,8 +6430,6 @@ packages: - mpfr >=4.2.1,<5.0a0 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - arch: x86_64 - platform: linux license: LGPL-3.0-or-later license_family: LGPL size: 202814 @@ -6841,8 +6445,6 @@ packages: - mpfr >=4.2.1,<5.0a0 - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: linux license: LGPL-3.0-or-later license_family: LGPL size: 209631 @@ -6857,8 +6459,6 @@ packages: - mpfr >=4.2.1,<5.0a0 - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL size: 156280 @@ -6874,8 +6474,6 @@ packages: - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - arch: arm64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL size: 147983 @@ -6889,8 +6487,6 @@ packages: - libstdcxx-ng >=12 constrains: - gmock 1.15.2 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 408202 @@ -6903,8 +6499,6 @@ packages: - libcxx >=16 constrains: - gmock 1.15.2 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 385087 @@ -6917,8 +6511,6 @@ packages: - libcxx >=16 constrains: - gmock 1.15.2 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 373673 @@ -6932,8 +6524,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - gmock 1.15.2 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 502351 @@ -6944,8 +6534,6 @@ packages: depends: - gcc 13.3.0.* - gxx_impl_linux-64 13.3.0.* - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 53338 @@ -6958,8 +6546,6 @@ packages: - libstdcxx-devel_linux-64 13.3.0 h84ea5a7_101 - sysroot_linux-64 - tzdata - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 13337720 @@ -6972,8 +6558,6 @@ packages: - gcc_linux-64 13.3.0 hc28eda2_7 - gxx_impl_linux-64 13.3.0.* - sysroot_linux-64 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 30356 @@ -6985,8 +6569,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 12129203 @@ -6996,8 +6578,6 @@ packages: md5: d68d48a3060eb5abdc1cdc8e2a3a5966 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 11761697 @@ -7007,8 +6587,6 @@ packages: md5: 5eb22c1d7b3fc4abb50d92d621583137 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 11857802 @@ -7034,8 +6612,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/win-64/intel-openmp-2024.2.1-h57928b3_1083.conda sha256: 0fd2b0b84c854029041b0ede8f4c2369242ee92acc0092f8407b1fe9238a8209 md5: 2d89243bfb53652c182a7c73182cce4f - arch: x86_64 - platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary size: 1852356 @@ -7150,8 +6726,6 @@ packages: md5: 30186d27e2c9fa62b45fb1476b7200e3 depends: - libgcc-ng >=10.3.0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 117831 timestamp: 1646151697040 @@ -7165,8 +6739,6 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - openssl >=3.3.1,<4.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 1370023 @@ -7180,8 +6752,6 @@ packages: - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - openssl >=3.3.1,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 1185323 @@ -7195,8 +6765,6 @@ packages: - libedit >=3.1.20191231,<3.2.0a0 - libedit >=3.1.20191231,<4.0a0 - openssl >=3.3.1,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 1155530 @@ -7209,8 +6777,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 712034 @@ -7222,8 +6788,6 @@ packages: - libgcc-ng >=12 - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 245247 @@ -7234,8 +6798,6 @@ packages: depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 224432 @@ -7246,8 +6808,6 @@ packages: depends: - libjpeg-turbo >=3.0.0,<4.0a0 - libtiff >=4.6.0,<4.8.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 211959 @@ -7261,8 +6821,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 507632 @@ -7276,8 +6834,6 @@ packages: constrains: - cctools 1010.6.* - cctools_osx-64 1010.6.* - arch: x86_64 - platform: osx license: APSL-2.0 license_family: Other size: 18425 @@ -7291,8 +6847,6 @@ packages: constrains: - cctools 1010.6.* - cctools_osx-arm64 1010.6.* - arch: arm64 - platform: osx license: APSL-2.0 license_family: Other size: 18471 @@ -7311,8 +6865,6 @@ packages: - ld 951.9.* - cctools 1010.6.* - cctools_osx-64 1010.6.* - arch: x86_64 - platform: osx license: APSL-2.0 license_family: Other size: 1096442 @@ -7331,8 +6883,6 @@ packages: - cctools_osx-arm64 1010.6.* - clang >=18.1.8,<19.0a0 - ld 951.9.* - arch: arm64 - platform: osx license: APSL-2.0 license_family: Other size: 1020475 @@ -7344,8 +6894,6 @@ packages: - __glibc >=2.17,<3.0.a0 constrains: - binutils_impl_linux-64 2.43 - arch: x86_64 - platform: linux license: GPL-3.0-only license_family: GPL size: 669211 @@ -7356,8 +6904,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 281798 @@ -7367,8 +6913,6 @@ packages: md5: f9d6a4c82889d5ecedec1d90eb673c55 depends: - libcxx >=13.0.1 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 290319 @@ -7378,8 +6922,6 @@ packages: md5: de462d5aacda3b30721b512c5da4e742 depends: - libcxx >=13.0.1 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 215721 @@ -7390,8 +6932,6 @@ packages: depends: - vc >=14.2,<15 - vs2015_runtime >=14.29.30037 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 194365 @@ -7406,8 +6946,6 @@ packages: constrains: - libabseil-static =20240722.0=cxx17* - abseil-cpp =20240722.0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 1311599 @@ -7421,8 +6959,6 @@ packages: constrains: - abseil-cpp =20240722.0 - libabseil-static =20240722.0=cxx17* - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 1163503 @@ -7436,8 +6972,6 @@ packages: constrains: - libabseil-static =20240722.0=cxx17* - abseil-cpp =20240722.0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 1178260 @@ -7452,8 +6986,6 @@ packages: constrains: - abseil-cpp =20240722.0 - libabseil-static =20240722.0=cxx17* - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 1784929 @@ -7469,8 +7001,6 @@ packages: - libgcc >=13 - __glibc >=2.17,<3.0.a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 47885 @@ -7484,8 +7014,6 @@ packages: - libgfortran5 >=13.2.0 - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 48731 @@ -7499,8 +7027,6 @@ packages: - libgfortran5 >=13.2.0 - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 45998 @@ -7517,8 +7043,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 43527 @@ -7561,8 +7085,6 @@ packages: - arrow-cpp <0.0a0 - parquet-cpp <0.0a0 - apache-arrow-proc =*=cuda - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 8646906 @@ -7603,8 +7125,6 @@ packages: - arrow-cpp <0.0a0 - apache-arrow-proc =*=cpu - parquet-cpp <0.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 8775158 @@ -7643,8 +7163,6 @@ packages: - apache-arrow-proc =*=cpu - arrow-cpp <0.0a0 - parquet-cpp <0.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 6159521 @@ -7683,8 +7201,6 @@ packages: - parquet-cpp <0.0a0 - apache-arrow-proc =*=cpu - arrow-cpp <0.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 5516035 @@ -7721,8 +7237,6 @@ packages: - arrow-cpp <0.0a0 - parquet-cpp <0.0a0 - apache-arrow-proc =*=cpu - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 5252034 @@ -7738,8 +7252,6 @@ packages: - libgcc-ng >=12 - libstdcxx - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 608332 @@ -7753,8 +7265,6 @@ packages: - libarrow 18.0.0 h94eee4b_9_cpu - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 622189 @@ -7767,8 +7277,6 @@ packages: - __osx >=10.13 - libarrow 18.0.0 h6ebf1a9_9_cpu - libcxx >=18 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 532226 @@ -7781,8 +7289,6 @@ packages: - __osx >=11.0 - libarrow 18.0.0 hb943b0e_9_cpu - libcxx >=18 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 493686 @@ -7796,8 +7302,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.3,<15 - vc14_runtime >=14.42.34433 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 457548 @@ -7815,8 +7319,6 @@ packages: - libparquet 18.0.0 hdbc8f64_9_cuda - libstdcxx - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 593895 @@ -7832,8 +7334,6 @@ packages: - libgcc >=13 - libparquet 18.0.0 h6bd9018_9_cpu - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 596492 @@ -7848,8 +7348,6 @@ packages: - libarrow-acero 18.0.0 h240833e_9_cpu - libcxx >=18 - libparquet 18.0.0 hc957f30_9_cpu - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 525337 @@ -7864,8 +7362,6 @@ packages: - libarrow-acero 18.0.0 h286801f_9_cpu - libcxx >=18 - libparquet 18.0.0 hda0ea68_9_cpu - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 499874 @@ -7881,8 +7377,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.3,<15 - vc14_runtime >=14.42.34433 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 444958 @@ -7901,8 +7395,6 @@ packages: - libgcc >=13 - libprotobuf >=5.28.2,<5.28.3.0a0 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 530637 @@ -7923,8 +7415,6 @@ packages: - libprotobuf >=5.28.2,<5.28.3.0a0 - libstdcxx - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 513010 @@ -7942,8 +7432,6 @@ packages: - libarrow-dataset 18.0.0 h240833e_9_cpu - libcxx >=18 - libprotobuf >=5.28.2,<5.28.3.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 475587 @@ -7961,8 +7449,6 @@ packages: - libarrow-dataset 18.0.0 h286801f_9_cpu - libcxx >=18 - libprotobuf >=5.28.2,<5.28.3.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 461278 @@ -7981,8 +7467,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.3,<15 - vc14_runtime >=14.42.34433 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 375042 @@ -7999,8 +7483,6 @@ packages: - liblapack 3.9.0 26_linux64_openblas - liblapacke 3.9.0 26_linux64_openblas - blas * openblas - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 16393 @@ -8017,8 +7499,6 @@ packages: - liblapack 3.9.0 26_osx64_openblas - blas * openblas - liblapacke 3.9.0 26_osx64_openblas - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16611 @@ -8035,8 +7515,6 @@ packages: - liblapacke 3.9.0 26_osxarm64_openblas - libcblas 3.9.0 26_osxarm64_openblas - blas * openblas - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16714 @@ -8052,8 +7530,6 @@ packages: - liblapack 3.9.0 26_win64_mkl - blas * mkl - libcblas 3.9.0 26_win64_mkl - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 3733122 @@ -8072,8 +7548,6 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 2869710 timestamp: 1722289756758 @@ -8090,8 +7564,6 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: osx license: BSL-1.0 size: 2094881 timestamp: 1722297382329 @@ -8108,8 +7580,6 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - boost-cpp =1.85.0 - arch: arm64 - platform: osx license: BSL-1.0 size: 1957773 timestamp: 1722291251209 @@ -8127,8 +7597,6 @@ packages: - zstd >=1.5.6,<1.6.0a0 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: win license: BSL-1.0 size: 2441873 timestamp: 1722291486126 @@ -8140,8 +7608,6 @@ packages: - libboost-headers 1.85.0 ha770c72_4 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 40881 timestamp: 1722289871820 @@ -8153,8 +7619,6 @@ packages: - libboost-headers 1.85.0 h694c41f_4 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: osx license: BSL-1.0 size: 42009 timestamp: 1722297531327 @@ -8166,8 +7630,6 @@ packages: - libboost-headers 1.85.0 hce30654_4 constrains: - boost-cpp =1.85.0 - arch: arm64 - platform: osx license: BSL-1.0 size: 41332 timestamp: 1722291426561 @@ -8179,8 +7641,6 @@ packages: - libboost-headers 1.85.0 h57928b3_4 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: win license: BSL-1.0 size: 43657 timestamp: 1722291785613 @@ -8189,8 +7649,6 @@ packages: md5: 00e4848983222729ccb7c69f1039f4b9 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 13961521 timestamp: 1722289776587 @@ -8199,8 +7657,6 @@ packages: md5: 2629207b8c878b1d25042b8cd8d98e75 constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: osx license: BSL-1.0 size: 14131273 timestamp: 1722297410169 @@ -8209,8 +7665,6 @@ packages: md5: e4da2f0886a3029ec3b7274b13a54714 constrains: - boost-cpp =1.85.0 - arch: arm64 - platform: osx license: BSL-1.0 size: 14130145 timestamp: 1722291288057 @@ -8219,8 +7673,6 @@ packages: md5: d62b2556b636e9091c632f1a2b5b556a constrains: - boost-cpp =1.85.0 - arch: x86_64 - platform: win license: BSL-1.0 size: 14149533 timestamp: 1722291580251 @@ -8237,8 +7689,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 123125 timestamp: 1722290155029 @@ -8255,8 +7705,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 123662 timestamp: 1722290220424 @@ -8273,8 +7721,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 126222 timestamp: 1722289950169 @@ -8290,8 +7736,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: osx license: BSL-1.0 size: 110423 timestamp: 1722297847850 @@ -8308,8 +7752,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: arm64 - platform: osx license: BSL-1.0 size: 109250 timestamp: 1722291591468 @@ -8326,8 +7768,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: win license: BSL-1.0 size: 115683 timestamp: 1722292424482 @@ -8343,8 +7783,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 21587 timestamp: 1722290348706 @@ -8360,8 +7798,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 21608 timestamp: 1722290365383 @@ -8377,8 +7813,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: linux license: BSL-1.0 size: 21626 timestamp: 1722290302443 @@ -8394,8 +7828,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: osx license: BSL-1.0 size: 21789 timestamp: 1722298254779 @@ -8411,8 +7843,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: arm64 - platform: osx license: BSL-1.0 size: 21845 timestamp: 1722292122870 @@ -8428,8 +7858,6 @@ packages: constrains: - py-boost <0.0a0 - boost =1.85.0 - arch: x86_64 - platform: win license: BSL-1.0 size: 22245 timestamp: 1722293323348 @@ -8439,8 +7867,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 68851 @@ -8450,8 +7876,6 @@ packages: md5: 58f2c4bdd56c46cc7451596e4ae68e0b depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 67267 @@ -8461,8 +7885,6 @@ packages: md5: d0bf1dff146b799b319ea0434b93f779 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 68426 @@ -8474,8 +7896,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 70526 @@ -8487,8 +7907,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libbrotlicommon 1.1.0 hb9d3cd8_2 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 32696 @@ -8499,8 +7917,6 @@ packages: depends: - __osx >=10.13 - libbrotlicommon 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 29872 @@ -8511,8 +7927,6 @@ packages: depends: - __osx >=11.0 - libbrotlicommon 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 28378 @@ -8525,8 +7939,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 32685 @@ -8538,8 +7950,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libbrotlicommon 1.1.0 hb9d3cd8_2 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 281750 @@ -8550,8 +7960,6 @@ packages: depends: - __osx >=10.13 - libbrotlicommon 1.1.0 h00291cd_2 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 296353 @@ -8562,8 +7970,6 @@ packages: depends: - __osx >=11.0 - libbrotlicommon 1.1.0 hd74edd7_2 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 279644 @@ -8576,8 +7982,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 245929 @@ -8590,8 +7994,6 @@ packages: - libgcc >=13 - __glibc >=2.17,<3.0.a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 26484 timestamp: 1733999561762 @@ -8602,8 +8004,6 @@ packages: depends: - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later size: 27505 timestamp: 1733999674866 @@ -8614,8 +8014,6 @@ packages: depends: - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later size: 25000 timestamp: 1733999675326 @@ -8631,8 +8029,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: LGPL-2.1-or-later size: 27067 timestamp: 1733999610224 @@ -8644,8 +8040,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 43732 @@ -8657,8 +8051,6 @@ packages: depends: - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 43317 @@ -8670,8 +8062,6 @@ packages: depends: - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 38253 @@ -8688,8 +8078,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 39616 @@ -8701,8 +8089,6 @@ packages: - __glibc >=2.17,<3.0.a0 - attr >=2.5.1,<2.6.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 102268 @@ -8717,8 +8103,6 @@ packages: - liblapack 3.9.0 26_linux64_openblas - liblapacke 3.9.0 26_linux64_openblas - blas * openblas - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 16336 @@ -8733,8 +8117,6 @@ packages: - liblapack 3.9.0 26_osx64_openblas - blas * openblas - liblapacke 3.9.0 26_osx64_openblas - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16579 @@ -8749,8 +8131,6 @@ packages: - liblapack 3.9.0 26_osxarm64_openblas - liblapacke 3.9.0 26_osxarm64_openblas - blas * openblas - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16628 @@ -8765,8 +8145,6 @@ packages: - liblapacke 3.9.0 26_win64_mkl - liblapack 3.9.0 26_win64_mkl - blas * mkl - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 3732146 @@ -8779,8 +8157,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 41170 @@ -8792,8 +8168,6 @@ packages: depends: - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 45761 @@ -8805,8 +8179,6 @@ packages: depends: - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 38071 @@ -8823,8 +8195,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 41700 @@ -8846,8 +8216,6 @@ packages: - libcamd >=3.3.3,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - liblapack >=3.9.0,<4.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later AND GPL-2.0-or-later AND Apache-2.0 size: 993909 timestamp: 1733999561762 @@ -8866,8 +8234,6 @@ packages: - libccolamd >=3.3.4,<4.0a0 - libblas >=3.9.0,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later AND GPL-2.0-or-later AND Apache-2.0 size: 1092738 timestamp: 1733999674866 @@ -8886,8 +8252,6 @@ packages: - libcamd >=3.3.3,<4.0a0 - libamd >=3.3.3,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later AND GPL-2.0-or-later AND Apache-2.0 size: 778160 timestamp: 1733999675326 @@ -8909,8 +8273,6 @@ packages: - libblas >=3.9.0,<4.0a0 - libcamd >=3.3.3,<4.0a0 - liblapack >=3.9.0,<4.0a0 - arch: x86_64 - platform: win license: LGPL-2.1-or-later AND GPL-2.0-or-later AND Apache-2.0 size: 923141 timestamp: 1733999610225 @@ -8922,8 +8284,6 @@ packages: - libgcc >=12 - libllvm18 >=18.1.8,<18.2.0a0 - libstdcxx >=12 - arch: x86_64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 19176405 @@ -8935,8 +8295,6 @@ packages: - __osx >=10.13 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 13657261 @@ -8948,8 +8306,6 @@ packages: - __osx >=11.0 - libcxx >=18.1.8 - libllvm18 >=18.1.8,<18.2.0a0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 12775616 @@ -8962,8 +8318,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 32740 @@ -8975,8 +8329,6 @@ packages: depends: - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 35854 @@ -8988,8 +8340,6 @@ packages: depends: - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 31177 @@ -9006,8 +8356,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 33761 @@ -9018,8 +8366,6 @@ packages: depends: - libgcc-ng >=9.4.0 - libstdcxx-ng >=9.4.0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 20440 @@ -9029,8 +8375,6 @@ packages: md5: 23d6d5a69918a438355d7cbc4c3d54c9 depends: - libcxx >=11.1.0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 20128 @@ -9040,8 +8384,6 @@ packages: md5: 32bd82a6a625ea6ce090a81c3d34edeb depends: - libcxx >=11.1.0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 18765 @@ -9052,8 +8394,6 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 25694 @@ -9067,8 +8407,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 267981139 timestamp: 1732133541796 @@ -9085,8 +8423,6 @@ packages: - libstdcxx >=13 constrains: - libcublas-static >=12.6.4.1 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 89823 timestamp: 1732134221381 @@ -9098,8 +8434,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 163772747 timestamp: 1727808246058 @@ -9114,8 +8448,6 @@ packages: - libstdcxx >=13 constrains: - libcufft-static >=11.3.0.4 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 33554 timestamp: 1727808683502 @@ -9128,8 +8460,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - rdma-core >=55.0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 921236 timestamp: 1734164180458 @@ -9144,8 +8474,6 @@ packages: - libstdcxx >=13 constrains: - libcufile-static >=1.11.1.6 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 36227 timestamp: 1734164209065 @@ -9157,8 +8485,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 41790488 timestamp: 1727807993172 @@ -9173,8 +8499,6 @@ packages: - libstdcxx >=13 constrains: - libcurand-static >=10.3.7.77 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 268460 timestamp: 1727808054226 @@ -9190,8 +8514,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: linux license: curl license_family: MIT size: 423011 @@ -9207,8 +8529,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: curl license_family: MIT size: 406590 @@ -9224,8 +8544,6 @@ packages: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: curl license_family: MIT size: 385098 @@ -9240,8 +8558,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: curl license_family: MIT size: 349553 @@ -9257,8 +8573,6 @@ packages: - libgcc >=13 - libnvjitlink >=12.6.77,<12.7.0a0 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 100482680 timestamp: 1727816156921 @@ -9273,8 +8587,6 @@ packages: - libstdcxx >=13 constrains: - libcusolver-static >=11.7.1.2 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 60630 timestamp: 1727816304318 @@ -9287,8 +8599,6 @@ packages: - libgcc >=13 - libnvjitlink >=12.6.77,<12.7.0a0 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 124403455 timestamp: 1727811455861 @@ -9304,8 +8614,6 @@ packages: - libstdcxx >=13 constrains: - libcusparse-static >=12.5.4.2 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 51848 timestamp: 1727811705461 @@ -9318,8 +8626,6 @@ packages: - libgcc >=13 - _openmp_mutex >=4.5 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 114222 timestamp: 1733999561762 @@ -9331,8 +8637,6 @@ packages: - __osx >=10.13 - llvm-openmp >=18.1.8 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later size: 114993 timestamp: 1733999674865 @@ -9344,8 +8648,6 @@ packages: - __osx >=11.0 - llvm-openmp >=18.1.8 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later size: 89262 timestamp: 1733999675326 @@ -9361,40 +8663,32 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: LGPL-2.1-or-later size: 70232 timestamp: 1733999610223 -- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.6-hf95d169_1.conda - sha256: c40661648c34c08e21b69e0eec021ccaf090ffff070d2a9cbcb1519e1b310568 - md5: 1bad6c181a0799298aad42fc5a7e98b7 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.7-hf95d169_0.conda + sha256: 6b2fa3fb1e8cd2000b0ed259e0c4e49cbef7b76890157fac3e494bc659a20330 + md5: 4b8f8dc448d814169dbc58fc7286057d depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 527370 - timestamp: 1734494305140 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.6-ha82da77_1.conda - sha256: 2b2443404503cd862385fd2f2a2c73f9624686fd1e5a45050b4034cfc06904ec - md5: ce5252d8db110cdb4ae4173d0a63c7c5 + size: 527924 + timestamp: 1736877256721 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.7-ha82da77_0.conda + sha256: 776092346da87a2a23502e14d91eb0c32699c4a1522b7331537bd1c3751dcff5 + md5: 5b3e1610ff8bd5443476b91d618f5b77 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 520992 - timestamp: 1734494699681 + size: 523505 + timestamp: 1736877862502 - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-18.1.8-h7c275be_7.conda sha256: 5d886a04be00a5a54a81fb040aacd238d0d55d4522c61c7875b675b803c748a3 md5: 0c389f3214ce8cad37a12cb0bae44c54 depends: - libcxx >=18.1.8 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 792227 @@ -9404,8 +8698,6 @@ packages: md5: b0f818db788046d60ffc693ddec7e26e depends: - libcxx >=18.1.8 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 793242 @@ -9416,8 +8708,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 72255 @@ -9427,8 +8717,6 @@ packages: md5: 120f8f7ba6a8defb59f4253447db4bb4 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 69309 @@ -9438,8 +8726,6 @@ packages: md5: 1d8b9588be14e71df38c525767a1ac30 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 54132 @@ -9451,8 +8737,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 155723 @@ -9465,8 +8749,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - ncurses >=6.5,<7.0a0 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD size: 134657 @@ -9478,8 +8760,6 @@ packages: - ncurses - __osx >=10.13 - ncurses >=6.5,<7.0a0 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD size: 115518 @@ -9491,8 +8771,6 @@ packages: - ncurses - __osx >=11.0 - ncurses >=6.5,<7.0a0 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD size: 107634 @@ -9502,8 +8780,6 @@ packages: md5: 172bf1cd1ff8629f2b1179945ed45055 depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD size: 112766 @@ -9511,8 +8787,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 md5: 899db79329439820b7e8f8de41bca902 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD size: 106663 @@ -9520,8 +8794,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f md5: 36d33e440c31857372a72137f78bacf5 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD size: 107458 @@ -9532,8 +8804,6 @@ packages: depends: - libgcc-ng >=12 - openssl >=3.1.1,<4.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 427426 @@ -9543,8 +8813,6 @@ packages: md5: e38e467e577bd193a7d5de7c2c540b04 depends: - openssl >=3.1.1,<4.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 372661 @@ -9554,8 +8822,6 @@ packages: md5: 1a109764bff3bdc7bdd84088347d71dc depends: - openssl >=3.1.1,<4.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 368167 @@ -9568,8 +8834,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 410555 @@ -9582,8 +8846,6 @@ packages: - libgcc >=13 constrains: - expat 2.6.4.* - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 73304 @@ -9595,8 +8857,6 @@ packages: - __osx >=10.13 constrains: - expat 2.6.4.* - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 70758 @@ -9608,8 +8868,6 @@ packages: - __osx >=11.0 constrains: - expat 2.6.4.* - arch: arm64 - platform: osx license: MIT license_family: MIT size: 64693 @@ -9623,8 +8881,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - expat 2.6.4.* - arch: x86_64 - platform: win license: MIT license_family: MIT size: 139068 @@ -9634,8 +8890,6 @@ packages: md5: d645c6d2ac96843a2bfaccd2d62b3ac3 depends: - libgcc-ng >=9.4.0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 58292 @@ -9643,8 +8897,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f md5: ccb34fb14960ad8b125962d3d79b31a9 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 51348 @@ -9652,8 +8904,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca md5: 086914b672be056eb70fd4285b6783b6 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 39020 @@ -9664,8 +8914,6 @@ packages: depends: - vc >=14.1,<15.0a0 - vs2015_runtime >=14.16.27012 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 42063 @@ -9679,8 +8927,6 @@ packages: constrains: - libgomp 14.2.0 h77fa898_1 - libgcc-ng ==14.2.0=*_1 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 848745 @@ -9695,8 +8941,6 @@ packages: - libgcc-ng ==14.2.0=*_1 - libgomp 14.2.0 h1383e82_1 - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 666386 @@ -9715,8 +8959,6 @@ packages: md5: e39480b9ca41323497b05492a63bc35b depends: - libgcc 14.2.0 h77fa898_1 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 54142 @@ -9728,8 +8970,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libgpg-error >=1.51,<2.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 586185 timestamp: 1732523190369 @@ -9740,8 +8980,6 @@ packages: - libgfortran5 14.2.0 hd5240d6_1 constrains: - libgfortran-ng ==14.2.0=*_1 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 53997 @@ -9751,8 +8989,6 @@ packages: md5: 0b6e23a012ee7a9a5f6b244f5a92c1d5 depends: - libgfortran5 13.2.0 h2873a65_3 - arch: x86_64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 110106 @@ -9762,8 +8998,6 @@ packages: md5: 4a55d9e169114b2b90d3ec4604cd7bbf depends: - libgfortran5 13.2.0 hf226fd6_3 - arch: arm64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 110233 @@ -9775,8 +9009,6 @@ packages: - libgcc >=14.2.0 constrains: - libgfortran 14.2.0 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 1462645 @@ -9788,8 +9020,6 @@ packages: - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_3 - arch: x86_64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 1571379 @@ -9801,8 +9031,6 @@ packages: - llvm-openmp >=8.0.0 constrains: - libgfortran 5.0.0 13_2_0_*_3 - arch: arm64 - platform: osx license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 997381 @@ -9819,8 +9047,6 @@ packages: - pcre2 >=10.44,<10.45.0a0 constrains: - glib 2.82.2 *_0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 3931898 timestamp: 1729191404130 @@ -9829,8 +9055,6 @@ packages: md5: cc3573974587f12dda90d96e3e55a702 depends: - _libgcc_mutex 0.1 conda_forge - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 460992 @@ -9842,8 +9066,6 @@ packages: - libwinpthread >=12.0.0.r4.gg4f2fc60ca constrains: - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 524249 @@ -9863,8 +9085,6 @@ packages: - openssl >=3.3.2,<4.0a0 constrains: - libgoogle-cloud 2.31.0 *_0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 1248705 @@ -9883,8 +9103,6 @@ packages: - openssl >=3.3.2,<4.0a0 constrains: - libgoogle-cloud 2.31.0 *_0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 890808 @@ -9903,8 +9121,6 @@ packages: - openssl >=3.3.2,<4.0a0 constrains: - libgoogle-cloud 2.31.0 *_0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 873497 @@ -9923,8 +9139,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - libgoogle-cloud 2.31.0 *_0 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 14474 @@ -9942,8 +9156,6 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 782150 @@ -9960,8 +9172,6 @@ packages: - libgoogle-cloud 2.31.0 hd00c612_0 - libzlib >=1.3.1,<2.0a0 - openssl - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 541478 @@ -9978,8 +9188,6 @@ packages: - libgoogle-cloud 2.31.0 h8d8be31_0 - libzlib >=1.3.1,<2.0a0 - openssl - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 526858 @@ -9996,8 +9204,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 14355 @@ -10009,8 +9215,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LGPL-2.1-only license_family: GPL size: 268740 @@ -10032,8 +9236,6 @@ packages: - re2 constrains: - grpc-cpp =1.67.1 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 7362336 @@ -10054,8 +9256,6 @@ packages: - re2 constrains: - grpc-cpp =1.67.1 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 5335099 @@ -10076,8 +9276,6 @@ packages: - re2 constrains: - grpc-cpp =1.67.1 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 4882208 @@ -10099,8 +9297,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - grpc-cpp =1.67.1 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 17167461 @@ -10113,8 +9309,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - libxml2 >=2.13.4,<3.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 2423200 @@ -10126,8 +9320,6 @@ packages: - __osx >=10.13 - libcxx >=18 - libxml2 >=2.13.4,<3.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 2359326 @@ -10141,8 +9333,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 2390021 @@ -10152,24 +9342,18 @@ packages: md5: d66573916ffcf376178462f1b61c941e depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: LGPL-2.1-only size: 705775 timestamp: 1702682170569 - conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 md5: 6c3628d047e151efba7cf08c5e54d1ca - arch: x86_64 - platform: osx license: LGPL-2.1-only size: 666538 timestamp: 1702682713201 - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 md5: 69bda57310071cf6d2b86caf11573d2d - arch: arm64 - platform: osx license: LGPL-2.1-only size: 676469 timestamp: 1702682458114 @@ -10180,8 +9364,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: LGPL-2.1-only size: 636146 timestamp: 1702682547199 @@ -10192,8 +9374,6 @@ packages: - libgcc-ng >=12 constrains: - jpeg <0.0.0a - arch: x86_64 - platform: linux license: IJG AND BSD-3-Clause AND Zlib size: 618575 timestamp: 1694474974816 @@ -10202,8 +9382,6 @@ packages: md5: 72507f8e3961bc968af17435060b6dd6 constrains: - jpeg <0.0.0a - arch: x86_64 - platform: osx license: IJG AND BSD-3-Clause AND Zlib size: 579748 timestamp: 1694475265912 @@ -10212,8 +9390,6 @@ packages: md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 constrains: - jpeg <0.0.0a - arch: arm64 - platform: osx license: IJG AND BSD-3-Clause AND Zlib size: 547541 timestamp: 1694475104253 @@ -10226,8 +9402,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - jpeg <0.0.0a - arch: x86_64 - platform: win license: IJG AND BSD-3-Clause AND Zlib size: 822966 timestamp: 1694475223854 @@ -10250,8 +9424,6 @@ packages: - liblapack >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - libblas >=3.9.0,<4.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 130261 timestamp: 1733999561762 @@ -10273,8 +9445,6 @@ packages: - libcblas >=3.9.0,<4.0a0 - libcamd >=3.3.3,<4.0a0 - liblapack >=3.9.0,<4.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later size: 133349 timestamp: 1733999674867 @@ -10296,8 +9466,6 @@ packages: - libcholmod >=5.3.0,<6.0a0 - libamd >=3.3.3,<4.0a0 - libblas >=3.9.0,<4.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later size: 93204 timestamp: 1733999675326 @@ -10323,8 +9491,6 @@ packages: - metis >=5.1.0,<5.1.1.0a0 - libcolamd >=3.3.4,<4.0a0 - libcholmod >=5.3.0,<6.0a0 - arch: x86_64 - platform: win license: LGPL-2.1-or-later size: 131587 timestamp: 1733999610225 @@ -10338,8 +9504,6 @@ packages: - libcblas 3.9.0 26_linux64_openblas - liblapacke 3.9.0 26_linux64_openblas - blas * openblas - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 16338 @@ -10354,8 +9518,6 @@ packages: - libcblas 3.9.0 26_osx64_openblas - blas * openblas - liblapacke 3.9.0 26_osx64_openblas - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16588 @@ -10370,8 +9532,6 @@ packages: - liblapacke 3.9.0 26_osxarm64_openblas - libcblas 3.9.0 26_osxarm64_openblas - blas * openblas - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16624 @@ -10386,8 +9546,6 @@ packages: - liblapacke 3.9.0 26_win64_mkl - blas * mkl - libcblas 3.9.0 26_win64_mkl - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 3732160 @@ -10402,8 +9560,6 @@ packages: - liblapack 3.9.0 26_linux64_openblas constrains: - blas * openblas - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 16332 @@ -10418,8 +9574,6 @@ packages: - liblapack 3.9.0 26_osx64_openblas constrains: - blas * openblas - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16568 @@ -10434,8 +9588,6 @@ packages: - liblapack 3.9.0 26_osxarm64_openblas constrains: - blas * openblas - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 16642 @@ -10450,8 +9602,6 @@ packages: - liblapack 3.9.0 26_win64_mkl constrains: - blas * mkl - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 3732139 @@ -10464,8 +9614,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 22973 timestamp: 1733999561762 @@ -10476,8 +9624,6 @@ packages: depends: - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later size: 23546 timestamp: 1733999674865 @@ -10488,8 +9634,6 @@ packages: depends: - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: LGPL-2.1-or-later size: 22395 timestamp: 1733999675325 @@ -10505,8 +9649,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: LGPL-2.1-or-later size: 24862 timestamp: 1733999610223 @@ -10520,8 +9662,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 38233031 @@ -10535,8 +9675,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 27603249 @@ -10550,8 +9688,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 25766341 @@ -10562,8 +9698,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: 0BSD size: 111132 timestamp: 1733407410083 @@ -10572,8 +9706,6 @@ packages: md5: f9e9205fed9c664421c1c09f0b90ce6d depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: 0BSD size: 103745 timestamp: 1733407504892 @@ -10582,8 +9714,6 @@ packages: md5: b2553114a7f5e20ccd02378a77d836aa depends: - __osx >=11.0 - arch: arm64 - platform: osx license: 0BSD size: 99129 timestamp: 1733407496073 @@ -10594,8 +9724,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: 0BSD size: 104332 timestamp: 1733407872569 @@ -10606,8 +9734,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - liblzma 5.6.3 hb9d3cd8_1 - arch: x86_64 - platform: linux license: 0BSD size: 376794 timestamp: 1733407421190 @@ -10617,8 +9743,6 @@ packages: depends: - __osx >=10.13 - liblzma 5.6.3 hd471939_1 - arch: x86_64 - platform: osx license: 0BSD size: 113085 timestamp: 1733407525591 @@ -10628,8 +9752,6 @@ packages: depends: - __osx >=11.0 - liblzma 5.6.3 h39f12f2_1 - arch: arm64 - platform: osx license: 0BSD size: 113099 timestamp: 1733407511832 @@ -10641,8 +9763,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: 0BSD size: 125790 timestamp: 1733407900270 @@ -10660,8 +9780,6 @@ packages: - libgcc >=13 - liblapack >=3.9.0,<4.0a0 - libstdcxx >=13 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 296058740 @@ -10682,8 +9800,6 @@ packages: - libmagma 2.8.0.* - libmagma >=2.8.0,<2.8.1.0a0 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 6731088 @@ -10700,8 +9816,6 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 647599 @@ -10717,8 +9831,6 @@ packages: - libev >=4.33,<5.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 606663 @@ -10734,8 +9846,6 @@ packages: - libev >=4.33,<5.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 566719 @@ -10746,8 +9856,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later license_family: LGPL size: 741323 @@ -10760,8 +9868,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 97901519 timestamp: 1724958141776 @@ -10776,8 +9882,6 @@ packages: - libstdcxx >=13 constrains: - libnpp-static >=12.3.1.54 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 451697 timestamp: 1724958320192 @@ -10786,8 +9890,6 @@ packages: md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: LGPL-2.1-only license_family: GPL size: 33408 @@ -10797,8 +9899,6 @@ packages: md5: a263760479dbc7bc1f3df12707bd90dc depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: LGPL-2.1-only size: 43346 timestamp: 1714593927305 @@ -10810,8 +9910,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 802043 timestamp: 1727807766479 @@ -10826,8 +9924,6 @@ packages: - libstdcxx >=13 constrains: - liblibnvfatbin-static >=12.6.77 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 26316 timestamp: 1727807784333 @@ -10839,8 +9935,6 @@ packages: - cuda-version >=12,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 15590703 timestamp: 1732133239776 @@ -10855,8 +9949,6 @@ packages: - libstdcxx >=13 constrains: - libnvjitlink-static >=12.6.85 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 25798 timestamp: 1732133337190 @@ -10868,8 +9960,6 @@ packages: - cuda-version >=12.6,<12.7.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 2491046 timestamp: 1724960283705 @@ -10882,8 +9972,6 @@ packages: - libnvjpeg 12.3.3.54 h5888daf_0 constrains: - libnvjpeg-static >=12.3.3.54 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 31824 timestamp: 1724960295229 @@ -10897,8 +9985,6 @@ packages: - libgfortran5 >=14.2.0 constrains: - openblas >=0.3.28,<0.3.29.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 5578513 @@ -10913,8 +9999,6 @@ packages: - llvm-openmp >=18.1.8 constrains: - openblas >=0.3.28,<0.3.29.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6165715 @@ -10929,8 +10013,6 @@ packages: - llvm-openmp >=18.1.8 constrains: - openblas >=0.3.28,<0.3.29.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 4165774 @@ -10946,8 +10028,6 @@ packages: - libstdcxx >=13 - libthrift >=0.21.0,<0.21.1.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 1213917 @@ -10965,8 +10045,6 @@ packages: - libstdcxx-ng >=12 - libthrift >=0.21.0,<0.21.1.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 1185466 @@ -10981,8 +10059,6 @@ packages: - libcxx >=18 - libthrift >=0.21.0,<0.21.1.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 951242 @@ -10997,8 +10073,6 @@ packages: - libcxx >=18 - libthrift >=0.21.0,<0.21.1.0a0 - openssl >=3.4.0,<4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 883867 @@ -11014,8 +10088,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.3,<15 - vc14_runtime >=14.42.34433 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 821558 @@ -11033,8 +10105,6 @@ packages: - libsuitesparseconfig >=7.8.3,<8.0a0 - libumfpack >=6.3.5,<7.0a0 - libblas >=3.9.0,<4.0a0 - arch: x86_64 - platform: linux license: GPL-3.0-or-later license_family: GPL size: 89241 @@ -11050,8 +10120,6 @@ packages: - libblas >=3.9.0,<4.0a0 - libumfpack >=6.3.5,<7.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: GPL-3.0-or-later license_family: GPL size: 94334 @@ -11067,8 +10135,6 @@ packages: - libumfpack >=6.3.5,<7.0a0 - libblas >=3.9.0,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: GPL-3.0-or-later license_family: GPL size: 83975 @@ -11087,8 +10153,6 @@ packages: - libsuitesparseconfig >=7.8.3,<8.0a0 - libblas >=3.9.0,<4.0a0 - libumfpack >=6.3.5,<7.0a0 - arch: x86_64 - platform: win license: GPL-3.0-or-later license_family: GPL size: 107800 @@ -11100,8 +10164,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: zlib-acknowledgement size: 289426 timestamp: 1736339058310 @@ -11111,8 +10173,6 @@ packages: depends: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: zlib-acknowledgement size: 269992 timestamp: 1736339325004 @@ -11122,8 +10182,6 @@ packages: depends: - __osx >=11.0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: zlib-acknowledgement size: 263151 timestamp: 1736339184358 @@ -11135,8 +10193,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: zlib-acknowledgement size: 348982 timestamp: 1736339314098 @@ -11150,8 +10206,6 @@ packages: - libgcc >=13 - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 2945348 @@ -11165,8 +10219,6 @@ packages: - libabseil >=20240722.0,<20240723.0a0 - libcxx >=17 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 2428926 @@ -11180,8 +10232,6 @@ packages: - libabseil >=20240722.0,<20240723.0a0 - libcxx >=17 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 2374965 @@ -11196,8 +10246,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 6033581 @@ -11210,8 +10258,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: linux license: GPL-2.0-or-later license_family: GPL size: 46201 @@ -11223,8 +10269,6 @@ packages: depends: - __osx >=10.13 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: GPL-2.0-or-later license_family: GPL size: 45059 @@ -11236,8 +10280,6 @@ packages: depends: - __osx >=11.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: arm64 - platform: osx license: GPL-2.0-or-later license_family: GPL size: 41732 @@ -11254,8 +10296,6 @@ packages: - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: win license: GPL-2.0-or-later license_family: GPL size: 44569 @@ -11271,8 +10311,6 @@ packages: - libstdcxx >=13 constrains: - re2 2024.07.02.* - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 209793 @@ -11287,8 +10325,6 @@ packages: - libcxx >=18 constrains: - re2 2024.07.02.* - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 179212 @@ -11303,8 +10339,6 @@ packages: - libcxx >=18 constrains: - re2 2024.07.02.* - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 167155 @@ -11320,8 +10354,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - re2 2024.07.02.* - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 260655 @@ -11393,8 +10425,6 @@ packages: depends: - libgcc >=13.3.0 - libstdcxx >=13.3.0 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 4133922 @@ -11412,8 +10442,6 @@ packages: - mpfr >=4.2.1,<5.0a0 - libamd >=3.3.3,<4.0a0 - libcolamd >=3.3.4,<4.0a0 - arch: x86_64 - platform: linux license: LGPL-2.0-or-later license_family: LGPL size: 78277 @@ -11430,8 +10458,6 @@ packages: - libcolamd >=3.3.4,<4.0a0 - libamd >=3.3.3,<4.0a0 - mpfr >=4.2.1,<5.0a0 - arch: x86_64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL size: 71009 @@ -11448,8 +10474,6 @@ packages: - libsuitesparseconfig >=7.8.3,<8.0a0 - libcolamd >=3.3.4,<4.0a0 - gmp >=6.3.0,<7.0a0 - arch: arm64 - platform: osx license: LGPL-2.0-or-later license_family: LGPL size: 72398 @@ -11470,8 +10494,6 @@ packages: - libcolamd >=3.3.4,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - libamd >=3.3.3,<4.0a0 - arch: x86_64 - platform: win license: LGPL-2.0-or-later license_family: LGPL size: 76659 @@ -11489,8 +10511,6 @@ packages: - libsuitesparseconfig >=7.8.3,<8.0a0 - liblapack >=3.9.0,<4.0a0 - libblas >=3.9.0,<4.0a0 - arch: x86_64 - platform: linux license: GPL-2.0-or-later license_family: GPL size: 202202 @@ -11506,8 +10526,6 @@ packages: - libcholmod >=5.3.0,<6.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - liblapack >=3.9.0,<4.0a0 - arch: x86_64 - platform: osx license: GPL-2.0-or-later license_family: GPL size: 216924 @@ -11523,8 +10541,6 @@ packages: - libblas >=3.9.0,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - liblapack >=3.9.0,<4.0a0 - arch: arm64 - platform: osx license: GPL-2.0-or-later license_family: GPL size: 163964 @@ -11544,8 +10560,6 @@ packages: - libblas >=3.9.0,<4.0a0 - liblapack >=3.9.0,<4.0a0 - libcholmod >=5.3.0,<6.0a0 - arch: x86_64 - platform: win license: GPL-2.0-or-later license_family: GPL size: 182866 @@ -11557,8 +10571,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: Unlicense size: 873551 timestamp: 1733761824646 @@ -11568,8 +10580,6 @@ packages: depends: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: Unlicense size: 923167 timestamp: 1733761860127 @@ -11579,8 +10589,6 @@ packages: depends: - __osx >=11.0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: Unlicense size: 850553 timestamp: 1733762057506 @@ -11591,8 +10599,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Unlicense size: 891292 timestamp: 1733762116902 @@ -11604,8 +10610,6 @@ packages: - libgcc >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 304278 @@ -11617,8 +10621,6 @@ packages: - __osx >=10.13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 283874 @@ -11629,8 +10631,6 @@ packages: depends: - libzlib >=1.3.1,<2.0a0 - openssl >=3.4.0,<4.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 279028 @@ -11644,8 +10644,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 291889 @@ -11655,8 +10653,6 @@ packages: md5: 234a5554c53625688d51062645337328 depends: - libgcc 14.2.0 h77fa898_1 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 3893695 @@ -11675,8 +10671,6 @@ packages: md5: 8371ac6457591af2cf6159439c1fd051 depends: - libstdcxx 14.2.0 hc0a3c3a_1 - arch: x86_64 - platform: linux license: GPL-3.0-only WITH GCC-exception-3.1 license_family: GPL size: 54105 @@ -11692,8 +10686,6 @@ packages: - libgfortran - libgcc >=13 - _openmp_mutex >=4.5 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 41104 @@ -11707,8 +10699,6 @@ packages: - libgfortran 5.* - libgfortran5 >=13.2.0 - llvm-openmp >=18.1.8 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 40956 @@ -11722,8 +10712,6 @@ packages: - libgfortran5 >=13.2.0 - __osx >=11.0 - llvm-openmp >=18.1.8 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 41317 @@ -11739,8 +10727,6 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 43568 @@ -11756,8 +10742,6 @@ packages: - lz4-c >=1.9.3,<1.10.0a0 - xz >=5.2.6,<6.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 410424 timestamp: 1733312416327 @@ -11771,8 +10755,6 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 425773 @@ -11786,8 +10768,6 @@ packages: - libevent >=2.1.12,<2.1.13.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 332651 @@ -11801,8 +10781,6 @@ packages: - libevent >=2.1.12,<2.1.13.0a0 - libzlib >=1.3.1,<2.0a0 - openssl >=3.3.2,<4.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 324342 @@ -11817,8 +10795,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 633857 @@ -11837,8 +10813,6 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: linux license: HPND size: 428173 timestamp: 1734398813264 @@ -11855,8 +10829,6 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: HPND size: 400099 timestamp: 1734398943635 @@ -11873,8 +10845,6 @@ packages: - libwebp-base >=1.4.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: HPND size: 370600 timestamp: 1734398863052 @@ -11891,8 +10861,6 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: HPND size: 978878 timestamp: 1734399004259 @@ -11915,8 +10883,6 @@ packages: - pytorch-gpu ==99999999 - pytorch 2.5.1 cpu_mkl_*_107 - pytorch-cpu ==2.5.1 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 53345678 @@ -11955,8 +10921,6 @@ packages: - pytorch-cpu ==99999999 - sysroot_linux-64 >=2.17 - pytorch 2.5.1 cuda126_*_306 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 514038936 @@ -11981,8 +10945,6 @@ packages: - pytorch-cpu ==2.5.1 - pytorch-gpu ==99999999 - pytorch 2.5.1 cpu_mkl_*_107 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 46188153 @@ -12008,8 +10970,6 @@ packages: - pytorch-cpu ==2.5.1 - pytorch 2.5.1 cpu_generic_*_7 - pytorch-gpu ==99999999 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 28234967 @@ -12021,8 +10981,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libcap >=2.71,<2.72.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 143691 timestamp: 1736377137913 @@ -12037,8 +10995,6 @@ packages: - libblas >=3.9.0,<4.0a0 - libamd >=3.3.3,<4.0a0 - libcholmod >=5.3.0,<6.0a0 - arch: x86_64 - platform: linux license: GPL-2.0-or-later license_family: GPL size: 405361 @@ -12053,8 +11009,6 @@ packages: - libcholmod >=5.3.0,<6.0a0 - libblas >=3.9.0,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - arch: x86_64 - platform: osx license: GPL-2.0-or-later license_family: GPL size: 440962 @@ -12069,8 +11023,6 @@ packages: - libblas >=3.9.0,<4.0a0 - libsuitesparseconfig >=7.8.3,<8.0a0 - libamd >=3.3.3,<4.0a0 - arch: arm64 - platform: osx license: GPL-2.0-or-later license_family: GPL size: 295373 @@ -12090,8 +11042,6 @@ packages: - libsuitesparseconfig >=7.8.3,<8.0a0 - libamd >=3.3.3,<4.0a0 - libcholmod >=5.3.0,<6.0a0 - arch: x86_64 - platform: win license: GPL-2.0-or-later license_family: GPL size: 363412 @@ -12102,8 +11052,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 80852 @@ -12113,8 +11061,6 @@ packages: md5: a7ce895b33370269f03650fa30b7c53d depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 79479 @@ -12124,8 +11070,6 @@ packages: md5: ed89b8bf0d74d23ce47bcf566dd36608 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 82462 @@ -12137,8 +11081,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 83847 @@ -12148,8 +11090,6 @@ packages: md5: 40b61aab5c7ba9ff276c41cfffe6b80b depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 33601 @@ -12160,8 +11100,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 884647 @@ -12171,8 +11109,6 @@ packages: md5: ec36c2438046ca8d2b4368d62dd5c38c depends: - __osx >=11.0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 413607 @@ -12182,8 +11118,6 @@ packages: md5: 4bc348e3a1a74d20a3f9beb866d75e0a depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 410500 @@ -12195,8 +11129,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 290376 @@ -12209,8 +11141,6 @@ packages: - libgcc >=13 constrains: - libwebp 1.5.0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 429973 @@ -12222,8 +11152,6 @@ packages: - __osx >=10.13 constrains: - libwebp 1.5.0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 357662 @@ -12235,8 +11163,6 @@ packages: - __osx >=11.0 constrains: - libwebp 1.5.0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 290013 @@ -12250,8 +11176,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - libwebp 1.5.0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 273661 @@ -12264,8 +11188,6 @@ packages: constrains: - pthreads-win32 <0.0a0 - msys2-conda-epoch <0.0a0 - arch: x86_64 - platform: win license: MIT AND BSD-3-Clause-Clear size: 35433 timestamp: 1724681489463 @@ -12278,8 +11200,6 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 395888 @@ -12292,8 +11212,6 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 323770 @@ -12306,8 +11224,6 @@ packages: - pthread-stubs - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: arm64 - platform: osx license: MIT license_family: MIT size: 323658 @@ -12322,8 +11238,6 @@ packages: - ucrt >=10.0.20348.0 - xorg-libxau >=1.0.11,<2.0a0 - xorg-libxdmcp - arch: x86_64 - platform: win license: MIT license_family: MIT size: 1208687 @@ -12333,8 +11247,6 @@ packages: md5: 5aa797f8787fe7a17d1b0821485b5adc depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: LGPL-2.1-or-later size: 100393 timestamp: 1702724383534 @@ -12348,8 +11260,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - xkeyboard-config - xorg-libxau >=1.0.11,<2.0a0 - arch: x86_64 - platform: linux license: MIT/X11 Derivative license_family: MIT size: 593336 @@ -12359,8 +11269,6 @@ packages: md5: c6274d38be57ac8b059b8e33d406aaf6 depends: - libgcc-ng >=12 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 114087 @@ -12375,8 +11283,6 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 690589 @@ -12390,8 +11296,6 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 608447 @@ -12405,8 +11309,6 @@ packages: - libiconv >=1.17,<2.0a0 - liblzma >=5.6.3,<6.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 582898 @@ -12420,8 +11322,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 1612294 @@ -12434,8 +11334,6 @@ packages: - libgcc >=13 constrains: - zlib 1.3.1 *_2 - arch: x86_64 - platform: linux license: Zlib license_family: Other size: 60963 @@ -12447,8 +11345,6 @@ packages: - __osx >=10.13 constrains: - zlib 1.3.1 *_2 - arch: x86_64 - platform: osx license: Zlib license_family: Other size: 57133 @@ -12460,8 +11356,6 @@ packages: - __osx >=11.0 constrains: - zlib 1.3.1 *_2 - arch: arm64 - platform: osx license: Zlib license_family: Other size: 46438 @@ -12475,8 +11369,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - zlib 1.3.1 *_2 - arch: x86_64 - platform: win license: Zlib license_family: Other size: 55476 @@ -12488,8 +11380,6 @@ packages: - __glibc >=2.17,<3.0.a0 constrains: - openmp 19.1.6|19.1.6.* - arch: x86_64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 3201572 @@ -12501,8 +11391,6 @@ packages: - __osx >=10.13 constrains: - openmp 19.1.6|19.1.6.* - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 305048 @@ -12514,8 +11402,6 @@ packages: - __osx >=11.0 constrains: - openmp 19.1.6|19.1.6.* - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 281251 @@ -12535,8 +11421,6 @@ packages: - clang-tools 18.1.8 - llvmdev 18.1.8 - llvm 18.1.8 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 87484 @@ -12556,8 +11440,6 @@ packages: - llvm 18.1.8 - clang 18.1.8 - clang-tools 18.1.8 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 87853 @@ -12571,8 +11453,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 25179122 @@ -12586,8 +11466,6 @@ packages: - libxml2 >=2.12.7,<3.0a0 - libzlib >=1.3.1,<2.0a0 - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: Apache-2.0 WITH LLVM-exception license_family: Apache size: 23684202 @@ -12598,8 +11476,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD size: 143402 @@ -12609,8 +11485,6 @@ packages: md5: aa04f7143228308662696ac24023f991 depends: - libcxx >=14.0.6 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD size: 156415 @@ -12620,8 +11494,6 @@ packages: md5: 45505bec548634f7d05e02fb25262cb9 depends: - libcxx >=14.0.6 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD size: 141188 @@ -12633,8 +11505,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vs2015_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-2-Clause license_family: BSD size: 134235 @@ -12649,8 +11519,6 @@ packages: - python_abi 3.10.* *_cp310 constrains: - jinja2 >=3.0.0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 23091 @@ -12665,8 +11533,6 @@ packages: - python_abi 3.11.* *_cp311 constrains: - jinja2 >=3.0.0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 25354 @@ -12681,8 +11547,6 @@ packages: - python_abi 3.12.* *_cp312 constrains: - jinja2 >=3.0.0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 24604 @@ -12696,8 +11560,6 @@ packages: - python_abi 3.12.* *_cp312 constrains: - jinja2 >=3.0.0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 23888 @@ -12712,8 +11574,6 @@ packages: - python_abi 3.12.* *_cp312 constrains: - jinja2 >=3.0.0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 24048 @@ -12735,8 +11595,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 3923560 @@ -12746,8 +11604,6 @@ packages: md5: 4e4566c484361d6a92478f57db53fb08 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 3949838 @@ -12757,8 +11613,6 @@ packages: md5: 7687ec5796288536947bf616179726d8 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 3898314 @@ -12770,8 +11624,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 4139214 @@ -12784,8 +11636,6 @@ packages: - _openmp_mutex >=4.5 - llvm-openmp >=17.0.3 - tbb 2021.* - arch: x86_64 - platform: linux license: LicenseRef-ProprietaryIntel license_family: Proprietary size: 164432797 @@ -12798,8 +11648,6 @@ packages: - _openmp_mutex >=4.5 - llvm-openmp >=19.1.2 - tbb 2021.* - arch: x86_64 - platform: linux license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary size: 124718448 @@ -12810,8 +11658,6 @@ packages: depends: - llvm-openmp >=16.0.6 - tbb 2021.* - arch: x86_64 - platform: osx license: LicenseRef-ProprietaryIntel license_family: Proprietary size: 119572546 @@ -12822,8 +11668,6 @@ packages: depends: - intel-openmp 2024.* - tbb 2021.* - arch: x86_64 - platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary size: 103106385 @@ -12834,8 +11678,6 @@ packages: depends: - mkl 2024.2.2 h66d3029_15 - mkl-include 2024.2.2 h66d3029_15 - arch: x86_64 - platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary size: 5299502 @@ -12843,8 +11685,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/win-64/mkl-include-2024.2.2-h66d3029_15.conda sha256: 87b53fd205282de67ff0627ea43d1d4293b7f5d6c5d5a62902c07b71bee7eb58 md5: e2f516189b44b6e042199d13e7015361 - arch: x86_64 - platform: win license: LicenseRef-IntelSimplifiedSoftwareOct2022 license_family: Proprietary size: 718823 @@ -12857,8 +11697,6 @@ packages: - gmp >=6.3.0,<7.0a0 - libgcc >=13 - mpfr >=4.2.1,<5.0a0 - arch: x86_64 - platform: linux license: LGPL-3.0-or-later license_family: LGPL size: 116777 @@ -12870,8 +11708,6 @@ packages: - __osx >=10.13 - gmp >=6.3.0,<7.0a0 - mpfr >=4.2.1,<5.0a0 - arch: x86_64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL size: 107774 @@ -12883,8 +11719,6 @@ packages: - __osx >=11.0 - gmp >=6.3.0,<7.0a0 - mpfr >=4.2.1,<5.0a0 - arch: arm64 - platform: osx license: LGPL-3.0-or-later license_family: LGPL size: 104766 @@ -12896,8 +11730,6 @@ packages: - __glibc >=2.17,<3.0.a0 - gmp >=6.3.0,<7.0a0 - libgcc >=13 - arch: x86_64 - platform: linux license: LGPL-3.0-only license_family: LGPL size: 634751 @@ -12908,8 +11740,6 @@ packages: depends: - __osx >=10.13 - gmp >=6.3.0,<7.0a0 - arch: x86_64 - platform: osx license: LGPL-3.0-only license_family: LGPL size: 373396 @@ -12920,8 +11750,6 @@ packages: depends: - __osx >=11.0 - gmp >=6.3.0,<7.0a0 - arch: arm64 - platform: osx license: LGPL-3.0-only license_family: LGPL size: 345517 @@ -12934,8 +11762,6 @@ packages: - libgcc >=13 - libwinpthread >=12.0.0.r4.gg4f2fc60ca - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win license: LGPL-3.0-only license_family: LGPL size: 654269 @@ -13007,43 +11833,35 @@ packages: - cuda-version >=12.0,<13.0a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 125922434 timestamp: 1736268272212 -- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda - sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a - md5: 70caf8bb6cf39a0b6b7efc885f51c0fe +- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_2.conda + sha256: 17fe6afd8a00446010220d52256bd222b1e4fcb93bd587e7784b03219f3dc358 + md5: 04b34b9a40cdc48cfdab261ab176ff74 depends: - __glibc >=2.17,<3.0.a0 - - libgcc-ng >=12 - arch: x86_64 - platform: linux + - libgcc >=13 license: X11 AND BSD-3-Clause - size: 889086 - timestamp: 1724658547447 -- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda - sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af - md5: e102bbf8a6ceeaf429deab8032fc8977 + size: 894452 + timestamp: 1736683239706 +- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-h0622a9a_2.conda + sha256: 507456591054ff83a0179c6b3804dbf6ea7874ac07b68bdf6ab5f23f2065e067 + md5: 7eb0c4be5e4287a3d6bfef015669a545 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: X11 AND BSD-3-Clause - size: 822066 - timestamp: 1724658603042 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda - sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc - md5: cb2b0ea909b97b3d70cd3921d1445e1a + size: 822835 + timestamp: 1736683439206 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_2.conda + sha256: b45c73348ec9841d5c893acc2e97adff24127548fe8c786109d03c41ed564e91 + md5: f6f7c5b7d0983be186c46c4f6f8f9af8 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: X11 AND BSD-3-Clause - size: 802321 - timestamp: 1724658775723 + size: 796754 + timestamp: 1736683572099 - conda: https://conda.anaconda.org/conda-forge/noarch/networkx-3.4.2-pyh267e887_2.conda sha256: 39625cd0c9747fa5c46a9a90683b8997d8b9649881b3dc88336b13b7bdd60117 md5: fd40bf7f7f4bc4b647dc8512053d9873 @@ -13065,8 +11883,6 @@ packages: depends: - libgcc-ng >=12 - libstdcxx-ng >=12 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 2198858 @@ -13077,8 +11893,6 @@ packages: depends: - __osx >=10.13 - libcxx >=16 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 124942 @@ -13089,8 +11903,6 @@ packages: depends: - __osx >=11.0 - libcxx >=16 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 112576 @@ -13102,8 +11914,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 285150 @@ -13208,8 +12018,6 @@ packages: - xorg-libxrender >=0.9.11,<0.10.0a0 - xorg-libxtst >=1.2.5,<1.3.0a0 - xorg-libxtst >=1.2.5,<2.0a0 - arch: x86_64 - platform: linux license: LicenseRef-NVIDIA-End-User-License-Agreement size: 464600680 timestamp: 1727808499198 @@ -13220,8 +12028,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: MPL-2.0 license_family: MOZILLA size: 230204 @@ -13236,8 +12042,6 @@ packages: - libstdcxx >=13 - libzlib >=1.3.1,<2.0a0 - nspr >=4.36,<5.0a0 - arch: x86_64 - platform: linux license: MPL-2.0 license_family: MOZILLA size: 2002459 @@ -13256,8 +12060,6 @@ packages: - python_abi 3.10.* *_cp310 constrains: - numpy-base <0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 7912254 @@ -13276,8 +12078,6 @@ packages: - python_abi 3.11.* *_cp311 constrains: - numpy-base <0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 9014710 @@ -13296,8 +12096,6 @@ packages: - python_abi 3.12.* *_cp312 constrains: - numpy-base <0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 8483009 @@ -13315,8 +12113,6 @@ packages: - python_abi 3.12.* *_cp312 constrains: - numpy-base <0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 7496580 @@ -13335,8 +12131,6 @@ packages: - python_abi 3.12.* *_cp312 constrains: - numpy-base <0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6495249 @@ -13355,8 +12149,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - numpy-base <0a0 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 7150899 @@ -13364,8 +12156,6 @@ packages: - conda: https://conda.anaconda.org/conda-forge/linux-64/nvtx-c-3.1.0-ha770c72_1.conda sha256: 3d3f0c38eaf5337e8cd946b5b74f143e45de6487c26d0a6a04248110dc1ff134 md5: f41708b61164e8fbcbbc13481da6a907 - arch: x86_64 - platform: linux license: Apache-2.0 WITH LLVM-exception license_family: APACHE size: 54617 @@ -13377,8 +12167,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - opencl-headers >=2024.10.24 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD size: 94934 @@ -13388,8 +12176,6 @@ packages: md5: 8fe5d50db07e92519cc639cb0aef9b1b depends: - libopenblas 0.3.28 pthreads_h94d23a6_1 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 5727592 @@ -13399,8 +12185,6 @@ packages: md5: cabcb576df9135e9d91eaad366afbe9f depends: - libopenblas 0.3.28 openmp_hbf64a52_1 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 5593355 @@ -13410,8 +12194,6 @@ packages: md5: 13772f627c027755e4f8c072893c5b45 depends: - libopenblas 0.3.28 openmp_hf332438_1 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 3073475 @@ -13423,8 +12205,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 54060 @@ -13493,8 +12273,6 @@ packages: - libstdcxx >=13 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD size: 342988 @@ -13508,8 +12286,6 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD size: 332320 @@ -13523,8 +12299,6 @@ packages: - libpng >=1.6.44,<1.7.0a0 - libtiff >=4.7.0,<4.8.0a0 - libzlib >=1.3.1,<2.0a0 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD size: 319362 @@ -13539,8 +12313,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-2-Clause license_family: BSD size: 240148 @@ -13609,8 +12381,6 @@ packages: - snappy >=1.2.1,<1.3.0a0 - tzdata - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 1187593 @@ -13627,8 +12397,6 @@ packages: - snappy >=1.2.1,<1.3.0a0 - tzdata - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: Apache size: 467056 @@ -13645,8 +12413,6 @@ packages: - snappy >=1.2.1,<1.3.0a0 - tzdata - zstd >=1.5.6,<1.6.0a0 - arch: arm64 - platform: osx license: Apache-2.0 license_family: Apache size: 438254 @@ -13664,8 +12430,6 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - zstd >=1.5.6,<1.6.0a0 - arch: x86_64 - platform: win license: Apache-2.0 license_family: Apache size: 896875 @@ -13696,8 +12460,6 @@ packages: - bzip2 >=1.0.8,<2.0a0 - libgcc-ng >=12 - libzlib >=1.3.1,<2.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 952308 @@ -13737,8 +12499,6 @@ packages: - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 - tk >=8.6.13,<8.7.0a0 - arch: x86_64 - platform: linux license: HPND size: 42419230 timestamp: 1735929858736 @@ -13759,8 +12519,6 @@ packages: - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - tk >=8.6.13,<8.7.0a0 - arch: x86_64 - platform: linux license: HPND size: 42021920 timestamp: 1735929841160 @@ -13781,8 +12539,6 @@ packages: - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - tk >=8.6.13,<8.7.0a0 - arch: x86_64 - platform: linux license: HPND size: 42749785 timestamp: 1735929845390 @@ -13802,8 +12558,6 @@ packages: - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - tk >=8.6.13,<8.7.0a0 - arch: x86_64 - platform: osx license: HPND size: 41737228 timestamp: 1735930040353 @@ -13824,8 +12578,6 @@ packages: - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - tk >=8.6.13,<8.7.0a0 - arch: arm64 - platform: osx license: HPND size: 42852329 timestamp: 1735930118976 @@ -13847,8 +12599,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: HPND size: 41878282 timestamp: 1735930321933 @@ -13901,8 +12651,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 8252 @@ -13912,8 +12660,6 @@ packages: md5: 8bcf980d2c6b17094961198284b8e862 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 8364 @@ -13923,8 +12669,6 @@ packages: md5: 415816daf82e0b23a736a069a75e9da7 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 8381 @@ -13936,8 +12680,6 @@ packages: - libgcc >=13 - libwinpthread >=12.0.0.r4.gg4f2fc60ca - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 9389 @@ -13970,8 +12712,6 @@ packages: - pyarrow-core 18.0.0 *_2_* - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 25208 @@ -13987,8 +12727,6 @@ packages: - pyarrow-core 18.0.0 *_2_* - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 25181 @@ -14004,8 +12742,6 @@ packages: - pyarrow-core 18.0.0 *_2_* - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 25195 @@ -14021,8 +12757,6 @@ packages: - pyarrow-core 18.0.0 *_2_* - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 25309 @@ -14038,8 +12772,6 @@ packages: - pyarrow-core 18.0.0 *_2_* - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 25410 @@ -14055,8 +12787,6 @@ packages: - pyarrow-core 18.0.0 *_1_* - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 25631 @@ -14079,8 +12809,6 @@ packages: constrains: - numpy >=1.21,<3 - apache-arrow-proc =*=cuda - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 4610815 @@ -14103,8 +12831,6 @@ packages: constrains: - apache-arrow-proc =*=cuda - numpy >=1.21,<3 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 4606301 @@ -14124,8 +12850,6 @@ packages: constrains: - apache-arrow-proc =*=cpu - numpy >=1.21,<3 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 4572029 @@ -14148,8 +12872,6 @@ packages: constrains: - numpy >=1.21,<3 - apache-arrow-proc =*=cuda - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 4657782 @@ -14168,8 +12890,6 @@ packages: constrains: - numpy >=1.21,<3 - apache-arrow-proc =*=cpu - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 4030117 @@ -14189,8 +12909,6 @@ packages: constrains: - numpy >=1.21,<3 - apache-arrow-proc =*=cpu - arch: arm64 - platform: osx license: Apache-2.0 license_family: APACHE size: 3918835 @@ -14210,8 +12928,6 @@ packages: constrains: - numpy >=1.21,<3 - apache-arrow-proc =*=cpu - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 3419540 @@ -14301,8 +13017,6 @@ packages: - tzdata constrains: - python_abi 3.10.* *_cp310 - arch: x86_64 - platform: linux license: Python-2.0 size: 25199631 timestamp: 1733409331823 @@ -14330,8 +13044,6 @@ packages: - tzdata constrains: - python_abi 3.11.* *_cp311 - arch: x86_64 - platform: linux license: Python-2.0 size: 30624804 timestamp: 1733409665928 @@ -14359,8 +13071,6 @@ packages: - tzdata constrains: - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: linux license: Python-2.0 size: 31565686 timestamp: 1733410597922 @@ -14383,8 +13093,6 @@ packages: - tzdata constrains: - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: osx license: Python-2.0 size: 13683139 timestamp: 1733410021762 @@ -14407,8 +13115,6 @@ packages: - tzdata constrains: - python_abi 3.12.* *_cp312 - arch: arm64 - platform: osx license: Python-2.0 size: 12998673 timestamp: 1733408900971 @@ -14431,8 +13137,6 @@ packages: - vc14_runtime >=14.29.30139 constrains: - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: win license: Python-2.0 size: 15812363 timestamp: 1733408080064 @@ -14442,8 +13146,6 @@ packages: md5: 2921c34715e74b3587b4cff4d36844f9 constrains: - python 3.10.* *_cpython - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 6227 @@ -14454,8 +13156,6 @@ packages: md5: 139a8d40c8a2f430df31048949e450de constrains: - python 3.11.* *_cpython - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 6211 @@ -14466,8 +13166,6 @@ packages: md5: 0424ae29b104430108f5218a66db7260 constrains: - python 3.12.* *_cpython - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 6238 @@ -14478,8 +13176,6 @@ packages: md5: c34dd4920e0addf7cfcc725809f25d8e constrains: - python 3.12.* *_cpython - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6312 @@ -14490,8 +13186,6 @@ packages: md5: b76f9b1c862128e56ac7aa8cd2333de9 constrains: - python 3.12.* *_cpython - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 6278 @@ -14502,8 +13196,6 @@ packages: md5: e8681f534453af7afab4cd2bc1423eec constrains: - python 3.12.* *_cpython - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 6730 @@ -14537,8 +13229,6 @@ packages: constrains: - pytorch-gpu ==99999999 - pytorch-cpu ==2.5.1 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 36869982 @@ -14587,8 +13277,6 @@ packages: constrains: - pytorch-gpu ==2.5.1 - pytorch-cpu ==99999999 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 34160578 @@ -14637,8 +13325,6 @@ packages: constrains: - pytorch-gpu ==2.5.1 - pytorch-cpu ==99999999 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 37891251 @@ -14687,8 +13373,6 @@ packages: constrains: - pytorch-gpu ==2.5.1 - pytorch-cpu ==99999999 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 36996719 @@ -14721,8 +13405,6 @@ packages: constrains: - pytorch-cpu ==2.5.1 - pytorch-gpu ==99999999 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 36128321 @@ -14757,8 +13439,6 @@ packages: constrains: - pytorch-cpu ==2.5.1 - pytorch-gpu ==99999999 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 26247848 @@ -14773,8 +13453,6 @@ packages: - libstdcxx >=13 - libsystemd0 >=256.9 - libudev1 >=256.9 - arch: x86_64 - platform: linux license: Linux-OpenIB license_family: BSD size: 1223940 @@ -14829,8 +13507,6 @@ packages: depends: - libgcc-ng >=12 - ncurses >=6.3,<7.0a0 - arch: x86_64 - platform: linux license: GPL-3.0-only license_family: GPL size: 281456 @@ -14840,8 +13516,6 @@ packages: md5: f17f77f2acf4d344734bda76829ce14e depends: - ncurses >=6.3,<7.0a0 - arch: x86_64 - platform: osx license: GPL-3.0-only license_family: GPL size: 255870 @@ -14851,8 +13525,6 @@ packages: md5: 8cbb776a2f641b943d413b3e19df71f4 depends: - ncurses >=6.3,<7.0a0 - arch: arm64 - platform: osx license: GPL-3.0-only license_family: GPL size: 250351 @@ -14875,8 +13547,6 @@ packages: - typing_extensions >=4.5 constrains: - __glibc >=2.17 - arch: x86_64 - platform: linux license: MIT OR Apache-2.0 size: 35444569 timestamp: 1731070847842 @@ -14898,8 +13568,6 @@ packages: - typing_extensions >=4.5 constrains: - __glibc >=2.17 - arch: x86_64 - platform: linux license: MIT OR Apache-2.0 size: 35500672 timestamp: 1731070120085 @@ -14921,8 +13589,6 @@ packages: - typing_extensions >=4.5 constrains: - __glibc >=2.17 - arch: x86_64 - platform: linux license: MIT OR Apache-2.0 size: 35490426 timestamp: 1731070535413 @@ -14943,8 +13609,6 @@ packages: - typing_extensions >=4.5 constrains: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT OR Apache-2.0 size: 32945287 timestamp: 1731070658505 @@ -14966,8 +13630,6 @@ packages: - typing_extensions >=4.5 constrains: - __osx >=10.13 - arch: arm64 - platform: osx license: MIT OR Apache-2.0 size: 32206333 timestamp: 1731070198058 @@ -14987,8 +13649,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT OR Apache-2.0 size: 22939692 timestamp: 1731073480041 @@ -14998,8 +13658,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 186921 @@ -15009,8 +13667,6 @@ packages: md5: a7a3324229bba7fd1c06bcbbb26a420a depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 178400 @@ -15020,8 +13676,6 @@ packages: md5: 352b210f81798ae1e2f25a98ef4b3b54 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 177240 @@ -15033,15 +13687,13 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - openssl >=3.4.0,<4.0a0 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: Apache size: 355568 timestamp: 1731541963573 -- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py310hfa6ec8c_1.conda - sha256: 50fede581f20fc3d91f0282059e52b11b3cf34f2654f68ccac00957937df3614 - md5: ea64e2892554e79d3ce5a05bd5166240 +- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py310hfa6ec8c_0.conda + sha256: 9941f3bc9af712e60ce7b3910f9da0298f6b6f4c0b4fbc85f43b3db6342e21e4 + md5: a24baa04ee53ee3078ac1856887c3dea depends: - __glibc >=2.17,<3.0.a0 - libblas >=3.9.0,<4.0a0 @@ -15056,15 +13708,13 @@ packages: - numpy >=1.23.5 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD - size: 18277225 - timestamp: 1736353003400 -- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py311hc1ac118_1.conda - sha256: 5fcb47293737c8239c09edf2c38789011a6b26286585f5e3b4b562a4b89f553d - md5: a5eaf17ff42cbaad9107388402c9542a + size: 18436262 + timestamp: 1736618466062 +- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py311hc1ac118_0.conda + sha256: a52c01f196a0cd680003c5940a8fa95990a4aafe586edbeb04a09c6d70c2820d + md5: d295a28b9b897945739417e8ed818f82 depends: - __glibc >=2.17,<3.0.a0 - libblas >=3.9.0,<4.0a0 @@ -15079,15 +13729,13 @@ packages: - numpy >=1.23.5 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD - size: 19437033 - timestamp: 1736353230792 -- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.0-py312h180e4f1_1.conda - sha256: 4ace8f13bc9f033e5ca231a3bcce055fcc42974c026f500798e4ff7c5849d6f9 - md5: 401e9d25f6ed7d9d9a06da0dca473c3e + size: 19233125 + timestamp: 1736618896813 +- conda: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.15.1-py312h180e4f1_0.conda + sha256: 2c5c2ef30a1e540fc71a6c27fa773f47567c4d40889f7e8d6bdb7756ffc2aae8 + md5: 355bcf0f629159c9bd10a406cd8b6c3a depends: - __glibc >=2.17,<3.0.a0 - libblas >=3.9.0,<4.0a0 @@ -15102,15 +13750,13 @@ packages: - numpy >=1.23.5 - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD - size: 19085144 - timestamp: 1736353018971 -- conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.15.0-py312hb4e66ee_1.conda - sha256: 960d9b155028a60bdab3ca4657b1a27bb41c827027a94bb23cff8951e6082485 - md5: 62c322c4a41f6a55337824acd6fd8a6a + size: 19366363 + timestamp: 1736618745364 +- conda: https://conda.anaconda.org/conda-forge/osx-64/scipy-1.15.1-py312hb4e66ee_0.conda + sha256: 9e9ca1a9633f85e67164a93b3da18e9f4f3b7d0c501e35d5635e0012ccde6e69 + md5: 161c7826e391a443805c68d034333de0 depends: - __osx >=10.13 - libblas >=3.9.0,<4.0a0 @@ -15124,15 +13770,13 @@ packages: - numpy >=1.23.5 - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD - size: 17377993 - timestamp: 1736353452185 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.15.0-py312hb7ffdcd_1.conda - sha256: a6b41993faf9f519edb4ae8b9e17c1d20030ac08928145551f3b23079e7751eb - md5: d00ddea6b8bf1a6f2b19f12a0f886556 + size: 17443510 + timestamp: 1736618349997 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/scipy-1.15.1-py312hb7ffdcd_0.conda + sha256: a78228fee262bc62927f75e54020953fab9aff34a349730fcbc9e9388ff7dd94 + md5: a914a657e33833c5c708861bcdd6c5e8 depends: - __osx >=11.0 - libblas >=3.9.0,<4.0a0 @@ -15147,15 +13791,13 @@ packages: - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD - size: 15946863 - timestamp: 1736353491319 -- conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.15.0-py312h928f2a1_1.conda - sha256: 4091f3911e98a01d694d99732cd935cbf3bd274d6534e25b520f16ec61b01a97 - md5: efb96d1294adae201658a053c3ddfd51 + size: 15936172 + timestamp: 1736618439755 +- conda: https://conda.anaconda.org/conda-forge/win-64/scipy-1.15.1-py312h928f2a1_0.conda + sha256: d2b507af5b768841b88658cd0b53d57802083c55f377761e3c8c0bac092278ed + md5: fd9aec1c05b05aa2c462837f27f7bbbf depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 @@ -15168,28 +13810,24 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD - size: 17916279 - timestamp: 1736354284892 -- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.7.0-pyhff2d567_0.conda - sha256: c653155d975cecf78156423d85e754e21ed8ec747e0afe8301afab50fa088b4f - md5: 764aced8c122bc0f3f1d01d401536b82 + size: 17819292 + timestamp: 1736619713722 +- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-75.8.0-pyhff2d567_0.conda + sha256: e0778e4f276e9a81b51c56f51ec22a27b4d8fc955abc0be77ad09ca9bea06bb9 + md5: 8f28e299c11afdd79e0ec1e279dcdc52 depends: - python >=3.9 license: MIT license_family: MIT - size: 774395 - timestamp: 1736450264351 + size: 775598 + timestamp: 1736512753595 - conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2 sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf md5: fbfb84b9de9a6939cb165c02c69b1865 depends: - openssl >=3.0.0,<4.0a0 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 213817 @@ -15199,8 +13837,6 @@ packages: md5: 4a2cac04f86a4540b8c9b8d8f597848f depends: - openssl >=3.0.0,<4.0a0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 210264 @@ -15213,8 +13849,6 @@ packages: - _openmp_mutex >=4.5 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: BSL-1.0 size: 1919287 timestamp: 1731180933533 @@ -15225,8 +13859,6 @@ packages: - __osx >=10.13 - libcxx >=18 - llvm-openmp >=18.1.8 - arch: x86_64 - platform: osx license: BSL-1.0 size: 1469061 timestamp: 1731181023223 @@ -15237,8 +13869,6 @@ packages: - __osx >=11.0 - libcxx >=18 - llvm-openmp >=18.1.8 - arch: arm64 - platform: osx license: BSL-1.0 size: 582928 timestamp: 1731181097813 @@ -15249,8 +13879,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libstdcxx >=13 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 42739 @@ -15261,8 +13889,6 @@ packages: depends: - __osx >=10.13 - libcxx >=18 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 36813 @@ -15273,8 +13899,6 @@ packages: depends: - __osx >=11.0 - libcxx >=18 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 35857 @@ -15286,8 +13910,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 59757 @@ -15387,8 +14009,6 @@ packages: - librbio ==4.3.4 ss783_h2377355 - libspex ==3.2.1 ss783_h5a7e440 - libspqr ==4.3.4 ss783_hae1ff0d - arch: x86_64 - platform: linux license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 size: 11475 timestamp: 1733999561762 @@ -15412,8 +14032,6 @@ packages: - librbio ==4.3.4 ss783_ha7556f6 - libspex ==3.2.1 ss783_h2c43358 - libspqr ==4.3.4 ss783_h0b03d82 - arch: x86_64 - platform: osx license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 size: 11500 timestamp: 1733999674867 @@ -15437,8 +14055,6 @@ packages: - librbio ==4.3.4 ss783_h6c9afe8 - libspex ==3.2.1 ss783_h30f3287 - libspqr ==4.3.4 ss783_h93d26d6 - arch: arm64 - platform: osx license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 size: 11504 timestamp: 1733999675326 @@ -15461,8 +14077,6 @@ packages: - librbio ==4.3.4 ss783_hde22806 - libspex ==3.2.1 ss783_hcfd7fc7 - libspqr ==4.3.4 ss783_hc35ff37 - arch: x86_64 - platform: win license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 size: 11523 timestamp: 1733999610226 @@ -15498,8 +14112,6 @@ packages: - __osx >=10.13 - libcxx >=17.0.0.a0 - ncurses >=6.5,<7.0a0 - arch: x86_64 - platform: osx license: NCSA license_family: MIT size: 221236 @@ -15511,8 +14123,6 @@ packages: - __osx >=11.0 - libcxx >=17.0.0.a0 - ncurses >=6.5,<7.0a0 - arch: arm64 - platform: osx license: NCSA license_family: MIT size: 207679 @@ -15525,8 +14135,6 @@ packages: - libgcc >=13 - libhwloc >=2.11.2,<2.11.3.0a0 - libstdcxx >=13 - arch: x86_64 - platform: linux license: Apache-2.0 license_family: APACHE size: 175954 @@ -15538,8 +14146,6 @@ packages: - __osx >=10.13 - libcxx >=18 - libhwloc >=2.11.2,<2.11.3.0a0 - arch: x86_64 - platform: osx license: Apache-2.0 license_family: APACHE size: 158197 @@ -15552,8 +14158,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: Apache-2.0 license_family: APACHE size: 151460 @@ -15564,8 +14168,6 @@ packages: depends: - libgcc-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: linux license: TCL license_family: BSD size: 3318875 @@ -15575,8 +14177,6 @@ packages: md5: bf830ba5afc507c6232d4ef0fb1a882d depends: - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: osx license: TCL license_family: BSD size: 3270220 @@ -15586,8 +14186,6 @@ packages: md5: b50a57ba89c32b62428b71a875291c9b depends: - libzlib >=1.2.13,<2.0.0a0 - arch: arm64 - platform: osx license: TCL license_family: BSD size: 3145523 @@ -15599,8 +14197,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: TCL license_family: BSD size: 3503410 @@ -15643,8 +14239,6 @@ packages: md5: 6797b005cd0f439c4c5c9ac565783700 constrains: - vs2015_runtime >=14.29.30037 - arch: x86_64 - platform: win license: LicenseRef-MicrosoftWindowsSDK10 size: 559710 timestamp: 1728377334097 @@ -15653,8 +14247,6 @@ packages: md5: 7c10ec3158d1eb4ddff7007c9101adb0 depends: - vc14_runtime >=14.38.33135 - arch: x86_64 - platform: win track_features: - vc14 license: BSD-3-Clause @@ -15668,8 +14260,6 @@ packages: - ucrt >=10.0.20348.0 constrains: - vs2015_runtime 14.42.34433.* *_23 - arch: x86_64 - platform: win license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime license_family: Proprietary size: 754247 @@ -15679,8 +14269,6 @@ packages: md5: 5c176975ca2b8366abad3c97b3cd1e83 depends: - vc14_runtime >=14.42.34433 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 17572 @@ -15692,8 +14280,6 @@ packages: - vswhere constrains: - vs_win-64 2019.11 - arch: x86_64 - platform: win track_features: - vc14 license: BSD-3-Clause @@ -15703,15 +14289,13 @@ packages: - conda: https://conda.anaconda.org/conda-forge/win-64/vswhere-3.1.7-h57928b3_0.conda sha256: 8caeda9c0898cb8ee2cf4f45640dbbbdf772ddc01345cfb0f7b352c58b4d8025 md5: ba83df93b48acfc528f5464c9a882baa - arch: x86_64 - platform: win license: MIT license_family: MIT size: 219013 timestamp: 1719460515960 -- conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py310h505e2c1_0.conda - sha256: aa4b44842341c134553253a4d886ed7bc9fc7369ecb45419f5dec48754f6c775 - md5: f4a4c2572415e2829aa8d702e484cb7b +- conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py310h505e2c1_0.conda + sha256: d0c51b58271a10443b57e639ac1d2a39bee17437152905f0a7a8dcf502bd9707 + md5: c684d0977a1f4a42c9d63e24bd1f8423 depends: - __glibc >=2.17,<3.0.a0 - anyio >=3.0.0 @@ -15720,15 +14304,13 @@ packages: - python_abi 3.10.* *_cp310 constrains: - __glibc >=2.17 - arch: x86_64 - platform: linux license: MIT license_family: MIT - size: 404657 - timestamp: 1733998870200 -- conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py311h9e33e62_0.conda - sha256: 066f5725b576dca7a1f5dfafca055836a199f9db97435e2ceca84e6296fc8358 - md5: 558a9c46ef5db2f3a6f425228bc77d43 + size: 405067 + timestamp: 1736550563496 +- conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py311h9e33e62_0.conda + sha256: 30d0b7c7173c979b0770fac8e7a3206b6d6a7cfd2c0da671af3d98d1399bff7c + md5: dbad881039736bed1cc0956f9fd20f8c depends: - __glibc >=2.17,<3.0.a0 - anyio >=3.0.0 @@ -15737,15 +14319,13 @@ packages: - python_abi 3.11.* *_cp311 constrains: - __glibc >=2.17 - arch: x86_64 - platform: linux license: MIT license_family: MIT - size: 410904 - timestamp: 1733998882176 -- conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.3-py312h12e396e_0.conda - sha256: c89755d8e8f6384b3ba13e41dcabb40bf690c38b9d61512e963129badb1ad332 - md5: b76a5ad00856af6e74da9c3e85fed0cc + size: 409870 + timestamp: 1736550564534 +- conda: https://conda.anaconda.org/conda-forge/linux-64/watchfiles-1.0.4-py312h12e396e_0.conda + sha256: b728f525dcae2c10524f9942255346eba62aee9c820ff269d7dd4f7caffb7ffb + md5: df87129c4cb7afc4a3cbad71a1b9e223 depends: - __glibc >=2.17,<3.0.a0 - anyio >=3.0.0 @@ -15754,15 +14334,13 @@ packages: - python_abi 3.12.* *_cp312 constrains: - __glibc >=2.17 - arch: x86_64 - platform: linux license: MIT license_family: MIT - size: 410432 - timestamp: 1733998892675 -- conda: https://conda.anaconda.org/conda-forge/osx-64/watchfiles-1.0.3-py312h0d0de52_0.conda - sha256: b9daf84bdb419d45f071bd96e7d707a95eaca8536a3d3f82250d8dbb04d0feda - md5: 8122978ba4f368056a67c698fb7fd4c4 + size: 410192 + timestamp: 1736550568524 +- conda: https://conda.anaconda.org/conda-forge/osx-64/watchfiles-1.0.4-py312h0d0de52_0.conda + sha256: 34dd225db7222cfbf8bc136fef4e62250bc9e4906b5c2b481660861943df0d64 + md5: 3fbcc5b9a67a572701b328576ff15387 depends: - __osx >=10.13 - anyio >=3.0.0 @@ -15770,15 +14348,13 @@ packages: - python_abi 3.12.* *_cp312 constrains: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT - size: 364566 - timestamp: 1733999068962 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchfiles-1.0.3-py312hcd83bfe_0.conda - sha256: b64b78a7d6384bf72a878256802c783c692fe641ab4b806fd7e9f45e18a5e3b4 - md5: 13b89e1aa72aa773806b1f59ec018b67 + size: 364830 + timestamp: 1736550755468 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchfiles-1.0.4-py312hcd83bfe_0.conda + sha256: 84122e3712f2263e12c9d2be75d122eaf2d269801183df4b73aadcb670943b17 + md5: 946eb0208d09b811a671fad9b2831f4e depends: - __osx >=11.0 - anyio >=3.0.0 @@ -15787,15 +14363,13 @@ packages: - python_abi 3.12.* *_cp312 constrains: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT - size: 363162 - timestamp: 1733999215646 -- conda: https://conda.anaconda.org/conda-forge/win-64/watchfiles-1.0.3-py312h2615798_0.conda - sha256: 97107e0f5ac8cd8f9c9203bf67c4f5086d75d04c26d24b3c9b03b11b7796365b - md5: 9a9b58f103c7f4430172bd5072176dcd + size: 363822 + timestamp: 1736550859472 +- conda: https://conda.anaconda.org/conda-forge/win-64/watchfiles-1.0.4-py312h2615798_0.conda + sha256: e9cbce0749bb8ec11b5c848e6e495019f89aed52793661238fe83de91d2dce8f + md5: 0ecdad0ba9c7df67b5bb6349dfa59e63 depends: - anyio >=3.0.0 - python >=3.12,<3.13.0a0 @@ -15803,12 +14377,10 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: MIT license_family: MIT - size: 301231 - timestamp: 1733999344720 + size: 301110 + timestamp: 1736551014831 - conda: https://conda.anaconda.org/conda-forge/linux-64/wayland-1.23.1-h3e06ad9_0.conda sha256: 0884b2023a32d2620192cf2e2fc6784b8d1e31cf9f137e49e00802d4daf7d1c1 md5: 0a732427643ae5e0486a727927791da1 @@ -15818,8 +14390,6 @@ packages: - libffi >=3.4,<4.0a0 - libgcc-ng >=13 - libstdcxx-ng >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 321561 @@ -15851,98 +14421,84 @@ packages: license_family: BSD size: 898402 timestamp: 1733128654300 -- conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py310ha75aee5_0.conda - sha256: ee4a65c7142ab00c8e131c4f418c2d2ab09d9300f4d79114fac78358b63d9e68 - md5: fe2c2c96634281cabf3fcdadaa611722 +- conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py310ha75aee5_0.conda + sha256: 16b76bf5d540d55297650b45dfead91c7ddd43a8f15380d9035d140aa023f3da + md5: 4bfec5ca281bf0c9d701e82d473be899 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.10,<3.11.0a0 - python_abi 3.10.* *_cp310 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD - size: 56736 - timestamp: 1732523712410 -- conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py311h9ecbd09_0.conda - sha256: 8e9a7a1a69d0d59b3cb0066fbdbf16dc7a0d9554ffc2a365e67eca72230ca3e8 - md5: 452e39fb544b1ec9cc6c5b2ac9c47efa + size: 56470 + timestamp: 1736869620642 +- conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py311h9ecbd09_0.conda + sha256: e383de6512e65b5a227e7b0e1a34ffc441484044096a23ca4d3b6eb53a64d261 + md5: c4bb961f5a2020837fe3f7f30fadc2e1 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.11,<3.12.0a0 - python_abi 3.11.* *_cp311 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD - size: 65396 - timestamp: 1732523677157 -- conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.0-py312h66e93f0_0.conda - sha256: a6fc0f4e90643d0c1fd4aab669b6a79f44a305a5474256f6f2da3354d2310fb4 - md5: ddbe3bb0e1356cb9074dd848570694f9 + size: 64880 + timestamp: 1736869605707 +- conda: https://conda.anaconda.org/conda-forge/linux-64/wrapt-1.17.2-py312h66e93f0_0.conda + sha256: ed3a1700ecc5d38c7e7dc7d2802df1bc1da6ba3d6f6017448b8ded0affb4ae00 + md5: 669e63af87710f8d52fdec9d4d63b404 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: linux license: BSD-2-Clause license_family: BSD - size: 63807 - timestamp: 1732523690292 -- conda: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.17.0-py312h01d7ebd_0.conda - sha256: 19adc4442e18d292770f2c47d5bb1e093882e7dba4f973f985b0d19c44fe3399 - md5: 484f71fd8c0f57f789f64a50a3cf0f6c + size: 63590 + timestamp: 1736869574299 +- conda: https://conda.anaconda.org/conda-forge/osx-64/wrapt-1.17.2-py312h01d7ebd_0.conda + sha256: 476ea998d7279d9f71ff7b2e30408e69e5a0b921090c07a124f3f52ff7d3424b + md5: 6a860c98c6aea375eea574693a98d409 depends: - __osx >=10.13 - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - arch: x86_64 - platform: osx license: BSD-2-Clause license_family: BSD - size: 60026 - timestamp: 1732523998484 -- conda: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.17.0-py312hea69d52_0.conda - sha256: 0fb35c3d1642f9f47db87bdb33148f88ef19a3af1eb0ee99b5491551c57269c7 - md5: 73414acdb779a8694a14527865b4357a + size: 60056 + timestamp: 1736869685738 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/wrapt-1.17.2-py312hea69d52_0.conda + sha256: 6a3e68b57de29802e8703d1791dcacb7613bfdc17bbb087c6b2ea2796e6893ef + md5: e49608c832fcf438f70cbcae09c3adc5 depends: - __osx >=11.0 - python >=3.12,<3.13.0a0 - python >=3.12,<3.13.0a0 *_cpython - python_abi 3.12.* *_cp312 - arch: arm64 - platform: osx license: BSD-2-Clause license_family: BSD - size: 61043 - timestamp: 1732523852129 -- conda: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.17.0-py312h4389bb4_0.conda - sha256: cfbb160f83cbc5ef7bd325edc76737ebe632a99b50592715d36caeb3707e73f2 - md5: ecfc88976499a44de0ee6b0cb04e1ba8 + size: 61198 + timestamp: 1736869673767 +- conda: https://conda.anaconda.org/conda-forge/win-64/wrapt-1.17.2-py312h4389bb4_0.conda + sha256: a1b86d727cc5f9d016a6fc9d8ac8b3e17c8e137764e018555ecadef05979ce93 + md5: b9a81b36e0d35c9a172587ead532273b depends: - python >=3.12,<3.13.0a0 - python_abi 3.12.* *_cp312 - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-2-Clause license_family: BSD - size: 62371 - timestamp: 1732524043342 + size: 62232 + timestamp: 1736869967220 - conda: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.1-hb711507_2.conda sha256: 416aa55d946ce4ab173ab338796564893a2f820e80e04e098ff00c25fb981263 md5: 8637c3e5821654d0edf97e2b0404b443 depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 19965 @@ -15957,8 +14513,6 @@ packages: - libxcb >=1.16,<2.0.0a0 - xcb-util-image >=0.4.0,<0.5.0a0 - xcb-util-renderutil >=0.3.10,<0.4.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 20296 @@ -15970,8 +14524,6 @@ packages: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - xcb-util >=0.4.1,<0.5.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 24551 @@ -15982,8 +14534,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 14314 @@ -15994,8 +14544,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 16978 @@ -16006,8 +14554,6 @@ packages: depends: - libgcc-ng >=12 - libxcb >=1.16,<2.0.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 51689 @@ -16019,8 +14565,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 389475 @@ -16031,8 +14575,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 58628 @@ -16045,8 +14587,6 @@ packages: - libgcc >=13 - libuuid >=2.38.1,<3.0a0 - xorg-libice >=1.1.2,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 27198 @@ -16058,8 +14598,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - libxcb >=1.17.0,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 837524 @@ -16070,8 +14608,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 14780 @@ -16081,8 +14617,6 @@ packages: md5: 4cf40e60b444d56512a64f39d12c20bd depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 13290 @@ -16092,8 +14626,6 @@ packages: md5: 50901e0764b7701d8ed7343496f4f301 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 13593 @@ -16105,8 +14637,6 @@ packages: - libgcc >=13 - libwinpthread >=12.0.0.r4.gg4f2fc60ca - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 108013 @@ -16119,8 +14649,6 @@ packages: - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 13603 @@ -16134,8 +14662,6 @@ packages: - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 13217 @@ -16146,8 +14672,6 @@ packages: depends: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 19901 @@ -16157,8 +14681,6 @@ packages: md5: 9f438e1b6f4e73fd9e6d78bfe7c36743 depends: - __osx >=10.13 - arch: x86_64 - platform: osx license: MIT license_family: MIT size: 18465 @@ -16168,8 +14690,6 @@ packages: md5: 77c447f48cab5d3a15ac224edb86a968 depends: - __osx >=11.0 - arch: arm64 - platform: osx license: MIT license_family: MIT size: 18487 @@ -16181,8 +14701,6 @@ packages: - libgcc >=13 - libwinpthread >=12.0.0.r4.gg4f2fc60ca - ucrt >=10.0.20348.0 - arch: x86_64 - platform: win license: MIT license_family: MIT size: 69920 @@ -16194,8 +14712,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 50060 @@ -16207,8 +14723,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 19575 @@ -16222,8 +14736,6 @@ packages: - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxfixes >=6.0.1,<7.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 47179 @@ -16237,8 +14749,6 @@ packages: - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxrender >=0.9.11,<0.10.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 29599 @@ -16250,8 +14760,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - xorg-libx11 >=1.8.10,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 33005 @@ -16265,8 +14773,6 @@ packages: - xorg-libx11 >=1.8.10,<2.0a0 - xorg-libxext >=1.3.6,<2.0a0 - xorg-libxi >=1.7.10,<2.0a0 - arch: x86_64 - platform: linux license: MIT license_family: MIT size: 32808 @@ -16281,8 +14787,6 @@ packages: - liblzma-devel 5.6.3 hb9d3cd8_1 - xz-gpl-tools 5.6.3 hbcc6ac9_1 - xz-tools 5.6.3 hb9d3cd8_1 - arch: x86_64 - platform: linux license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 23477 timestamp: 1733407455801 @@ -16295,8 +14799,6 @@ packages: - liblzma-devel 5.6.3 hd471939_1 - xz-gpl-tools 5.6.3 h357f2ed_1 - xz-tools 5.6.3 hd471939_1 - arch: x86_64 - platform: osx license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 23640 timestamp: 1733407599563 @@ -16309,8 +14811,6 @@ packages: - liblzma-devel 5.6.3 h39f12f2_1 - xz-gpl-tools 5.6.3 h9a6d368_1 - xz-tools 5.6.3 h39f12f2_1 - arch: arm64 - platform: osx license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 23692 timestamp: 1733407556613 @@ -16324,8 +14824,6 @@ packages: - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - xz-tools 5.6.3 h2466b09_1 - arch: x86_64 - platform: win license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 23925 timestamp: 1733407963901 @@ -16336,8 +14834,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - liblzma 5.6.3 hb9d3cd8_1 - arch: x86_64 - platform: linux license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 33354 timestamp: 1733407444641 @@ -16347,8 +14843,6 @@ packages: depends: - __osx >=10.13 - liblzma 5.6.3 hd471939_1 - arch: x86_64 - platform: osx license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 33298 timestamp: 1733407576656 @@ -16358,8 +14852,6 @@ packages: depends: - __osx >=11.0 - liblzma 5.6.3 h39f12f2_1 - arch: arm64 - platform: osx license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later size: 33402 timestamp: 1733407540403 @@ -16370,8 +14862,6 @@ packages: - __glibc >=2.17,<3.0.a0 - libgcc >=13 - liblzma 5.6.3 hb9d3cd8_1 - arch: x86_64 - platform: linux license: 0BSD AND LGPL-2.1-or-later size: 90354 timestamp: 1733407433418 @@ -16381,8 +14871,6 @@ packages: depends: - __osx >=10.13 - liblzma 5.6.3 hd471939_1 - arch: x86_64 - platform: osx license: 0BSD AND LGPL-2.1-or-later size: 80968 timestamp: 1733407552376 @@ -16392,8 +14880,6 @@ packages: depends: - __osx >=11.0 - liblzma 5.6.3 h39f12f2_1 - arch: arm64 - platform: osx license: 0BSD AND LGPL-2.1-or-later size: 81028 timestamp: 1733407527563 @@ -16405,8 +14891,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: 0BSD AND LGPL-2.1-or-later size: 63898 timestamp: 1733407936888 @@ -16417,8 +14901,6 @@ packages: - libgcc-ng >=12 - libstdcxx-ng >=12 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: linux license: BSD-3-Clause license_family: BSD size: 554846 @@ -16429,8 +14911,6 @@ packages: depends: - __osx >=10.9 - libzlib >=1.2.13,<2.0.0a0 - arch: x86_64 - platform: osx license: BSD-3-Clause license_family: BSD size: 498900 @@ -16441,8 +14921,6 @@ packages: depends: - __osx >=11.0 - libzlib >=1.2.13,<2.0.0a0 - arch: arm64 - platform: osx license: BSD-3-Clause license_family: BSD size: 405089 @@ -16455,8 +14933,6 @@ packages: - ucrt >=10.0.20348.0 - vc >=14.2,<15 - vc14_runtime >=14.29.30139 - arch: x86_64 - platform: win license: BSD-3-Clause license_family: BSD size: 349143 diff --git a/pixi.toml b/pixi.toml index 07a7d9d2..bfc5cb56 100644 --- a/pixi.toml +++ b/pixi.toml @@ -13,25 +13,25 @@ repository = "https://github.com/facebookincubator/momentum" boost = ">=1.85.0,<2" c-compiler = ">=1.8.0,<2" clang-format = ">=18.1.8,<19" -cmake = ">=3.30.5,<4" +cmake = ">=3.31.2,<4" cxx-compiler = ">=1.8.0,<2" gtest = ">=1.15.2,<2" ninja = ">=1.12.1,<2" rerun-sdk = ">=0.19.1,<0.20" pip = ">=24.3.1,<25" pybind11 = ">=2.13.6,<3" -pytest = ">=8.3.3,<9" -scipy = ">=1.14.1,<2" -setuptools = ">=75.5.0,<76" +pytest = ">=8.3.4,<9" +scipy = ">=1.15.0,<2" +setuptools = ">=75.6.0,<76" [dependencies] -blas = ">=2.125,<3" +blas = ">=2.126,<3" ceres-solver = ">=2.2.0,<3" cli11 = ">=2.4.2,<3" -dispenso = ">=1.3.0,<2" +dispenso = ">=1.4.0,<2" eigen = ">=3.4.0,<4" ezc3d = ">=1.5.17,<2" -drjit-cpp = ">=0.4.6,<0.5" +drjit-cpp = ">=1.0.2,<2" fmt = ">=11.0.2,<12" fx-gltf = ">=2.0.0,<3" librerun-sdk = ">=0.19.1,<0.20" @@ -315,19 +315,19 @@ platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"] channels = ["conda-forge"] platforms = ["linux-64"] system-requirements = { cuda = "12.0" } -dependencies = { cuda-toolkit = "12.*", pytorch = { version = "2.5.*", build = "cuda126_py312*", channel = "conda-forge" } } +dependencies = { cuda-toolkit = ">=12.6.3,<13", pytorch = { version = ">=2.5.1,<3", build = "cuda126_py312*", channel = "conda-forge" } } [feature.py311-cuda126] channels = ["conda-forge"] platforms = ["linux-64"] system-requirements = { cuda = "12.0" } -dependencies = { cuda-toolkit = "12.*", pytorch = { version = "2.5.*", build = "cuda126_py311*", channel = "conda-forge" } } +dependencies = { cuda-toolkit = ">=12.6.3,<13", pytorch = { version = ">=2.5.1,<3", build = "cuda126_py311*", channel = "conda-forge" } } [feature.py310-cuda126] channels = ["conda-forge"] platforms = ["linux-64"] system-requirements = { cuda = "12.0" } -dependencies = { cuda-toolkit = "12.*", pytorch = { version = "2.5.*", build = "cuda126_py310*", channel = "conda-forge" } } +dependencies = { cuda-toolkit = ">=12.6.3,<13", pytorch = { version = ">=2.5.1,<3", build = "cuda126_py310*", channel = "conda-forge" } } #============== # Environments diff --git a/pyproject.toml b/pyproject.toml index 588d0323..ddbfb96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,6 @@ sdist.exclude = [ "CMakeLists.txt", ] wheel.exclude = ["geometry_test_helper.*"] -wheel.py-api = "cp310" [[tool.scikit-build.overrides]] if.platform-system = "^win32"