Created
April 2, 2024 06:13
-
-
Save ruben-arts/43ef863b380853f036dcb27dc86546f5 to your computer and use it in GitHub Desktop.
Repro conda to pypi dependency solve issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[project] | |
name = "pixi" | |
description = "Package management made easy!" | |
authors = ["Wolf Vollprecht <[email protected]>", "Bas Zalmstra <[email protected]>", "Tim de Jager <[email protected]>", "Ruben Arts <[email protected]>"] | |
channels = ["conda-forge"] | |
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"] | |
[tasks] | |
build = "cargo build --release" | |
install = "cargo install --path . --locked" | |
test = "cargo test" | |
test-all = "cargo test --all-features" | |
lint = "pre-commit run --all" | |
bump = "tbump --only-patch" | |
[dependencies] | |
# Dev dependencies | |
pre-commit = "~=3.3.0" | |
# Needed for building rattler | |
rust = "~=1.76.0" | |
openssl = "3.*" | |
pkg-config = "0.29.*" | |
git = "2.42.0.*" | |
# Needed for the citation | |
cffconvert = ">=2.0.0,<2.1" | |
tbump = ">=6.9.0,<6.10" | |
[target.linux-64.dependencies] | |
compilers = ">=1.6.0" | |
[feature.docs.dependencies] | |
mkdocs = "1.5.3.*" | |
mdx_truly_sane_lists = ">=1.3,<2" | |
pillow = ">=9.4.0" | |
cairosvg = "2.7.1.*" | |
mike = "2.0.0.*" | |
[feature.docs.pypi-dependencies] | |
mkdocs-material = ">=9.5.16" | |
[feature.docs.tasks] | |
build-docs = "mkdocs build --strict" | |
docs = "mkdocs serve" | |
deploy-latest = "mike deploy --push --update-aliases $RELEASE_VERSION latest" | |
deploy-dev = "mike deploy --push dev devel" | |
[feature.schema.tasks] | |
generate-schema = { cmd="python model.py > schema.json" , cwd = "schema"} | |
test-schema = {cmd = "pytest -s", depends_on = "generate-schema", cwd = "schema"} | |
[feature.schema.dependencies] | |
python = ">=3.11" | |
pytest = ">=8.0.2,<8.1" | |
jsonschema = "*" | |
pydantic = ">=2.6.3,<2.7" | |
pyyaml = ">=6.0.1,<6.1" | |
[environments] | |
docs = ["docs"] | |
schema = ["schema"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[project] | |
name = "pixi" | |
description = "Package management made easy!" | |
authors = ["Wolf Vollprecht <[email protected]>", "Bas Zalmstra <[email protected]>", "Tim de Jager <[email protected]>", "Ruben Arts <[email protected]>"] | |
channels = ["conda-forge"] | |
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"] | |
[tasks] | |
build = "cargo build --release" | |
install = "cargo install --path . --locked" | |
test = "cargo test" | |
test-all = "cargo test --all-features" | |
lint = "pre-commit run --all" | |
bump = "tbump --only-patch" | |
[dependencies] | |
# Dev dependencies | |
pre-commit = "~=3.3.0" | |
# Needed for building rattler | |
rust = "~=1.76.0" | |
openssl = "3.*" | |
pkg-config = "0.29.*" | |
git = "2.42.0.*" | |
# Needed for the citation | |
cffconvert = ">=2.0.0,<2.1" | |
tbump = ">=6.9.0,<6.10" | |
[target.linux-64.dependencies] | |
compilers = ">=1.6.0" | |
[feature.docs.dependencies] | |
mkdocs-material = ">=9.5.14" | |
mkdocs = "1.5.3.*" | |
mdx_truly_sane_lists = ">=1.3,<2" | |
pillow = ">=9.4.0" | |
cairosvg = "2.7.1.*" | |
mike = "2.0.0.*" | |
[feature.docs.tasks] | |
build-docs = "mkdocs build --strict" | |
docs = "mkdocs serve" | |
deploy-latest = "mike deploy --push --update-aliases $RELEASE_VERSION latest" | |
deploy-dev = "mike deploy --push dev devel" | |
[feature.schema.tasks] | |
generate-schema = { cmd="python model.py > schema.json" , cwd = "schema"} | |
test-schema = {cmd = "pytest -s", depends_on = "generate-schema", cwd = "schema"} | |
[feature.schema.dependencies] | |
python = ">=3.11" | |
pytest = ">=8.0.2,<8.1" | |
jsonschema = "*" | |
pydantic = ">=2.6.3,<2.7" | |
pyyaml = ">=6.0.1,<6.1" | |
[environments] | |
docs = ["docs"] | |
schema = ["schema"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 4 | |
environments: | |
default: | |
channels: | |
- url: https://conda.anaconda.org/conda-forge/ | |
packages: | |
linux-64: | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hdade7a5_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.27.0-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.7.0-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/compilers-1.7.0-ha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/curl-8.6.0-hca28451_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.7.0-h00ab1b0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.7.0-heb67821_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h95e488c_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h6477408_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran-12.3.0-h7389182_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-12.3.0-hfcedea8_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-12.3.0-h617cb40_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/git-2.42.0-pl5321h7bc287a_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h95e488c_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h4a1b8e8_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.6.0-hca28451_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.2-h2797004_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h36c2ea0_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.2-hab00c5b_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py312h98912ed_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/rust-1.76.0-h70c747d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.76.0-h2c6d0dc_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py312h8572e83_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda | |
osx-64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py312heafc425_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.27.0-h10d778d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/curl-8.6.0-h726d00d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.21.1-h8a4c099_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/git-2.42.0-pl5321hba7a703_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.6.0-h726d00d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.2-h92b6c6a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.42-h0ad2156_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/perl-5.32.1-7_h10d778d_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-ha3d46e9_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.2-h9f0c242_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py312h104f124_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.6-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/rust-1.76.0-h7e1429e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.76.0-h38e4360_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py312h49ebfd2_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda | |
osx-arm64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.27.0-h93a5062_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/curl-8.6.0-h2d989ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/git-2.42.0-pl5321h6e320eb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.6.0-h2d989ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.4-h1635a5e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.2-h091b4b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.42-h26f9a81_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.2-hdf0ec26_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py312h02f2b3b_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.6-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.76.0-h4ff7c5d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.76.0-hf6ec828_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py312h389731b_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda | |
win-64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h53d5487_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/git-2.42.0-h57928b3_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.0-h39d0aa6_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.2-hcfcfb64_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.43-h17e33f8_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h2bf4dc2_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py312he70551f_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.6-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/rust-1.76.0-hf8d6059_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.76.0-h17fc481_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py312h0d7def4_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
docs: | |
channels: | |
- url: https://conda.anaconda.org/conda-forge/ | |
packages: | |
linux-64: | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hdade7a5_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.27.0-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.7.0-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairocffi-1.6.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairosvg-2.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/compilers-1.7.0-ha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cssselect2-0.2.1-pyh9f0ad1d_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/curl-8.6.0-hca28451_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.7.0-h00ab1b0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.7.0-heb67821_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h95e488c_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h6477408_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran-12.3.0-h7389182_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-12.3.0-hfcedea8_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-12.3.0-h617cb40_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/git-2.42.0-pl5321h7bc287a_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h95e488c_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h4a1b8e8_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.6.0-hca28451_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.4-h783c2da_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.2-h2797004_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-ha9c0a0a_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mdx_truly_sane_lists-1.3-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mike-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-9.5.14-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-extensions-1.3.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/paginate-0.5.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.2.0-py312hf3581a9_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h36c2ea0_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyaml-23.12.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.2-hab00c5b_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py312h98912ed_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/regex-2023.12.25-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/rust-1.76.0-h70c747d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.76.0-h2c6d0dc_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py312h8572e83_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/verspec-0.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/watchdog-4.0.0-py312h7900ff3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda | |
osx-64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py312heafc425_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.27.0-h10d778d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h99e66fa_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairocffi-1.6.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairosvg-2.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cssselect2-0.2.1-pyh9f0ad1d_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/curl-8.6.0-h726d00d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.21.1-h8a4c099_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/git-2.42.0-pl5321hba7a703_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.6.0-h726d00d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.78.4-hab64008_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.2-h92b6c6a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mdx_truly_sane_lists-1.3-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mike-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-9.5.14-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-extensions-1.3.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/paginate-0.5.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.42-h0ad2156_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/perl-5.32.1-7_h10d778d_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.2.0-py312h0c70c2f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-ha3d46e9_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyaml-23.12.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.2-h9f0c242_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py312h104f124_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/regex-2023.12.25-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.6-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/rust-1.76.0-h7e1429e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.76.0-h38e4360_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py312h49ebfd2_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/verspec-0.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/watchdog-4.0.0-py312hc2c2f20_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda | |
osx-arm64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.27.0-h93a5062_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hd1e100b_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairocffi-1.6.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairosvg-2.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cssselect2-0.2.1-pyh9f0ad1d_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/curl-8.6.0-h2d989ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/git-2.42.0-pl5321h6e320eb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.6.0-h2d989ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.19-hb547adb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.4-h1635a5e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.2-h091b4b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-ha8a6c65_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.3.2-hb547adb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.15-hf346824_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mdx_truly_sane_lists-1.3-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mike-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-9.5.14-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-extensions-1.3.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/paginate-0.5.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.42-h26f9a81_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.2.0-py312hac22aec_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyaml-23.12.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.2-hdf0ec26_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py312h02f2b3b_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/regex-2023.12.25-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.6-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.76.0-h4ff7c5d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.76.0-hf6ec828_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py312h389731b_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/verspec-0.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/watchdog-4.0.0-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda | |
win-64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h53d5487_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h1fef639_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairocffi-1.6.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cairosvg-2.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cssselect2-0.2.1-pyh9f0ad1d_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/git-2.42.0-h57928b3_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.0-h39d0aa6_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.2-hcfcfb64_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/markdown-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mdx_truly_sane_lists-1.3-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mike-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-9.5.14-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-extensions-1.3.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/paginate-0.5.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.43-h17e33f8_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pillow-10.2.0-py312he768995_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h2bf4dc2_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyaml-23.12.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py312he70551f_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/regex-2023.12.25-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.6-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/rust-1.76.0-hf8d6059_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.76.0-h17fc481_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py312h0d7def4_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/verspec-0.1.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/watchdog-4.0.0-py312h2e8e312_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.2.13-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda | |
schema: | |
channels: | |
- url: https://conda.anaconda.org/conda-forge/ | |
packages: | |
linux-64: | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.6.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hdade7a5_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.27.0-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.7.0-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/compilers-1.7.0-ha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/curl-8.6.0-hca28451_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.7.0-h00ab1b0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.7.0-heb67821_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h95e488c_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h6477408_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran-12.3.0-h7389182_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-12.3.0-hfcedea8_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-12.3.0-h617cb40_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/git-2.42.0-pl5321h7bc287a_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h95e488c_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h4a1b8e8_3.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.6.0-hca28451_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.2-h2797004_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h36c2ea0_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.6.4-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.16.3-py312h4b3b743_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.2-hab00c5b_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py312h98912ed_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py312h98912ed_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/rust-1.76.0-h70c747d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.76.0-h2c6d0dc_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py312h8572e83_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda | |
osx-64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.6.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py312heafc425_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.27.0-h10d778d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/curl-8.6.0-h726d00d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.21.1-h8a4c099_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/git-2.42.0-pl5321hba7a703_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.6.0-h726d00d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.2-h92b6c6a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.42-h0ad2156_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/perl-5.32.1-7_h10d778d_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-ha3d46e9_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.6.4-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pydantic-core-2.16.3-py312h1b0e595_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.2-h9f0c242_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py312h104f124_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.6-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py312h41838bb_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/rust-1.76.0-h7e1429e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.76.0-h38e4360_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py312h49ebfd2_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda | |
osx-arm64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.6.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.27.0-h93a5062_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/curl-8.6.0-h2d989ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/git-2.42.0-pl5321h6e320eb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.6.0-h2d989ff_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.4-h1635a5e_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.2-h091b4b1_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.42-h26f9a81_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.6.4-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.16.3-py312h5280bc4_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.2-hdf0ec26_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py312h02f2b3b_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.6-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py312he37b823_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.76.0-h4ff7c5d_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.76.0-hf6ec828_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py312h389731b_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda | |
win-64: | |
- conda: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.6.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h53d5487_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/git-2.42.0-h57928b3_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.0-h39d0aa6_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.2-hcfcfb64_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.43-h17e33f8_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h2bf4dc2_1008.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.6.4-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pydantic-core-2.16.3-py312hfccd98a_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.2-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_0_cpython.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-4_cp312.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py312he70551f_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.6-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py312he70551f_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/rust-1.76.0-hf8d6059_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.76.0-h17fc481_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py312h0d7def4_4.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
- conda: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda | |
- conda: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 | |
- conda: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
packages: | |
- kind: conda | |
name: _libgcc_mutex | |
version: '0.1' | |
build: conda_forge | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 | |
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 | |
md5: d7c89558ba9fa0495403155b64376d81 | |
license: None | |
size: 2562 | |
timestamp: 1578324546067 | |
- kind: conda | |
name: _openmp_mutex | |
version: '4.5' | |
build: 2_gnu | |
build_number: 16 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 | |
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 | |
md5: 73aaf86a425cc6e73fcf236a5a46396d | |
depends: | |
- _libgcc_mutex 0.1 conda_forge | |
- libgomp >=7.5.0 | |
constrains: | |
- openmp_impl 9999 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 23621 | |
timestamp: 1650670423406 | |
- kind: conda | |
name: annotated-types | |
version: 0.6.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/annotated-types-0.6.0-pyhd8ed1ab_0.conda | |
sha256: 3a2c98154d95cfd54daba6b7d507d31f5ba07ac2ad955c44eb041b66563193cd | |
md5: 997c29372bdbe2afee073dff71f35923 | |
depends: | |
- python >=3.7 | |
- typing-extensions >=4.0.0 | |
license: MIT | |
license_family: MIT | |
size: 17026 | |
timestamp: 1696634393637 | |
- kind: conda | |
name: attrs | |
version: 23.2.0 | |
build: pyh71513ae_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda | |
sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea | |
md5: 5e4c0743c70186509d1412e03c2d8dfa | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 54582 | |
timestamp: 1704011393776 | |
- kind: conda | |
name: babel | |
version: 2.14.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda | |
sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 | |
md5: 9669586875baeced8fc30c0826c3270e | |
depends: | |
- python >=3.7 | |
- pytz | |
- setuptools | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 7609750 | |
timestamp: 1702422720584 | |
- kind: conda | |
name: binutils | |
version: '2.40' | |
build: hdd6e379_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda | |
sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c | |
md5: ccc940fddbc3fcd3d79cd4c654c4b5c4 | |
depends: | |
- binutils_impl_linux-64 >=2.40,<2.41.0a0 | |
license: GPL-3.0-only | |
license_family: GPL | |
size: 30469 | |
timestamp: 1674833987166 | |
- kind: conda | |
name: binutils_impl_linux-64 | |
version: '2.40' | |
build: hf600244_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda | |
sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d | |
md5: 33084421a8c0af6aef1b439707f7662a | |
depends: | |
- ld_impl_linux-64 2.40 h41732ed_0 | |
- sysroot_linux-64 | |
license: GPL-3.0-only | |
license_family: GPL | |
size: 5414922 | |
timestamp: 1674833958334 | |
- kind: conda | |
name: binutils_linux-64 | |
version: '2.40' | |
build: hdade7a5_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hdade7a5_3.conda | |
sha256: d114b825acef51c1d065ca0a17f97e0e856c48765aecf2f8f164935635013dd2 | |
md5: 2d9a60578bc28469d9aeef9aea5520c3 | |
depends: | |
- binutils_impl_linux-64 2.40.* | |
- sysroot_linux-64 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 28868 | |
timestamp: 1710259805994 | |
- kind: conda | |
name: brotli-python | |
version: 1.1.0 | |
build: py312h30efb56_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda | |
sha256: b68706698b6ac0d31196a8bcb061f0d1f35264bcd967ea45e03e108149a74c6f | |
md5: 45801a89533d3336a365284d93298e36 | |
depends: | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
constrains: | |
- libbrotlicommon 1.1.0 hd590300_1 | |
license: MIT | |
license_family: MIT | |
size: 350604 | |
timestamp: 1695990206327 | |
- kind: conda | |
name: brotli-python | |
version: 1.1.0 | |
build: py312h53d5487_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h53d5487_1.conda | |
sha256: 769e276ecdebf86f097786cbde1ebd11e018cd6cd838800995954fe6360e0797 | |
md5: d01a6667b99f0e8ad4097af66c938e62 | |
depends: | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
constrains: | |
- libbrotlicommon 1.1.0 hcfcfb64_1 | |
license: MIT | |
license_family: MIT | |
size: 322514 | |
timestamp: 1695991054894 | |
- kind: conda | |
name: brotli-python | |
version: 1.1.0 | |
build: py312h9f69965_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/brotli-python-1.1.0-py312h9f69965_1.conda | |
sha256: 3418b1738243abba99e931c017b952771eeaa1f353c07f7d45b55e83bb74fcb3 | |
md5: 1bc01b9ffdf42beb1a9fe4e9222e0567 | |
depends: | |
- libcxx >=15.0.7 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python >=3.12.0rc3,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
constrains: | |
- libbrotlicommon 1.1.0 hb547adb_1 | |
license: MIT | |
license_family: MIT | |
size: 343435 | |
timestamp: 1695990731924 | |
- kind: conda | |
name: brotli-python | |
version: 1.1.0 | |
build: py312heafc425_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py312heafc425_1.conda | |
sha256: fc55988f9bc05a938ea4b8c20d6545bed6e9c6c10aa5147695f981136ca894c1 | |
md5: a288b88f06b8bfe0dedaf5c4b6ac6b7a | |
depends: | |
- libcxx >=15.0.7 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
constrains: | |
- libbrotlicommon 1.1.0 h0dc2134_1 | |
license: MIT | |
license_family: MIT | |
size: 366883 | |
timestamp: 1695990710194 | |
- kind: conda | |
name: bzip2 | |
version: 1.0.8 | |
build: h10d778d_5 | |
build_number: 5 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda | |
sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 | |
md5: 6097a6ca9ada32699b5fc4312dd6ef18 | |
license: bzip2-1.0.6 | |
license_family: BSD | |
size: 127885 | |
timestamp: 1699280178474 | |
- kind: conda | |
name: bzip2 | |
version: 1.0.8 | |
build: h93a5062_5 | |
build_number: 5 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h93a5062_5.conda | |
sha256: bfa84296a638bea78a8bb29abc493ee95f2a0218775642474a840411b950fe5f | |
md5: 1bbc659ca658bfd49a481b5ef7a0f40f | |
license: bzip2-1.0.6 | |
license_family: BSD | |
size: 122325 | |
timestamp: 1699280294368 | |
- kind: conda | |
name: bzip2 | |
version: 1.0.8 | |
build: hcfcfb64_5 | |
build_number: 5 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda | |
sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2 | |
md5: 26eb8ca6ea332b675e11704cce84a3be | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: bzip2-1.0.6 | |
license_family: BSD | |
size: 124580 | |
timestamp: 1699280668742 | |
- kind: conda | |
name: bzip2 | |
version: 1.0.8 | |
build: hd590300_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda | |
sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8 | |
md5: 69b8b6202a07720f448be700e300ccf4 | |
depends: | |
- libgcc-ng >=12 | |
license: bzip2-1.0.6 | |
license_family: BSD | |
size: 254228 | |
timestamp: 1699279927352 | |
- kind: conda | |
name: c-ares | |
version: 1.27.0 | |
build: h10d778d_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.27.0-h10d778d_0.conda | |
sha256: a53e14c071dcce756ce80673f2a90a1c6dff695a26bc9f5e54d56b55e76ee3dc | |
md5: 713dd57081dfe8535eb961b45ed26a0c | |
license: MIT | |
license_family: MIT | |
size: 148568 | |
timestamp: 1708685147963 | |
- kind: conda | |
name: c-ares | |
version: 1.27.0 | |
build: h93a5062_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.27.0-h93a5062_0.conda | |
sha256: a168e53ee462980cd78b324e055afdd00080ded378ca974969a0917eb4ae1ccb | |
md5: d3579ba506791b1f8f8a16cfc2885326 | |
license: MIT | |
license_family: MIT | |
size: 145697 | |
timestamp: 1708685057216 | |
- kind: conda | |
name: c-ares | |
version: 1.27.0 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.27.0-hd590300_0.conda | |
sha256: 2a5866b19d28cb963fab291a62ff1c884291b9d6f59de14643e52f103e255749 | |
md5: f6afff0e9ee08d2f1b897881a4f38cdb | |
depends: | |
- libgcc-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 163578 | |
timestamp: 1708684786032 | |
- kind: conda | |
name: c-compiler | |
version: 1.7.0 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.7.0-hd590300_0.conda | |
sha256: 19343f6cdefd0a2e36c4f0da81ed9ea964e5b4e82a2304809afd8f151bf2ac8c | |
md5: fad1d0a651bf929c6c16fbf1f6ccfa7c | |
depends: | |
- binutils | |
- gcc | |
- gcc_linux-64 12.* | |
license: BSD | |
size: 6287 | |
timestamp: 1701505302633 | |
- kind: conda | |
name: ca-certificates | |
version: 2024.2.2 | |
build: h56e8100_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda | |
sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0 | |
md5: 63da060240ab8087b60d1357051ea7d6 | |
license: ISC | |
size: 155886 | |
timestamp: 1706843918052 | |
- kind: conda | |
name: ca-certificates | |
version: 2024.2.2 | |
build: h8857fd0_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda | |
sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9 | |
md5: f2eacee8c33c43692f1ccfd33d0f50b1 | |
license: ISC | |
size: 155665 | |
timestamp: 1706843838227 | |
- kind: conda | |
name: ca-certificates | |
version: 2024.2.2 | |
build: hbcca054_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda | |
sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb | |
md5: 2f4327a1cbe7f022401b236e915a5fef | |
license: ISC | |
size: 155432 | |
timestamp: 1706843687645 | |
- kind: conda | |
name: ca-certificates | |
version: 2024.2.2 | |
build: hf0a4a13_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.2.2-hf0a4a13_0.conda | |
sha256: 49bc3439816ac72d0c0e0f144b8cc870fdcc4adec2e861407ec818d8116b2204 | |
md5: fb416a1795f18dcc5a038bc2dc54edf9 | |
license: ISC | |
size: 155725 | |
timestamp: 1706844034242 | |
- kind: conda | |
name: cairo | |
version: 1.18.0 | |
build: h1fef639_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/cairo-1.18.0-h1fef639_0.conda | |
sha256: 451e714f065b5dd0c11169058be56b10973dfd7d9a0fccf9c6a05d1e09995730 | |
md5: b3fe2c6381ec74afe8128e16a11eee02 | |
depends: | |
- fontconfig >=2.14.2,<3.0a0 | |
- fonts-conda-ecosystem | |
- freetype >=2.12.1,<3.0a0 | |
- icu >=73.2,<74.0a0 | |
- libglib >=2.78.0,<3.0a0 | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pixman >=0.42.2,<1.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
- zlib | |
license: LGPL-2.1-only or MPL-1.1 | |
size: 1520159 | |
timestamp: 1697029136038 | |
- kind: conda | |
name: cairo | |
version: 1.18.0 | |
build: h3faef2a_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/cairo-1.18.0-h3faef2a_0.conda | |
sha256: 142e2639a5bc0e99c44d76f4cc8dce9c6a2d87330c4beeabb128832cd871a86e | |
md5: f907bb958910dc404647326ca80c263e | |
depends: | |
- fontconfig >=2.14.2,<3.0a0 | |
- fonts-conda-ecosystem | |
- freetype >=2.12.1,<3.0a0 | |
- icu >=73.2,<74.0a0 | |
- libgcc-ng >=12 | |
- libglib >=2.78.0,<3.0a0 | |
- libpng >=1.6.39,<1.7.0a0 | |
- libstdcxx-ng >=12 | |
- libxcb >=1.15,<1.16.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pixman >=0.42.2,<1.0a0 | |
- xorg-libice >=1.1.1,<2.0a0 | |
- xorg-libsm >=1.2.4,<2.0a0 | |
- xorg-libx11 >=1.8.6,<2.0a0 | |
- xorg-libxext >=1.3.4,<2.0a0 | |
- xorg-libxrender >=0.9.11,<0.10.0a0 | |
- zlib | |
license: LGPL-2.1-only or MPL-1.1 | |
size: 982351 | |
timestamp: 1697028423052 | |
- kind: conda | |
name: cairo | |
version: 1.18.0 | |
build: h99e66fa_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/cairo-1.18.0-h99e66fa_0.conda | |
sha256: f8d1142cf244eadcbc44e8ca2266aa61a05b6cda5571f9b745ba32c7ebbfdfba | |
md5: 13f830b1bf46018f7062d1b798d53eca | |
depends: | |
- __osx >=10.9 | |
- fontconfig >=2.14.2,<3.0a0 | |
- fonts-conda-ecosystem | |
- freetype >=2.12.1,<3.0a0 | |
- icu >=73.2,<74.0a0 | |
- libcxx >=16.0.6 | |
- libglib >=2.78.0,<3.0a0 | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pixman >=0.42.2,<1.0a0 | |
- zlib | |
license: LGPL-2.1-only or MPL-1.1 | |
size: 885311 | |
timestamp: 1697028802967 | |
- kind: conda | |
name: cairo | |
version: 1.18.0 | |
build: hd1e100b_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/cairo-1.18.0-hd1e100b_0.conda | |
sha256: 599f8820553b3a3405706d9cad390ac199e24515a0a82c87153c9b5b5fdba3b8 | |
md5: 3fa6eebabb77f65e82f86b72b95482db | |
depends: | |
- __osx >=10.9 | |
- fontconfig >=2.14.2,<3.0a0 | |
- fonts-conda-ecosystem | |
- freetype >=2.12.1,<3.0a0 | |
- icu >=73.2,<74.0a0 | |
- libcxx >=16.0.6 | |
- libglib >=2.78.0,<3.0a0 | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pixman >=0.42.2,<1.0a0 | |
- zlib | |
license: LGPL-2.1-only or MPL-1.1 | |
size: 897919 | |
timestamp: 1697028755150 | |
- kind: conda | |
name: cairocffi | |
version: 1.6.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/cairocffi-1.6.1-pyhd8ed1ab_0.conda | |
sha256: 0ee89e70cd77ec51a1d453f17bc3b0c695bba2371b92f9263aff32f0d68e6595 | |
md5: 14d7d8472dab4332d045f59112a8229e | |
depends: | |
- cairo >=1.14 | |
- cffi >=1.1 | |
- python >=3.7 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 66327 | |
timestamp: 1690198013914 | |
- kind: conda | |
name: cairosvg | |
version: 2.7.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/cairosvg-2.7.1-pyhd8ed1ab_0.conda | |
sha256: 45f145f43520fc644ffdfb393db5c84e871cbb06262c7e28b9c4098301ca61d2 | |
md5: b76f927580bfb2c93ab0143acc2c292b | |
depends: | |
- cairocffi | |
- cssselect2 | |
- defusedxml | |
- pillow | |
- python >=3.5 | |
- tinycss2 | |
license: LGPL-3.0 | |
license_family: LGPL | |
size: 43857 | |
timestamp: 1691391975709 | |
- kind: conda | |
name: certifi | |
version: 2024.2.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda | |
sha256: f1faca020f988696e6b6ee47c82524c7806380b37cfdd1def32f92c326caca54 | |
md5: 0876280e409658fc6f9e75d035960333 | |
depends: | |
- python >=3.7 | |
license: ISC | |
size: 160559 | |
timestamp: 1707022289175 | |
- kind: conda | |
name: cffconvert | |
version: 2.0.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/cffconvert-2.0.0-pyhd8ed1ab_0.tar.bz2 | |
sha256: 3db62e63f6e273e0ebbd63891c840a0f30413a05f411adf955a6a369cdad50a8 | |
md5: c176ea2c0ddce632aea4153bc40733d5 | |
depends: | |
- click >=7.0,<9 | |
- jsonschema >=3.0,<4 | |
- pykwalify >=1.6 | |
- python >=3.6 | |
- requests >=2.20,<3 | |
- ruamel.yaml >=0.16.0 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 77728 | |
timestamp: 1644014985617 | |
- kind: conda | |
name: cffi | |
version: 1.16.0 | |
build: py312h38bf5a0_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda | |
sha256: 8b856583b56fc30f064a7cb286f85e4b5725f2bd4fda8ba0c4e94bffe258741e | |
md5: a45759c013ab20b9017ef9539d234dd7 | |
depends: | |
- libffi >=3.4,<4.0a0 | |
- pycparser | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 282370 | |
timestamp: 1696002004433 | |
- kind: conda | |
name: cffi | |
version: 1.16.0 | |
build: py312h8e38eb3_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/cffi-1.16.0-py312h8e38eb3_0.conda | |
sha256: 1544403cb1a5ca2aeabf0dac86d9ce6066d6fb4363493643b33ffd1b78038d18 | |
md5: 960ecbd65860d3b1de5e30373e1bffb1 | |
depends: | |
- libffi >=3.4,<4.0a0 | |
- pycparser | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python >=3.12.0rc3,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 284245 | |
timestamp: 1696002181644 | |
- kind: conda | |
name: cffi | |
version: 1.16.0 | |
build: py312he70551f_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda | |
sha256: dd39e594f5c6bca52dfed343de2af9326a99700ce2ba3404bd89706926fc0137 | |
md5: 5a51096925d52332c62bfd8904899055 | |
depends: | |
- pycparser | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 287805 | |
timestamp: 1696002408940 | |
- kind: conda | |
name: cffi | |
version: 1.16.0 | |
build: py312hf06ca03_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda | |
sha256: 5a36e2c254603c367d26378fa3a205bd92263e30acf195f488749562b4c44251 | |
md5: 56b0ca764ce23cc54f3f7e2a7b970f6d | |
depends: | |
- libffi >=3.4,<4.0a0 | |
- libgcc-ng >=12 | |
- pycparser | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 294523 | |
timestamp: 1696001868949 | |
- kind: conda | |
name: cfgv | |
version: 3.3.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 | |
sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c | |
md5: ebb5f5f7dc4f1a3780ef7ea7738db08c | |
depends: | |
- python >=3.6.1 | |
license: MIT | |
license_family: MIT | |
size: 10788 | |
timestamp: 1629909423398 | |
- kind: conda | |
name: charset-normalizer | |
version: 3.3.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda | |
sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 | |
md5: 7f4a9e3fcff3f6356ae99244a014da6a | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 46597 | |
timestamp: 1698833765762 | |
- kind: conda | |
name: cli-ui | |
version: 0.17.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/cli-ui-0.17.2-pyhd8ed1ab_0.tar.bz2 | |
sha256: 86a2428e5738c65a4cbb5468810024eb589753255e7f1ebf10a65804ce9372a2 | |
md5: e210df0dfab7781247c2a7ba09673400 | |
depends: | |
- colorama >=0.4.1 | |
- python >=3.7,<4.0 | |
- tabulate >=0.8.3 | |
- unidecode >=1.0.23 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 17216 | |
timestamp: 1661938037728 | |
- kind: conda | |
name: click | |
version: 8.1.7 | |
build: unix_pyh707e725_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda | |
sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec | |
md5: f3ad426304898027fc619827ff428eca | |
depends: | |
- __unix | |
- python >=3.8 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 84437 | |
timestamp: 1692311973840 | |
- kind: conda | |
name: click | |
version: 8.1.7 | |
build: win_pyh7428d3b_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda | |
sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 | |
md5: 3549ecbceb6cd77b91a105511b7d0786 | |
depends: | |
- __win | |
- colorama | |
- python >=3.8 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 85051 | |
timestamp: 1692312207348 | |
- kind: conda | |
name: colorama | |
version: 0.4.6 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 | |
sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 | |
md5: 3faab06a954c2a04039983f2c4a50d99 | |
depends: | |
- python >=3.7 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 25170 | |
timestamp: 1666700778190 | |
- kind: conda | |
name: compilers | |
version: 1.7.0 | |
build: ha770c72_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/compilers-1.7.0-ha770c72_0.conda | |
sha256: db059492391adfbed877d611870e01b6e0660c14fbe72dec5e17d1842b51581d | |
md5: 81458b3aed8ab8711951ec3c0c04e097 | |
depends: | |
- c-compiler 1.7.0 hd590300_0 | |
- cxx-compiler 1.7.0 h00ab1b0_0 | |
- fortran-compiler 1.7.0 heb67821_0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 7076 | |
timestamp: 1701505315461 | |
- kind: conda | |
name: contextlib2 | |
version: 21.6.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/contextlib2-21.6.0-pyhd8ed1ab_0.tar.bz2 | |
sha256: 7762dc5b54c4e3e66f3c1d425ac2c6d1cff651e8fd4ab8d4d5ddfa883028ffaa | |
md5: 5b26a831440be04c39531a8ce20f5d71 | |
depends: | |
- python >=3.6 | |
license: PSF-2.0 | |
license_family: PSF | |
size: 16367 | |
timestamp: 1624848715744 | |
- kind: conda | |
name: cssselect2 | |
version: 0.2.1 | |
build: pyh9f0ad1d_1 | |
build_number: 1 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/cssselect2-0.2.1-pyh9f0ad1d_1.tar.bz2 | |
sha256: cfa9f03e406c32000ad05ecead87dbe86ba2786ef4cd3d5c5c129c11fd640c43 | |
md5: 1e642cd71b43866bcedff1172ac1fc53 | |
depends: | |
- python | |
- tinycss2 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 30243 | |
timestamp: 1585168847061 | |
- kind: conda | |
name: curl | |
version: 8.6.0 | |
build: h2d989ff_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/curl-8.6.0-h2d989ff_0.conda | |
sha256: 456fa2298fd51d3db51315c55b2962cbd761b8b91c43a0ea1b692ea460b5b0cf | |
md5: 3aadf9ef324dacf891b8c25b175ca09d | |
depends: | |
- krb5 >=1.21.2,<1.22.0a0 | |
- libcurl 8.6.0 h2d989ff_0 | |
- libssh2 >=1.11.0,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: curl | |
license_family: MIT | |
size: 150257 | |
timestamp: 1710591348912 | |
- kind: conda | |
name: curl | |
version: 8.6.0 | |
build: h726d00d_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/curl-8.6.0-h726d00d_0.conda | |
sha256: 041a2cbd1214040fd04f989165484927cfca253d75c8894c3eae4516a584eafb | |
md5: cfc821d0c36d63c9f4c964163d5f7abc | |
depends: | |
- krb5 >=1.21.2,<1.22.0a0 | |
- libcurl 8.6.0 h726d00d_0 | |
- libssh2 >=1.11.0,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: curl | |
license_family: MIT | |
size: 151970 | |
timestamp: 1710591217185 | |
- kind: conda | |
name: curl | |
version: 8.6.0 | |
build: hca28451_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/curl-8.6.0-hca28451_0.conda | |
sha256: df635ee24e95ebe7ea53045da0755ab283b5a5f56edabf830bb3c6b5ec2988bb | |
md5: 75f03e8c698f2ad76c7c502eec247622 | |
depends: | |
- krb5 >=1.21.2,<1.22.0a0 | |
- libcurl 8.6.0 hca28451_0 | |
- libgcc-ng >=12 | |
- libssh2 >=1.11.0,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: curl | |
license_family: MIT | |
size: 93160 | |
timestamp: 1710591005569 | |
- kind: conda | |
name: cxx-compiler | |
version: 1.7.0 | |
build: h00ab1b0_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.7.0-h00ab1b0_0.conda | |
sha256: 9278c12ed455a39a50d908381786540c9fd1627e4489dca9638b3e222c86d3f7 | |
md5: b4537c98cb59f8725b0e1e65816b4a28 | |
depends: | |
- c-compiler 1.7.0 hd590300_0 | |
- gxx | |
- gxx_linux-64 12.* | |
license: BSD | |
size: 6262 | |
timestamp: 1701505307165 | |
- kind: conda | |
name: defusedxml | |
version: 0.7.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 | |
sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be | |
md5: 961b3a227b437d82ad7054484cfa71b2 | |
depends: | |
- python >=3.6 | |
license: PSF-2.0 | |
license_family: PSF | |
size: 24062 | |
timestamp: 1615232388757 | |
- kind: conda | |
name: distlib | |
version: 0.3.8 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda | |
sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e | |
md5: db16c66b759a64dc5183d69cc3745a52 | |
depends: | |
- python 2.7|>=3.6 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 274915 | |
timestamp: 1702383349284 | |
- kind: conda | |
name: docopt | |
version: 0.6.2 | |
build: py_1 | |
build_number: 1 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/docopt-0.6.2-py_1.tar.bz2 | |
sha256: 4bbfb8ab343b4711223aedf797a2678955412124e71415dc2fe9816248f0b28d | |
md5: a9ed63e45579cfef026a916af2bc27c9 | |
depends: | |
- python | |
license: MIT | |
license_family: MIT | |
size: 14691 | |
timestamp: 1530916777462 | |
- kind: conda | |
name: exceptiongroup | |
version: 1.2.0 | |
build: pyhd8ed1ab_2 | |
build_number: 2 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda | |
sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d | |
md5: 8d652ea2ee8eaee02ed8dc820bc794aa | |
depends: | |
- python >=3.7 | |
license: MIT and PSF-2.0 | |
size: 20551 | |
timestamp: 1704921321122 | |
- kind: conda | |
name: expat | |
version: 2.6.2 | |
build: h59595ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.6.2-h59595ed_0.conda | |
sha256: 89916c536ae5b85bb8bf0cfa27d751e274ea0911f04e4a928744735c14ef5155 | |
md5: 53fb86322bdb89496d7579fe3f02fd61 | |
depends: | |
- libexpat 2.6.2 h59595ed_0 | |
- libgcc-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 137627 | |
timestamp: 1710362144873 | |
- kind: conda | |
name: expat | |
version: 2.6.2 | |
build: h63175ca_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/expat-2.6.2-h63175ca_0.conda | |
sha256: f5a13d4bc591a4dc210954f492dd59a0ecf9b9d2ab28bf2ece755ca8f69ec1b4 | |
md5: 52f9dec6758ceb8ce0ea8af9fa13eb1a | |
depends: | |
- libexpat 2.6.2 h63175ca_0 | |
license: MIT | |
license_family: MIT | |
size: 229627 | |
timestamp: 1710362661692 | |
- kind: conda | |
name: expat | |
version: 2.6.2 | |
build: h73e2aa4_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/expat-2.6.2-h73e2aa4_0.conda | |
sha256: 0fd1befb18d9d937358a90d5b8f97ac2402761e9d4295779cbad9d7adfb47976 | |
md5: dc0882915da2ec74696ad87aa2350f27 | |
depends: | |
- libexpat 2.6.2 h73e2aa4_0 | |
license: MIT | |
license_family: MIT | |
size: 126612 | |
timestamp: 1710362607162 | |
- kind: conda | |
name: expat | |
version: 2.6.2 | |
build: hebf3989_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/expat-2.6.2-hebf3989_0.conda | |
sha256: 9ac22553a4d595d7e4c9ca9aa09a0b38da65314529a7a7008edc73d3f9e7904a | |
md5: de0cff0ec74f273c4b6aa281479906c3 | |
depends: | |
- libexpat 2.6.2 hebf3989_0 | |
license: MIT | |
license_family: MIT | |
size: 124594 | |
timestamp: 1710362455984 | |
- kind: conda | |
name: filelock | |
version: 3.13.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda | |
sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b | |
md5: 0c1729b74a8152fde6a38ba0a2ab9f45 | |
depends: | |
- python >=3.7 | |
license: Unlicense | |
size: 15605 | |
timestamp: 1698715139726 | |
- kind: conda | |
name: font-ttf-dejavu-sans-mono | |
version: '2.37' | |
build: hab24e00_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 | |
sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b | |
md5: 0c96522c6bdaed4b1566d11387caaf45 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 397370 | |
timestamp: 1566932522327 | |
- kind: conda | |
name: font-ttf-inconsolata | |
version: '3.000' | |
build: h77eed37_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 | |
sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c | |
md5: 34893075a5c9e55cdafac56607368fc6 | |
license: OFL-1.1 | |
license_family: Other | |
size: 96530 | |
timestamp: 1620479909603 | |
- kind: conda | |
name: font-ttf-source-code-pro | |
version: '2.038' | |
build: h77eed37_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 | |
sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 | |
md5: 4d59c254e01d9cde7957100457e2d5fb | |
license: OFL-1.1 | |
license_family: Other | |
size: 700814 | |
timestamp: 1620479612257 | |
- kind: conda | |
name: font-ttf-ubuntu | |
version: '0.83' | |
build: h77eed37_1 | |
build_number: 1 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_1.conda | |
sha256: 056c85b482d58faab5fd4670b6c1f5df0986314cca3bc831d458b22e4ef2c792 | |
md5: 6185f640c43843e5ad6fd1c5372c3f80 | |
license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 | |
license_family: Other | |
size: 1619820 | |
timestamp: 1700944216729 | |
- kind: conda | |
name: fontconfig | |
version: 2.14.2 | |
build: h14ed4e7_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.2-h14ed4e7_0.conda | |
sha256: 155d534c9037347ea7439a2c6da7c24ffec8e5dd278889b4c57274a1d91e0a83 | |
md5: 0f69b688f52ff6da70bccb7ff7001d1d | |
depends: | |
- expat >=2.5.0,<3.0a0 | |
- freetype >=2.12.1,<3.0a0 | |
- libgcc-ng >=12 | |
- libuuid >=2.32.1,<3.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 272010 | |
timestamp: 1674828850194 | |
- kind: conda | |
name: fontconfig | |
version: 2.14.2 | |
build: h5bb23bf_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/fontconfig-2.14.2-h5bb23bf_0.conda | |
sha256: f63e6d1d6aef8ba6de4fc54d3d7898a153479888d40ffdf2e4cfad6f92679d34 | |
md5: 86cc5867dfbee4178118392bae4a3c89 | |
depends: | |
- expat >=2.5.0,<3.0a0 | |
- freetype >=2.12.1,<3.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 237068 | |
timestamp: 1674829100063 | |
- kind: conda | |
name: fontconfig | |
version: 2.14.2 | |
build: h82840c6_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/fontconfig-2.14.2-h82840c6_0.conda | |
sha256: 7094917fc6758186e17c61d8ee8fd2bbbe9f303b4addac61d918fa415c497e2b | |
md5: f77d47ddb6d3cc5b39b9bdf65635afbb | |
depends: | |
- expat >=2.5.0,<3.0a0 | |
- freetype >=2.12.1,<3.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 237668 | |
timestamp: 1674829263740 | |
- kind: conda | |
name: fontconfig | |
version: 2.14.2 | |
build: hbde0cde_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/fontconfig-2.14.2-hbde0cde_0.conda | |
sha256: 643f2b95be68abeb130c53d543dcd0c1244bebabd58c774a21b31e4b51ac3c96 | |
md5: 08767992f1a4f1336a257af1241034bd | |
depends: | |
- expat >=2.5.0,<3.0a0 | |
- freetype >=2.12.1,<3.0a0 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vs2015_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 190111 | |
timestamp: 1674829354122 | |
- kind: conda | |
name: fonts-conda-ecosystem | |
version: '1' | |
build: '0' | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 | |
sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 | |
md5: fee5683a3f04bd15cbd8318b096a27ab | |
depends: | |
- fonts-conda-forge | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 3667 | |
timestamp: 1566974674465 | |
- kind: conda | |
name: fonts-conda-forge | |
version: '1' | |
build: '0' | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 | |
sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 | |
md5: f766549260d6815b0c52253f1fb1bb29 | |
depends: | |
- font-ttf-dejavu-sans-mono | |
- font-ttf-inconsolata | |
- font-ttf-source-code-pro | |
- font-ttf-ubuntu | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 4102 | |
timestamp: 1566932280397 | |
- kind: conda | |
name: fortran-compiler | |
version: 1.7.0 | |
build: heb67821_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/fortran-compiler-1.7.0-heb67821_0.conda | |
sha256: 1e4da85586882c4f52f99d63615f0d8548d71be4c82e363485d6ca7bddf0074a | |
md5: 7ef7c0f111dad1c8006504a0f1ccd820 | |
depends: | |
- binutils | |
- c-compiler 1.7.0 hd590300_0 | |
- gfortran | |
- gfortran_linux-64 12.* | |
license: BSD | |
size: 6293 | |
timestamp: 1701505311675 | |
- kind: conda | |
name: freetype | |
version: 2.12.1 | |
build: h267a509_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-h267a509_2.conda | |
sha256: b2e3c449ec9d907dd4656cb0dc93e140f447175b125a3824b31368b06c666bb6 | |
md5: 9ae35c3d96db2c94ce0cef86efdfa2cb | |
depends: | |
- libgcc-ng >=12 | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: GPL-2.0-only OR FTL | |
size: 634972 | |
timestamp: 1694615932610 | |
- kind: conda | |
name: freetype | |
version: 2.12.1 | |
build: h60636b9_2 | |
build_number: 2 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/freetype-2.12.1-h60636b9_2.conda | |
sha256: b292cf5a25f094eeb4b66e37d99a97894aafd04a5683980852a8cbddccdc8e4e | |
md5: 25152fce119320c980e5470e64834b50 | |
depends: | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: GPL-2.0-only OR FTL | |
size: 599300 | |
timestamp: 1694616137838 | |
- kind: conda | |
name: freetype | |
version: 2.12.1 | |
build: hadb7bae_2 | |
build_number: 2 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/freetype-2.12.1-hadb7bae_2.conda | |
sha256: 791673127e037a2dc0eebe122dc4f904cb3f6e635bb888f42cbe1a76b48748d9 | |
md5: e6085e516a3e304ce41a8ee08b9b89ad | |
depends: | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: GPL-2.0-only OR FTL | |
size: 596430 | |
timestamp: 1694616332835 | |
- kind: conda | |
name: freetype | |
version: 2.12.1 | |
build: hdaf720e_2 | |
build_number: 2 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/freetype-2.12.1-hdaf720e_2.conda | |
sha256: 2c53ee8879e05e149a9e525481d36adfd660a6abda26fd731376fa64ff03e728 | |
md5: 3761b23693f768dc75a8fd0a73ca053f | |
depends: | |
- libpng >=1.6.39,<1.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: GPL-2.0-only OR FTL | |
size: 510306 | |
timestamp: 1694616398888 | |
- kind: conda | |
name: gcc | |
version: 12.3.0 | |
build: h95e488c_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h95e488c_3.conda | |
sha256: 60669bb79c79d6f6929c67b334acd9dc885dccfb7371e41de7626090dc06e408 | |
md5: 413e326f8a01d041ffbfbb51cea46a93 | |
depends: | |
- gcc_impl_linux-64 12.3.0.* | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 27727 | |
timestamp: 1710259826549 | |
- kind: conda | |
name: gcc_impl_linux-64 | |
version: 12.3.0 | |
build: he2b93b0_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_5.conda | |
sha256: a87826c55e6aa2ed5d17f267e6a583f7951658afaa4bf45cd5ba97f5583608b9 | |
md5: e89827619e73df59496c708b94f6f3d5 | |
depends: | |
- binutils_impl_linux-64 >=2.39 | |
- libgcc-devel_linux-64 12.3.0 h8bca6fd_105 | |
- libgcc-ng >=12.3.0 | |
- libgomp >=12.3.0 | |
- libsanitizer 12.3.0 h0f45ef3_5 | |
- libstdcxx-ng >=12.3.0 | |
- sysroot_linux-64 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 51856676 | |
timestamp: 1706820019081 | |
- kind: conda | |
name: gcc_linux-64 | |
version: 12.3.0 | |
build: h6477408_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h6477408_3.conda | |
sha256: 836692c3d4948f25a19f9071db40f7788edcb342d771786a206a6a122f92365d | |
md5: 7a53f84c45bdf4656ba27b9e9ed68b3d | |
depends: | |
- binutils_linux-64 2.40 hdade7a5_3 | |
- gcc_impl_linux-64 12.3.0.* | |
- sysroot_linux-64 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 30977 | |
timestamp: 1710260096918 | |
- kind: conda | |
name: gettext | |
version: 0.21.1 | |
build: h0186832_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/gettext-0.21.1-h0186832_0.tar.bz2 | |
sha256: 093b2f96dc4b48e4952ab8946facec98b34b708a056251fc19c23c3aad30039e | |
md5: 63d2ff6fddfa74e5458488fd311bf635 | |
depends: | |
- libiconv >=1.17,<2.0a0 | |
license: LGPL-2.1-or-later AND GPL-3.0-or-later | |
size: 4021036 | |
timestamp: 1665674192347 | |
- kind: conda | |
name: gettext | |
version: 0.21.1 | |
build: h27087fc_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 | |
sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a | |
md5: 14947d8770185e5153fdd04d4673ed37 | |
depends: | |
- libgcc-ng >=12 | |
license: LGPL-2.1-or-later AND GPL-3.0-or-later | |
size: 4320628 | |
timestamp: 1665673494324 | |
- kind: conda | |
name: gettext | |
version: 0.21.1 | |
build: h8a4c099_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/gettext-0.21.1-h8a4c099_0.tar.bz2 | |
sha256: 915d3cd2d777b9b3fc2e87a25901b8e4a6aa1b2b33cf2ba54e9e9ed4f6b67d94 | |
md5: 1e3aff29ce703d421c43f371ad676cc5 | |
depends: | |
- libiconv >=1.17,<2.0a0 | |
license: LGPL-2.1-or-later AND GPL-3.0-or-later | |
size: 4153781 | |
timestamp: 1665674106245 | |
- kind: conda | |
name: gfortran | |
version: 12.3.0 | |
build: h7389182_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gfortran-12.3.0-h7389182_3.conda | |
sha256: f97482f7d85062ad61e7092eeca8a1a130fbf811cb8fb39be841072be3a81d95 | |
md5: 6b0b27394cf439d0540f949190556860 | |
depends: | |
- gcc 12.3.0.* | |
- gcc_impl_linux-64 12.3.0.* | |
- gfortran_impl_linux-64 12.3.0.* | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 27308 | |
timestamp: 1710260115911 | |
- kind: conda | |
name: gfortran_impl_linux-64 | |
version: 12.3.0 | |
build: hfcedea8_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_impl_linux-64-12.3.0-hfcedea8_5.conda | |
sha256: b965de2c6987ed5ecbbcdf2ea3c3ae8020d1eea81ab915c4cf2bddf37c1ff195 | |
md5: 4d72ee7c82f8a9b2ecef4fcefa9acd19 | |
depends: | |
- gcc_impl_linux-64 >=12.3.0 | |
- libgcc-ng >=12.3.0 | |
- libgcc-ng >=4.9 | |
- libgfortran5 >=12.3.0 | |
- libstdcxx-ng >=4.9 | |
- sysroot_linux-64 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 15403758 | |
timestamp: 1706820236740 | |
- kind: conda | |
name: gfortran_linux-64 | |
version: 12.3.0 | |
build: h617cb40_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gfortran_linux-64-12.3.0-h617cb40_3.conda | |
sha256: f2285e33370851e689e70fa8b5a34a44b0271aff9831a027f302e062cb498cdd | |
md5: 3a9e5b8a6f651ff14e74d896d8f04ab6 | |
depends: | |
- binutils_linux-64 2.40 hdade7a5_3 | |
- gcc_linux-64 12.3.0 h6477408_3 | |
- gfortran_impl_linux-64 12.3.0.* | |
- sysroot_linux-64 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 29389 | |
timestamp: 1710260163933 | |
- kind: conda | |
name: ghp-import | |
version: 2.1.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 | |
sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c | |
md5: 6d8d61116031a3f5b1f32e7899785866 | |
depends: | |
- python >=3.6 | |
- python-dateutil >=2.8.1 | |
license: LicenseRef-Tumbolia-Public | |
size: 15504 | |
timestamp: 1651585848291 | |
- kind: conda | |
name: git | |
version: 2.42.0 | |
build: h57928b3_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/git-2.42.0-h57928b3_1.conda | |
sha256: c2e81e48f8a17bb3393a9c413600ee44de34f7be3d8f4a81b3c2deb1da7e620f | |
md5: 92bb3d38c5d89465d18d0ccbd7f847cd | |
license: GPL-2.0-or-later and LGPL-2.1-or-later | |
size: 116953064 | |
timestamp: 1701087318572 | |
- kind: conda | |
name: git | |
version: 2.42.0 | |
build: pl5321h6e320eb_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/git-2.42.0-pl5321h6e320eb_1.conda | |
sha256: f6af68959eaf3e99527140c5787f99ad2e30b1e5175ec85f3e2c00bb5dee1b37 | |
md5: b6f20acca44617ac2e78a068b78a86e8 | |
depends: | |
- curl | |
- gettext | |
- libexpat >=2.5.0,<3.0a0 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.0,<4.0a0 | |
- pcre2 >=10.42,<10.43.0a0 | |
- perl 5.* | |
license: GPL-2.0-or-later and LGPL-2.1-or-later | |
size: 8176005 | |
timestamp: 1701087161334 | |
- kind: conda | |
name: git | |
version: 2.42.0 | |
build: pl5321h7bc287a_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/git-2.42.0-pl5321h7bc287a_1.conda | |
sha256: dee2e29052bb9a7c7ab16d931e10aedd6410ba1c110983a5a232fe06a1dba008 | |
md5: 7334e613aee6ab4a4d81150a53881074 | |
depends: | |
- curl | |
- gettext | |
- libexpat >=2.5.0,<3.0a0 | |
- libgcc-ng >=12 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.0,<4.0a0 | |
- pcre2 >=10.42,<10.43.0a0 | |
- perl 5.* | |
license: GPL-2.0-or-later and LGPL-2.1-or-later | |
size: 9483120 | |
timestamp: 1701086793863 | |
- kind: conda | |
name: git | |
version: 2.42.0 | |
build: pl5321hba7a703_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/git-2.42.0-pl5321hba7a703_1.conda | |
sha256: fcb72f01d482c981f8a18c3313fcf8b4cd801dbea48ba22ea8b154a2c800e0ca | |
md5: 6b132a44d4c1d735284717c3157cc56e | |
depends: | |
- __osx >=10.9 | |
- curl | |
- gettext | |
- libexpat >=2.5.0,<3.0a0 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.0,<4.0a0 | |
- pcre2 >=10.42,<10.43.0a0 | |
- perl 5.* | |
license: GPL-2.0-or-later and LGPL-2.1-or-later | |
size: 7744105 | |
timestamp: 1701087084155 | |
- kind: conda | |
name: gxx | |
version: 12.3.0 | |
build: h95e488c_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h95e488c_3.conda | |
sha256: 12c8d969b1b6acf1bf4f7c7399993dd3d422a713ad6d7ab9343f6b990f8373a0 | |
md5: 8c50a4d15a8d4812af563a684d598910 | |
depends: | |
- gcc 12.3.0.* | |
- gxx_impl_linux-64 12.3.0.* | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 27244 | |
timestamp: 1710260136609 | |
- kind: conda | |
name: gxx_impl_linux-64 | |
version: 12.3.0 | |
build: he2b93b0_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_5.conda | |
sha256: 69371a1e8ad718b033bc1c58743a395e06ad19d08a2ff97e264ed82fd3ccbd9c | |
md5: cddba8fd94e52012abea1caad722b9c2 | |
depends: | |
- gcc_impl_linux-64 12.3.0 he2b93b0_5 | |
- libstdcxx-devel_linux-64 12.3.0 h8bca6fd_105 | |
- sysroot_linux-64 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 12742481 | |
timestamp: 1706820327015 | |
- kind: conda | |
name: gxx_linux-64 | |
version: 12.3.0 | |
build: h4a1b8e8_3 | |
build_number: 3 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h4a1b8e8_3.conda | |
sha256: 5a842fc69c03ac513a2c021f3f21afd9d9ca50b10b95c0dcd236aa77d6d42373 | |
md5: 9ec22c7c544f4a4f6d660f0a3b0fd15c | |
depends: | |
- binutils_linux-64 2.40 hdade7a5_3 | |
- gcc_linux-64 12.3.0 h6477408_3 | |
- gxx_impl_linux-64 12.3.0.* | |
- sysroot_linux-64 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 29304 | |
timestamp: 1710260169322 | |
- kind: conda | |
name: icu | |
version: '73.2' | |
build: h59595ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda | |
sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 | |
md5: cc47e1facc155f91abd89b11e48e72ff | |
depends: | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 12089150 | |
timestamp: 1692900650789 | |
- kind: conda | |
name: icu | |
version: '73.2' | |
build: h63175ca_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/icu-73.2-h63175ca_0.conda | |
sha256: 423aaa2b69d713520712f55c7c71994b7e6f967824bb39b59ad968e7b209ce8c | |
md5: 0f47d9e3192d9e09ae300da0d28e0f56 | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 13422193 | |
timestamp: 1692901469029 | |
- kind: conda | |
name: icu | |
version: '73.2' | |
build: hc8870d7_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/icu-73.2-hc8870d7_0.conda | |
sha256: ff9cd0c6cd1349954c801fb443c94192b637e1b414514539f3c49c56a39f51b1 | |
md5: 8521bd47c0e11c5902535bb1a17c565f | |
license: MIT | |
license_family: MIT | |
size: 11997841 | |
timestamp: 1692902104771 | |
- kind: conda | |
name: icu | |
version: '73.2' | |
build: hf5e326d_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/icu-73.2-hf5e326d_0.conda | |
sha256: f66362dc36178ac9b7c7a9b012948a9d2d050b3debec24bbd94aadbc44854185 | |
md5: 5cc301d759ec03f28328428e28f65591 | |
license: MIT | |
license_family: MIT | |
size: 11787527 | |
timestamp: 1692901622519 | |
- kind: conda | |
name: identify | |
version: 2.5.35 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.35-pyhd8ed1ab_0.conda | |
sha256: 971683b13d1b820157bef9993c63dd8b0611d2d60fc4b522da163aee2e70e518 | |
md5: 9472bfd206a2b7bb8143835e37667054 | |
depends: | |
- python >=3.6 | |
- ukkonen | |
license: MIT | |
license_family: MIT | |
size: 78364 | |
timestamp: 1708283690891 | |
- kind: conda | |
name: idna | |
version: '3.6' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda | |
sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07 | |
md5: 1a76f09108576397c41c0b0c5bd84134 | |
depends: | |
- python >=3.6 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 50124 | |
timestamp: 1701027126206 | |
- kind: conda | |
name: importlib-metadata | |
version: 7.1.0 | |
build: pyha770c72_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.1.0-pyha770c72_0.conda | |
sha256: cc2e7d1f7f01cede30feafc1118b7aefa244d0a12224513734e24165ae12ba49 | |
md5: 0896606848b2dc5cebdf111b6543aa04 | |
depends: | |
- python >=3.8 | |
- zipp >=0.5 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 27043 | |
timestamp: 1710971498183 | |
- kind: conda | |
name: importlib-resources | |
version: 6.3.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/importlib-resources-6.3.2-pyhd8ed1ab_0.conda | |
sha256: 01b0d30ac9a16c183f106f44329d46cf22fbde2c367fdc1b50c45e72cda653d1 | |
md5: dee66af24082666fe8caa0b38d8117fd | |
depends: | |
- importlib_resources >=6.3.2,<6.3.3.0a0 | |
- python >=3.8 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 9679 | |
timestamp: 1710936761810 | |
- kind: conda | |
name: importlib_resources | |
version: 6.3.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.3.2-pyhd8ed1ab_0.conda | |
sha256: 53470c2d7574fa0d0f1faeb7e8fe1bd08404c2728f011e21b7541b5a6e970485 | |
md5: bb8086d3dd1b2cfeebd15f9a7e56f7bd | |
depends: | |
- python >=3.8 | |
- zipp >=3.1.0 | |
constrains: | |
- importlib-resources >=6.3.2,<6.3.3.0a0 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 30981 | |
timestamp: 1710936736461 | |
- kind: conda | |
name: iniconfig | |
version: 2.0.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda | |
sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 | |
md5: f800d2da156d08e289b14e87e43c1ae5 | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 11101 | |
timestamp: 1673103208955 | |
- kind: conda | |
name: jinja2 | |
version: 3.1.3 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda | |
sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc | |
md5: e7d8df6509ba635247ff9aea31134262 | |
depends: | |
- markupsafe >=2.0 | |
- python >=3.7 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 111589 | |
timestamp: 1704967140287 | |
- kind: conda | |
name: jsonschema | |
version: 3.2.0 | |
build: pyhd8ed1ab_3 | |
build_number: 3 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-3.2.0-pyhd8ed1ab_3.tar.bz2 | |
sha256: d74a3ddd3c3dd9bd7b00110a196e3af90490c5660674f18bfd53a8fdf91de418 | |
md5: 66125e28711d8ffc04a207a2b170316d | |
depends: | |
- attrs >=17.4.0 | |
- importlib-metadata | |
- pyrsistent >=0.14.0 | |
- python >=3.6 | |
- setuptools | |
- six >=1.11.0 | |
license: MIT | |
license_family: MIT | |
size: 45999 | |
timestamp: 1614815999960 | |
- kind: conda | |
name: kernel-headers_linux-64 | |
version: 2.6.32 | |
build: he073ed8_17 | |
build_number: 17 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_17.conda | |
sha256: fb39d64b48f3d9d1acc3df208911a41f25b6a00bd54935d5973b4739a9edd5b6 | |
md5: d731b543793afc0433c4fd593e693fce | |
constrains: | |
- sysroot_linux-64 ==2.12 | |
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 | |
license_family: GPL | |
size: 710627 | |
timestamp: 1708000830116 | |
- kind: conda | |
name: keyutils | |
version: 1.6.1 | |
build: h166bdaf_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 | |
sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb | |
md5: 30186d27e2c9fa62b45fb1476b7200e3 | |
depends: | |
- libgcc-ng >=10.3.0 | |
license: LGPL-2.1-or-later | |
size: 117831 | |
timestamp: 1646151697040 | |
- kind: conda | |
name: krb5 | |
version: 1.21.2 | |
build: h659d440_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda | |
sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 | |
md5: cd95826dbd331ed1be26bdf401432844 | |
depends: | |
- keyutils >=1.6.1,<2.0a0 | |
- libedit >=3.1.20191231,<3.2.0a0 | |
- libedit >=3.1.20191231,<4.0a0 | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
- openssl >=3.1.2,<4.0a0 | |
license: MIT | |
license_family: MIT | |
size: 1371181 | |
timestamp: 1692097755782 | |
- kind: conda | |
name: krb5 | |
version: 1.21.2 | |
build: h92f50d5_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.2-h92f50d5_0.conda | |
sha256: 70bdb9b4589ec7c7d440e485ae22b5a352335ffeb91a771d4c162996c3070875 | |
md5: 92f1cff174a538e0722bf2efb16fc0b2 | |
depends: | |
- libcxx >=15.0.7 | |
- libedit >=3.1.20191231,<3.2.0a0 | |
- libedit >=3.1.20191231,<4.0a0 | |
- openssl >=3.1.2,<4.0a0 | |
license: MIT | |
license_family: MIT | |
size: 1195575 | |
timestamp: 1692098070699 | |
- kind: conda | |
name: krb5 | |
version: 1.21.2 | |
build: hb884880_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/krb5-1.21.2-hb884880_0.conda | |
sha256: 081ae2008a21edf57c048f331a17c65d1ccb52d6ca2f87ee031a73eff4dc0fc6 | |
md5: 80505a68783f01dc8d7308c075261b2f | |
depends: | |
- libcxx >=15.0.7 | |
- libedit >=3.1.20191231,<3.2.0a0 | |
- libedit >=3.1.20191231,<4.0a0 | |
- openssl >=3.1.2,<4.0a0 | |
license: MIT | |
license_family: MIT | |
size: 1183568 | |
timestamp: 1692098004387 | |
- kind: conda | |
name: lcms2 | |
version: '2.16' | |
build: h67d730c_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/lcms2-2.16-h67d730c_0.conda | |
sha256: f9fd9e80e46358a57d9bb97b1e37a03da4022143b019aa3c4476d8a7795de290 | |
md5: d3592435917b62a8becff3a60db674f6 | |
depends: | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 507632 | |
timestamp: 1701648249706 | |
- kind: conda | |
name: lcms2 | |
version: '2.16' | |
build: ha0e7c42_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/lcms2-2.16-ha0e7c42_0.conda | |
sha256: 151e0c84feb7e0747fabcc85006b8973b22f5abbc3af76a9add0b0ef0320ebe4 | |
md5: 66f6c134e76fe13cce8a9ea5814b5dd5 | |
depends: | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
license: MIT | |
license_family: MIT | |
size: 211959 | |
timestamp: 1701647962657 | |
- kind: conda | |
name: lcms2 | |
version: '2.16' | |
build: ha2f27b4_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/lcms2-2.16-ha2f27b4_0.conda | |
sha256: 222ebc0a55544b9922f61e75015d02861e65b48f12113af41d48ba0814e14e4e | |
md5: 1442db8f03517834843666c422238c9b | |
depends: | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
license: MIT | |
license_family: MIT | |
size: 224432 | |
timestamp: 1701648089496 | |
- kind: conda | |
name: lcms2 | |
version: '2.16' | |
build: hb7c19ff_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.16-hb7c19ff_0.conda | |
sha256: 5c878d104b461b7ef922abe6320711c0d01772f4cd55de18b674f88547870041 | |
md5: 51bb7010fc86f70eee639b4bb7a894f5 | |
depends: | |
- libgcc-ng >=12 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
license: MIT | |
license_family: MIT | |
size: 245247 | |
timestamp: 1701647787198 | |
- kind: conda | |
name: ld_impl_linux-64 | |
version: '2.40' | |
build: h41732ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda | |
sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd | |
md5: 7aca3059a1729aa76c597603f10b0dd3 | |
constrains: | |
- binutils_impl_linux-64 2.40 | |
license: GPL-3.0-only | |
license_family: GPL | |
size: 704696 | |
timestamp: 1674833944779 | |
- kind: conda | |
name: lerc | |
version: 4.0.0 | |
build: h27087fc_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 | |
sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 | |
md5: 76bbff344f0134279f225174e9064c8f | |
depends: | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 281798 | |
timestamp: 1657977462600 | |
- kind: conda | |
name: lerc | |
version: 4.0.0 | |
build: h63175ca_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/lerc-4.0.0-h63175ca_0.tar.bz2 | |
sha256: f4f39d7f6a2f9b407f8fb567a6c25755270421731d70f0ff331f5de4fa367488 | |
md5: 1900cb3cab5055833cfddb0ba233b074 | |
depends: | |
- vc >=14.2,<15 | |
- vs2015_runtime >=14.29.30037 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 194365 | |
timestamp: 1657977692274 | |
- kind: conda | |
name: lerc | |
version: 4.0.0 | |
build: h9a09cb3_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/lerc-4.0.0-h9a09cb3_0.tar.bz2 | |
sha256: 6f068bb53dfb6147d3147d981bb851bb5477e769407ad4e6a68edf482fdcb958 | |
md5: de462d5aacda3b30721b512c5da4e742 | |
depends: | |
- libcxx >=13.0.1 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 215721 | |
timestamp: 1657977558796 | |
- kind: conda | |
name: lerc | |
version: 4.0.0 | |
build: hb486fe8_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2 | |
sha256: e41790fc0f4089726369b3c7f813117bbc14b533e0ed8b94cf75aba252e82497 | |
md5: f9d6a4c82889d5ecedec1d90eb673c55 | |
depends: | |
- libcxx >=13.0.1 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 290319 | |
timestamp: 1657977526749 | |
- kind: conda | |
name: libcurl | |
version: 8.6.0 | |
build: h2d989ff_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.6.0-h2d989ff_0.conda | |
sha256: 85d2cbba4b0435a6fbf22963a50d2fd8cf2124eb76118e62d616ef355003c5a5 | |
md5: 3c0b1d8a9c8952e97c240fe0133dd27e | |
depends: | |
- krb5 >=1.21.2,<1.22.0a0 | |
- libnghttp2 >=1.58.0,<2.0a0 | |
- libssh2 >=1.11.0,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: curl | |
license_family: MIT | |
size: 351423 | |
timestamp: 1710591296327 | |
- kind: conda | |
name: libcurl | |
version: 8.6.0 | |
build: h726d00d_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libcurl-8.6.0-h726d00d_0.conda | |
sha256: 2381d1d91e61b7521a6fb084bdcfbd0e9219c1294d8a89d36016240f3dad70fc | |
md5: 09569d6e3dc8bef57841f1fc69ea3ea6 | |
depends: | |
- krb5 >=1.21.2,<1.22.0a0 | |
- libnghttp2 >=1.58.0,<2.0a0 | |
- libssh2 >=1.11.0,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: curl | |
license_family: MIT | |
size: 371183 | |
timestamp: 1710591172599 | |
- kind: conda | |
name: libcurl | |
version: 8.6.0 | |
build: hca28451_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.6.0-hca28451_0.conda | |
sha256: 357ce806adf1818dc8dccdcd64627758e1858eb0d8a9c91aae4a0eeee2a44608 | |
md5: 704739398d858872cb91610f49f0ef29 | |
depends: | |
- krb5 >=1.21.2,<1.22.0a0 | |
- libgcc-ng >=12 | |
- libnghttp2 >=1.58.0,<2.0a0 | |
- libssh2 >=1.11.0,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: curl | |
license_family: MIT | |
size: 391187 | |
timestamp: 1710590979402 | |
- kind: conda | |
name: libcxx | |
version: 16.0.6 | |
build: h4653b0c_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-16.0.6-h4653b0c_0.conda | |
sha256: 11d3fb51c14832d9e4f6d84080a375dec21ea8a3a381a1910e67ff9cedc20355 | |
md5: 9d7d724faf0413bf1dbc5a85935700c8 | |
license: Apache-2.0 WITH LLVM-exception | |
license_family: Apache | |
size: 1160232 | |
timestamp: 1686896993785 | |
- kind: conda | |
name: libcxx | |
version: 16.0.6 | |
build: hd57cbcb_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda | |
sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 | |
md5: 7d6972792161077908b62971802f289a | |
license: Apache-2.0 WITH LLVM-exception | |
license_family: Apache | |
size: 1142172 | |
timestamp: 1686896907750 | |
- kind: conda | |
name: libdeflate | |
version: '1.19' | |
build: ha4e1b8e_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libdeflate-1.19-ha4e1b8e_0.conda | |
sha256: d0f789120fedd0881b129aba9993ec5dcf0ecca67a71ea20c74394e41adcb503 | |
md5: 6a45f543c2beb40023df5ee7e3cedfbd | |
license: MIT | |
license_family: MIT | |
size: 68962 | |
timestamp: 1694922440450 | |
- kind: conda | |
name: libdeflate | |
version: '1.19' | |
build: hb547adb_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libdeflate-1.19-hb547adb_0.conda | |
sha256: 6a3d188a6ae845a742dc85c5fb3f7eb1e252726cd74f0b8a7fa25ec09db6b87a | |
md5: f8c1eb0e99e90b55965c6558578537cc | |
license: MIT | |
license_family: MIT | |
size: 52841 | |
timestamp: 1694924330786 | |
- kind: conda | |
name: libdeflate | |
version: '1.19' | |
build: hcfcfb64_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libdeflate-1.19-hcfcfb64_0.conda | |
sha256: e2886a84eaa0fbeca1d1d810270f234431d190402b4a79acf756ca2d16000354 | |
md5: 002b1b723b44dbd286b9e3708762433c | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 153203 | |
timestamp: 1694922596415 | |
- kind: conda | |
name: libdeflate | |
version: '1.19' | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.19-hd590300_0.conda | |
sha256: 985ad27aa0ba7aad82afa88a8ede6a1aacb0aaca950d710f15d85360451e72fd | |
md5: 1635570038840ee3f9c71d22aa5b8b6d | |
depends: | |
- libgcc-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 67080 | |
timestamp: 1694922285678 | |
- kind: conda | |
name: libedit | |
version: 3.1.20191231 | |
build: h0678c8f_2 | |
build_number: 2 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libedit-3.1.20191231-h0678c8f_2.tar.bz2 | |
sha256: dbd3c3f2eca1d21c52e4c03b21930bbce414c4592f8ce805801575b9e9256095 | |
md5: 6016a8a1d0e63cac3de2c352cd40208b | |
depends: | |
- ncurses >=6.2,<7.0.0a0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 105382 | |
timestamp: 1597616576726 | |
- kind: conda | |
name: libedit | |
version: 3.1.20191231 | |
build: hc8eb9b7_2 | |
build_number: 2 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20191231-hc8eb9b7_2.tar.bz2 | |
sha256: 3912636197933ecfe4692634119e8644904b41a58f30cad9d1fc02f6ba4d9fca | |
md5: 30e4362988a2623e9eb34337b83e01f9 | |
depends: | |
- ncurses >=6.2,<7.0.0a0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 96607 | |
timestamp: 1597616630749 | |
- kind: conda | |
name: libedit | |
version: 3.1.20191231 | |
build: he28a2e2_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 | |
sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf | |
md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 | |
depends: | |
- libgcc-ng >=7.5.0 | |
- ncurses >=6.2,<7.0.0a0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 123878 | |
timestamp: 1597616541093 | |
- kind: conda | |
name: libev | |
version: '4.33' | |
build: h10d778d_2 | |
build_number: 2 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libev-4.33-h10d778d_2.conda | |
sha256: 0d238488564a7992942aa165ff994eca540f687753b4f0998b29b4e4d030ff43 | |
md5: 899db79329439820b7e8f8de41bca902 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 106663 | |
timestamp: 1702146352558 | |
- kind: conda | |
name: libev | |
version: '4.33' | |
build: h93a5062_2 | |
build_number: 2 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda | |
sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f | |
md5: 36d33e440c31857372a72137f78bacf5 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 107458 | |
timestamp: 1702146414478 | |
- kind: conda | |
name: libev | |
version: '4.33' | |
build: hd590300_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda | |
sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 | |
md5: 172bf1cd1ff8629f2b1179945ed45055 | |
depends: | |
- libgcc-ng >=12 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 112766 | |
timestamp: 1702146165126 | |
- kind: conda | |
name: libexpat | |
version: 2.6.2 | |
build: h59595ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda | |
sha256: 331bb7c7c05025343ebd79f86ae612b9e1e74d2687b8f3179faec234f986ce19 | |
md5: e7ba12deb7020dd080c6c70e7b6f6a3d | |
depends: | |
- libgcc-ng >=12 | |
constrains: | |
- expat 2.6.2.* | |
license: MIT | |
license_family: MIT | |
size: 73730 | |
timestamp: 1710362120304 | |
- kind: conda | |
name: libexpat | |
version: 2.6.2 | |
build: h63175ca_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.6.2-h63175ca_0.conda | |
sha256: 79f612f75108f3e16bbdc127d4885bb74729cf66a8702fca0373dad89d40c4b7 | |
md5: bc592d03f62779511d392c175dcece64 | |
constrains: | |
- expat 2.6.2.* | |
license: MIT | |
license_family: MIT | |
size: 139224 | |
timestamp: 1710362609641 | |
- kind: conda | |
name: libexpat | |
version: 2.6.2 | |
build: h73e2aa4_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.2-h73e2aa4_0.conda | |
sha256: a188a77b275d61159a32ab547f7d17892226e7dac4518d2c6ac3ac8fc8dfde92 | |
md5: 3d1d51c8f716d97c864d12f7af329526 | |
constrains: | |
- expat 2.6.2.* | |
license: MIT | |
license_family: MIT | |
size: 69246 | |
timestamp: 1710362566073 | |
- kind: conda | |
name: libexpat | |
version: 2.6.2 | |
build: hebf3989_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda | |
sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e | |
md5: e3cde7cfa87f82f7cb13d482d5e0ad09 | |
constrains: | |
- expat 2.6.2.* | |
license: MIT | |
license_family: MIT | |
size: 63655 | |
timestamp: 1710362424980 | |
- kind: conda | |
name: libffi | |
version: 3.4.2 | |
build: h0d85af4_5 | |
build_number: 5 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 | |
sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f | |
md5: ccb34fb14960ad8b125962d3d79b31a9 | |
license: MIT | |
license_family: MIT | |
size: 51348 | |
timestamp: 1636488394370 | |
- kind: conda | |
name: libffi | |
version: 3.4.2 | |
build: h3422bc3_5 | |
build_number: 5 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2 | |
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca | |
md5: 086914b672be056eb70fd4285b6783b6 | |
license: MIT | |
license_family: MIT | |
size: 39020 | |
timestamp: 1636488587153 | |
- kind: conda | |
name: libffi | |
version: 3.4.2 | |
build: h7f98852_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 | |
sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e | |
md5: d645c6d2ac96843a2bfaccd2d62b3ac3 | |
depends: | |
- libgcc-ng >=9.4.0 | |
license: MIT | |
license_family: MIT | |
size: 58292 | |
timestamp: 1636488182923 | |
- kind: conda | |
name: libffi | |
version: 3.4.2 | |
build: h8ffe710_5 | |
build_number: 5 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 | |
sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 | |
md5: 2c96d1b6915b408893f9472569dee135 | |
depends: | |
- vc >=14.1,<15.0a0 | |
- vs2015_runtime >=14.16.27012 | |
license: MIT | |
license_family: MIT | |
size: 42063 | |
timestamp: 1636489106777 | |
- kind: conda | |
name: libgcc-devel_linux-64 | |
version: 12.3.0 | |
build: h8bca6fd_105 | |
build_number: 105 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
sha256: ed2dfc6d959dc27e7668439e1ad31b127b43e99f9a7e77a2d34b958fa797316b | |
md5: e12ce6b051085b8f27e239f5e5f5bce5 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 2568967 | |
timestamp: 1706819720613 | |
- kind: conda | |
name: libgcc-ng | |
version: 13.2.0 | |
build: h807b86a_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda | |
sha256: d32f78bfaac282cfe5205f46d558704ad737b8dbf71f9227788a5ca80facaba4 | |
md5: d4ff227c46917d3b4565302a2bbb276b | |
depends: | |
- _libgcc_mutex 0.1 conda_forge | |
- _openmp_mutex >=4.5 | |
constrains: | |
- libgomp 13.2.0 h807b86a_5 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 770506 | |
timestamp: 1706819192021 | |
- kind: conda | |
name: libgfortran5 | |
version: 13.2.0 | |
build: ha4646dd_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_5.conda | |
sha256: ba8d94e8493222ce155bb264d9de4200e41498a458e866fedf444de809bde8b6 | |
md5: 7a6bd7a12a4bd359e2afe6c0fa1acace | |
depends: | |
- libgcc-ng >=13.2.0 | |
constrains: | |
- libgfortran-ng 13.2.0 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 1442769 | |
timestamp: 1706819209473 | |
- kind: conda | |
name: libglib | |
version: 2.78.4 | |
build: h1635a5e_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libglib-2.78.4-h1635a5e_0.conda | |
sha256: 8229251ab78074d16c372b5995f19f967321328fdf8723feab7efec66fe6cc03 | |
md5: 537ff7a85b63d478e563530dfe66a71e | |
depends: | |
- gettext >=0.21.1,<1.0a0 | |
- libcxx >=16 | |
- libffi >=3.4,<4.0a0 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pcre2 >=10.42,<10.43.0a0 | |
constrains: | |
- glib 2.78.4 *_0 | |
license: LGPL-2.1-or-later | |
size: 2437234 | |
timestamp: 1708285905755 | |
- kind: conda | |
name: libglib | |
version: 2.78.4 | |
build: h783c2da_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.78.4-h783c2da_0.conda | |
sha256: 3a03a5254d2fd29c1e0ffda7250e22991dfbf2c854301fd56c408d97a647cfbd | |
md5: d86baf8740d1a906b9716f2a0bac2f2d | |
depends: | |
- gettext >=0.21.1,<1.0a0 | |
- libffi >=3.4,<4.0a0 | |
- libgcc-ng >=12 | |
- libiconv >=1.17,<2.0a0 | |
- libstdcxx-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pcre2 >=10.42,<10.43.0a0 | |
constrains: | |
- glib 2.78.4 *_0 | |
license: LGPL-2.1-or-later | |
size: 2692079 | |
timestamp: 1708284870228 | |
- kind: conda | |
name: libglib | |
version: 2.78.4 | |
build: hab64008_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libglib-2.78.4-hab64008_0.conda | |
sha256: 122060ba63fd27e53672dbac7dc0b4f55a6432993446f4ed3c30a69a9457c615 | |
md5: ff7e302784375cfc3157b8120a18124d | |
depends: | |
- gettext >=0.21.1,<1.0a0 | |
- libcxx >=16 | |
- libffi >=3.4,<4.0a0 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pcre2 >=10.42,<10.43.0a0 | |
constrains: | |
- glib 2.78.4 *_0 | |
license: LGPL-2.1-or-later | |
size: 2474668 | |
timestamp: 1708285048757 | |
- kind: conda | |
name: libglib | |
version: 2.80.0 | |
build: h39d0aa6_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libglib-2.80.0-h39d0aa6_1.conda | |
sha256: 326fb2d1c8789660cec01eda3eec2fa15dd816d291126df13f1c34d80ffda6aa | |
md5: 6160439f169ec670951460024751b2ae | |
depends: | |
- libffi >=3.4,<4.0a0 | |
- libiconv >=1.17,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- pcre2 >=10.43,<10.44.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
constrains: | |
- glib 2.80.0 *_1 | |
license: LGPL-2.1-or-later | |
size: 2805065 | |
timestamp: 1710939443433 | |
- kind: conda | |
name: libgomp | |
version: 13.2.0 | |
build: h807b86a_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda | |
sha256: 0d3d4b1b0134283ea02d58e8eb5accf3655464cf7159abf098cc694002f8d34e | |
md5: d211c42b9ce49aee3734fdc828731689 | |
depends: | |
- _libgcc_mutex 0.1 conda_forge | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 419751 | |
timestamp: 1706819107383 | |
- kind: conda | |
name: libiconv | |
version: '1.17' | |
build: h0d3ecfb_2 | |
build_number: 2 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda | |
sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304 | |
md5: 69bda57310071cf6d2b86caf11573d2d | |
license: LGPL-2.1-only | |
size: 676469 | |
timestamp: 1702682458114 | |
- kind: conda | |
name: libiconv | |
version: '1.17' | |
build: hcfcfb64_2 | |
build_number: 2 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.17-hcfcfb64_2.conda | |
sha256: 5f844dd19b046d43174ad80c6ea75b5d504020e3b63cfbc4ace97b8730d35c7b | |
md5: e1eb10b1cca179f2baa3601e4efc8712 | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: LGPL-2.1-only | |
size: 636146 | |
timestamp: 1702682547199 | |
- kind: conda | |
name: libiconv | |
version: '1.17' | |
build: hd590300_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-hd590300_2.conda | |
sha256: 8ac2f6a9f186e76539439e50505d98581472fedb347a20e7d1f36429849f05c9 | |
md5: d66573916ffcf376178462f1b61c941e | |
depends: | |
- libgcc-ng >=12 | |
license: LGPL-2.1-only | |
size: 705775 | |
timestamp: 1702682170569 | |
- kind: conda | |
name: libiconv | |
version: '1.17' | |
build: hd75f5a5_2 | |
build_number: 2 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda | |
sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23 | |
md5: 6c3628d047e151efba7cf08c5e54d1ca | |
license: LGPL-2.1-only | |
size: 666538 | |
timestamp: 1702682713201 | |
- kind: conda | |
name: libjpeg-turbo | |
version: 3.0.0 | |
build: h0dc2134_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libjpeg-turbo-3.0.0-h0dc2134_1.conda | |
sha256: d9572fd1024adc374aae7c247d0f29fdf4b122f1e3586fe62acc18067f40d02f | |
md5: 72507f8e3961bc968af17435060b6dd6 | |
constrains: | |
- jpeg <0.0.0a | |
license: IJG AND BSD-3-Clause AND Zlib | |
size: 579748 | |
timestamp: 1694475265912 | |
- kind: conda | |
name: libjpeg-turbo | |
version: 3.0.0 | |
build: hb547adb_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libjpeg-turbo-3.0.0-hb547adb_1.conda | |
sha256: a42054eaa38e84fc1e5ab443facac4bbc9d1b6b6f23f54b7bf4f1eb687e1d993 | |
md5: 3ff1e053dc3a2b8e36b9bfa4256a58d1 | |
constrains: | |
- jpeg <0.0.0a | |
license: IJG AND BSD-3-Clause AND Zlib | |
size: 547541 | |
timestamp: 1694475104253 | |
- kind: conda | |
name: libjpeg-turbo | |
version: 3.0.0 | |
build: hcfcfb64_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libjpeg-turbo-3.0.0-hcfcfb64_1.conda | |
sha256: 4e7808e3098b4b4ed7e287f63bb24f9045cc4d95bfd39f0db870fc2837d74dff | |
md5: 3f1b948619c45b1ca714d60c7389092c | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
constrains: | |
- jpeg <0.0.0a | |
license: IJG AND BSD-3-Clause AND Zlib | |
size: 822966 | |
timestamp: 1694475223854 | |
- kind: conda | |
name: libjpeg-turbo | |
version: 3.0.0 | |
build: hd590300_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libjpeg-turbo-3.0.0-hd590300_1.conda | |
sha256: b954e09b7e49c2f2433d6f3bb73868eda5e378278b0f8c1dd10a7ef090e14f2f | |
md5: ea25936bb4080d843790b586850f82b8 | |
depends: | |
- libgcc-ng >=12 | |
constrains: | |
- jpeg <0.0.0a | |
license: IJG AND BSD-3-Clause AND Zlib | |
size: 618575 | |
timestamp: 1694474974816 | |
- kind: conda | |
name: libnghttp2 | |
version: 1.58.0 | |
build: h47da74e_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.58.0-h47da74e_1.conda | |
sha256: 1910c5306c6aa5bcbd623c3c930c440e9c77a5a019008e1487810e3c1d3716cb | |
md5: 700ac6ea6d53d5510591c4344d5c989a | |
depends: | |
- c-ares >=1.23.0,<2.0a0 | |
- libev >=4.33,<4.34.0a0 | |
- libev >=4.33,<5.0a0 | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.0,<4.0a0 | |
license: MIT | |
license_family: MIT | |
size: 631936 | |
timestamp: 1702130036271 | |
- kind: conda | |
name: libnghttp2 | |
version: 1.58.0 | |
build: h64cf6d3_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libnghttp2-1.58.0-h64cf6d3_1.conda | |
sha256: 412fd768e787e586602f8e9ea52bf089f3460fc630f6987f0cbd89b70e9a4380 | |
md5: faecc55c2a8155d9ff1c0ff9a0fef64f | |
depends: | |
- __osx >=10.9 | |
- c-ares >=1.23.0,<2.0a0 | |
- libcxx >=16.0.6 | |
- libev >=4.33,<4.34.0a0 | |
- libev >=4.33,<5.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.0,<4.0a0 | |
license: MIT | |
license_family: MIT | |
size: 599736 | |
timestamp: 1702130398536 | |
- kind: conda | |
name: libnghttp2 | |
version: 1.58.0 | |
build: ha4dd798_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.58.0-ha4dd798_1.conda | |
sha256: fc97aaaf0c6d0f508be313d86c2705b490998d382560df24be918b8e977802cd | |
md5: 1813e066bfcef82de579a0be8a766df4 | |
depends: | |
- __osx >=10.9 | |
- c-ares >=1.23.0,<2.0a0 | |
- libcxx >=16.0.6 | |
- libev >=4.33,<4.34.0a0 | |
- libev >=4.33,<5.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.0,<4.0a0 | |
license: MIT | |
license_family: MIT | |
size: 565451 | |
timestamp: 1702130473930 | |
- kind: conda | |
name: libnsl | |
version: 2.0.1 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda | |
sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 | |
md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 | |
depends: | |
- libgcc-ng >=12 | |
license: LGPL-2.1-only | |
license_family: GPL | |
size: 33408 | |
timestamp: 1697359010159 | |
- kind: conda | |
name: libpng | |
version: 1.6.43 | |
build: h091b4b1_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libpng-1.6.43-h091b4b1_0.conda | |
sha256: 66c4713b07408398f2221229a1c1d5df57d65dc0902258113f2d9ecac4772495 | |
md5: 77e684ca58d82cae9deebafb95b1a2b8 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: zlib-acknowledgement | |
size: 264177 | |
timestamp: 1708780447187 | |
- kind: conda | |
name: libpng | |
version: 1.6.43 | |
build: h19919ed_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libpng-1.6.43-h19919ed_0.conda | |
sha256: 6ad31bf262a114de5bbe0c6ba73b29ed25239d0f46f9d59700310d2ea0b3c142 | |
md5: 77e398acc32617a0384553aea29e866b | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: zlib-acknowledgement | |
size: 347514 | |
timestamp: 1708780763195 | |
- kind: conda | |
name: libpng | |
version: 1.6.43 | |
build: h2797004_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.43-h2797004_0.conda | |
sha256: 502f6ff148ac2777cc55ae4ade01a8fc3543b4ffab25c4e0eaa15f94e90dd997 | |
md5: 009981dd9cfcaa4dbfa25ffaed86bcae | |
depends: | |
- libgcc-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: zlib-acknowledgement | |
size: 288221 | |
timestamp: 1708780443939 | |
- kind: conda | |
name: libpng | |
version: 1.6.43 | |
build: h92b6c6a_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libpng-1.6.43-h92b6c6a_0.conda | |
sha256: 13e646d24b5179e6b0a5ece4451a587d759f55d9a360b7015f8f96eff4524b8f | |
md5: 65dcddb15965c9de2c0365cb14910532 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: zlib-acknowledgement | |
size: 268524 | |
timestamp: 1708780496420 | |
- kind: conda | |
name: libsanitizer | |
version: 12.3.0 | |
build: h0f45ef3_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_5.conda | |
sha256: 70329cb8b0604273521cdae63520cb364a8d5477e156e65cdbd810984caeabee | |
md5: 11d1ceacff40054d5a74b12975d76f20 | |
depends: | |
- libgcc-ng >=12.3.0 | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 3890717 | |
timestamp: 1706819904612 | |
- kind: conda | |
name: libsqlite | |
version: 3.45.2 | |
build: h091b4b1_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.45.2-h091b4b1_0.conda | |
sha256: 7c234320a1a2132b9cc972aaa06bb215bb220a5b1addb0bed7a5a321c805920e | |
md5: 9d07427ee5bd9afd1e11ce14368a48d6 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: Unlicense | |
size: 825300 | |
timestamp: 1710255078823 | |
- kind: conda | |
name: libsqlite | |
version: 3.45.2 | |
build: h2797004_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.45.2-h2797004_0.conda | |
sha256: 8cdbeb7902729e319510a82d7c642402981818702b58812af265ef55d1315473 | |
md5: 866983a220e27a80cb75e85cb30466a1 | |
depends: | |
- libgcc-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: Unlicense | |
size: 857489 | |
timestamp: 1710254744982 | |
- kind: conda | |
name: libsqlite | |
version: 3.45.2 | |
build: h92b6c6a_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.45.2-h92b6c6a_0.conda | |
sha256: 320ec73a4e3dd377757a2595770b8137ec4583df4d7782472d76377cdbdc4543 | |
md5: 086f56e13a96a6cfb1bf640505ae6b70 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: Unlicense | |
size: 902355 | |
timestamp: 1710254991672 | |
- kind: conda | |
name: libsqlite | |
version: 3.45.2 | |
build: hcfcfb64_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.45.2-hcfcfb64_0.conda | |
sha256: 4bb24b986550275a6d02835150d943c4c675808d05c0efc5c2a22154d007a69f | |
md5: f95359f8dc5abf7da7776ece9ef10bc5 | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: Unlicense | |
size: 869606 | |
timestamp: 1710255095740 | |
- kind: conda | |
name: libssh2 | |
version: 1.11.0 | |
build: h0841786_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda | |
sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d | |
md5: 1f5a58e686b13bcfde88b93f547d23fe | |
depends: | |
- libgcc-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.1.1,<4.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 271133 | |
timestamp: 1685837707056 | |
- kind: conda | |
name: libssh2 | |
version: 1.11.0 | |
build: h7a5bd25_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.0-h7a5bd25_0.conda | |
sha256: bb57d0c53289721fff1eeb3103a1c6a988178e88d8a8f4345b0b91a35f0e0015 | |
md5: 029f7dc931a3b626b94823bc77830b01 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.1.1,<4.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 255610 | |
timestamp: 1685837894256 | |
- kind: conda | |
name: libssh2 | |
version: 1.11.0 | |
build: hd019ec5_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libssh2-1.11.0-hd019ec5_0.conda | |
sha256: f3886763b88f4b24265db6036535ef77b7b77ce91b1cbe588c0fbdd861eec515 | |
md5: ca3a72efba692c59a90d4b9fc0dfe774 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.1.1,<4.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 259556 | |
timestamp: 1685837820566 | |
- kind: conda | |
name: libstdcxx-devel_linux-64 | |
version: 12.3.0 | |
build: h8bca6fd_105 | |
build_number: 105 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_105.conda | |
sha256: efcd4b4cba79cd0fb5a87757c7ca63171cf3b7b06446192364bae7defb50b94c | |
md5: b3c6062c84a8e172555ee104ea6a01ab | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 11597918 | |
timestamp: 1706819775415 | |
- kind: conda | |
name: libstdcxx-ng | |
version: 13.2.0 | |
build: h7e041cc_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda | |
sha256: a56c5b11f1e73a86e120e6141a42d9e935a99a2098491ac9e15347a1476ce777 | |
md5: f6f6600d18a4047b54f803cf708b868a | |
license: GPL-3.0-only WITH GCC-exception-3.1 | |
license_family: GPL | |
size: 3834139 | |
timestamp: 1706819252496 | |
- kind: conda | |
name: libtiff | |
version: 4.6.0 | |
build: h684deea_2 | |
build_number: 2 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libtiff-4.6.0-h684deea_2.conda | |
sha256: 1ef5bd7295f4316b111f70ad21356fb9f0de50b85a341cac9e3a61ac6487fdf1 | |
md5: 2ca10a325063e000ad6d2a5900061e0d | |
depends: | |
- lerc >=4.0.0,<5.0a0 | |
- libcxx >=15.0.7 | |
- libdeflate >=1.19,<1.20.0a0 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- xz >=5.2.6,<6.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: HPND | |
size: 266501 | |
timestamp: 1695661828714 | |
- kind: conda | |
name: libtiff | |
version: 4.6.0 | |
build: h6e2ebb7_2 | |
build_number: 2 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libtiff-4.6.0-h6e2ebb7_2.conda | |
sha256: f7b50b71840a5d8edd74a8bccf0c173ca2599bd136e366c35722272b4afa0500 | |
md5: 08d653b74ee2dec0131ad4259ffbb126 | |
depends: | |
- lerc >=4.0.0,<5.0a0 | |
- libdeflate >=1.19,<1.20.0a0 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
- xz >=5.2.6,<6.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: HPND | |
size: 787430 | |
timestamp: 1695662030293 | |
- kind: conda | |
name: libtiff | |
version: 4.6.0 | |
build: ha8a6c65_2 | |
build_number: 2 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libtiff-4.6.0-ha8a6c65_2.conda | |
sha256: b18ef36eb90f190db22c56ae5a080bccc16669c8f5b795a6211d7b0c00c18ff7 | |
md5: 596d6d949bab9a75a492d451f521f457 | |
depends: | |
- lerc >=4.0.0,<5.0a0 | |
- libcxx >=15.0.7 | |
- libdeflate >=1.19,<1.20.0a0 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- xz >=5.2.6,<6.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: HPND | |
size: 246265 | |
timestamp: 1695661829324 | |
- kind: conda | |
name: libtiff | |
version: 4.6.0 | |
build: ha9c0a0a_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.6.0-ha9c0a0a_2.conda | |
sha256: 45158f5fbee7ee3e257e6b9f51b9f1c919ed5518a94a9973fe7fa4764330473e | |
md5: 55ed21669b2015f77c180feb1dd41930 | |
depends: | |
- lerc >=4.0.0,<5.0a0 | |
- libdeflate >=1.19,<1.20.0a0 | |
- libgcc-ng >=12 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libstdcxx-ng >=12 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- xz >=5.2.6,<6.0a0 | |
- zstd >=1.5.5,<1.6.0a0 | |
license: HPND | |
size: 283198 | |
timestamp: 1695661593314 | |
- kind: conda | |
name: libuuid | |
version: 2.38.1 | |
build: h0b41bf4_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda | |
sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 | |
md5: 40b61aab5c7ba9ff276c41cfffe6b80b | |
depends: | |
- libgcc-ng >=12 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 33601 | |
timestamp: 1680112270483 | |
- kind: conda | |
name: libwebp-base | |
version: 1.3.2 | |
build: h0dc2134_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libwebp-base-1.3.2-h0dc2134_0.conda | |
sha256: fa7580f26fec4c28321ec2ece1257f3293e0c646c635e9904679f4a8369be401 | |
md5: 4e7e9d244e87d66c18d36894fd6a8ae5 | |
constrains: | |
- libwebp 1.3.2 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 346599 | |
timestamp: 1694709233836 | |
- kind: conda | |
name: libwebp-base | |
version: 1.3.2 | |
build: hb547adb_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libwebp-base-1.3.2-hb547adb_0.conda | |
sha256: a159b848193043fb58465ae6a449361615dadcf27babfe0b18db2bd3eb59e958 | |
md5: 85dbc11098cdbe4244cd73f29a3ab795 | |
constrains: | |
- libwebp 1.3.2 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 273844 | |
timestamp: 1694709510635 | |
- kind: conda | |
name: libwebp-base | |
version: 1.3.2 | |
build: hcfcfb64_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libwebp-base-1.3.2-hcfcfb64_0.conda | |
sha256: af1453fab10d1fb8b379c61a78882614051a8bac37307d7ac4fb58eac667709e | |
md5: dcde8820959e64378d4e06147ffecfdd | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
constrains: | |
- libwebp 1.3.2 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 268870 | |
timestamp: 1694709461733 | |
- kind: conda | |
name: libwebp-base | |
version: 1.3.2 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.3.2-hd590300_0.conda | |
sha256: 68764a760fa81ef35dacb067fe8ace452bbb41476536a4a147a1051df29525f0 | |
md5: 30de3fd9b3b602f7473f30e684eeea8c | |
depends: | |
- libgcc-ng >=12 | |
constrains: | |
- libwebp 1.3.2 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 401830 | |
timestamp: 1694709121323 | |
- kind: conda | |
name: libxcb | |
version: '1.15' | |
build: h0b41bf4_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.15-h0b41bf4_0.conda | |
sha256: a670902f0a3173a466c058d2ac22ca1dd0df0453d3a80e0212815c20a16b0485 | |
md5: 33277193f5b92bad9fdd230eb700929c | |
depends: | |
- libgcc-ng >=12 | |
- pthread-stubs | |
- xorg-libxau | |
- xorg-libxdmcp | |
license: MIT | |
license_family: MIT | |
size: 384238 | |
timestamp: 1682082368177 | |
- kind: conda | |
name: libxcb | |
version: '1.15' | |
build: hb7f2c08_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libxcb-1.15-hb7f2c08_0.conda | |
sha256: f41904f466acc8b3197f37f2dd3a08da75720c7f7464d9267635debc4ac1902b | |
md5: 5513f57e0238c87c12dffedbcc9c1a4a | |
depends: | |
- pthread-stubs | |
- xorg-libxau | |
- xorg-libxdmcp | |
license: MIT | |
license_family: MIT | |
size: 313793 | |
timestamp: 1682083036825 | |
- kind: conda | |
name: libxcb | |
version: '1.15' | |
build: hcd874cb_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libxcb-1.15-hcd874cb_0.conda | |
sha256: d01322c693580f53f8d07a7420cd6879289f5ddad5531b372c3efd1c37cac3bf | |
md5: 090d91b69396f14afef450c285f9758c | |
depends: | |
- m2w64-gcc-libs | |
- m2w64-gcc-libs-core | |
- pthread-stubs | |
- xorg-libxau | |
- xorg-libxdmcp | |
license: MIT | |
license_family: MIT | |
size: 969788 | |
timestamp: 1682083087243 | |
- kind: conda | |
name: libxcb | |
version: '1.15' | |
build: hf346824_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libxcb-1.15-hf346824_0.conda | |
sha256: 6eaa87760ff3e91bb5524189700139db46f8946ff6331f4e571e4a9356edbb0d | |
md5: 988d5f86ab60fa6de91b3ee3a88a3af9 | |
depends: | |
- pthread-stubs | |
- xorg-libxau | |
- xorg-libxdmcp | |
license: MIT | |
license_family: MIT | |
size: 334770 | |
timestamp: 1682082734262 | |
- kind: conda | |
name: libxcrypt | |
version: 4.4.36 | |
build: hd590300_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda | |
sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c | |
md5: 5aa797f8787fe7a17d1b0821485b5adc | |
depends: | |
- libgcc-ng >=12 | |
license: LGPL-2.1-or-later | |
size: 100393 | |
timestamp: 1702724383534 | |
- kind: conda | |
name: libzlib | |
version: 1.2.13 | |
build: h53f4e23_5 | |
build_number: 5 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.2.13-h53f4e23_5.conda | |
sha256: ab1c8aefa2d54322a63aaeeefe9cf877411851738616c4068e0dccc66b9c758a | |
md5: 1a47f5236db2e06a320ffa0392f81bd8 | |
constrains: | |
- zlib 1.2.13 *_5 | |
license: Zlib | |
license_family: Other | |
size: 48102 | |
timestamp: 1686575426584 | |
- kind: conda | |
name: libzlib | |
version: 1.2.13 | |
build: h8a1eda9_5 | |
build_number: 5 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda | |
sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 | |
md5: 4a3ad23f6e16f99c04e166767193d700 | |
constrains: | |
- zlib 1.2.13 *_5 | |
license: Zlib | |
license_family: Other | |
size: 59404 | |
timestamp: 1686575566695 | |
- kind: conda | |
name: libzlib | |
version: 1.2.13 | |
build: hcfcfb64_5 | |
build_number: 5 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda | |
sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 | |
md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
constrains: | |
- zlib 1.2.13 *_5 | |
license: Zlib | |
license_family: Other | |
size: 55800 | |
timestamp: 1686575452215 | |
- kind: conda | |
name: libzlib | |
version: 1.2.13 | |
build: hd590300_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda | |
sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 | |
md5: f36c115f1ee199da648e0597ec2047ad | |
depends: | |
- libgcc-ng >=12 | |
constrains: | |
- zlib 1.2.13 *_5 | |
license: Zlib | |
license_family: Other | |
size: 61588 | |
timestamp: 1686575217516 | |
- kind: conda | |
name: m2w64-gcc-libgfortran | |
version: 5.3.0 | |
build: '6' | |
build_number: 6 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libgfortran-5.3.0-6.tar.bz2 | |
sha256: 9de95a7996d5366ae0808eef2acbc63f9b11b874aa42375f55379e6715845dc6 | |
md5: 066552ac6b907ec6d72c0ddab29050dc | |
depends: | |
- m2w64-gcc-libs-core | |
- msys2-conda-epoch ==20160418 | |
license: GPL, LGPL, FDL, custom | |
size: 350687 | |
timestamp: 1608163451316 | |
- kind: conda | |
name: m2w64-gcc-libs | |
version: 5.3.0 | |
build: '7' | |
build_number: 7 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-5.3.0-7.tar.bz2 | |
sha256: 3bd1ab02b7c89a5b153a17be03b36d833f1517ff2a6a77ead7c4a808b88196aa | |
md5: fe759119b8b3bfa720b8762c6fdc35de | |
depends: | |
- m2w64-gcc-libgfortran | |
- m2w64-gcc-libs-core | |
- m2w64-gmp | |
- m2w64-libwinpthread-git | |
- msys2-conda-epoch ==20160418 | |
license: GPL3+, partial:GCCRLE, partial:LGPL2+ | |
size: 532390 | |
timestamp: 1608163512830 | |
- kind: conda | |
name: m2w64-gcc-libs-core | |
version: 5.3.0 | |
build: '7' | |
build_number: 7 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gcc-libs-core-5.3.0-7.tar.bz2 | |
sha256: 58afdfe859ed2e9a9b1cc06bc408720cb2c3a6a132e59d4805b090d7574f4ee0 | |
md5: 4289d80fb4d272f1f3b56cfe87ac90bd | |
depends: | |
- m2w64-gmp | |
- m2w64-libwinpthread-git | |
- msys2-conda-epoch ==20160418 | |
license: GPL3+, partial:GCCRLE, partial:LGPL2+ | |
size: 219240 | |
timestamp: 1608163481341 | |
- kind: conda | |
name: m2w64-gmp | |
version: 6.1.0 | |
build: '2' | |
build_number: 2 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-gmp-6.1.0-2.tar.bz2 | |
sha256: 7e3cd95f554660de45f8323fca359e904e8d203efaf07a4d311e46d611481ed1 | |
md5: 53a1c73e1e3d185516d7e3af177596d9 | |
depends: | |
- msys2-conda-epoch ==20160418 | |
license: LGPL3 | |
size: 743501 | |
timestamp: 1608163782057 | |
- kind: conda | |
name: m2w64-libwinpthread-git | |
version: 5.0.0.4634.697f757 | |
build: '2' | |
build_number: 2 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/m2w64-libwinpthread-git-5.0.0.4634.697f757-2.tar.bz2 | |
sha256: f63a09b2cae7defae0480f1740015d6235f1861afa6fe2e2d3e10bd0d1314ee0 | |
md5: 774130a326dee16f1ceb05cc687ee4f0 | |
depends: | |
- msys2-conda-epoch ==20160418 | |
license: MIT, BSD | |
size: 31928 | |
timestamp: 1608166099896 | |
- kind: conda | |
name: markdown | |
version: '3.6' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.6-pyhd8ed1ab_0.conda | |
sha256: fce1fde00359696983989699c00f9891194c4ebafea647a8d21b7e2e3329b56e | |
md5: 06e9bebf748a0dea03ecbe1f0e27e909 | |
depends: | |
- importlib-metadata >=4.4 | |
- python >=3.6 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 78331 | |
timestamp: 1710435316163 | |
- kind: conda | |
name: markupsafe | |
version: 2.1.5 | |
build: py312h41838bb_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py312h41838bb_0.conda | |
sha256: 8dc8f31f78d00713300da000b6ebaa1943a17c112f267de310d5c3d82950079c | |
md5: c4a9c25c09cef3901789ca818d9beb10 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
constrains: | |
- jinja2 >=3.0.0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 25742 | |
timestamp: 1706900456837 | |
- kind: conda | |
name: markupsafe | |
version: 2.1.5 | |
build: py312h98912ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py312h98912ed_0.conda | |
sha256: 273d8efd6c089c534ccbede566394c0ac1e265bfe5d89fe76e80332f3d75a636 | |
md5: 6ff0b9582da2d4a74a1f9ae1f9ce2af6 | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
constrains: | |
- jinja2 >=3.0.0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 26685 | |
timestamp: 1706900070330 | |
- kind: conda | |
name: markupsafe | |
version: 2.1.5 | |
build: py312he37b823_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/markupsafe-2.1.5-py312he37b823_0.conda | |
sha256: 61480b725490f68856dd14e646f51ffc34f77f2c985bd33e3b77c04b2856d97d | |
md5: ba3a8f8cf8bbdb81394275b1e1d271da | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
constrains: | |
- jinja2 >=3.0.0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 26382 | |
timestamp: 1706900495057 | |
- kind: conda | |
name: markupsafe | |
version: 2.1.5 | |
build: py312he70551f_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py312he70551f_0.conda | |
sha256: f8690a3c87e2e96cebd434a829bb95cac43afe6c439530b336dc3452fe4ce4af | |
md5: 4950a739b19edaac1ed29ca9474e49ac | |
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 | |
constrains: | |
- jinja2 >=3.0.0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 29060 | |
timestamp: 1706900374745 | |
- kind: conda | |
name: mdx_truly_sane_lists | |
version: '1.3' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/mdx_truly_sane_lists-1.3-pyhd8ed1ab_0.tar.bz2 | |
sha256: 2a00cd521d63ae8a20b52de590ff2f1f63ea4ba569f7e66ae629330f0e69cf43 | |
md5: 3c4c4f9b8ae968cb20823351d81d12b5 | |
depends: | |
- markdown >=2.6 | |
- python >=3.6 | |
license: MIT | |
license_family: MIT | |
size: 10480 | |
timestamp: 1658251565870 | |
- kind: conda | |
name: mergedeep | |
version: 1.3.4 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 | |
sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b | |
md5: 1a160a3cab5cb6bd46264b52cd6f69a2 | |
depends: | |
- python >=3.6 | |
license: MIT | |
license_family: MIT | |
size: 9598 | |
timestamp: 1612711404414 | |
- kind: conda | |
name: mike | |
version: 2.0.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/mike-2.0.0-pyhd8ed1ab_0.conda | |
sha256: b7246e31059f3d5680e5e649508421e4e1d64a7a1a400dec36afcbdbef3690e2 | |
md5: e1f6f7682915f4d0a32b147ac8228515 | |
depends: | |
- importlib-metadata | |
- importlib-resources | |
- jinja2 >=2.7 | |
- mkdocs >=1.0 | |
- pyaml >=5.1 | |
- pyparsing >=3.0 | |
- python >=3.6 | |
- verspec | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 31590 | |
timestamp: 1700921886104 | |
- kind: conda | |
name: mkdocs | |
version: 1.5.3 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda | |
sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 | |
md5: 1e432aebaa009b030cce33a554939d8e | |
depends: | |
- click >=7.0 | |
- colorama >=0.4 | |
- ghp-import >=1.0 | |
- importlib-metadata >=4.3 | |
- jinja2 >=2.11.1 | |
- markdown >=3.2.1 | |
- markupsafe >=2.0.1 | |
- mergedeep >=1.3.4 | |
- packaging >=20.5 | |
- pathspec >=0.11.1 | |
- platformdirs >=2.2.0 | |
- python >=3.7 | |
- pyyaml >=5.1 | |
- pyyaml-env-tag >=0.1 | |
- typing-extensions >=3.10 | |
- watchdog >=2.0 | |
constrains: | |
- babel >=2.9.0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 2862150 | |
timestamp: 1695086687269 | |
- kind: conda | |
name: mkdocs-material | |
version: 9.5.14 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-9.5.14-pyhd8ed1ab_0.conda | |
sha256: ff1a8daf1d15068cf1bd091ecf330b72b63360bff060463732e24b66d34410c3 | |
md5: e0fd92a8f790e1c9f03a89d98a4fd618 | |
depends: | |
- babel ~=2.10 | |
- colorama ~=0.4 | |
- jinja2 ~=3.0 | |
- markdown ~=3.2 | |
- mkdocs ~=1.5,>=1.5.3 | |
- mkdocs-material-extensions ~=1.3 | |
- paginate ~=0.5 | |
- pygments ~=2.16 | |
- pymdown-extensions ~=10.2 | |
- python >=3.8 | |
- regex >=2022.4 | |
- requests ~=2.26 | |
license: MIT | |
license_family: MIT | |
size: 4978382 | |
timestamp: 1710737325047 | |
- kind: conda | |
name: mkdocs-material-extensions | |
version: 1.3.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-material-extensions-1.3.1-pyhd8ed1ab_0.conda | |
sha256: e01a349f4816ba7513f8b230ca2c4f703a7ccc7f7d78535076f9215ca766ec78 | |
md5: 6e7e399b351756b9d181c64a362bdcb5 | |
depends: | |
- python >=3.8 | |
constrains: | |
- mkdocs-material >=5.0.0 | |
license: MIT | |
license_family: MIT | |
size: 16011 | |
timestamp: 1700695213251 | |
- kind: conda | |
name: msys2-conda-epoch | |
version: '20160418' | |
build: '1' | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/msys2-conda-epoch-20160418-1.tar.bz2 | |
sha256: 99358d58d778abee4dca82ad29fb58058571f19b0f86138363c260049d4ac7f1 | |
md5: b0309b72560df66f71a9d5e34a5efdfa | |
size: 3227 | |
timestamp: 1608166968312 | |
- kind: conda | |
name: ncurses | |
version: 6.4.20240210 | |
build: h078ce10_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.4.20240210-h078ce10_0.conda | |
sha256: 06f0905791575e2cd3aa961493c56e490b3d82ad9eb49f1c332bd338b0216911 | |
md5: 616ae8691e6608527d0071e6766dcb81 | |
license: X11 AND BSD-3-Clause | |
size: 820249 | |
timestamp: 1710866874348 | |
- kind: conda | |
name: ncurses | |
version: 6.4.20240210 | |
build: h59595ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4.20240210-h59595ed_0.conda | |
sha256: aa0f005b6727aac6507317ed490f0904430584fa8ca722657e7f0fb94741de81 | |
md5: 97da8860a0da5413c7c98a3b3838a645 | |
depends: | |
- libgcc-ng >=12 | |
license: X11 AND BSD-3-Clause | |
size: 895669 | |
timestamp: 1710866638986 | |
- kind: conda | |
name: ncurses | |
version: 6.4.20240210 | |
build: h73e2aa4_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4.20240210-h73e2aa4_0.conda | |
sha256: 50b72acf08acbc4e5332807653e2ca6b26d4326e8af16fad1fd3f2ce9ea55503 | |
md5: 50f28c512e9ad78589e3eab34833f762 | |
license: X11 AND BSD-3-Clause | |
size: 823010 | |
timestamp: 1710866856626 | |
- kind: conda | |
name: nodeenv | |
version: 1.8.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda | |
sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd | |
md5: 2a75b296096adabbabadd5e9782e5fcc | |
depends: | |
- python 2.7|>=3.7 | |
- setuptools | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 34358 | |
timestamp: 1683893151613 | |
- kind: conda | |
name: openjpeg | |
version: 2.5.2 | |
build: h3d672ee_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/openjpeg-2.5.2-h3d672ee_0.conda | |
sha256: dda71cbe094234ab208f3552dec1f4ca6f2e614175d010808d6cb66ecf0bc753 | |
md5: 7e7099ad94ac3b599808950cec30ad4e | |
depends: | |
- libpng >=1.6.43,<1.7.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 237974 | |
timestamp: 1709159764160 | |
- kind: conda | |
name: openjpeg | |
version: 2.5.2 | |
build: h488ebb8_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.2-h488ebb8_0.conda | |
sha256: 5600a0b82df042bd27d01e4e687187411561dfc11cc05143a08ce29b64bf2af2 | |
md5: 7f2e286780f072ed750df46dc2631138 | |
depends: | |
- libgcc-ng >=12 | |
- libpng >=1.6.43,<1.7.0a0 | |
- libstdcxx-ng >=12 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 341592 | |
timestamp: 1709159244431 | |
- kind: conda | |
name: openjpeg | |
version: 2.5.2 | |
build: h7310d3a_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/openjpeg-2.5.2-h7310d3a_0.conda | |
sha256: dc9c405119b9b54f8ca5984da27ba498bd848ab4f0f580da6f293009ca5adc13 | |
md5: 05a14cc9d725dd74995927968d6547e3 | |
depends: | |
- libcxx >=16 | |
- libpng >=1.6.43,<1.7.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 331273 | |
timestamp: 1709159538792 | |
- kind: conda | |
name: openjpeg | |
version: 2.5.2 | |
build: h9f1df11_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/openjpeg-2.5.2-h9f1df11_0.conda | |
sha256: 472d6eaffc1996e6af35ec8e91c967f472a536a470079bfa56383cc0dbf4d463 | |
md5: 5029846003f0bc14414b9128a1f7c84b | |
depends: | |
- libcxx >=16 | |
- libpng >=1.6.43,<1.7.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 316603 | |
timestamp: 1709159627299 | |
- kind: conda | |
name: openssl | |
version: 3.2.1 | |
build: h0d3ecfb_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.2.1-h0d3ecfb_1.conda | |
sha256: 519dc941d7ab0ebf31a2878d85c2f444450e7c5f6f41c4d07252c6bb3417b78b | |
md5: eb580fb888d93d5d550c557323ac5cee | |
depends: | |
- ca-certificates | |
constrains: | |
- pyopenssl >=22.1 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 2855250 | |
timestamp: 1710793435903 | |
- kind: conda | |
name: openssl | |
version: 3.2.1 | |
build: hcfcfb64_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_1.conda | |
sha256: 61ce4e11c3c26ed4e4d9b7e7e2483121a1741ad0f9c8db0a91a28b6e05182ce6 | |
md5: 958e0418e93e50c575bff70fbcaa12d8 | |
depends: | |
- ca-certificates | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
constrains: | |
- pyopenssl >=22.1 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 8230112 | |
timestamp: 1710796158475 | |
- kind: conda | |
name: openssl | |
version: 3.2.1 | |
build: hd590300_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_1.conda | |
sha256: 2c689444ed19a603be457284cf2115ee728a3fafb7527326e96054dee7cdc1a7 | |
md5: 9d731343cff6ee2e5a25c4a091bf8e2a | |
depends: | |
- ca-certificates | |
- libgcc-ng >=12 | |
constrains: | |
- pyopenssl >=22.1 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 2865379 | |
timestamp: 1710793235846 | |
- kind: conda | |
name: openssl | |
version: 3.2.1 | |
build: hd75f5a5_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_1.conda | |
sha256: 7ae0ac6a1673584a8a380c2ff3d46eca48ed53bc7174c0d4eaa0dd2f247a0984 | |
md5: 570a6f04802df580be529f3a72d2bbf7 | |
depends: | |
- ca-certificates | |
constrains: | |
- pyopenssl >=22.1 | |
license: Apache-2.0 | |
license_family: Apache | |
size: 2506344 | |
timestamp: 1710793930515 | |
- kind: conda | |
name: packaging | |
version: '24.0' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/packaging-24.0-pyhd8ed1ab_0.conda | |
sha256: a390182d74c31dfd713c16db888c92c277feeb6d1fe96ff9d9c105f9564be48a | |
md5: 248f521b64ce055e7feae3105e7abeb8 | |
depends: | |
- python >=3.8 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 49832 | |
timestamp: 1710076089469 | |
- kind: conda | |
name: paginate | |
version: 0.5.6 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/paginate-0.5.6-pyhd8ed1ab_0.conda | |
sha256: 8d9d18c2892d49c33fab3e215cdbc55a2ba30a28c1f52e5e5d61cb435803726b | |
md5: 5d454974a1b5c6f4d468f91812331d53 | |
depends: | |
- python >=3.4 | |
license: MIT | |
license_family: MIT | |
size: 18537 | |
timestamp: 1693246970487 | |
- kind: conda | |
name: pathspec | |
version: 0.12.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda | |
sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d | |
md5: 17064acba08d3686f1135b5ec1b32b12 | |
depends: | |
- python >=3.7 | |
license: MPL-2.0 | |
license_family: MOZILLA | |
size: 41173 | |
timestamp: 1702250135032 | |
- kind: conda | |
name: pcre2 | |
version: '10.42' | |
build: h0ad2156_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pcre2-10.42-h0ad2156_0.conda | |
sha256: 689559d94b64914e503d2ced53b78afc19562ed1ccfb284040797a6d41bb564c | |
md5: 41de8bab2d5e5cd6daaba1896e81d366 | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 899794 | |
timestamp: 1698610978148 | |
- kind: conda | |
name: pcre2 | |
version: '10.42' | |
build: h26f9a81_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pcre2-10.42-h26f9a81_0.conda | |
sha256: 0335a08349ecd8dce0b81699fcd61b58415e658fe953feb27316fbb994df0685 | |
md5: 3e12888ecc8ee1ebee2eef9b7856357a | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 619848 | |
timestamp: 1698610997157 | |
- kind: conda | |
name: pcre2 | |
version: '10.42' | |
build: hcad00b1_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.42-hcad00b1_0.conda | |
sha256: 3ca54ff0abcda964af7d4724d389ae20d931159ae1881cfe57ad4b0ab9e6a380 | |
md5: 679c8961826aa4b50653bce17ee52abe | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libgcc-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 1017235 | |
timestamp: 1698610864983 | |
- kind: conda | |
name: pcre2 | |
version: '10.43' | |
build: h17e33f8_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pcre2-10.43-h17e33f8_0.conda | |
sha256: 9a82c7d49c4771342b398661862975efb9c30e7af600b5d2e08a0bf416fda492 | |
md5: d0485b8aa2cedb141a7bd27b4efa4c9c | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 818317 | |
timestamp: 1708118868321 | |
- kind: conda | |
name: perl | |
version: 5.32.1 | |
build: 7_h10d778d_perl5 | |
build_number: 7 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/perl-5.32.1-7_h10d778d_perl5.conda | |
sha256: 8ebd35e2940055a93135b9fd11bef3662cecef72d6ee651f68d64a2f349863c7 | |
md5: dc442e0885c3a6b65e61c61558161a9e | |
license: GPL-1.0-or-later OR Artistic-1.0-Perl | |
size: 12334471 | |
timestamp: 1703311001432 | |
- kind: conda | |
name: perl | |
version: 5.32.1 | |
build: 7_h4614cfb_perl5 | |
build_number: 7 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/perl-5.32.1-7_h4614cfb_perl5.conda | |
sha256: b0c55040d2994fd6bf2f83786561d92f72306d982d6ea12889acad24a9bf43b8 | |
md5: ba3cbe93f99e896765422cc5f7c3a79e | |
license: GPL-1.0-or-later OR Artistic-1.0-Perl | |
size: 14439531 | |
timestamp: 1703311335652 | |
- kind: conda | |
name: perl | |
version: 5.32.1 | |
build: 7_hd590300_perl5 | |
build_number: 7 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda | |
sha256: 9ec32b6936b0e37bcb0ed34f22ec3116e75b3c0964f9f50ecea5f58734ed6ce9 | |
md5: f2cfec9406850991f4e3d960cc9e3321 | |
depends: | |
- libgcc-ng >=12 | |
- libxcrypt >=4.4.36 | |
license: GPL-1.0-or-later OR Artistic-1.0-Perl | |
size: 13344463 | |
timestamp: 1703310653947 | |
- kind: conda | |
name: pillow | |
version: 10.2.0 | |
build: py312h0c70c2f_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pillow-10.2.0-py312h0c70c2f_0.conda | |
sha256: ce465f778b7a0629cfb72aff8e7d6888c8c65971538d17824defeed8c5d05736 | |
md5: 0cc3674239ad12c6836cb4174f106c92 | |
depends: | |
- freetype >=2.12.1,<3.0a0 | |
- lcms2 >=2.16,<3.0a0 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libxcb >=1.15,<1.16.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openjpeg >=2.5.0,<3.0a0 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- tk >=8.6.13,<8.7.0a0 | |
license: HPND | |
size: 42002130 | |
timestamp: 1704252457388 | |
- kind: conda | |
name: pillow | |
version: 10.2.0 | |
build: py312hac22aec_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pillow-10.2.0-py312hac22aec_0.conda | |
sha256: 83ebcca5ca6c63bd15a80806a0110d45431fed7c432234d3299202e00f28c0e4 | |
md5: 486a50718de90e091df0bef6e6af2c48 | |
depends: | |
- freetype >=2.12.1,<3.0a0 | |
- lcms2 >=2.16,<3.0a0 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libxcb >=1.15,<1.16.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openjpeg >=2.5.0,<3.0a0 | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
- tk >=8.6.13,<8.7.0a0 | |
license: HPND | |
size: 42299342 | |
timestamp: 1704252620409 | |
- kind: conda | |
name: pillow | |
version: 10.2.0 | |
build: py312he768995_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pillow-10.2.0-py312he768995_0.conda | |
sha256: 56f616c3167037f291443a879efec6a359ce59ee2b1304c392c11eba0e236d40 | |
md5: de84e99e45dac3fa9e86fcdb24d991f2 | |
depends: | |
- freetype >=2.12.1,<3.0a0 | |
- lcms2 >=2.16,<3.0a0 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libxcb >=1.15,<1.16.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openjpeg >=2.5.0,<3.0a0 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- tk >=8.6.13,<8.7.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: HPND | |
size: 41526920 | |
timestamp: 1704252825539 | |
- kind: conda | |
name: pillow | |
version: 10.2.0 | |
build: py312hf3581a9_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pillow-10.2.0-py312hf3581a9_0.conda | |
sha256: 27f589c316efae5b57b9fea207757574b7b455addf470929099c4bab93aaa1d2 | |
md5: f35cb852483290b40b5a47e117e80a1d | |
depends: | |
- freetype >=2.12.1,<3.0a0 | |
- lcms2 >=2.16,<3.0a0 | |
- libgcc-ng >=12 | |
- libjpeg-turbo >=3.0.0,<4.0a0 | |
- libtiff >=4.6.0,<4.7.0a0 | |
- libwebp-base >=1.3.2,<2.0a0 | |
- libxcb >=1.15,<1.16.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openjpeg >=2.5.0,<3.0a0 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- tk >=8.6.13,<8.7.0a0 | |
license: HPND | |
size: 42452810 | |
timestamp: 1704252215643 | |
- kind: conda | |
name: pixman | |
version: 0.43.2 | |
build: h59595ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pixman-0.43.2-h59595ed_0.conda | |
sha256: 366d28e2a0a191d6c535e234741e0cd1d94d713f76073d8af4a5ccb2a266121e | |
md5: 71004cbf7924e19c02746ccde9fd7123 | |
depends: | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 386826 | |
timestamp: 1706549500138 | |
- kind: conda | |
name: pixman | |
version: 0.43.4 | |
build: h63175ca_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pixman-0.43.4-h63175ca_0.conda | |
sha256: 51de4d7fb41597b06d60f1b82e269dafcb55e994e08fdcca8e4d6f7d42bedd07 | |
md5: b98135614135d5f458b75ab9ebb9558c | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 461854 | |
timestamp: 1709239971654 | |
- kind: conda | |
name: pixman | |
version: 0.43.4 | |
build: h73e2aa4_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pixman-0.43.4-h73e2aa4_0.conda | |
sha256: 3ab44e12e566c67a6e9fd831f557ab195456aa996b8dd9af19787ca80caa5cd1 | |
md5: cb134c1e03fd32f4e6bea3f6de2614fd | |
depends: | |
- libcxx >=16 | |
license: MIT | |
license_family: MIT | |
size: 323904 | |
timestamp: 1709239931160 | |
- kind: conda | |
name: pixman | |
version: 0.43.4 | |
build: hebf3989_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pixman-0.43.4-hebf3989_0.conda | |
sha256: df0ba2710ccdea5c909b63635529797f6eb3635b6fb77ae9cb2f183d08818409 | |
md5: 0308c68e711cd295aaa026a4f8c4b1e5 | |
depends: | |
- libcxx >=16 | |
license: MIT | |
license_family: MIT | |
size: 198755 | |
timestamp: 1709239846651 | |
- kind: conda | |
name: pkg-config | |
version: 0.29.2 | |
build: h2bf4dc2_1008 | |
build_number: 1008 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pkg-config-0.29.2-h2bf4dc2_1008.tar.bz2 | |
sha256: f2f64c4774eea3b789c9568452d8cd776bdcf7e2cda0f24bfa9dbcbd7fbb9f6f | |
md5: 8ff5bccb4dc5d153e79b068e0bb301c5 | |
depends: | |
- libglib >=2.64.6,<3.0a0 | |
- vc >=14.1,<15.0a0 | |
- vs2015_runtime >=14.16.27012 | |
license: GPL-2.0-or-later | |
license_family: GPL | |
size: 33990 | |
timestamp: 1604184834061 | |
- kind: conda | |
name: pkg-config | |
version: 0.29.2 | |
build: h36c2ea0_1008 | |
build_number: 1008 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pkg-config-0.29.2-h36c2ea0_1008.tar.bz2 | |
sha256: 8b35a077ceccdf6888f1e82bd3ea281175014aefdc2d4cf63d7a4c7e169c125c | |
md5: fbef41ff6a4c8140c30057466a1cdd47 | |
depends: | |
- libgcc-ng >=7.5.0 | |
license: GPL-2.0-or-later | |
license_family: GPL | |
size: 123341 | |
timestamp: 1604184579935 | |
- kind: conda | |
name: pkg-config | |
version: 0.29.2 | |
build: ha3d46e9_1008 | |
build_number: 1008 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pkg-config-0.29.2-ha3d46e9_1008.tar.bz2 | |
sha256: f60d1c03c7d10e8926e767981872fdd6002d2094925df598a53c58261524c151 | |
md5: 352bc6fb446a7ca608c61b33c1d5eb98 | |
depends: | |
- libiconv >=1.16,<2.0.0a0 | |
license: GPL-2.0-or-later | |
license_family: GPL | |
size: 269087 | |
timestamp: 1650238856925 | |
- kind: conda | |
name: pkg-config | |
version: 0.29.2 | |
build: hab62308_1008 | |
build_number: 1008 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pkg-config-0.29.2-hab62308_1008.tar.bz2 | |
sha256: e59e69111709d097f9938e72ba19811ec1ef36aababdbed77bd7c767f15639e0 | |
md5: 8d173d52214679033079d1b0582075aa | |
depends: | |
- libglib >=2.70.2,<3.0a0 | |
- libiconv >=1.16,<2.0.0a0 | |
license: GPL-2.0-or-later | |
license_family: GPL | |
size: 46049 | |
timestamp: 1650239029040 | |
- kind: conda | |
name: platformdirs | |
version: 4.2.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda | |
sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 | |
md5: a0bc3eec34b0fab84be6b2da94e98e20 | |
depends: | |
- python >=3.8 | |
license: MIT | |
license_family: MIT | |
size: 20210 | |
timestamp: 1706713564353 | |
- kind: conda | |
name: pluggy | |
version: 1.4.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda | |
sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 | |
md5: 139e9feb65187e916162917bb2484976 | |
depends: | |
- python >=3.8 | |
license: MIT | |
license_family: MIT | |
size: 23384 | |
timestamp: 1706116931972 | |
- kind: conda | |
name: pre-commit | |
version: 3.3.3 | |
build: pyha770c72_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.3.3-pyha770c72_0.conda | |
sha256: 3df1434057ce827d88cdd84578732030b3d4b5a0bc6c58bff12b7f8001c1be5b | |
md5: dd64a0e440754ed97610b3e6b502b6b1 | |
depends: | |
- cfgv >=2.0.0 | |
- identify >=1.0.0 | |
- nodeenv >=0.11.1 | |
- python >=3.8 | |
- pyyaml >=5.1 | |
- virtualenv >=20.10.0 | |
license: MIT | |
license_family: MIT | |
size: 179852 | |
timestamp: 1686749032780 | |
- kind: conda | |
name: pthread-stubs | |
version: '0.4' | |
build: h27ca646_1001 | |
build_number: 1001 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pthread-stubs-0.4-h27ca646_1001.tar.bz2 | |
sha256: 9da9e6f5d51dff6ad2e4ee0874791437ba952e0a6249942273f0fedfd07ea826 | |
md5: d3f26c6494d4105d4ecb85203d687102 | |
license: MIT | |
license_family: MIT | |
size: 5696 | |
timestamp: 1606147608402 | |
- kind: conda | |
name: pthread-stubs | |
version: '0.4' | |
build: h36c2ea0_1001 | |
build_number: 1001 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 | |
sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff | |
md5: 22dad4df6e8630e8dff2428f6f6a7036 | |
depends: | |
- libgcc-ng >=7.5.0 | |
license: MIT | |
license_family: MIT | |
size: 5625 | |
timestamp: 1606147468727 | |
- kind: conda | |
name: pthread-stubs | |
version: '0.4' | |
build: hc929b4f_1001 | |
build_number: 1001 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pthread-stubs-0.4-hc929b4f_1001.tar.bz2 | |
sha256: 6e3900bb241bcdec513d4e7180fe9a19186c1a38f0b4080ed619d26014222c53 | |
md5: addd19059de62181cd11ae8f4ef26084 | |
license: MIT | |
license_family: MIT | |
size: 5653 | |
timestamp: 1606147699844 | |
- kind: conda | |
name: pthread-stubs | |
version: '0.4' | |
build: hcd874cb_1001 | |
build_number: 1001 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pthread-stubs-0.4-hcd874cb_1001.tar.bz2 | |
sha256: bb5a6ddf1a609a63addd6d7b488b0f58d05092ea84e9203283409bff539e202a | |
md5: a1f820480193ea83582b13249a7e7bd9 | |
depends: | |
- m2w64-gcc-libs | |
license: MIT | |
license_family: MIT | |
size: 6417 | |
timestamp: 1606147814351 | |
- kind: conda | |
name: pyaml | |
version: 23.12.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pyaml-23.12.0-pyhd8ed1ab_0.conda | |
sha256: 84eabba9815947760c113548f4482f2bbba41fa58134eeb9db2983fabb37218c | |
md5: f7d286f624804e533a84a9ece792fbae | |
depends: | |
- python >=3.8 | |
- pyyaml | |
license: WTFPL | |
size: 26648 | |
timestamp: 1704321062785 | |
- kind: conda | |
name: pycparser | |
version: '2.21' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 | |
sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc | |
md5: 076becd9e05608f8dc72757d5f3a91ff | |
depends: | |
- python ==2.7.*|>=3.4 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 102747 | |
timestamp: 1636257201998 | |
- kind: conda | |
name: pydantic | |
version: 2.6.4 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pydantic-2.6.4-pyhd8ed1ab_0.conda | |
sha256: 9747044e91a607c175bbce67fdb5865de5373151098bbb4a2cd79bc05666a299 | |
md5: 2e8e9f16431085f4b5a218b31fe557a3 | |
depends: | |
- annotated-types >=0.4.0 | |
- pydantic-core 2.16.3 | |
- python >=3.7 | |
- typing-extensions >=4.6.1 | |
license: MIT | |
license_family: MIT | |
size: 271508 | |
timestamp: 1710622392396 | |
- kind: conda | |
name: pydantic-core | |
version: 2.16.3 | |
build: py312h1b0e595_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pydantic-core-2.16.3-py312h1b0e595_0.conda | |
sha256: 5445c03a37c01c36c4f1afa1947d573a58fb4b75d98619b198f51a410133a1fd | |
md5: de58d43f5fa908c07e2462c8401b9a7c | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- typing-extensions >=4.6.0,!=4.7.0 | |
constrains: | |
- __osx >=10.12 | |
license: MIT | |
license_family: MIT | |
size: 1571983 | |
timestamp: 1708701626319 | |
- kind: conda | |
name: pydantic-core | |
version: 2.16.3 | |
build: py312h4b3b743_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pydantic-core-2.16.3-py312h4b3b743_0.conda | |
sha256: 1a20fada51e2edd5019900b566a7140ab07e1fc687fbd12f6a5f344295846d93 | |
md5: 891952a48cded31e909dac06a1e0311f | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- typing-extensions >=4.6.0,!=4.7.0 | |
license: MIT | |
license_family: MIT | |
size: 1638828 | |
timestamp: 1708701163582 | |
- kind: conda | |
name: pydantic-core | |
version: 2.16.3 | |
build: py312h5280bc4_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pydantic-core-2.16.3-py312h5280bc4_0.conda | |
sha256: 6940bc4925e7f65addffafc5820a933737cb7a4003b5bc71dccb1646d20379bf | |
md5: 7645b63e934b8494a46263d8dd41255c | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
- typing-extensions >=4.6.0,!=4.7.0 | |
constrains: | |
- __osx >=11.0 | |
license: MIT | |
license_family: MIT | |
size: 1468564 | |
timestamp: 1708701579683 | |
- kind: conda | |
name: pydantic-core | |
version: 2.16.3 | |
build: py312hfccd98a_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pydantic-core-2.16.3-py312hfccd98a_0.conda | |
sha256: bdc8a0e2c280caaa6fa347d1ccc3427a9000d6351f3e95a0881fc577479ca97e | |
md5: de81a2ee8910c861b461edc12d7d7a41 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- typing-extensions >=4.6.0,!=4.7.0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 1617588 | |
timestamp: 1708701919369 | |
- kind: conda | |
name: pygments | |
version: 2.17.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda | |
sha256: af5f8867450dc292f98ea387d4d8945fc574284677c8f60eaa9846ede7387257 | |
md5: 140a7f159396547e9799aa98f9f0742e | |
depends: | |
- python >=3.7 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 860425 | |
timestamp: 1700608076927 | |
- kind: conda | |
name: pykwalify | |
version: 1.8.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pykwalify-1.8.0-pyhd8ed1ab_0.conda | |
sha256: 12c92f09dcdf0ed9755b52affe97147ca9ebe32835c5ae0225769090512a6c8c | |
md5: 99a239290e383d1fb11099fb4a183398 | |
depends: | |
- docopt >=0.6.2 | |
- python >=3.6 | |
- python-dateutil >=2.8.0 | |
- ruamel.yaml >=0.16.0 | |
license: MIT | |
license_family: MIT | |
size: 27988 | |
timestamp: 1701903137868 | |
- kind: conda | |
name: pymdown-extensions | |
version: 10.7.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7.1-pyhd8ed1ab_0.conda | |
sha256: 85f7b24ff6b5008725a703f215d71694cb9204e0c5a824fd61742e79615eea3e | |
md5: 6f168ac92434bb4ab86a6190eefff35c | |
depends: | |
- markdown >=3.5 | |
- python >=3.7 | |
- pyyaml | |
license: MIT | |
license_family: MIT | |
size: 158233 | |
timestamp: 1709623650788 | |
- kind: conda | |
name: pyparsing | |
version: 3.1.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.2-pyhd8ed1ab_0.conda | |
sha256: 06c77cb03e5dde2d939b216c99dd2db52ea93a4c7c599f3882f136005c359c7b | |
md5: b9a4dacf97241704529131a0dfc0494f | |
depends: | |
- python >=3.6 | |
license: MIT | |
license_family: MIT | |
size: 89455 | |
timestamp: 1709721146886 | |
- kind: conda | |
name: pyrsistent | |
version: 0.20.0 | |
build: py312h41838bb_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pyrsistent-0.20.0-py312h41838bb_0.conda | |
sha256: 66756dd416d8e7b3dd97ca94d4e9a91abdfa48a964ca422457c56028b852e53b | |
md5: 59941193db795a09283db7be3b3b3404 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 119154 | |
timestamp: 1698753368561 | |
- kind: conda | |
name: pyrsistent | |
version: 0.20.0 | |
build: py312h98912ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.20.0-py312h98912ed_0.conda | |
sha256: 117fe1b5d36936931fae412536de3252b5068bd21ea48115ac52fe3adebf7a43 | |
md5: e69fbe5174c917efb19b381471828f45 | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 122192 | |
timestamp: 1698754175533 | |
- kind: conda | |
name: pyrsistent | |
version: 0.20.0 | |
build: py312he37b823_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pyrsistent-0.20.0-py312he37b823_0.conda | |
sha256: 2d7ec60072a9348540c0de552f5b23310326c4708d685a594e74bc4aac6cce34 | |
md5: 453b7bdd7de542954a220dbc97feb7f7 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 119500 | |
timestamp: 1698754330559 | |
- kind: conda | |
name: pyrsistent | |
version: 0.20.0 | |
build: py312he70551f_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pyrsistent-0.20.0-py312he70551f_0.conda | |
sha256: 02f41fadf10e4d725991e56375ae92172ae915f7d6329f865cf4edac6f6618de | |
md5: 9ee63772f931f505d4d54a6656a96db8 | |
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 | |
license: MIT | |
license_family: MIT | |
size: 114503 | |
timestamp: 1698754544996 | |
- kind: conda | |
name: pysocks | |
version: 1.7.1 | |
build: pyh0701188_6 | |
build_number: 6 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 | |
sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 | |
md5: 56cd9fe388baac0e90c7149cfac95b60 | |
depends: | |
- __win | |
- python >=3.8 | |
- win_inet_pton | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 19348 | |
timestamp: 1661605138291 | |
- kind: conda | |
name: pysocks | |
version: 1.7.1 | |
build: pyha2e5f31_6 | |
build_number: 6 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 | |
sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b | |
md5: 2a7de29fb590ca14b5243c4c812c8025 | |
depends: | |
- __unix | |
- python >=3.8 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 18981 | |
timestamp: 1661604969727 | |
- kind: conda | |
name: pytest | |
version: 8.0.2 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.2-pyhd8ed1ab_0.conda | |
sha256: ea81e7efe66cffab5c8316d3a7e125e29dff9cfb19fc3578b72f965e8a876539 | |
md5: 40bd3ef942b9642a3eb20b0bbf92469b | |
depends: | |
- colorama | |
- exceptiongroup >=1.0.0rc8 | |
- iniconfig | |
- packaging | |
- pluggy <2.0,>=1.3.0 | |
- python >=3.8 | |
- tomli >=1.0.0 | |
constrains: | |
- pytest-faulthandler >=2 | |
license: MIT | |
license_family: MIT | |
size: 251895 | |
timestamp: 1708821744729 | |
- kind: conda | |
name: python | |
version: 3.12.2 | |
build: h2628c8c_0_cpython | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/python-3.12.2-h2628c8c_0_cpython.conda | |
sha256: b8eda863b48ae4531635e23fd15e759d93212b6204c6847d591e25fa5fd67477 | |
md5: be8803e9f75a477df61d4aabea3c1246 | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libexpat >=2.5.0,<3.0a0 | |
- libffi >=3.4,<4.0a0 | |
- libsqlite >=3.45.1,<4.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- tk >=8.6.13,<8.7.0a0 | |
- tzdata | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
- xz >=5.2.6,<6.0a0 | |
constrains: | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
size: 16083296 | |
timestamp: 1708116662336 | |
- kind: conda | |
name: python | |
version: 3.12.2 | |
build: h9f0c242_0_cpython | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.2-h9f0c242_0_cpython.conda | |
sha256: 7647ac06c3798a182a4bcb1ff58864f1ef81eb3acea6971295304c23e43252fb | |
md5: 0179b8007ba008cf5bec11f3b3853902 | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libexpat >=2.5.0,<3.0a0 | |
- libffi >=3.4,<4.0a0 | |
- libsqlite >=3.45.1,<4.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ncurses >=6.4,<7.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- readline >=8.2,<9.0a0 | |
- tk >=8.6.13,<8.7.0a0 | |
- tzdata | |
- xz >=5.2.6,<6.0a0 | |
constrains: | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
size: 14596811 | |
timestamp: 1708118065292 | |
- kind: conda | |
name: python | |
version: 3.12.2 | |
build: hab00c5b_0_cpython | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.2-hab00c5b_0_cpython.conda | |
sha256: ddb7a2d8d78046bda5d7631e6814f9468d2eb054e10f86f4648c9d1fdaa30c0f | |
md5: ad7b68400f3a6ebe72b00be093c7f301 | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- ld_impl_linux-64 >=2.36.1 | |
- libexpat >=2.5.0,<3.0a0 | |
- libffi >=3.4,<4.0a0 | |
- libgcc-ng >=12 | |
- libnsl >=2.0.1,<2.1.0a0 | |
- libsqlite >=3.45.1,<4.0a0 | |
- libuuid >=2.38.1,<3.0a0 | |
- libxcrypt >=4.4.36 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ncurses >=6.4,<7.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- readline >=8.2,<9.0a0 | |
- tk >=8.6.13,<8.7.0a0 | |
- tzdata | |
- xz >=5.2.6,<6.0a0 | |
constrains: | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
size: 32312631 | |
timestamp: 1708118077305 | |
- kind: conda | |
name: python | |
version: 3.12.2 | |
build: hdf0ec26_0_cpython | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.2-hdf0ec26_0_cpython.conda | |
sha256: ccd6c55a286d51d907c878ed2bfa7d1becce0fee71374a9386c5eb90d803ac72 | |
md5: 85e91138ae921a2771f57a50120272bd | |
depends: | |
- bzip2 >=1.0.8,<2.0a0 | |
- libexpat >=2.5.0,<3.0a0 | |
- libffi >=3.4,<4.0a0 | |
- libsqlite >=3.45.1,<4.0a0 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ncurses >=6.4,<7.0a0 | |
- openssl >=3.2.1,<4.0a0 | |
- readline >=8.2,<9.0a0 | |
- tk >=8.6.13,<8.7.0a0 | |
- tzdata | |
- xz >=5.2.6,<6.0a0 | |
constrains: | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
size: 13085901 | |
timestamp: 1708117361381 | |
- kind: conda | |
name: python-dateutil | |
version: 2.9.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda | |
sha256: f3ceef02ac164a8d3a080d0d32f8e2ebe10dd29e3a685d240e38b3599e146320 | |
md5: 2cf4264fffb9e6eff6031c5b6884d61c | |
depends: | |
- python >=3.7 | |
- six >=1.5 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 222742 | |
timestamp: 1709299922152 | |
- kind: conda | |
name: python_abi | |
version: '3.12' | |
build: 4_cp312 | |
build_number: 4 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-4_cp312.conda | |
sha256: 182a329de10a4165f6e8a3804caf751f918f6ea6176dd4e5abcdae1ed3095bf6 | |
md5: dccc2d142812964fcc6abdc97b672dff | |
constrains: | |
- python 3.12.* *_cpython | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 6385 | |
timestamp: 1695147396604 | |
- kind: conda | |
name: python_abi | |
version: '3.12' | |
build: 4_cp312 | |
build_number: 4 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-4_cp312.conda | |
sha256: 82c154d95c1637604671a02a89e72f1382e89a4269265a03506496bd928f6f14 | |
md5: 87201ac4314b911b74197e588cca3639 | |
constrains: | |
- python 3.12.* *_cpython | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 6496 | |
timestamp: 1695147498447 | |
- kind: conda | |
name: python_abi | |
version: '3.12' | |
build: 4_cp312 | |
build_number: 4 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/python_abi-3.12-4_cp312.conda | |
sha256: db25428e4f24f8693ffa39f3ff6dfbb8fd53bc298764b775b57edab1c697560f | |
md5: bbb3a02c78b2d8219d7213f76d644a2a | |
constrains: | |
- python 3.12.* *_cpython | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 6508 | |
timestamp: 1695147497048 | |
- kind: conda | |
name: python_abi | |
version: '3.12' | |
build: 4_cp312 | |
build_number: 4 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-4_cp312.conda | |
sha256: 488f8519d04b48f59bd6fde21ebe2d7a527718ff28aac86a8b53aa63658bdef6 | |
md5: 17f4ccf6be9ded08bd0a376f489ac1a6 | |
constrains: | |
- python 3.12.* *_cpython | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 6785 | |
timestamp: 1695147430513 | |
- kind: conda | |
name: pytz | |
version: '2024.1' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda | |
sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 | |
md5: 3eeeeb9e4827ace8c0c1419c85d590ad | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 188538 | |
timestamp: 1706886944988 | |
- kind: conda | |
name: pyyaml | |
version: 6.0.1 | |
build: py312h02f2b3b_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/pyyaml-6.0.1-py312h02f2b3b_1.conda | |
sha256: b6b4027b89c17b9bbd8089aec3e44bc29f802a7d5668d5a75b5358d7ed9705ca | |
md5: a0c843e52a1c4422d8657dd76e9eb994 | |
depends: | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python >=3.12.0rc3,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
- yaml >=0.2.5,<0.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 182705 | |
timestamp: 1695373895409 | |
- kind: conda | |
name: pyyaml | |
version: 6.0.1 | |
build: py312h104f124_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py312h104f124_1.conda | |
sha256: 04aa180782cb675b960c0bf4aad439b4a7a08553c6af74d0b8e5df9a0c7cc4f4 | |
md5: 260ed90aaf06061edabd7209638cf03b | |
depends: | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- yaml >=0.2.5,<0.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 185636 | |
timestamp: 1695373742454 | |
- kind: conda | |
name: pyyaml | |
version: 6.0.1 | |
build: py312h98912ed_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py312h98912ed_1.conda | |
sha256: 7f347a10a7121b08d79d21cd4f438c07c23479ea0c74dfb89d6dc416f791bb7f | |
md5: e3fd78d8d490af1d84763b9fe3f2e552 | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- yaml >=0.2.5,<0.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 196583 | |
timestamp: 1695373632212 | |
- kind: conda | |
name: pyyaml | |
version: 6.0.1 | |
build: py312he70551f_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py312he70551f_1.conda | |
sha256: a72fa8152791b4738432f270e70b3a9a4d583ef059a78aa1c62f4b4ab7b15494 | |
md5: f91e0baa89ba21166916624ba7bfb422 | |
depends: | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
- yaml >=0.2.5,<0.3.0a0 | |
license: MIT | |
license_family: MIT | |
size: 167932 | |
timestamp: 1695374097139 | |
- kind: conda | |
name: pyyaml-env-tag | |
version: '0.1' | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 | |
sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 | |
md5: 626ed9060ddeb681ddc42bcad89156ab | |
depends: | |
- python >=3.6 | |
- pyyaml | |
license: MIT | |
license_family: MIT | |
size: 7473 | |
timestamp: 1624389117412 | |
- kind: conda | |
name: readline | |
version: '8.2' | |
build: h8228510_1 | |
build_number: 1 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda | |
sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 | |
md5: 47d31b792659ce70f470b5c82fdfb7a4 | |
depends: | |
- libgcc-ng >=12 | |
- ncurses >=6.3,<7.0a0 | |
license: GPL-3.0-only | |
license_family: GPL | |
size: 281456 | |
timestamp: 1679532220005 | |
- kind: conda | |
name: readline | |
version: '8.2' | |
build: h92ec313_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda | |
sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884 | |
md5: 8cbb776a2f641b943d413b3e19df71f4 | |
depends: | |
- ncurses >=6.3,<7.0a0 | |
license: GPL-3.0-only | |
license_family: GPL | |
size: 250351 | |
timestamp: 1679532511311 | |
- kind: conda | |
name: readline | |
version: '8.2' | |
build: h9e318b2_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda | |
sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 | |
md5: f17f77f2acf4d344734bda76829ce14e | |
depends: | |
- ncurses >=6.3,<7.0a0 | |
license: GPL-3.0-only | |
license_family: GPL | |
size: 255870 | |
timestamp: 1679532707590 | |
- kind: conda | |
name: regex | |
version: 2023.12.25 | |
build: py312h41838bb_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/regex-2023.12.25-py312h41838bb_0.conda | |
sha256: b96c99d652448b52dc5ca02d59f730e1302e54c7db785c540bf97ce9398dd8d4 | |
md5: dfc1a4a7f6be6a92360c358c186eac6f | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
license_family: PSF | |
size: 365097 | |
timestamp: 1703393816389 | |
- kind: conda | |
name: regex | |
version: 2023.12.25 | |
build: py312h98912ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/regex-2023.12.25-py312h98912ed_0.conda | |
sha256: 69312e8b8134e9bf2e94d5968edb06ad9e2a2b928e3b33e7110ef504a885f8a8 | |
md5: 58e9dcddb832981ce9263fdeb71f6343 | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
license_family: PSF | |
size: 398588 | |
timestamp: 1703393640402 | |
- kind: conda | |
name: regex | |
version: 2023.12.25 | |
build: py312he37b823_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/regex-2023.12.25-py312he37b823_0.conda | |
sha256: 9d5177e04bd867e0bc0478f13884159e15c50f276caef00836a1299efeb06e1d | |
md5: 72902c6ff75ff9f4de4fed153da966a5 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
license: Python-2.0 | |
license_family: PSF | |
size: 361110 | |
timestamp: 1703393933234 | |
- kind: conda | |
name: regex | |
version: 2023.12.25 | |
build: py312he70551f_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/regex-2023.12.25-py312he70551f_0.conda | |
sha256: 36756723dfb235b7dc72b00fa8f438cc0ae353061fd98df8eabadf88e8449a36 | |
md5: d2c5ae17bb98c9321687a89a643a7df4 | |
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 | |
license: Python-2.0 | |
license_family: PSF | |
size: 358546 | |
timestamp: 1703393933800 | |
- kind: conda | |
name: requests | |
version: 2.31.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda | |
sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad | |
md5: a30144e4156cdbb236f99ebb49828f8b | |
depends: | |
- certifi >=2017.4.17 | |
- charset-normalizer >=2,<4 | |
- idna >=2.5,<4 | |
- python >=3.7 | |
- urllib3 >=1.21.1,<3 | |
constrains: | |
- chardet >=3.0.2,<6 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 56690 | |
timestamp: 1684774408600 | |
- kind: conda | |
name: ruamel.yaml | |
version: 0.18.6 | |
build: py312h41838bb_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml-0.18.6-py312h41838bb_0.conda | |
sha256: 27ab446d39a46f7db365265a48ce74929c672e14c86b1ce8955f59e2d92dff39 | |
md5: 9db93e711729ec70dacdfa58bf970cfd | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ruamel.yaml.clib >=0.1.2 | |
license: MIT | |
license_family: MIT | |
size: 268460 | |
timestamp: 1707298596313 | |
- kind: conda | |
name: ruamel.yaml | |
version: 0.18.6 | |
build: py312h98912ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.18.6-py312h98912ed_0.conda | |
sha256: 26856daba883254736b7f3767c08f445b5d010eebbf4fc7aa384ee80e24aa663 | |
md5: a99a06a875138829ef65f44bbe2c30ca | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ruamel.yaml.clib >=0.1.2 | |
license: MIT | |
license_family: MIT | |
size: 268015 | |
timestamp: 1707298336196 | |
- kind: conda | |
name: ruamel.yaml | |
version: 0.18.6 | |
build: py312he37b823_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml-0.18.6-py312he37b823_0.conda | |
sha256: 4a27b50445842e97a31e3f412816d4a0d576b4f1ee327b9a892a183ba5c60f6f | |
md5: cb9f9b4797001b2c52383f4007fa1f4b | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
- ruamel.yaml.clib >=0.1.2 | |
license: MIT | |
license_family: MIT | |
size: 268637 | |
timestamp: 1707298502612 | |
- kind: conda | |
name: ruamel.yaml | |
version: 0.18.6 | |
build: py312he70551f_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml-0.18.6-py312he70551f_0.conda | |
sha256: 31a9e347107a46149ae334586430bebb3a769bb5792eba9ccb89c664dbce7970 | |
md5: 5833ba75a49ac40876242ccb5f77ab23 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ruamel.yaml.clib >=0.1.2 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 267762 | |
timestamp: 1707298539404 | |
- kind: conda | |
name: ruamel.yaml.clib | |
version: 0.2.8 | |
build: py312h41838bb_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/ruamel.yaml.clib-0.2.8-py312h41838bb_0.conda | |
sha256: c0a321d14505b3621d6301e1ed9bc0129b4c8b2812e7520040d2609aaeb07845 | |
md5: a134bf1778eb7add92ea760e801dc245 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 118650 | |
timestamp: 1707314908121 | |
- kind: conda | |
name: ruamel.yaml.clib | |
version: 0.2.8 | |
build: py312h98912ed_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.8-py312h98912ed_0.conda | |
sha256: 5965302881d8b1049291e3ba3912286cdc72cb82303230cbbf0a048c6f6dd7c1 | |
md5: 05f31c2a79ba61df8d6d903ce4a4ce7b | |
depends: | |
- libgcc-ng >=12 | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 135640 | |
timestamp: 1707314642857 | |
- kind: conda | |
name: ruamel.yaml.clib | |
version: 0.2.8 | |
build: py312he37b823_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/ruamel.yaml.clib-0.2.8-py312he37b823_0.conda | |
sha256: c3138824f484cca2804d22758c75965b578cd35b35243ff02e64da06bda03477 | |
md5: 2fa02324046cfcb7a67fae30fd06a945 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 111221 | |
timestamp: 1707315016121 | |
- kind: conda | |
name: ruamel.yaml.clib | |
version: 0.2.8 | |
build: py312he70551f_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/ruamel.yaml.clib-0.2.8-py312he70551f_0.conda | |
sha256: 7d5705ee3190a5b1c24eee2def964cc1d70b9e856488d971f0fd6df0224ca666 | |
md5: f8de34a829b65a8e3ac6ddc61ed0d2e0 | |
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 | |
license: MIT | |
license_family: MIT | |
size: 96333 | |
timestamp: 1707315306489 | |
- kind: conda | |
name: rust | |
version: 1.76.0 | |
build: h4ff7c5d_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/rust-1.76.0-h4ff7c5d_0.conda | |
sha256: dc10bd033d5f7de40c39d62a3ec084117396fd7cae6c25bb20f087b119c08bd9 | |
md5: 015ddfe83f6971fb9d25da68032fafc7 | |
depends: | |
- rust-std-aarch64-apple-darwin 1.76.0 hf6ec828_0 | |
license: MIT | |
license_family: MIT | |
size: 146506818 | |
timestamp: 1707422528708 | |
- kind: conda | |
name: rust | |
version: 1.76.0 | |
build: h70c747d_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/rust-1.76.0-h70c747d_0.conda | |
sha256: 7d2e7821520862b3ac5829677de1c18a91a50621fae86122c709cc219e753040 | |
md5: 4ff9e2eff880011bcb18d3274aa44f96 | |
depends: | |
- gcc_impl_linux-64 | |
- libgcc-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
- rust-std-x86_64-unknown-linux-gnu 1.76.0 h2c6d0dc_0 | |
license: MIT | |
license_family: MIT | |
size: 189872921 | |
timestamp: 1707423016244 | |
- kind: conda | |
name: rust | |
version: 1.76.0 | |
build: h7e1429e_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/rust-1.76.0-h7e1429e_0.conda | |
sha256: 27e7a673bbb0c3ca44459259943fbd4b4e4143e438c036feb8b39626ee3e5e17 | |
md5: 2573dcf36a823ece11260258ec4ed3a1 | |
depends: | |
- rust-std-x86_64-apple-darwin 1.76.0 h38e4360_0 | |
license: MIT | |
license_family: MIT | |
size: 191502783 | |
timestamp: 1707422977236 | |
- kind: conda | |
name: rust | |
version: 1.76.0 | |
build: hf8d6059_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/rust-1.76.0-hf8d6059_0.conda | |
sha256: 8e0f5bcba95e618890d440c306a2a6329de85a4b271ee21a4b665b298704effb | |
md5: 7d4801d0134d5c42f2c83b6124b659d3 | |
depends: | |
- rust-std-x86_64-pc-windows-msvc 1.76.0 h17fc481_0 | |
license: MIT | |
license_family: MIT | |
size: 187843360 | |
timestamp: 1707425717398 | |
- kind: conda | |
name: rust-std-aarch64-apple-darwin | |
version: 1.76.0 | |
build: hf6ec828_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/rust-std-aarch64-apple-darwin-1.76.0-hf6ec828_0.conda | |
sha256: a00af5f95dc65e9acf9b078e6fa24217995c525ca415f3b504849301337d4e36 | |
md5: c1a09b44dd7dac9be17ea3b9e59b47c3 | |
depends: | |
- __unix | |
constrains: | |
- rust >=1.76.0,<1.76.1.0a0 | |
license: MIT | |
license_family: MIT | |
size: 30595488 | |
timestamp: 1707422444224 | |
- kind: conda | |
name: rust-std-x86_64-apple-darwin | |
version: 1.76.0 | |
build: h38e4360_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-apple-darwin-1.76.0-h38e4360_0.conda | |
sha256: ba59cc6260747203468f344ba5e55f5227cce7b7bf684216eab3b3db1387742c | |
md5: 0e0d3dc80e8689f9fceaa9d57cbf9ea3 | |
depends: | |
- __unix | |
constrains: | |
- rust >=1.76.0,<1.76.1.0a0 | |
license: MIT | |
license_family: MIT | |
size: 31508989 | |
timestamp: 1707422739082 | |
- kind: conda | |
name: rust-std-x86_64-pc-windows-msvc | |
version: 1.76.0 | |
build: h17fc481_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-pc-windows-msvc-1.76.0-h17fc481_0.conda | |
sha256: 7592e543e3222ae2b183e062eccf16595d434882cefbb5655baaf808b80f7231 | |
md5: 64bd914640f496459def58497a625321 | |
depends: | |
- __win | |
constrains: | |
- rust >=1.76.0,<1.76.1.0a0 | |
license: MIT | |
license_family: MIT | |
size: 25555117 | |
timestamp: 1707425386866 | |
- kind: conda | |
name: rust-std-x86_64-unknown-linux-gnu | |
version: 1.76.0 | |
build: h2c6d0dc_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/rust-std-x86_64-unknown-linux-gnu-1.76.0-h2c6d0dc_0.conda | |
sha256: 5438720aa554fb7ce68fd544f2e35ac0a24c4efdab9cae7dd1371bf699a74ec5 | |
md5: b27ecce0eb266a44186b8a5b7434d59e | |
depends: | |
- __unix | |
constrains: | |
- rust >=1.76.0,<1.76.1.0a0 | |
license: MIT | |
license_family: MIT | |
size: 33981347 | |
timestamp: 1707422883354 | |
- kind: conda | |
name: schema | |
version: 0.7.5 | |
build: pyhd8ed1ab_1 | |
build_number: 1 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/schema-0.7.5-pyhd8ed1ab_1.conda | |
sha256: 43693e48e84cda661773d80168968021a0d3ab45a50924369331eee8fe45ec58 | |
md5: 750d2ce4311d1502b51ad814407f043d | |
depends: | |
- contextlib2 >=0.5.5 | |
- python >=3.6 | |
license: MIT | |
license_family: MIT | |
size: 22493 | |
timestamp: 1684241157250 | |
- kind: conda | |
name: setuptools | |
version: 69.2.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.2.0-pyhd8ed1ab_0.conda | |
sha256: 78a75c75a5dacda6de5f4056c9c990141bdaf4f64245673a590594d00bc63713 | |
md5: da214ecd521a720a9d521c68047682dc | |
depends: | |
- python >=3.8 | |
license: MIT | |
license_family: MIT | |
size: 471183 | |
timestamp: 1710344615844 | |
- kind: conda | |
name: six | |
version: 1.16.0 | |
build: pyh6c4a22f_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 | |
sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 | |
md5: e5f25f8dbc060e9a8d912e432202afc2 | |
depends: | |
- python | |
license: MIT | |
license_family: MIT | |
size: 14259 | |
timestamp: 1620240338595 | |
- kind: conda | |
name: sysroot_linux-64 | |
version: '2.12' | |
build: he073ed8_17 | |
build_number: 17 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_17.conda | |
sha256: b4e4d685e41cb36cfb16f0cb15d2c61f8f94f56fab38987a44eff95d8a673fb5 | |
md5: 595db67e32b276298ff3d94d07d47fbf | |
depends: | |
- kernel-headers_linux-64 2.6.32 he073ed8_17 | |
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0 | |
license_family: GPL | |
size: 15127123 | |
timestamp: 1708000843849 | |
- kind: conda | |
name: tabulate | |
version: 0.9.0 | |
build: pyhd8ed1ab_1 | |
build_number: 1 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 | |
sha256: f6e4a0dd24ba060a4af69ca79d32361a6678e61d78c73eb5e357909b025b4620 | |
md5: 4759805cce2d914c38472f70bf4d8bcb | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 35912 | |
timestamp: 1665138565317 | |
- kind: conda | |
name: tbump | |
version: 6.9.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/tbump-6.9.0-pyhd8ed1ab_0.tar.bz2 | |
sha256: 831d28b05f5a28a8c1e50c2a1ff574d3d49b4d8b34c30a6fd0528514e6028985 | |
md5: 7dc2c1dae131bf141ceac251848bd6b4 | |
depends: | |
- cli-ui >=0.10.3 | |
- docopt >=0.6.2 | |
- python >=3.6,<4.0 | |
- schema >=0.7.1 | |
- tomlkit >=0.5.8 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 28785 | |
timestamp: 1652622787739 | |
- kind: conda | |
name: tinycss2 | |
version: 1.2.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 | |
sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d | |
md5: 7234c9eefff659501cd2fe0d2ede4d48 | |
depends: | |
- python >=3.5 | |
- webencodings >=0.4 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 23235 | |
timestamp: 1666100385187 | |
- kind: conda | |
name: tk | |
version: 8.6.13 | |
build: h1abcd95_1 | |
build_number: 1 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda | |
sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 | |
md5: bf830ba5afc507c6232d4ef0fb1a882d | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: TCL | |
license_family: BSD | |
size: 3270220 | |
timestamp: 1699202389792 | |
- kind: conda | |
name: tk | |
version: 8.6.13 | |
build: h5083fa2_1 | |
build_number: 1 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda | |
sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8 | |
md5: b50a57ba89c32b62428b71a875291c9b | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: TCL | |
license_family: BSD | |
size: 3145523 | |
timestamp: 1699202432999 | |
- kind: conda | |
name: tk | |
version: 8.6.13 | |
build: h5226925_1 | |
build_number: 1 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda | |
sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 | |
md5: fc048363eb8f03cd1737600a5d08aafe | |
depends: | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: TCL | |
license_family: BSD | |
size: 3503410 | |
timestamp: 1699202577803 | |
- kind: conda | |
name: tk | |
version: 8.6.13 | |
build: noxft_h4845f30_101 | |
build_number: 101 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda | |
sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e | |
md5: d453b98d9c83e71da0741bb0ff4d76bc | |
depends: | |
- libgcc-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: TCL | |
license_family: BSD | |
size: 3318875 | |
timestamp: 1699202167581 | |
- kind: conda | |
name: tomli | |
version: 2.0.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 | |
sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f | |
md5: 5844808ffab9ebdb694585b50ba02a96 | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 15940 | |
timestamp: 1644342331069 | |
- kind: conda | |
name: tomlkit | |
version: 0.12.4 | |
build: pyha770c72_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/tomlkit-0.12.4-pyha770c72_0.conda | |
sha256: 8d45c266bf919788abacd9828f4a2101d7216f6d4fc7c8d3417034fe0d795a18 | |
md5: 37c47ea93ef00dd80d880fc4ba21256a | |
depends: | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 37173 | |
timestamp: 1709043886347 | |
- kind: conda | |
name: typing-extensions | |
version: 4.10.0 | |
build: hd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.10.0-hd8ed1ab_0.conda | |
sha256: 0698fe2c4e555fb44c27c60f7a21fa0eea7f5bf8186ad109543c5b056e27f96a | |
md5: 091683b9150d2ebaa62fd7e2c86433da | |
depends: | |
- typing_extensions 4.10.0 pyha770c72_0 | |
license: PSF-2.0 | |
license_family: PSF | |
size: 10181 | |
timestamp: 1708904805365 | |
- kind: conda | |
name: typing_extensions | |
version: 4.10.0 | |
build: pyha770c72_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.10.0-pyha770c72_0.conda | |
sha256: 4be24d557897b2f6609f5d5f7c437833c62f4d4a96581e39530067e96a2d0451 | |
md5: 16ae769069b380646c47142d719ef466 | |
depends: | |
- python >=3.8 | |
license: PSF-2.0 | |
license_family: PSF | |
size: 37018 | |
timestamp: 1708904796013 | |
- kind: conda | |
name: tzdata | |
version: 2024a | |
build: h0c530f3_0 | |
subdir: noarch | |
noarch: generic | |
url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda | |
sha256: 7b2b69c54ec62a243eb6fba2391b5e443421608c3ae5dbff938ad33ca8db5122 | |
md5: 161081fc7cec0bfda0d86d7cb595f8d8 | |
license: LicenseRef-Public-Domain | |
size: 119815 | |
timestamp: 1706886945727 | |
- kind: conda | |
name: ucrt | |
version: 10.0.22621.0 | |
build: h57928b3_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.22621.0-h57928b3_0.tar.bz2 | |
sha256: f29cdaf8712008f6b419b8b1a403923b00ab2504bfe0fb2ba8eb60e72d4f14c6 | |
md5: 72608f6cd3e5898229c3ea16deb1ac43 | |
constrains: | |
- vs2015_runtime >=14.29.30037 | |
license: LicenseRef-Proprietary | |
license_family: PROPRIETARY | |
size: 1283972 | |
timestamp: 1666630199266 | |
- kind: conda | |
name: ukkonen | |
version: 1.0.1 | |
build: py312h0d7def4_4 | |
build_number: 4 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py312h0d7def4_4.conda | |
sha256: f5f7550991ca647f69b67b9188c7104a3456122611dd6a6e753cff555e45dfd9 | |
md5: 57cfbb8ce3a1800bd343bf6afba6f878 | |
depends: | |
- cffi | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: MIT | |
license_family: MIT | |
size: 17235 | |
timestamp: 1695549871621 | |
- kind: conda | |
name: ukkonen | |
version: 1.0.1 | |
build: py312h389731b_4 | |
build_number: 4 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/ukkonen-1.0.1-py312h389731b_4.conda | |
sha256: 7336cf66feba973207f4903c20b05c3c82e351246df4b6113f72d92b9ee55b81 | |
md5: 6407429e0969b58b8717dbb4c6c15513 | |
depends: | |
- cffi | |
- libcxx >=15.0.7 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python >=3.12.0rc3,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 13948 | |
timestamp: 1695549890285 | |
- kind: conda | |
name: ukkonen | |
version: 1.0.1 | |
build: py312h49ebfd2_4 | |
build_number: 4 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py312h49ebfd2_4.conda | |
sha256: efca19a5e73e4aacfc5e90a5389272b2508e41dc4adab9eb5353c5200ba37041 | |
md5: 4e6b5a8025cd8fd97b3cfe103ffce6b1 | |
depends: | |
- cffi | |
- libcxx >=15.0.7 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 13246 | |
timestamp: 1695549689363 | |
- kind: conda | |
name: ukkonen | |
version: 1.0.1 | |
build: py312h8572e83_4 | |
build_number: 4 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/ukkonen-1.0.1-py312h8572e83_4.conda | |
sha256: f9a4384d466f4d8b5b497d951329dd4407ebe02f8f93456434e9ab789d6e23ce | |
md5: 52c9e25ee0a32485a102eeecdb7eef52 | |
depends: | |
- cffi | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
- python >=3.12.0rc3,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
license: MIT | |
license_family: MIT | |
size: 14050 | |
timestamp: 1695549556745 | |
- kind: conda | |
name: unidecode | |
version: 1.3.8 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/unidecode-1.3.8-pyhd8ed1ab_0.conda | |
sha256: 3f29636a555736983ac2bdeb6e41a5cd85b572fa4f6cc2270d6c6543d8eb8c0b | |
md5: 913724e0dfe2708b7b7d4e35b8cc2e0f | |
depends: | |
- python >=3.5 | |
license: GPL-2.0-or-later | |
license_family: GPL | |
size: 173788 | |
timestamp: 1704986523363 | |
- kind: conda | |
name: urllib3 | |
version: 2.2.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.1-pyhd8ed1ab_0.conda | |
sha256: d4009dcc9327684d6409706ce17656afbeae690d8522d3c9bc4df57649a352cd | |
md5: 08807a87fa7af10754d46f63b368e016 | |
depends: | |
- brotli-python >=1.0.9 | |
- pysocks >=1.5.6,<2.0,!=1.5.7 | |
- python >=3.7 | |
license: MIT | |
license_family: MIT | |
size: 94669 | |
timestamp: 1708239595549 | |
- kind: conda | |
name: vc | |
version: '14.3' | |
build: hcf57466_18 | |
build_number: 18 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-hcf57466_18.conda | |
sha256: 447a8d8292a7b2107dcc18afb67f046824711a652725fc0f522c368e7a7b8318 | |
md5: 20e1e652a4c740fa719002a8449994a2 | |
depends: | |
- vc14_runtime >=14.38.33130 | |
track_features: | |
- vc14 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 16977 | |
timestamp: 1702511255313 | |
- kind: conda | |
name: vc14_runtime | |
version: 14.38.33130 | |
build: h82b7239_18 | |
build_number: 18 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.38.33130-h82b7239_18.conda | |
sha256: bf94c9af4b2e9cba88207001197e695934eadc96a5c5e4cd7597e950aae3d8ff | |
md5: 8be79fdd2725ddf7bbf8a27a4c1f79ba | |
depends: | |
- ucrt >=10.0.20348.0 | |
constrains: | |
- vs2015_runtime 14.38.33130.* *_18 | |
license: LicenseRef-ProprietaryMicrosoft | |
license_family: Proprietary | |
size: 749868 | |
timestamp: 1702511239004 | |
- kind: conda | |
name: verspec | |
version: 0.1.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/verspec-0.1.0-pyhd8ed1ab_0.tar.bz2 | |
sha256: 64f01eaf34f0bc86a06a1d5f4ff4db9ba4eebbee37eea02de2a3be89dae0f1f2 | |
md5: 64ebfc29e8399f3eeaf17cb2bd04e770 | |
depends: | |
- python >=3.6 | |
license: BSD-2-Clause | |
license_family: BSD | |
size: 19929 | |
timestamp: 1618150464786 | |
- kind: conda | |
name: virtualenv | |
version: 20.25.1 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/virtualenv-20.25.1-pyhd8ed1ab_0.conda | |
sha256: 1ced4445cf72cd9dc344ad04bdaf703a08cc428c8c46e4bda928ad79786ee153 | |
md5: 8797a4e26be36880a603aba29c785352 | |
depends: | |
- distlib <1,>=0.3.7 | |
- filelock <4,>=3.12.2 | |
- platformdirs <5,>=3.9.1 | |
- python >=3.8 | |
license: MIT | |
license_family: MIT | |
size: 3148218 | |
timestamp: 1708602229963 | |
- kind: conda | |
name: vs2015_runtime | |
version: 14.38.33130 | |
build: hcb4865c_18 | |
build_number: 18 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/vs2015_runtime-14.38.33130-hcb4865c_18.conda | |
sha256: a2fec221f361d6263c117f4ea6d772b21c90a2f8edc6f3eb0eadec6bfe8843db | |
md5: 10d42885e3ed84e575b454db30f1aa93 | |
depends: | |
- vc14_runtime >=14.38.33130 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 16988 | |
timestamp: 1702511261442 | |
- kind: conda | |
name: watchdog | |
version: 4.0.0 | |
build: py312h2e8e312_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/watchdog-4.0.0-py312h2e8e312_0.conda | |
sha256: 4b1eeaecccadf55a5c322e25290d75c8bed7b0d5e25fa6dfa03fc16fc9919fc4 | |
md5: 186ec4486a2c5d738c002067665b50be | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- pyyaml >=3.10 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 152911 | |
timestamp: 1707295573907 | |
- kind: conda | |
name: watchdog | |
version: 4.0.0 | |
build: py312h7900ff3_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/watchdog-4.0.0-py312h7900ff3_0.conda | |
sha256: db3ef9753934826c008216b198f04a6637150e1d91d72733148c0822e4a042a2 | |
md5: 1b87b82dd803565550e6358c0790f3d2 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- pyyaml >=3.10 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 136845 | |
timestamp: 1707295261797 | |
- kind: conda | |
name: watchdog | |
version: 4.0.0 | |
build: py312hc2c2f20_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/watchdog-4.0.0-py312hc2c2f20_0.conda | |
sha256: f333e1f11d60e096d8b0f2b7dbe313fc9ee22d6c09f0a0cc7d3c9fed56ee48dd | |
md5: ebd7ea0d23052393f0a62efe8a508e99 | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python_abi 3.12.* *_cp312 | |
- pyyaml >=3.10 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 144711 | |
timestamp: 1707295580304 | |
- kind: conda | |
name: watchdog | |
version: 4.0.0 | |
build: py312he37b823_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/watchdog-4.0.0-py312he37b823_0.conda | |
sha256: 3e7486e161e4478a1bb63cb124a446b21b0af113458522d215ba76eebb1a473a | |
md5: c483c04540c229b50564201c5432667c | |
depends: | |
- python >=3.12,<3.13.0a0 | |
- python >=3.12,<3.13.0a0 *_cpython | |
- python_abi 3.12.* *_cp312 | |
- pyyaml >=3.10 | |
license: Apache-2.0 | |
license_family: APACHE | |
size: 145347 | |
timestamp: 1707295575866 | |
- kind: conda | |
name: webencodings | |
version: 0.5.1 | |
build: pyhd8ed1ab_2 | |
build_number: 2 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda | |
sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 | |
md5: daf5160ff9cde3a468556965329085b9 | |
depends: | |
- python >=2.6 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 15600 | |
timestamp: 1694681458271 | |
- kind: conda | |
name: win_inet_pton | |
version: 1.1.0 | |
build: pyhd8ed1ab_6 | |
build_number: 6 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 | |
sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 | |
md5: 30878ecc4bd36e8deeea1e3c151b2e0b | |
depends: | |
- __win | |
- python >=3.6 | |
license: PUBLIC-DOMAIN | |
size: 8191 | |
timestamp: 1667051294134 | |
- kind: conda | |
name: xorg-kbproto | |
version: 1.0.7 | |
build: h7f98852_1002 | |
build_number: 1002 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-kbproto-1.0.7-h7f98852_1002.tar.bz2 | |
sha256: e90b0a6a5d41776f11add74aa030f789faf4efd3875c31964d6f9cfa63a10dd1 | |
md5: 4b230e8381279d76131116660f5a241a | |
depends: | |
- libgcc-ng >=9.3.0 | |
license: MIT | |
license_family: MIT | |
size: 27338 | |
timestamp: 1610027759842 | |
- kind: conda | |
name: xorg-libice | |
version: 1.1.1 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libice-1.1.1-hd590300_0.conda | |
sha256: 5aa9b3682285bb2bf1a8adc064cb63aff76ef9178769740d855abb42b0d24236 | |
md5: b462a33c0be1421532f28bfe8f4a7514 | |
depends: | |
- libgcc-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 58469 | |
timestamp: 1685307573114 | |
- kind: conda | |
name: xorg-libsm | |
version: 1.2.4 | |
build: h7391055_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libsm-1.2.4-h7391055_0.conda | |
sha256: 089ad5f0453c604e18985480218a84b27009e9e6de9a0fa5f4a20b8778ede1f1 | |
md5: 93ee23f12bc2e684548181256edd2cf6 | |
depends: | |
- libgcc-ng >=12 | |
- libuuid >=2.38.1,<3.0a0 | |
- xorg-libice >=1.1.1,<2.0a0 | |
license: MIT | |
license_family: MIT | |
size: 27433 | |
timestamp: 1685453649160 | |
- kind: conda | |
name: xorg-libx11 | |
version: 1.8.7 | |
build: h8ee46fc_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libx11-1.8.7-h8ee46fc_0.conda | |
sha256: 7a02a7beac472ae2759498550b5fc5261bf5be7a9a2b4648a3f67818a7bfefcf | |
md5: 49e482d882669206653b095f5206c05b | |
depends: | |
- libgcc-ng >=12 | |
- libxcb >=1.15,<1.16.0a0 | |
- xorg-kbproto | |
- xorg-xextproto >=7.3.0,<8.0a0 | |
- xorg-xproto | |
license: MIT | |
license_family: MIT | |
size: 828692 | |
timestamp: 1697056910935 | |
- kind: conda | |
name: xorg-libxau | |
version: 1.0.11 | |
build: h0dc2134_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxau-1.0.11-h0dc2134_0.conda | |
sha256: 8a2e398c4f06f10c64e69f56bcf3ddfa30b432201446a0893505e735b346619a | |
md5: 9566b4c29274125b0266d0177b5eb97b | |
license: MIT | |
license_family: MIT | |
size: 13071 | |
timestamp: 1684638167647 | |
- kind: conda | |
name: xorg-libxau | |
version: 1.0.11 | |
build: hb547adb_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxau-1.0.11-hb547adb_0.conda | |
sha256: 02c313a1cada46912e5b9bdb355cfb4534bfe22143b4ea4ecc419690e793023b | |
md5: ca73dc4f01ea91e44e3ed76602c5ea61 | |
license: MIT | |
license_family: MIT | |
size: 13667 | |
timestamp: 1684638272445 | |
- kind: conda | |
name: xorg-libxau | |
version: 1.0.11 | |
build: hcd874cb_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxau-1.0.11-hcd874cb_0.conda | |
sha256: 8c5b976e3b36001bdefdb41fb70415f9c07eff631f1f0155f3225a7649320e77 | |
md5: c46ba8712093cb0114404ae8a7582e1a | |
depends: | |
- m2w64-gcc-libs | |
- m2w64-gcc-libs-core | |
license: MIT | |
license_family: MIT | |
size: 51297 | |
timestamp: 1684638355740 | |
- kind: conda | |
name: xorg-libxau | |
version: 1.0.11 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.11-hd590300_0.conda | |
sha256: 309751371d525ce50af7c87811b435c176915239fc9e132b99a25d5e1703f2d4 | |
md5: 2c80dc38fface310c9bd81b17037fee5 | |
depends: | |
- libgcc-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 14468 | |
timestamp: 1684637984591 | |
- kind: conda | |
name: xorg-libxdmcp | |
version: 1.1.3 | |
build: h27ca646_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/xorg-libxdmcp-1.1.3-h27ca646_0.tar.bz2 | |
sha256: d9a2fb4762779994718832f05a7d62ab2dcf6103a312235267628b5187ce88f7 | |
md5: 6738b13f7fadc18725965abdd4129c36 | |
license: MIT | |
license_family: MIT | |
size: 18164 | |
timestamp: 1610071737668 | |
- kind: conda | |
name: xorg-libxdmcp | |
version: 1.1.3 | |
build: h35c211d_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/xorg-libxdmcp-1.1.3-h35c211d_0.tar.bz2 | |
sha256: 485421c16f03a01b8ed09984e0b2ababdbb3527e1abf354ff7646f8329be905f | |
md5: 86ac76d6bf1cbb9621943eb3bd9ae36e | |
license: MIT | |
license_family: MIT | |
size: 17225 | |
timestamp: 1610071995461 | |
- kind: conda | |
name: xorg-libxdmcp | |
version: 1.1.3 | |
build: h7f98852_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 | |
sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 | |
md5: be93aabceefa2fac576e971aef407908 | |
depends: | |
- libgcc-ng >=9.3.0 | |
license: MIT | |
license_family: MIT | |
size: 19126 | |
timestamp: 1610071769228 | |
- kind: conda | |
name: xorg-libxdmcp | |
version: 1.1.3 | |
build: hcd874cb_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/xorg-libxdmcp-1.1.3-hcd874cb_0.tar.bz2 | |
sha256: f51205d33c07d744ec177243e5d9b874002910c731954f2c8da82459be462b93 | |
md5: 46878ebb6b9cbd8afcf8088d7ef00ece | |
depends: | |
- m2w64-gcc-libs | |
license: MIT | |
license_family: MIT | |
size: 67908 | |
timestamp: 1610072296570 | |
- kind: conda | |
name: xorg-libxext | |
version: 1.3.4 | |
build: h0b41bf4_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxext-1.3.4-h0b41bf4_2.conda | |
sha256: 73e5cfbdff41ef8a844441f884412aa5a585a0f0632ec901da035a03e1fe1249 | |
md5: 82b6df12252e6f32402b96dacc656fec | |
depends: | |
- libgcc-ng >=12 | |
- xorg-libx11 >=1.7.2,<2.0a0 | |
- xorg-xextproto | |
license: MIT | |
license_family: MIT | |
size: 50143 | |
timestamp: 1677036907815 | |
- kind: conda | |
name: xorg-libxrender | |
version: 0.9.11 | |
build: hd590300_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxrender-0.9.11-hd590300_0.conda | |
sha256: 26da4d1911473c965c32ce2b4ff7572349719eaacb88a066db8d968a4132c3f7 | |
md5: ed67c36f215b310412b2af935bf3e530 | |
depends: | |
- libgcc-ng >=12 | |
- xorg-libx11 >=1.8.6,<2.0a0 | |
- xorg-renderproto | |
license: MIT | |
license_family: MIT | |
size: 37770 | |
timestamp: 1688300707994 | |
- kind: conda | |
name: xorg-renderproto | |
version: 0.11.1 | |
build: h7f98852_1002 | |
build_number: 1002 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-renderproto-0.11.1-h7f98852_1002.tar.bz2 | |
sha256: 38942930f233d1898594dd9edf4b0c0786f3dbc12065a0c308634c37fd936034 | |
md5: 06feff3d2634e3097ce2fe681474b534 | |
depends: | |
- libgcc-ng >=9.3.0 | |
license: MIT | |
license_family: MIT | |
size: 9621 | |
timestamp: 1614866326326 | |
- kind: conda | |
name: xorg-xextproto | |
version: 7.3.0 | |
build: h0b41bf4_1003 | |
build_number: 1003 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xextproto-7.3.0-h0b41bf4_1003.conda | |
sha256: b8dda3b560e8a7830fe23be1c58cc41f407b2e20ae2f3b6901eb5842ba62b743 | |
md5: bce9f945da8ad2ae9b1d7165a64d0f87 | |
depends: | |
- libgcc-ng >=12 | |
license: MIT | |
license_family: MIT | |
size: 30270 | |
timestamp: 1677036833037 | |
- kind: conda | |
name: xorg-xproto | |
version: 7.0.31 | |
build: h7f98852_1007 | |
build_number: 1007 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xorg-xproto-7.0.31-h7f98852_1007.tar.bz2 | |
sha256: f197bb742a17c78234c24605ad1fe2d88b1d25f332b75d73e5ba8cf8fbc2a10d | |
md5: b4a4381d54784606820704f7b5f05a15 | |
depends: | |
- libgcc-ng >=9.3.0 | |
license: MIT | |
license_family: MIT | |
size: 74922 | |
timestamp: 1607291557628 | |
- kind: conda | |
name: xz | |
version: 5.2.6 | |
build: h166bdaf_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 | |
sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 | |
md5: 2161070d867d1b1204ea749c8eec4ef0 | |
depends: | |
- libgcc-ng >=12 | |
license: LGPL-2.1 and GPL-2.0 | |
size: 418368 | |
timestamp: 1660346797927 | |
- kind: conda | |
name: xz | |
version: 5.2.6 | |
build: h57fd34a_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2 | |
sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec | |
md5: 39c6b54e94014701dd157f4f576ed211 | |
license: LGPL-2.1 and GPL-2.0 | |
size: 235693 | |
timestamp: 1660346961024 | |
- kind: conda | |
name: xz | |
version: 5.2.6 | |
build: h775f41a_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2 | |
sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8 | |
md5: a72f9d4ea13d55d745ff1ed594747f10 | |
license: LGPL-2.1 and GPL-2.0 | |
size: 238119 | |
timestamp: 1660346964847 | |
- kind: conda | |
name: xz | |
version: 5.2.6 | |
build: h8d14728_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/xz-5.2.6-h8d14728_0.tar.bz2 | |
sha256: 54d9778f75a02723784dc63aff4126ff6e6749ba21d11a6d03c1f4775f269fe0 | |
md5: 515d77642eaa3639413c6b1bc3f94219 | |
depends: | |
- vc >=14.1,<15 | |
- vs2015_runtime >=14.16.27033 | |
license: LGPL-2.1 and GPL-2.0 | |
size: 217804 | |
timestamp: 1660346976440 | |
- kind: conda | |
name: yaml | |
version: 0.2.5 | |
build: h0d85af4_2 | |
build_number: 2 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/yaml-0.2.5-h0d85af4_2.tar.bz2 | |
sha256: 5301417e2c8dea45b401ffee8df3957d2447d4ce80c83c5ff151fc6bfe1c4148 | |
md5: d7e08fcf8259d742156188e8762b4d20 | |
license: MIT | |
license_family: MIT | |
size: 84237 | |
timestamp: 1641347062780 | |
- kind: conda | |
name: yaml | |
version: 0.2.5 | |
build: h3422bc3_2 | |
build_number: 2 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/yaml-0.2.5-h3422bc3_2.tar.bz2 | |
sha256: 93181a04ba8cfecfdfb162fc958436d868cc37db504c58078eab4c1a3e57fbb7 | |
md5: 4bb3f014845110883a3c5ee811fd84b4 | |
license: MIT | |
license_family: MIT | |
size: 88016 | |
timestamp: 1641347076660 | |
- kind: conda | |
name: yaml | |
version: 0.2.5 | |
build: h7f98852_2 | |
build_number: 2 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 | |
sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 | |
md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae | |
depends: | |
- libgcc-ng >=9.4.0 | |
license: MIT | |
license_family: MIT | |
size: 89141 | |
timestamp: 1641346969816 | |
- kind: conda | |
name: yaml | |
version: 0.2.5 | |
build: h8ffe710_2 | |
build_number: 2 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/yaml-0.2.5-h8ffe710_2.tar.bz2 | |
sha256: 4e2246383003acbad9682c7c63178e2e715ad0eb84f03a8df1fbfba455dfedc5 | |
md5: adbfb9f45d1004a26763652246a33764 | |
depends: | |
- vc >=14.1,<15.0a0 | |
- vs2015_runtime >=14.16.27012 | |
license: MIT | |
license_family: MIT | |
size: 63274 | |
timestamp: 1641347623319 | |
- kind: conda | |
name: zipp | |
version: 3.17.0 | |
build: pyhd8ed1ab_0 | |
subdir: noarch | |
noarch: python | |
url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda | |
sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 | |
md5: 2e4d6bc0b14e10f895fc6791a7d9b26a | |
depends: | |
- python >=3.8 | |
license: MIT | |
license_family: MIT | |
size: 18954 | |
timestamp: 1695255262261 | |
- kind: conda | |
name: zlib | |
version: 1.2.13 | |
build: h53f4e23_5 | |
build_number: 5 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.2.13-h53f4e23_5.conda | |
sha256: de0ee1e24aa6867058d3b852a15c8d7f49f262f5828772700c647186d4a96bbe | |
md5: a08383f223b10b71492d27566fafbf6c | |
depends: | |
- libzlib 1.2.13 h53f4e23_5 | |
license: Zlib | |
license_family: Other | |
size: 79577 | |
timestamp: 1686575471024 | |
- kind: conda | |
name: zlib | |
version: 1.2.13 | |
build: h8a1eda9_5 | |
build_number: 5 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/zlib-1.2.13-h8a1eda9_5.conda | |
sha256: d1f4c82fd7bd240a78ce8905e931e68dca5f523c7da237b6b63c87d5625c5b35 | |
md5: 75a8a98b1c4671c5d2897975731da42d | |
depends: | |
- libzlib 1.2.13 h8a1eda9_5 | |
license: Zlib | |
license_family: Other | |
size: 90764 | |
timestamp: 1686575574678 | |
- kind: conda | |
name: zlib | |
version: 1.2.13 | |
build: hcfcfb64_5 | |
build_number: 5 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/zlib-1.2.13-hcfcfb64_5.conda | |
sha256: 0f91b719c7558046bcd37fdc7ae4b9eb2b7a8e335beb8b59ae7ccb285a46aa46 | |
md5: a318e8622e11663f645cc7fa3260f462 | |
depends: | |
- libzlib 1.2.13 hcfcfb64_5 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: Zlib | |
license_family: Other | |
size: 107711 | |
timestamp: 1686575474476 | |
- kind: conda | |
name: zlib | |
version: 1.2.13 | |
build: hd590300_5 | |
build_number: 5 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-hd590300_5.conda | |
sha256: 9887a04d7e7cb14bd2b52fa01858f05a6d7f002c890f618d9fcd864adbfecb1b | |
md5: 68c34ec6149623be41a1933ab996a209 | |
depends: | |
- libgcc-ng >=12 | |
- libzlib 1.2.13 hd590300_5 | |
license: Zlib | |
license_family: Other | |
size: 92825 | |
timestamp: 1686575231103 | |
- kind: conda | |
name: zstd | |
version: 1.5.5 | |
build: h12be248_0 | |
subdir: win-64 | |
url: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.5-h12be248_0.conda | |
sha256: d540dd56c5ec772b60e4ce7d45f67f01c6614942225885911964ea1e70bb99e3 | |
md5: 792bb5da68bf0a6cac6a6072ecb8dbeb | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
- ucrt >=10.0.20348.0 | |
- vc >=14.2,<15 | |
- vc14_runtime >=14.29.30139 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 343428 | |
timestamp: 1693151615801 | |
- kind: conda | |
name: zstd | |
version: 1.5.5 | |
build: h4f39d0f_0 | |
subdir: osx-arm64 | |
url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda | |
sha256: 7e1fe6057628bbb56849a6741455bbb88705bae6d6646257e57904ac5ee5a481 | |
md5: 5b212cfb7f9d71d603ad891879dc7933 | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 400508 | |
timestamp: 1693151393180 | |
- kind: conda | |
name: zstd | |
version: 1.5.5 | |
build: h829000d_0 | |
subdir: osx-64 | |
url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.5-h829000d_0.conda | |
sha256: d54e31d3d8de5e254c0804abd984807b8ae5cd3708d758a8bf1adff1f5df166c | |
md5: 80abc41d0c48b82fe0f04e7f42f5cb7e | |
depends: | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 499383 | |
timestamp: 1693151312586 | |
- kind: conda | |
name: zstd | |
version: 1.5.5 | |
build: hfc55251_0 | |
subdir: linux-64 | |
url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda | |
sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 | |
md5: 04b88013080254850d6c01ed54810589 | |
depends: | |
- libgcc-ng >=12 | |
- libstdcxx-ng >=12 | |
- libzlib >=1.2.13,<1.3.0a0 | |
license: BSD-3-Clause | |
license_family: BSD | |
size: 545199 | |
timestamp: 1693151163452 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment