diff --git a/.gitignore b/.gitignore index 02ee2df..9540ee3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Custom Ignores .ruff_cache/ +*.html # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/docs/setup.md b/docs/setup.md index b95b14d..36bc017 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -1,18 +1,18 @@ # Setup -To get started, clone the repo, checkout this branch, using Linux or Mac install pixi with: +To get started, clone the repo, checkout this branch, using Linux or Mac install pixi with: ```curl -fsSL https://pixi.sh/install.sh | bash``` -If using windows, install pixi with: +If using windows, install pixi with: ```iwr -useb https://pixi.sh/install.ps1 | iex``` -See here for more info on pixi: https://pixi.sh/ +See here for more info on pixi: https://pixi.sh/. -Then to install the project and its dependencies, type: +Then to install the project and its dependencies, type: ```pixi install``` -You could activate the virtual environment with `pixi shell` or every time you want to use the environment, prefix your commands with `pixi run` inside the icedyno project folder (ex: `pixi run pytest`). +You could activate the virtual environment with `pixi shell` (so every command uses the virtual environment until you type `exit`) or prefix your commands with `pixi run` inside the icedyno project folder (ex: `pixi run pytest`). -To set up the automatic linters (that run every time you commit your work), you would run: +To set up the automatic linters (that run every time you commit your work), you would run: ```pixi run pre-commit install``` ![install_pre_commit](images/install_pre_commit.png) @@ -20,7 +20,7 @@ To set up the automatic linters (that run every time you commit your work), you ## Testing the set up If you activated the pixi environment, type `pytest`. If not, type `pixi run pytest`. You should have one dummy test that runs on that command. -## Linters and pre-commit hooks +## What does it look like when the linters and pre-commit hooks run? After you've installed the pre-commit hooks and have changes to commit, this is what the process will look like for committing: 1. You have changes to commit: @@ -39,4 +39,12 @@ After you've installed the pre-commit hooks and have changes to commit, this is ![inspect_changes](images/inspect_changes.png) 6. Add the changes and redo your commit command: - ![final_commit](images/final_commit.png) \ No newline at end of file + ![final_commit](images/final_commit.png) + +## Adding new dependencies +Just write ```pixi add conda_or_pip_package_name```. You can add multiple dependencies at once (which is better than one at a time, `pixi` will have to recompute work otherwise) by adding a space between the package names. I.e. `pixi add package1 package2 package3`. + +You'll see that the `pixi.toml` and `pixi.lock` files will change after adding your new dependencies -- make sure to add those changes in your next commit! + +## Removing a dependency +```pixi remove package_name``` diff --git a/docs/workflow.md b/docs/workflow.md new file mode 100644 index 0000000..93d3d07 --- /dev/null +++ b/docs/workflow.md @@ -0,0 +1,3 @@ +# IceDyno Dev Workflow + +This is where we should document how we should merge/rebase/squash/etc and things we should know while working. diff --git a/mkdocs.yml b/mkdocs.yml index 9346500..b991eb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,7 @@ site_name: IceDyno Documentation nav: - Home: index.md - Setup: setup.md + - Workflow: workflow.md plugins: - search - mkdocstrings: diff --git a/pixi.lock b/pixi.lock index 9513387..674a9fc 100644 --- a/pixi.lock +++ b/pixi.lock @@ -57,1308 +57,1461 @@ package: size: 23621 timestamp: 1650670423406 - platform: linux-64 - name: bzip2 - version: 1.0.8 + name: anyio + version: 4.2.0 category: main manager: conda dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda + - exceptiongroup >=1.0.2 + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 69b8b6202a07720f448be700e300ccf4 - sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8 - build: hd590300_5 + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 5 - license: bzip2-1.0.6 - license_family: BSD - size: 254228 - timestamp: 1699279927352 + build_number: 0 + constrains: + - trio >=0.23 + - uvloop >=0.17 + license: MIT + license_family: MIT + noarch: python + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio - platform: osx-64 - name: bzip2 - version: 1.0.8 + name: anyio + version: 4.2.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + dependencies: + - exceptiongroup >=1.0.2 + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 6097a6ca9ada32699b5fc4312dd6ef18 - sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 - build: h10d778d_5 + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 5 - license: bzip2-1.0.6 - license_family: BSD - size: 127885 - timestamp: 1699280178474 + build_number: 0 + constrains: + - trio >=0.23 + - uvloop >=0.17 + license: MIT + license_family: MIT + noarch: python + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio - platform: win-64 - name: bzip2 - version: 1.0.8 + name: anyio + version: 4.2.0 category: main manager: conda dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda + - exceptiongroup >=1.0.2 + - idna >=2.8 + - python >=3.8 + - sniffio >=1.1 + - typing_extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/anyio-4.2.0-pyhd8ed1ab_0.conda hash: - md5: 26eb8ca6ea332b675e11704cce84a3be - sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2 - build: hcfcfb64_5 + md5: 81ce9f3d9697b534d95118bb86c8a07e + sha256: 68458e31bdf3334f0e85f08767718ca9bc35bc2a79a6c503942ac99da98e510a + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 5 - license: bzip2-1.0.6 + build_number: 0 + constrains: + - trio >=0.23 + - uvloop >=0.17 + license: MIT + license_family: MIT + noarch: python + size: 101592 + timestamp: 1702909362897 + purls: + - pkg:pypi/anyio +- platform: osx-64 + name: appnope + version: 0.1.3 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/appnope-0.1.3-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 54ac328d703bff191256ffa1183126d1 + sha256: b209a68ac55eb9ecad7042f0d4eedef5da924699f6cdf54ac1826869cfdae742 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause license_family: BSD - size: 124580 - timestamp: 1699280668742 + noarch: python + size: 8095 + timestamp: 1649077760928 + purls: + - pkg:pypi/appnope - platform: linux-64 - name: ca-certificates - version: 2024.2.2 + name: argon2-cffi + version: 23.1.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda + dependencies: + - argon2-cffi-bindings + - python >=3.7 + - typing-extensions + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda hash: - md5: 2f4327a1cbe7f022401b236e915a5fef - sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb - build: hbcca054_0 + md5: 3afef1f55a1366b4d3b6a0d92e2235e4 + sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: ISC - size: 155432 - timestamp: 1706843687645 + constrains: + - argon2_cffi ==999 + license: MIT + license_family: MIT + noarch: python + size: 18602 + timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: osx-64 - name: ca-certificates - version: 2024.2.2 + name: argon2-cffi + version: 23.1.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + dependencies: + - argon2-cffi-bindings + - python >=3.7 + - typing-extensions + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda hash: - md5: f2eacee8c33c43692f1ccfd33d0f50b1 - sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9 - build: h8857fd0_0 + md5: 3afef1f55a1366b4d3b6a0d92e2235e4 + sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: ISC - size: 155665 - timestamp: 1706843838227 + constrains: + - argon2_cffi ==999 + license: MIT + license_family: MIT + noarch: python + size: 18602 + timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: win-64 - name: ca-certificates - version: 2024.2.2 + name: argon2-cffi + version: 23.1.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda + dependencies: + - argon2-cffi-bindings + - python >=3.7 + - typing-extensions + url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-23.1.0-pyhd8ed1ab_0.conda hash: - md5: 63da060240ab8087b60d1357051ea7d6 - sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0 - build: h56e8100_0 + md5: 3afef1f55a1366b4d3b6a0d92e2235e4 + sha256: 130766446f5507bd44df957b6b5c898a8bd98f024bb426ed6cb9ff1ad67fc677 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: ISC - size: 155886 - timestamp: 1706843918052 + constrains: + - argon2_cffi ==999 + license: MIT + license_family: MIT + noarch: python + size: 18602 + timestamp: 1692818472638 + purls: + - pkg:pypi/argon2-cffi - platform: linux-64 - name: cffi - version: 1.16.0 + name: argon2-cffi-bindings + version: 21.2.0 category: main manager: conda dependencies: - - libffi >=3.4,<4.0a0 + - cffi >=1.0.1 - libgcc-ng >=12 - - pycparser - python >=3.12.0rc3,<3.13.0a0 - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py312h98912ed_4.conda hash: - md5: 56b0ca764ce23cc54f3f7e2a7b970f6d - sha256: 5a36e2c254603c367d26378fa3a205bd92263e30acf195f488749562b4c44251 - build: py312hf06ca03_0 + md5: 00536e0a1734dcde9815fe227f32fc5a + sha256: 8ddb4a586bc128f1b9484f82c5cb0226340527fbfe093adf3b76b7e755e11477 + build: py312h98912ed_4 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 4 license: MIT license_family: MIT - size: 294523 - timestamp: 1696001868949 + size: 35142 + timestamp: 1695386704886 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: osx-64 - name: cffi - version: 1.16.0 + name: argon2-cffi-bindings + version: 21.2.0 category: main manager: conda dependencies: - - libffi >=3.4,<4.0a0 - - pycparser + - cffi >=1.0.1 - python >=3.12.0rc3,<3.13.0a0 - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/argon2-cffi-bindings-21.2.0-py312h104f124_4.conda hash: - md5: a45759c013ab20b9017ef9539d234dd7 - sha256: 8b856583b56fc30f064a7cb286f85e4b5725f2bd4fda8ba0c4e94bffe258741e - build: py312h38bf5a0_0 + md5: dddfb6125aed1fb84eb13319007c08fd + sha256: aa321e91f0ff365b5261fa1dcffa2d32aa957561bdbb38988e52e28e25a762a8 + build: py312h104f124_4 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 4 license: MIT license_family: MIT - size: 282370 - timestamp: 1696002004433 + size: 32556 + timestamp: 1695387174872 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: win-64 - name: cffi - version: 1.16.0 + name: argon2-cffi-bindings + version: 21.2.0 category: main manager: conda dependencies: - - pycparser + - cffi >=1.0.1 - 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 - url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/argon2-cffi-bindings-21.2.0-py312he70551f_4.conda hash: - md5: 5a51096925d52332c62bfd8904899055 - sha256: dd39e594f5c6bca52dfed343de2af9326a99700ce2ba3404bd89706926fc0137 - build: py312he70551f_0 + md5: 69b7a1d899d46b91f8eecab9abf9728c + sha256: 4c3c428b994400ca753d9d0adbb11ce2d2a87f4dacd86c91d6cf985c5d89a3e1 + build: py312he70551f_4 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 4 license: MIT license_family: MIT - size: 287805 - timestamp: 1696002408940 + size: 34750 + timestamp: 1695387347676 + purls: + - pkg:pypi/argon2-cffi-bindings - platform: linux-64 - name: cfgv - version: 3.3.1 + name: arrow + version: 1.3.0 category: main manager: conda dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + md5: b77d8c2313158e6e461ca0efb1c2c508 + sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache noarch: python - size: 10788 - timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv + size: 100096 + timestamp: 1696129131844 - platform: osx-64 - name: cfgv - version: 3.3.1 + name: arrow + version: 1.3.0 category: main manager: conda dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + md5: b77d8c2313158e6e461ca0efb1c2c508 + sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache noarch: python - size: 10788 - timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv + size: 100096 + timestamp: 1696129131844 - platform: win-64 - name: cfgv - version: 3.3.1 + name: arrow + version: 1.3.0 category: main manager: conda dependencies: - - python >=3.6.1 - url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.8 + - python-dateutil >=2.7.0 + - types-python-dateutil >=2.8.10 + url: https://conda.anaconda.org/conda-forge/noarch/arrow-1.3.0-pyhd8ed1ab_0.conda hash: - md5: ebb5f5f7dc4f1a3780ef7ea7738db08c - sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + md5: b77d8c2313158e6e461ca0efb1c2c508 + sha256: ff49825c7f9e29e09afa6284300810e7a8640d621740efb47c4541f4dc4969db build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache noarch: python - size: 10788 - timestamp: 1629909423398 - purls: - - pkg:pypi/cfgv + size: 100096 + timestamp: 1696129131844 - platform: linux-64 - name: click - version: 8.1.7 + name: asttokens + version: 2.4.1 category: main manager: conda dependencies: - - __unix - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda + - python >=3.5 + - six >=1.12.0 + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: f3ad426304898027fc619827ff428eca - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - build: unix_pyh707e725_0 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache noarch: python - size: 84437 - timestamp: 1692311973840 + size: 28922 + timestamp: 1698341257884 purls: - - pkg:pypi/click + - pkg:pypi/asttokens - platform: osx-64 - name: click - version: 8.1.7 + name: asttokens + version: 2.4.1 category: main manager: conda dependencies: - - __unix - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda + - python >=3.5 + - six >=1.12.0 + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: f3ad426304898027fc619827ff428eca - sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec - build: unix_pyh707e725_0 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache noarch: python - size: 84437 - timestamp: 1692311973840 + size: 28922 + timestamp: 1698341257884 purls: - - pkg:pypi/click + - pkg:pypi/asttokens - platform: win-64 - name: click - version: 8.1.7 + name: asttokens + version: 2.4.1 category: main manager: conda dependencies: - - __win - - colorama - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda + - python >=3.5 + - six >=1.12.0 + url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.4.1-pyhd8ed1ab_0.conda hash: - md5: 3549ecbceb6cd77b91a105511b7d0786 - sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 - build: win_pyh7428d3b_0 + md5: 5f25798dcefd8252ce5f9dc494d5f571 + sha256: 708168f026df19a0344983754d27d1f7b28bb21afc7b97a82f02c4798a3d2111 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: Apache-2.0 + license_family: Apache noarch: python - size: 85051 - timestamp: 1692312207348 + size: 28922 + timestamp: 1698341257884 purls: - - pkg:pypi/click + - pkg:pypi/asttokens - platform: linux-64 - name: colorama - version: 0.4.6 + name: async-lru + version: 2.0.4 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - python >=3.8 + - typing_extensions >=4.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT noarch: python - size: 25170 - timestamp: 1666700778190 + size: 15342 + timestamp: 1690563152778 purls: - - pkg:pypi/colorama + - pkg:pypi/async-lru - platform: osx-64 - name: colorama - version: 0.4.6 + name: async-lru + version: 2.0.4 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - python >=3.8 + - typing_extensions >=4.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT noarch: python - size: 25170 - timestamp: 1666700778190 + size: 15342 + timestamp: 1690563152778 purls: - - pkg:pypi/colorama + - pkg:pypi/async-lru - platform: win-64 - name: colorama - version: 0.4.6 + name: async-lru + version: 2.0.4 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + - python >=3.8 + - typing_extensions >=4.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/async-lru-2.0.4-pyhd8ed1ab_0.conda hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + md5: 3d081de3a6ea9f894bbb585e8e3a4dcb + sha256: 7ed83731979fe5b046c157730e50af0e24454468bbba1ed8fc1a3107db5d7518 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT noarch: python - size: 25170 - timestamp: 1666700778190 + size: 15342 + timestamp: 1690563152778 purls: - - pkg:pypi/colorama + - pkg:pypi/async-lru - platform: linux-64 - name: distlib - version: 0.3.8 + name: attrs + version: 23.2.0 category: main manager: conda dependencies: - - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: db16c66b759a64dc5183d69cc3745a52 - sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e - build: pyhd8ed1ab_0 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 274915 - timestamp: 1702383349284 + size: 54582 + timestamp: 1704011393776 purls: - - pkg:pypi/distlib + - pkg:pypi/attrs - platform: osx-64 - name: distlib - version: 0.3.8 + name: attrs + version: 23.2.0 category: main manager: conda dependencies: - - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: db16c66b759a64dc5183d69cc3745a52 - sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e - build: pyhd8ed1ab_0 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 274915 - timestamp: 1702383349284 + size: 54582 + timestamp: 1704011393776 purls: - - pkg:pypi/distlib + - pkg:pypi/attrs - platform: win-64 - name: distlib - version: 0.3.8 + name: attrs + version: 23.2.0 category: main manager: conda dependencies: - - python 2.7|>=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.2.0-pyh71513ae_0.conda hash: - md5: db16c66b759a64dc5183d69cc3745a52 - sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e - build: pyhd8ed1ab_0 + md5: 5e4c0743c70186509d1412e03c2d8dfa + sha256: 77c7d03bdb243a048fff398cedc74327b7dc79169ebe3b4c8448b0331ea55fea + build: pyh71513ae_0 arch: x86_64 subdir: win-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 274915 - timestamp: 1702383349284 + size: 54582 + timestamp: 1704011393776 purls: - - pkg:pypi/distlib + - pkg:pypi/attrs - platform: linux-64 - name: exceptiongroup - version: 1.2.0 + name: babel + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - pytz + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 8d652ea2ee8eaee02ed8dc820bc794aa - sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d - build: pyhd8ed1ab_2 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 2 - license: MIT and PSF-2.0 + build_number: 0 + license: BSD-3-Clause + license_family: BSD noarch: python - size: 20551 - timestamp: 1704921321122 + size: 7609750 + timestamp: 1702422720584 purls: - - pkg:pypi/exceptiongroup + - pkg:pypi/babel - platform: osx-64 - name: exceptiongroup - version: 1.2.0 + name: babel + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - pytz + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 8d652ea2ee8eaee02ed8dc820bc794aa - sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d - build: pyhd8ed1ab_2 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 2 - license: MIT and PSF-2.0 + build_number: 0 + license: BSD-3-Clause + license_family: BSD noarch: python - size: 20551 - timestamp: 1704921321122 + size: 7609750 + timestamp: 1702422720584 purls: - - pkg:pypi/exceptiongroup + - pkg:pypi/babel - platform: win-64 - name: exceptiongroup - version: 1.2.0 + name: babel + version: 2.14.0 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + - pytz + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/babel-2.14.0-pyhd8ed1ab_0.conda hash: - md5: 8d652ea2ee8eaee02ed8dc820bc794aa - sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d - build: pyhd8ed1ab_2 + md5: 9669586875baeced8fc30c0826c3270e + sha256: 8584e3da58e92b72641c89ff9b98c51f0d5dbe76e527867804cbdf03ac91d8e6 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 2 - license: MIT and PSF-2.0 + build_number: 0 + license: BSD-3-Clause + license_family: BSD noarch: python - size: 20551 - timestamp: 1704921321122 + size: 7609750 + timestamp: 1702422720584 purls: - - pkg:pypi/exceptiongroup + - pkg:pypi/babel - platform: linux-64 - name: filelock - version: 3.13.1 + name: beautifulsoup4 + version: 4.12.3 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda + - python >=3.6 + - soupsieve >=1.2 + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 + build: pyha770c72_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: Unlicense + license: MIT + license_family: MIT noarch: python - size: 15605 - timestamp: 1698715139726 - purls: - - pkg:pypi/filelock + size: 118200 + timestamp: 1705564819537 - platform: osx-64 - name: filelock - version: 3.13.1 + name: beautifulsoup4 + version: 4.12.3 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda + - python >=3.6 + - soupsieve >=1.2 + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 + build: pyha770c72_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Unlicense + license: MIT + license_family: MIT noarch: python - size: 15605 - timestamp: 1698715139726 - purls: - - pkg:pypi/filelock + size: 118200 + timestamp: 1705564819537 - platform: win-64 - name: filelock - version: 3.13.1 + name: beautifulsoup4 + version: 4.12.3 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda + - python >=3.6 + - soupsieve >=1.2 + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.3-pyha770c72_0.conda hash: - md5: 0c1729b74a8152fde6a38ba0a2ab9f45 - sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b - build: pyhd8ed1ab_0 + md5: 332493000404d8411859539a5a630865 + sha256: 7b05b2d0669029326c623b9df7a29fa49d1982a9e7e31b2fea34b4c9a4a72317 + build: pyha770c72_0 arch: x86_64 subdir: win-64 build_number: 0 - license: Unlicense + license: MIT + license_family: MIT noarch: python - size: 15605 - timestamp: 1698715139726 - purls: - - pkg:pypi/filelock + size: 118200 + timestamp: 1705564819537 - platform: linux-64 - name: ghp-import - version: 2.1.0 + name: bleach + version: 6.1.0 category: main manager: conda dependencies: + - packaging - python >=3.6 - - python-dateutil >=2.8.1 - url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 + - setuptools + - six >=1.9.0 + - webencodings + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda hash: - md5: 6d8d61116031a3f5b1f32e7899785866 - sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c + md5: 0ed9d7c0e9afa7c025807a9a8136ea3e + sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: LicenseRef-Tumbolia-Public + license: Apache-2.0 + license_family: Apache noarch: python - size: 15504 - timestamp: 1651585848291 + size: 131220 + timestamp: 1696630354218 purls: - - pkg:pypi/ghp-import + - pkg:pypi/bleach - platform: osx-64 - name: ghp-import - version: 2.1.0 + name: bleach + version: 6.1.0 category: main manager: conda dependencies: + - packaging - python >=3.6 - - python-dateutil >=2.8.1 - url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 + - setuptools + - six >=1.9.0 + - webencodings + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda hash: - md5: 6d8d61116031a3f5b1f32e7899785866 - sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c + md5: 0ed9d7c0e9afa7c025807a9a8136ea3e + sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: LicenseRef-Tumbolia-Public + license: Apache-2.0 + license_family: Apache noarch: python - size: 15504 - timestamp: 1651585848291 + size: 131220 + timestamp: 1696630354218 purls: - - pkg:pypi/ghp-import + - pkg:pypi/bleach - platform: win-64 - name: ghp-import - version: 2.1.0 + name: bleach + version: 6.1.0 category: main manager: conda dependencies: + - packaging - python >=3.6 - - python-dateutil >=2.8.1 - url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 + - setuptools + - six >=1.9.0 + - webencodings + url: https://conda.anaconda.org/conda-forge/noarch/bleach-6.1.0-pyhd8ed1ab_0.conda hash: - md5: 6d8d61116031a3f5b1f32e7899785866 - sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c + md5: 0ed9d7c0e9afa7c025807a9a8136ea3e + sha256: 845e77ef495376c5c3c328ccfd746ca0ef1978150cae8eae61a300fe7755fb08 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: LicenseRef-Tumbolia-Public + license: Apache-2.0 + license_family: Apache noarch: python - size: 15504 - timestamp: 1651585848291 + size: 131220 + timestamp: 1696630354218 purls: - - pkg:pypi/ghp-import + - pkg:pypi/bleach - platform: linux-64 - name: identify - version: 2.5.33 + name: brotli-python + version: 1.1.0 category: main manager: conda dependencies: - - python >=3.6 - - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda + - libgcc-ng >=12 + - libstdcxx-ng >=12 + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py312h30efb56_1.conda hash: - md5: 93c8f8ceb83827d88deeba796f07fba7 - sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f - build: pyhd8ed1ab_0 + md5: 45801a89533d3336a365284d93298e36 + sha256: b68706698b6ac0d31196a8bcb061f0d1f35264bcd967ea45e03e108149a74c6f + build: py312h30efb56_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 + constrains: + - libbrotlicommon 1.1.0 hd590300_1 license: MIT license_family: MIT - noarch: python - size: 78418 - timestamp: 1701927472533 + size: 350604 + timestamp: 1695990206327 - platform: osx-64 - name: identify - version: 2.5.33 + name: brotli-python + version: 1.1.0 category: main manager: conda dependencies: - - python >=3.6 - - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda - hash: - md5: 93c8f8ceb83827d88deeba796f07fba7 - sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f - build: pyhd8ed1ab_0 + - libcxx >=15.0.7 + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/brotli-python-1.1.0-py312heafc425_1.conda + hash: + md5: a288b88f06b8bfe0dedaf5c4b6ac6b7a + sha256: fc55988f9bc05a938ea4b8c20d6545bed6e9c6c10aa5147695f981136ca894c1 + build: py312heafc425_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 + constrains: + - libbrotlicommon 1.1.0 h0dc2134_1 license: MIT license_family: MIT - noarch: python - size: 78418 - timestamp: 1701927472533 + size: 366883 + timestamp: 1695990710194 - platform: win-64 - name: identify - version: 2.5.33 + name: brotli-python + version: 1.1.0 category: main manager: conda dependencies: - - python >=3.6 - - ukkonen - url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/brotli-python-1.1.0-py312h53d5487_1.conda hash: - md5: 93c8f8ceb83827d88deeba796f07fba7 - sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f - build: pyhd8ed1ab_0 + md5: d01a6667b99f0e8ad4097af66c938e62 + sha256: 769e276ecdebf86f097786cbde1ebd11e018cd6cd838800995954fe6360e0797 + build: py312h53d5487_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 + constrains: + - libbrotlicommon 1.1.0 hcfcfb64_1 license: MIT license_family: MIT - noarch: python - size: 78418 - timestamp: 1701927472533 + size: 322514 + timestamp: 1695991054894 - platform: linux-64 - name: importlib-metadata - version: 7.0.1 + name: bzip2 + version: 1.0.8 category: main manager: conda dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hd590300_5.conda hash: - md5: 746623a787e06191d80a2133e5daff17 - sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 - build: pyha770c72_0 + md5: 69b8b6202a07720f448be700e300ccf4 + sha256: 242c0c324507ee172c0e0dd2045814e746bb303d1eb78870d182ceb0abc726a8 + build: hd590300_5 arch: x86_64 subdir: linux-64 - build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26450 - timestamp: 1703269427097 + build_number: 5 + license: bzip2-1.0.6 + license_family: BSD + size: 254228 + timestamp: 1699279927352 - platform: osx-64 - name: importlib-metadata - version: 7.0.1 + name: bzip2 + version: 1.0.8 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h10d778d_5.conda + hash: + md5: 6097a6ca9ada32699b5fc4312dd6ef18 + sha256: 61fb2b488928a54d9472113e1280b468a309561caa54f33825a3593da390b242 + build: h10d778d_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + license: bzip2-1.0.6 + license_family: BSD + size: 127885 + timestamp: 1699280178474 +- platform: win-64 + name: bzip2 + version: 1.0.8 category: main manager: conda dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-hcfcfb64_5.conda hash: - md5: 746623a787e06191d80a2133e5daff17 - sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 - build: pyha770c72_0 + md5: 26eb8ca6ea332b675e11704cce84a3be + sha256: ae5f47a5c86fd6db822931255dcf017eb12f60c77f07dc782ccb477f7808aab2 + build: hcfcfb64_5 + arch: x86_64 + subdir: win-64 + build_number: 5 + license: bzip2-1.0.6 + license_family: BSD + size: 124580 + timestamp: 1699280668742 +- platform: linux-64 + name: ca-certificates + version: 2024.2.2 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.2.2-hbcca054_0.conda + hash: + md5: 2f4327a1cbe7f022401b236e915a5fef + sha256: 91d81bfecdbb142c15066df70cc952590ae8991670198f92c66b62019b251aeb + build: hbcca054_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: ISC + size: 155432 + timestamp: 1706843687645 +- platform: osx-64 + name: ca-certificates + version: 2024.2.2 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.2.2-h8857fd0_0.conda + hash: + md5: f2eacee8c33c43692f1ccfd33d0f50b1 + sha256: 54a794aedbb4796afeabdf54287b06b1d27f7b13b3814520925f4c2c80f58ca9 + build: h8857fd0_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26450 - timestamp: 1703269427097 + license: ISC + size: 155665 + timestamp: 1706843838227 - platform: win-64 - name: importlib-metadata - version: 7.0.1 + name: ca-certificates + version: 2024.2.2 category: main manager: conda - dependencies: - - python >=3.8 - - zipp >=0.5 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/win-64/ca-certificates-2024.2.2-h56e8100_0.conda hash: - md5: 746623a787e06191d80a2133e5daff17 - sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 - build: pyha770c72_0 + md5: 63da060240ab8087b60d1357051ea7d6 + sha256: 4d587088ecccd393fec3420b64f1af4ee1a0e6897a45cfd5ef38055322cea5d0 + build: h56e8100_0 arch: x86_64 subdir: win-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE - noarch: python - size: 26450 - timestamp: 1703269427097 + license: ISC + size: 155886 + timestamp: 1706843918052 - platform: linux-64 - name: iniconfig - version: 2.0.0 + name: cached-property + version: 1.5.2 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - cached_property >=1.5.2,<1.5.3.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 + md5: 9b347a7ec10940d3f7941ff6c460b551 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + build: hd8ed1ab_1 arch: x86_64 subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT + build_number: 1 + license: BSD-3-Clause + license_family: BSD noarch: python - size: 11101 - timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig + size: 4134 + timestamp: 1615209571450 - platform: osx-64 - name: iniconfig - version: 2.0.0 + name: cached-property + version: 1.5.2 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - cached_property >=1.5.2,<1.5.3.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 + md5: 9b347a7ec10940d3f7941ff6c460b551 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + build: hd8ed1ab_1 arch: x86_64 subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT + build_number: 1 + license: BSD-3-Clause + license_family: BSD noarch: python - size: 11101 - timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig + size: 4134 + timestamp: 1615209571450 - platform: win-64 - name: iniconfig - version: 2.0.0 + name: cached-property + version: 1.5.2 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + - cached_property >=1.5.2,<1.5.3.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/cached-property-1.5.2-hd8ed1ab_1.tar.bz2 hash: - md5: f800d2da156d08e289b14e87e43c1ae5 - sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 - build: pyhd8ed1ab_0 + md5: 9b347a7ec10940d3f7941ff6c460b551 + sha256: 561e6660f26c35d137ee150187d89767c988413c978e1b712d53f27ddf70ea17 + build: hd8ed1ab_1 arch: x86_64 subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT + build_number: 1 + license: BSD-3-Clause + license_family: BSD noarch: python - size: 11101 - timestamp: 1673103208955 - purls: - - pkg:pypi/iniconfig + size: 4134 + timestamp: 1615209571450 - platform: linux-64 - name: jinja2 - version: 3.1.3 + name: cached_property + version: 1.5.2 category: main manager: conda dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 hash: - md5: e7d8df6509ba635247ff9aea31134262 - sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc - build: pyhd8ed1ab_0 + md5: 576d629e47797577ab0f1b351297ef4a + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + build: pyha770c72_1 arch: x86_64 subdir: linux-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD noarch: python - size: 111589 - timestamp: 1704967140287 + size: 11065 + timestamp: 1615209567874 purls: - - pkg:pypi/jinja2 + - pkg:pypi/cached-property - platform: osx-64 - name: jinja2 - version: 3.1.3 + name: cached_property + version: 1.5.2 category: main manager: conda dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 hash: - md5: e7d8df6509ba635247ff9aea31134262 - sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc - build: pyhd8ed1ab_0 + md5: 576d629e47797577ab0f1b351297ef4a + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + build: pyha770c72_1 arch: x86_64 subdir: osx-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD noarch: python - size: 111589 - timestamp: 1704967140287 + size: 11065 + timestamp: 1615209567874 purls: - - pkg:pypi/jinja2 + - pkg:pypi/cached-property - platform: win-64 - name: jinja2 - version: 3.1.3 + name: cached_property + version: 1.5.2 category: main manager: conda dependencies: - - markupsafe >=2.0 - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/cached_property-1.5.2-pyha770c72_1.tar.bz2 hash: - md5: e7d8df6509ba635247ff9aea31134262 - sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc - build: pyhd8ed1ab_0 + md5: 576d629e47797577ab0f1b351297ef4a + sha256: 6dbf7a5070cc43d90a1e4c2ec0c541c69d8e30a0e25f50ce9f6e4a432e42c5d7 + build: pyha770c72_1 arch: x86_64 subdir: win-64 - build_number: 0 + build_number: 1 license: BSD-3-Clause license_family: BSD noarch: python - size: 111589 - timestamp: 1704967140287 + size: 11065 + timestamp: 1615209567874 purls: - - pkg:pypi/jinja2 + - pkg:pypi/cached-property - platform: linux-64 - name: ld_impl_linux-64 - version: '2.40' + name: certifi + version: 2024.2.2 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda hash: - md5: 7aca3059a1729aa76c597603f10b0dd3 - sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd - build: h41732ed_0 + md5: 0876280e409658fc6f9e75d035960333 + sha256: f1faca020f988696e6b6ee47c82524c7806380b37cfdd1def32f92c326caca54 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - constrains: - - binutils_impl_linux-64 2.40 - license: GPL-3.0-only - license_family: GPL - size: 704696 - timestamp: 1674833944779 + license: ISC + noarch: python + size: 160559 + timestamp: 1707022289175 - platform: osx-64 - name: libcxx - version: 16.0.6 + name: certifi + version: 2024.2.2 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda hash: - md5: 7d6972792161077908b62971802f289a - sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 - build: hd57cbcb_0 + md5: 0876280e409658fc6f9e75d035960333 + sha256: f1faca020f988696e6b6ee47c82524c7806380b37cfdd1def32f92c326caca54 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Apache-2.0 WITH LLVM-exception - license_family: Apache - size: 1142172 - timestamp: 1686896907750 + license: ISC + noarch: python + size: 160559 + timestamp: 1707022289175 +- platform: win-64 + name: certifi + version: 2024.2.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2024.2.2-pyhd8ed1ab_0.conda + hash: + md5: 0876280e409658fc6f9e75d035960333 + sha256: f1faca020f988696e6b6ee47c82524c7806380b37cfdd1def32f92c326caca54 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: ISC + noarch: python + size: 160559 + timestamp: 1707022289175 - platform: linux-64 - name: libexpat - version: 2.5.0 + name: cffi + version: 1.16.0 category: main manager: conda dependencies: + - libffi >=3.4,<4.0a0 - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + - pycparser + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.16.0-py312hf06ca03_0.conda hash: - md5: 6305a3dd2752c76335295da4e581f2fd - sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 - build: hcb278e6_1 + md5: 56b0ca764ce23cc54f3f7e2a7b970f6d + sha256: 5a36e2c254603c367d26378fa3a205bd92263e30acf195f488749562b4c44251 + build: py312hf06ca03_0 arch: x86_64 subdir: linux-64 - build_number: 1 - constrains: - - expat 2.5.0.* + build_number: 0 license: MIT license_family: MIT - size: 77980 - timestamp: 1680190528313 + size: 294523 + timestamp: 1696001868949 - platform: osx-64 - name: libexpat - version: 2.5.0 + name: cffi + version: 1.16.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda + dependencies: + - libffi >=3.4,<4.0a0 + - pycparser + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/cffi-1.16.0-py312h38bf5a0_0.conda hash: - md5: 6c81cb022780ee33435cca0127dd43c9 - sha256: 80024bd9f44d096c4cc07fb2bac76b5f1f7553390112dab3ad6acb16a05f0b96 - build: hf0c8a7f_1 + md5: a45759c013ab20b9017ef9539d234dd7 + sha256: 8b856583b56fc30f064a7cb286f85e4b5725f2bd4fda8ba0c4e94bffe258741e + build: py312h38bf5a0_0 arch: x86_64 subdir: osx-64 - build_number: 1 - constrains: - - expat 2.5.0.* + build_number: 0 license: MIT license_family: MIT - size: 69602 - timestamp: 1680191040160 + size: 282370 + timestamp: 1696002004433 - platform: win-64 - name: libexpat - version: 2.5.0 + name: cffi + version: 1.16.0 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/cffi-1.16.0-py312he70551f_0.conda hash: - md5: 636cc3cbbd2e28bcfd2f73b2044aac2c - sha256: 794b2a9be72f176a2767c299574d330ffb76b2ed75d7fd20bee3bbadce5886cf - build: h63175ca_1 + md5: 5a51096925d52332c62bfd8904899055 + sha256: dd39e594f5c6bca52dfed343de2af9326a99700ce2ba3404bd89706926fc0137 + build: py312he70551f_0 arch: x86_64 subdir: win-64 - build_number: 1 - constrains: - - expat 2.5.0.* + build_number: 0 license: MIT license_family: MIT - size: 138689 - timestamp: 1680190844101 + size: 287805 + timestamp: 1696002408940 - platform: linux-64 - name: libffi - version: 3.4.2 + name: cfgv + version: 3.3.1 category: main manager: conda dependencies: - - libgcc-ng >=9.4.0 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - build: h7f98852_5 + md5: ebb5f5f7dc4f1a3780ef7ea7738db08c + sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 5 + build_number: 0 license: MIT license_family: MIT - size: 58292 - timestamp: 1636488182923 + noarch: python + size: 10788 + timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: osx-64 - name: libffi - version: 3.4.2 + name: cfgv + version: 3.3.1 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + dependencies: + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: ccb34fb14960ad8b125962d3d79b31a9 - sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f - build: h0d85af4_5 + md5: ebb5f5f7dc4f1a3780ef7ea7738db08c + sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 5 + build_number: 0 license: MIT license_family: MIT - size: 51348 - timestamp: 1636488394370 + noarch: python + size: 10788 + timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: win-64 - name: libffi - version: 3.4.2 + name: cfgv + version: 3.3.1 category: main manager: conda dependencies: - - vc >=14.1,<15.0a0 - - vs2015_runtime >=14.16.27012 - url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/cfgv-3.3.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 2c96d1b6915b408893f9472569dee135 - sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 - build: h8ffe710_5 + md5: ebb5f5f7dc4f1a3780ef7ea7738db08c + sha256: fbc03537a27ef756162c49b1d0608bf7ab12fa5e38ceb8563d6f4859e835ac5c + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 5 + build_number: 0 license: MIT license_family: MIT - size: 42063 - timestamp: 1636489106777 + noarch: python + size: 10788 + timestamp: 1629909423398 + purls: + - pkg:pypi/cfgv - platform: linux-64 - name: libgcc-ng - version: 13.2.0 + name: charset-normalizer + version: 3.3.2 category: main manager: conda dependencies: - - _libgcc_mutex 0.1 conda_forge - - _openmp_mutex >=4.5 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda hash: - md5: d4ff227c46917d3b4565302a2bbb276b - sha256: d32f78bfaac282cfe5205f46d558704ad737b8dbf71f9227788a5ca80facaba4 - build: h807b86a_5 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 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 -- platform: linux-64 - name: libgomp - version: 13.2.0 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 46597 + timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer +- platform: osx-64 + name: charset-normalizer + version: 3.3.2 category: main manager: conda dependencies: - - _libgcc_mutex 0.1 conda_forge - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda hash: - md5: d211c42b9ce49aee3734fdc828731689 - sha256: 0d3d4b1b0134283ea02d58e8eb5accf3655464cf7159abf098cc694002f8d34e - build: h807b86a_5 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + build: pyhd8ed1ab_0 arch: x86_64 - subdir: linux-64 - build_number: 5 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 419751 - timestamp: 1706819107383 -- platform: linux-64 - name: libnsl - version: 2.0.1 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 46597 + timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer +- platform: win-64 + name: charset-normalizer + version: 3.3.2 category: main manager: conda dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.3.2-pyhd8ed1ab_0.conda hash: - md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 - sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 - build: hd590300_0 + md5: 7f4a9e3fcff3f6356ae99244a014da6a + sha256: 20cae47d31fdd58d99c4d2e65fbdcefa0b0de0c84e455ba9d6356a4bdbc4b5b9 + build: pyhd8ed1ab_0 arch: x86_64 - subdir: linux-64 + subdir: win-64 build_number: 0 - license: LGPL-2.1-only - license_family: GPL - size: 33408 - timestamp: 1697359010159 + license: MIT + license_family: MIT + noarch: python + size: 46597 + timestamp: 1698833765762 + purls: + - pkg:pypi/charset-normalizer - platform: linux-64 - name: libsqlite - version: 3.44.2 + name: click + version: 8.1.7 category: main manager: conda dependencies: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.2-h2797004_0.conda + - __unix + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda hash: - md5: 3b6a9f225c3dbe0d24f4fedd4625c5bf - sha256: ee2c4d724a3ed60d5b458864d66122fb84c6ce1df62f735f90d8db17b66cd88a - build: h2797004_0 + md5: f3ad426304898027fc619827ff428eca + sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec + build: unix_pyh707e725_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: Unlicense - size: 845830 - timestamp: 1700863204572 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 84437 + timestamp: 1692311973840 + purls: + - pkg:pypi/click - platform: osx-64 - name: libsqlite - version: 3.44.2 + name: click + version: 8.1.7 category: main manager: conda dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.2-h92b6c6a_0.conda + - __unix + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda hash: - md5: d4419f90019e6a2b152cd4d32f73a82f - sha256: 8a317d2aa6352feba951ca09d5bf34f565f9dd10bb14ff842b8650baa321d781 - build: h92b6c6a_0 + md5: f3ad426304898027fc619827ff428eca + sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec + build: unix_pyh707e725_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Unlicense - size: 891089 - timestamp: 1700863475542 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 84437 + timestamp: 1692311973840 + purls: + - pkg:pypi/click - platform: win-64 - name: libsqlite - version: 3.44.2 + name: click + version: 8.1.7 category: main manager: conda dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.44.2-hcfcfb64_0.conda + - __win + - colorama + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-win_pyh7428d3b_0.conda hash: - md5: 4a5f5ab56cbf3ccd08d71a1168061213 - sha256: 25bfcf79ec863c2c0f0b3599981e2eac57efc5302faf2bb84f68c3f0faa55d1c - build: hcfcfb64_0 + md5: 3549ecbceb6cd77b91a105511b7d0786 + sha256: 90236b113b9a20041736e80b80ee965167f9aac0468315c55e2bad902d673fb0 + build: win_pyh7428d3b_0 arch: x86_64 subdir: win-64 build_number: 0 - license: Unlicense - size: 853171 - timestamp: 1700863704859 -- platform: linux-64 - name: libstdcxx-ng - version: 13.2.0 - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda - hash: - md5: f6f6600d18a4047b54f803cf708b868a - sha256: a56c5b11f1e73a86e120e6141a42d9e935a99a2098491ac9e15347a1476ce777 - build: h7e041cc_5 - arch: x86_64 - subdir: linux-64 - build_number: 5 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3834139 - timestamp: 1706819252496 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 85051 + timestamp: 1692312207348 + purls: + - pkg:pypi/click - platform: linux-64 - name: libuuid - version: 2.38.1 + name: colorama + version: 0.4.6 category: main manager: conda dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 hash: - md5: 40b61aab5c7ba9ff276c41cfffe6b80b - sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 - build: h0b41bf4_0 + md5: 3faab06a954c2a04039983f2c4a50d99 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD - size: 33601 - timestamp: 1680112270483 -- platform: linux-64 - name: libxcrypt - version: 4.4.36 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - hash: - md5: 5aa797f8787fe7a17d1b0821485b5adc - sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c - build: hd590300_1 - arch: x86_64 - subdir: linux-64 - build_number: 1 - license: LGPL-2.1-or-later - size: 100393 - timestamp: 1702724383534 -- platform: linux-64 - name: libzlib - version: 1.2.13 - category: main - manager: conda - dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda - hash: - md5: f36c115f1ee199da648e0597ec2047ad - sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 - build: hd590300_5 - arch: x86_64 - subdir: linux-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 61588 - timestamp: 1686575217516 + noarch: python + size: 25170 + timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: osx-64 - name: libzlib - version: 1.2.13 + name: colorama + version: 0.4.6 category: main manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 hash: - md5: 4a3ad23f6e16f99c04e166767193d700 - sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 - build: h8a1eda9_5 + md5: 3faab06a954c2a04039983f2c4a50d99 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 59404 - timestamp: 1686575566695 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 25170 + timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: win-64 - name: libzlib - version: 1.2.13 + name: colorama + version: 0.4.6 category: main manager: conda dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 hash: - md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 - sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 - build: hcfcfb64_5 + md5: 3faab06a954c2a04039983f2c4a50d99 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 5 - constrains: - - zlib 1.2.13 *_5 - license: Zlib - license_family: Other - size: 55800 - timestamp: 1686575452215 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 25170 + timestamp: 1666700778190 + purls: + - pkg:pypi/colorama - platform: linux-64 - name: markdown - version: 3.5.2 + name: comm + version: 0.2.1 category: main manager: conda dependencies: - - importlib-metadata >=4.4 - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.5.2-pyhd8ed1ab_0.conda + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: db7b48fa4eeb0c21b2f3f5b1f7d9ebcf - sha256: fbc70dc01b361fe46e7b4e102e725f99ba60bf9903c2fa86b53ad6b70ded677a + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -1366,22 +1519,22 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 77178 - timestamp: 1704908495733 + size: 12198 + timestamp: 1704278590206 purls: - - pkg:pypi/markdown + - pkg:pypi/comm - platform: osx-64 - name: markdown - version: 3.5.2 + name: comm + version: 0.2.1 category: main manager: conda dependencies: - - importlib-metadata >=4.4 - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.5.2-pyhd8ed1ab_0.conda + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: db7b48fa4eeb0c21b2f3f5b1f7d9ebcf - sha256: fbc70dc01b361fe46e7b4e102e725f99ba60bf9903c2fa86b53ad6b70ded677a + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -1389,22 +1542,22 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 77178 - timestamp: 1704908495733 + size: 12198 + timestamp: 1704278590206 purls: - - pkg:pypi/markdown + - pkg:pypi/comm - platform: win-64 - name: markdown - version: 3.5.2 + name: comm + version: 0.2.1 category: main manager: conda dependencies: - - importlib-metadata >=4.4 - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.5.2-pyhd8ed1ab_0.conda + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/comm-0.2.1-pyhd8ed1ab_0.conda hash: - md5: db7b48fa4eeb0c21b2f3f5b1f7d9ebcf - sha256: fbc70dc01b361fe46e7b4e102e725f99ba60bf9903c2fa86b53ad6b70ded677a + md5: f4385072f4909bc974f6675a36e76796 + sha256: bd90a200e6f7092a89f02c4800729a4a6d2b2de49d70a9706aeb083a635308c1 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -1412,353 +1565,291 @@ package: license: BSD-3-Clause license_family: BSD noarch: python - size: 77178 - timestamp: 1704908495733 + size: 12198 + timestamp: 1704278590206 purls: - - pkg:pypi/markdown + - pkg:pypi/comm - platform: linux-64 - name: markupsafe - version: 2.1.5 + name: debugpy + version: 1.8.0 category: main manager: conda dependencies: - libgcc-ng >=12 - - python >=3.12,<3.13.0a0 + - libstdcxx-ng >=12 + - python >=3.12.0rc3,<3.13.0a0 - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py312h98912ed_0.conda + url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.8.0-py312h30efb56_1.conda hash: - md5: 6ff0b9582da2d4a74a1f9ae1f9ce2af6 - sha256: 273d8efd6c089c534ccbede566394c0ac1e265bfe5d89fe76e80332f3d75a636 - build: py312h98912ed_0 + md5: 9a737622d319c22a3393d0cd5bec171e + sha256: 8169ebedbd0a1f769446eed6ed165da9aa643f2acc408f452a3121c57f889851 + build: py312h30efb56_1 arch: x86_64 subdir: linux-64 - build_number: 0 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 26685 - timestamp: 1706900070330 + build_number: 1 + license: MIT + license_family: MIT + size: 2709821 + timestamp: 1695534492281 purls: - - pkg:pypi/markupsafe + - pkg:pypi/debugpy - platform: osx-64 - name: markupsafe - version: 2.1.5 + name: debugpy + version: 1.8.0 category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 + - libcxx >=15.0.7 + - python >=3.12.0rc3,<3.13.0a0 - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py312h41838bb_0.conda + url: https://conda.anaconda.org/conda-forge/osx-64/debugpy-1.8.0-py312heafc425_1.conda hash: - md5: c4a9c25c09cef3901789ca818d9beb10 - sha256: 8dc8f31f78d00713300da000b6ebaa1943a17c112f267de310d5c3d82950079c - build: py312h41838bb_0 + md5: 695ceaf17c0c51890a759299081e0167 + sha256: 1f03a0cd7a2408169b0659e2427f4a953608a7c21ff4432ff033a71ecc6baaeb + build: py312heafc425_1 arch: x86_64 subdir: osx-64 - build_number: 0 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 25742 - timestamp: 1706900456837 + build_number: 1 + license: MIT + license_family: MIT + size: 2752757 + timestamp: 1695535219749 purls: - - pkg:pypi/markupsafe + - pkg:pypi/debugpy - platform: win-64 - name: markupsafe - version: 2.1.5 + name: debugpy + version: 1.8.0 category: main manager: conda dependencies: - - python >=3.12,<3.13.0a0 + - 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 - url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py312he70551f_0.conda + url: https://conda.anaconda.org/conda-forge/win-64/debugpy-1.8.0-py312h53d5487_1.conda hash: - md5: 4950a739b19edaac1ed29ca9474e49ac - sha256: f8690a3c87e2e96cebd434a829bb95cac43afe6c439530b336dc3452fe4ce4af - build: py312he70551f_0 + md5: d2b4266ebf19123f42420a91ba29f041 + sha256: d57b150a127f575b8b48cf828c319eb3216c8fc6a15d39da41fab05564c70a9f + build: py312h53d5487_1 arch: x86_64 subdir: win-64 - build_number: 0 - constrains: - - jinja2 >=3.0.0 - license: BSD-3-Clause - license_family: BSD - size: 29060 - timestamp: 1706900374745 + build_number: 1 + license: MIT + license_family: MIT + size: 3747099 + timestamp: 1695534777959 purls: - - pkg:pypi/markupsafe + - pkg:pypi/debugpy - platform: linux-64 - name: mergedeep - version: 1.3.4 + name: decorator + version: 5.1.1 category: main manager: conda dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 1a160a3cab5cb6bd46264b52cd6f69a2 - sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b + md5: 43afe5ab04e35e17ba28649471dd7364 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: MIT - license_family: MIT + license: BSD-2-Clause + license_family: BSD noarch: python - size: 9598 - timestamp: 1612711404414 + size: 12072 + timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: osx-64 - name: mergedeep - version: 1.3.4 + name: decorator + version: 5.1.1 category: main manager: conda dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 1a160a3cab5cb6bd46264b52cd6f69a2 - sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b + md5: 43afe5ab04e35e17ba28649471dd7364 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: MIT - license_family: MIT + license: BSD-2-Clause + license_family: BSD noarch: python - size: 9598 - timestamp: 1612711404414 + size: 12072 + timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: win-64 - name: mergedeep - version: 1.3.4 + name: decorator + version: 5.1.1 category: main manager: conda dependencies: - - python >=3.6 - url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 1a160a3cab5cb6bd46264b52cd6f69a2 - sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b + md5: 43afe5ab04e35e17ba28649471dd7364 + sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: MIT - license_family: MIT + license: BSD-2-Clause + license_family: BSD noarch: python - size: 9598 - timestamp: 1612711404414 + size: 12072 + timestamp: 1641555714315 + purls: + - pkg:pypi/decorator - platform: linux-64 - name: mkdocs - version: 1.5.3 + name: defusedxml + version: 0.7.1 category: main manager: conda dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 1e432aebaa009b030cce33a554939d8e - sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 + md5: 961b3a227b437d82ad7054484cfa71b2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - constrains: - - babel >=2.9.0 - license: BSD-2-Clause - license_family: BSD + license: PSF-2.0 + license_family: PSF noarch: python - size: 2862150 - timestamp: 1695086687269 + size: 24062 + timestamp: 1615232388757 purls: - - pkg:pypi/mkdocs + - pkg:pypi/defusedxml - platform: osx-64 - name: mkdocs - version: 1.5.3 + name: defusedxml + version: 0.7.1 category: main manager: conda dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 1e432aebaa009b030cce33a554939d8e - sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 + md5: 961b3a227b437d82ad7054484cfa71b2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - constrains: - - babel >=2.9.0 - license: BSD-2-Clause - license_family: BSD + license: PSF-2.0 + license_family: PSF noarch: python - size: 2862150 - timestamp: 1695086687269 + size: 24062 + timestamp: 1615232388757 purls: - - pkg:pypi/mkdocs + - pkg:pypi/defusedxml - platform: win-64 - name: mkdocs - version: 1.5.3 + name: defusedxml + version: 0.7.1 category: main manager: conda dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 1e432aebaa009b030cce33a554939d8e - sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 + md5: 961b3a227b437d82ad7054484cfa71b2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - constrains: - - babel >=2.9.0 - license: BSD-2-Clause - license_family: BSD + license: PSF-2.0 + license_family: PSF noarch: python - size: 2862150 - timestamp: 1695086687269 + size: 24062 + timestamp: 1615232388757 purls: - - pkg:pypi/mkdocs + - pkg:pypi/defusedxml - platform: linux-64 - name: mkdocs-autorefs - version: 0.5.0 + name: distlib + version: 0.3.8 category: main manager: conda dependencies: - - markdown >=3.3 - - mkdocs >=1.1 - - python >=3.8,<4.0 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-autorefs-0.5.0-pyhd8ed1ab_0.conda + - python 2.7|>=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: fa5f6051b6a581ad70702f33594840cb - sha256: 9bf6a455ebeff9e58e8cb1467844be87066e0a05f4b53dcab132552968739957 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: ISC + license: Apache-2.0 + license_family: APACHE noarch: python - size: 17631 - timestamp: 1691023192300 + size: 274915 + timestamp: 1702383349284 purls: - - pkg:pypi/mkdocs-autorefs + - pkg:pypi/distlib - platform: osx-64 - name: mkdocs-autorefs - version: 0.5.0 + name: distlib + version: 0.3.8 category: main manager: conda dependencies: - - markdown >=3.3 - - mkdocs >=1.1 - - python >=3.8,<4.0 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-autorefs-0.5.0-pyhd8ed1ab_0.conda + - python 2.7|>=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: fa5f6051b6a581ad70702f33594840cb - sha256: 9bf6a455ebeff9e58e8cb1467844be87066e0a05f4b53dcab132552968739957 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: ISC + license: Apache-2.0 + license_family: APACHE noarch: python - size: 17631 - timestamp: 1691023192300 + size: 274915 + timestamp: 1702383349284 purls: - - pkg:pypi/mkdocs-autorefs + - pkg:pypi/distlib - platform: win-64 - name: mkdocs-autorefs - version: 0.5.0 + name: distlib + version: 0.3.8 category: main manager: conda dependencies: - - markdown >=3.3 - - mkdocs >=1.1 - - python >=3.8,<4.0 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-autorefs-0.5.0-pyhd8ed1ab_0.conda + - python 2.7|>=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/distlib-0.3.8-pyhd8ed1ab_0.conda hash: - md5: fa5f6051b6a581ad70702f33594840cb - sha256: 9bf6a455ebeff9e58e8cb1467844be87066e0a05f4b53dcab132552968739957 + md5: db16c66b759a64dc5183d69cc3745a52 + sha256: 3ff11acdd5cc2f80227682966916e878e45ced94f59c402efb94911a5774e84e build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: ISC + license: Apache-2.0 + license_family: APACHE noarch: python - size: 17631 - timestamp: 1691023192300 + size: 274915 + timestamp: 1702383349284 purls: - - pkg:pypi/mkdocs-autorefs + - pkg:pypi/distlib - platform: linux-64 - name: mkdocstrings - version: 0.24.0 + name: entrypoints + version: '0.4' category: main manager: conda dependencies: - - click >=7.0 - - importlib-metadata >=4.6 - - jinja2 >=2.11.1 - - markdown >=3.3 - - markupsafe >=1.1 - - mkdocs >=1.4 - - mkdocs-autorefs >=0.3.1 - - platformdirs >=2.2.0 - - pymdown-extensions >=6.3 - - python >=3.8,<4.0 - - typing-extensions >=4.1 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocstrings-0.24.0-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 hash: - md5: 93518968bd9397812df938dd0b049cc0 - sha256: ae22b6842432e26df296c75877ac08709a311c5e93d0787d9035c0f222d6a784 + md5: 3cf04868fee0a029769bd41f4b2fbf2d + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -1766,31 +1857,21 @@ package: license: MIT license_family: MIT noarch: python - size: 29334 - timestamp: 1700010977 + size: 9199 + timestamp: 1643888357950 purls: - - pkg:pypi/mkdocstrings + - pkg:pypi/entrypoints - platform: osx-64 - name: mkdocstrings - version: 0.24.0 + name: entrypoints + version: '0.4' category: main manager: conda dependencies: - - click >=7.0 - - importlib-metadata >=4.6 - - jinja2 >=2.11.1 - - markdown >=3.3 - - markupsafe >=1.1 - - mkdocs >=1.4 - - mkdocs-autorefs >=0.3.1 - - platformdirs >=2.2.0 - - pymdown-extensions >=6.3 - - python >=3.8,<4.0 - - typing-extensions >=4.1 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocstrings-0.24.0-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 hash: - md5: 93518968bd9397812df938dd0b049cc0 - sha256: ae22b6842432e26df296c75877ac08709a311c5e93d0787d9035c0f222d6a784 + md5: 3cf04868fee0a029769bd41f4b2fbf2d + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -1798,31 +1879,21 @@ package: license: MIT license_family: MIT noarch: python - size: 29334 - timestamp: 1700010977 + size: 9199 + timestamp: 1643888357950 purls: - - pkg:pypi/mkdocstrings + - pkg:pypi/entrypoints - platform: win-64 - name: mkdocstrings - version: 0.24.0 + name: entrypoints + version: '0.4' category: main manager: conda dependencies: - - click >=7.0 - - importlib-metadata >=4.6 - - jinja2 >=2.11.1 - - markdown >=3.3 - - markupsafe >=1.1 - - mkdocs >=1.4 - - mkdocs-autorefs >=0.3.1 - - platformdirs >=2.2.0 - - pymdown-extensions >=6.3 - - python >=3.8,<4.0 - - typing-extensions >=4.1 - url: https://conda.anaconda.org/conda-forge/noarch/mkdocstrings-0.24.0-pyhd8ed1ab_0.conda + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 hash: - md5: 93518968bd9397812df938dd0b049cc0 - sha256: ae22b6842432e26df296c75877ac08709a311c5e93d0787d9035c0f222d6a784 + md5: 3cf04868fee0a029769bd41f4b2fbf2d + sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -1830,319 +1901,6655 @@ package: license: MIT license_family: MIT noarch: python - size: 29334 - timestamp: 1700010977 + size: 9199 + timestamp: 1643888357950 purls: - - pkg:pypi/mkdocstrings + - pkg:pypi/entrypoints - platform: linux-64 - name: ncurses - version: '6.4' + name: exceptiongroup + version: 1.2.0 category: main manager: conda dependencies: - - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: 7dbaa197d7ba6032caf7ae7f32c1efa0 - sha256: 91cc03f14caf96243cead96c76fe91ab5925a695d892e83285461fb927dece5e - build: h59595ed_2 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: linux-64 build_number: 2 - license: X11 AND BSD-3-Clause - size: 884434 - timestamp: 1698751260967 + license: MIT and PSF-2.0 + noarch: python + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: osx-64 - name: ncurses - version: '6.4' + name: exceptiongroup + version: 1.2.0 category: main manager: conda dependencies: - - __osx >=10.9 - url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda hash: - md5: e58f366bd4d767e9ab97ab8b272e7670 - sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a - build: h93d8f39_2 + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 arch: x86_64 subdir: osx-64 build_number: 2 - license: X11 AND BSD-3-Clause - size: 822031 - timestamp: 1698751567986 + license: MIT and PSF-2.0 + noarch: python + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup +- platform: win-64 + name: exceptiongroup + version: 1.2.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.2.0-pyhd8ed1ab_2.conda + hash: + md5: 8d652ea2ee8eaee02ed8dc820bc794aa + sha256: a6ae416383bda0e3ed14eaa187c653e22bec94ff2aa3b56970cdf0032761e80d + build: pyhd8ed1ab_2 + arch: x86_64 + subdir: win-64 + build_number: 2 + license: MIT and PSF-2.0 + noarch: python + size: 20551 + timestamp: 1704921321122 + purls: + - pkg:pypi/exceptiongroup - platform: linux-64 - name: nodeenv - version: 1.8.0 + name: executing + version: 2.0.1 category: main manager: conda dependencies: - - python 2.7|>=3.7 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd + md5: e16be50e378d8a4533b989035b196ab8 + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 27689 + timestamp: 1698580072627 + purls: + - pkg:pypi/executing +- platform: osx-64 + name: executing + version: 2.0.1 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + hash: + md5: e16be50e378d8a4533b989035b196ab8 + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 27689 + timestamp: 1698580072627 + purls: + - pkg:pypi/executing +- platform: win-64 + name: executing + version: 2.0.1 + category: main + manager: conda + dependencies: + - python >=2.7 + url: https://conda.anaconda.org/conda-forge/noarch/executing-2.0.1-pyhd8ed1ab_0.conda + hash: + md5: e16be50e378d8a4533b989035b196ab8 + sha256: c738804ab1e6376f8ea63372229a04c8d658dc90fd5a218c6273a2eaf02f4057 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 27689 + timestamp: 1698580072627 + purls: + - pkg:pypi/executing +- platform: linux-64 + name: filelock + version: 3.13.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda + hash: + md5: 0c1729b74a8152fde6a38ba0a2ab9f45 + sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Unlicense + noarch: python + size: 15605 + timestamp: 1698715139726 + purls: + - pkg:pypi/filelock +- platform: osx-64 + name: filelock + version: 3.13.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda + hash: + md5: 0c1729b74a8152fde6a38ba0a2ab9f45 + sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Unlicense + noarch: python + size: 15605 + timestamp: 1698715139726 + purls: + - pkg:pypi/filelock +- platform: win-64 + name: filelock + version: 3.13.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.13.1-pyhd8ed1ab_0.conda + hash: + md5: 0c1729b74a8152fde6a38ba0a2ab9f45 + sha256: 4d742d91412d1f163e5399d2b50c5d479694ebcd309127abb549ca3977f89d2b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Unlicense + noarch: python + size: 15605 + timestamp: 1698715139726 + purls: + - pkg:pypi/filelock +- platform: linux-64 + name: fqdn + version: 1.5.1 + category: main + manager: conda + dependencies: + - cached-property >=1.3.0 + - python >=2.7,<4 + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 642d35437078749ef23a5dca2c9bb1f3 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + noarch: python + size: 14395 + timestamp: 1638810388635 +- platform: osx-64 + name: fqdn + version: 1.5.1 + category: main + manager: conda + dependencies: + - cached-property >=1.3.0 + - python >=2.7,<4 + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 642d35437078749ef23a5dca2c9bb1f3 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + noarch: python + size: 14395 + timestamp: 1638810388635 +- platform: win-64 + name: fqdn + version: 1.5.1 + category: main + manager: conda + dependencies: + - cached-property >=1.3.0 + - python >=2.7,<4 + url: https://conda.anaconda.org/conda-forge/noarch/fqdn-1.5.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 642d35437078749ef23a5dca2c9bb1f3 + sha256: 6cfd1f9bcd2358a69fb571f4b3af049b630d52647d906822dbedac03e84e4f63 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + noarch: python + size: 14395 + timestamp: 1638810388635 +- platform: linux-64 + name: ghp-import + version: 2.1.0 + category: main + manager: conda + dependencies: + - python >=3.6 + - python-dateutil >=2.8.1 + url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d8d61116031a3f5b1f32e7899785866 + sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: LicenseRef-Tumbolia-Public + noarch: python + size: 15504 + timestamp: 1651585848291 + purls: + - pkg:pypi/ghp-import +- platform: osx-64 + name: ghp-import + version: 2.1.0 + category: main + manager: conda + dependencies: + - python >=3.6 + - python-dateutil >=2.8.1 + url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d8d61116031a3f5b1f32e7899785866 + sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: LicenseRef-Tumbolia-Public + noarch: python + size: 15504 + timestamp: 1651585848291 + purls: + - pkg:pypi/ghp-import +- platform: win-64 + name: ghp-import + version: 2.1.0 + category: main + manager: conda + dependencies: + - python >=3.6 + - python-dateutil >=2.8.1 + url: https://conda.anaconda.org/conda-forge/noarch/ghp-import-2.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6d8d61116031a3f5b1f32e7899785866 + sha256: 097d9b4c946b195800bc68f68393370049238509b08ef828c06fbf481bbc139c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: LicenseRef-Tumbolia-Public + noarch: python + size: 15504 + timestamp: 1651585848291 + purls: + - pkg:pypi/ghp-import +- platform: linux-64 + name: h11 + version: 0.14.0 + category: main + manager: conda + dependencies: + - python >=3 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21ed0883505ba1910994f1df031a428 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 48251 + timestamp: 1664132995560 + purls: + - pkg:pypi/h11 +- platform: osx-64 + name: h11 + version: 0.14.0 + category: main + manager: conda + dependencies: + - python >=3 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21ed0883505ba1910994f1df031a428 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 48251 + timestamp: 1664132995560 + purls: + - pkg:pypi/h11 +- platform: win-64 + name: h11 + version: 0.14.0 + category: main + manager: conda + dependencies: + - python >=3 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/h11-0.14.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21ed0883505ba1910994f1df031a428 + sha256: 817d2c77d53afe3f3d9cf7f6eb8745cdd8ea76c7adaa9d7ced75c455a2c2c085 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 48251 + timestamp: 1664132995560 + purls: + - pkg:pypi/h11 +- platform: linux-64 + name: h2 + version: 4.1.0 + category: main + manager: conda + dependencies: + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b748fbf7060927a6e82df7cb5ee8f097 + sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 46754 + timestamp: 1634280590080 + purls: + - pkg:pypi/h2 +- platform: osx-64 + name: h2 + version: 4.1.0 + category: main + manager: conda + dependencies: + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b748fbf7060927a6e82df7cb5ee8f097 + sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 46754 + timestamp: 1634280590080 + purls: + - pkg:pypi/h2 +- platform: win-64 + name: h2 + version: 4.1.0 + category: main + manager: conda + dependencies: + - hpack >=4.0,<5 + - hyperframe >=6.0,<7 + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/h2-4.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b748fbf7060927a6e82df7cb5ee8f097 + sha256: bfc6a23849953647f4e255c782e74a0e18fe16f7e25c7bb0bc57b83bb6762c7a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 46754 + timestamp: 1634280590080 + purls: + - pkg:pypi/h2 +- platform: linux-64 + name: hpack + version: 4.0.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + hash: + md5: 914d6646c4dbb1fd3ff539830a12fd71 + sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + build: pyh9f0ad1d_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 25341 + timestamp: 1598856368685 + purls: + - pkg:pypi/hpack +- platform: osx-64 + name: hpack + version: 4.0.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + hash: + md5: 914d6646c4dbb1fd3ff539830a12fd71 + sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + build: pyh9f0ad1d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 25341 + timestamp: 1598856368685 + purls: + - pkg:pypi/hpack +- platform: win-64 + name: hpack + version: 4.0.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/hpack-4.0.0-pyh9f0ad1d_0.tar.bz2 + hash: + md5: 914d6646c4dbb1fd3ff539830a12fd71 + sha256: 5dec948932c4f740674b1afb551223ada0c55103f4c7bf86a110454da3d27cb8 + build: pyh9f0ad1d_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 25341 + timestamp: 1598856368685 + purls: + - pkg:pypi/hpack +- platform: linux-64 + name: httpcore + version: 1.0.2 + category: main + manager: conda + dependencies: + - anyio >=3.0,<5.0 + - certifi + - h11 >=0.13,<0.15 + - h2 >=3,<5 + - python >=3.8 + - sniffio 1.* + url: https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.2-pyhd8ed1ab_0.conda + hash: + md5: 48995b2157996a94f50fa483d884e0a3 + sha256: b9a2ec0ecdaf54d67caf73d8a94c8ddba62f482093a5adbfb89c2ce020d64475 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 45251 + timestamp: 1699629280706 + purls: + - pkg:pypi/httpcore +- platform: osx-64 + name: httpcore + version: 1.0.2 + category: main + manager: conda + dependencies: + - anyio >=3.0,<5.0 + - certifi + - h11 >=0.13,<0.15 + - h2 >=3,<5 + - python >=3.8 + - sniffio 1.* + url: https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.2-pyhd8ed1ab_0.conda + hash: + md5: 48995b2157996a94f50fa483d884e0a3 + sha256: b9a2ec0ecdaf54d67caf73d8a94c8ddba62f482093a5adbfb89c2ce020d64475 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 45251 + timestamp: 1699629280706 + purls: + - pkg:pypi/httpcore +- platform: win-64 + name: httpcore + version: 1.0.2 + category: main + manager: conda + dependencies: + - anyio >=3.0,<5.0 + - certifi + - h11 >=0.13,<0.15 + - h2 >=3,<5 + - python >=3.8 + - sniffio 1.* + url: https://conda.anaconda.org/conda-forge/noarch/httpcore-1.0.2-pyhd8ed1ab_0.conda + hash: + md5: 48995b2157996a94f50fa483d884e0a3 + sha256: b9a2ec0ecdaf54d67caf73d8a94c8ddba62f482093a5adbfb89c2ce020d64475 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 45251 + timestamp: 1699629280706 + purls: + - pkg:pypi/httpcore +- platform: linux-64 + name: httpx + version: 0.26.0 + category: main + manager: conda + dependencies: + - anyio + - certifi + - httpcore 1.* + - idna + - python >=3.8 + - sniffio + url: https://conda.anaconda.org/conda-forge/noarch/httpx-0.26.0-pyhd8ed1ab_0.conda + hash: + md5: 0faecf87c2b27f5cde5ef45528ad2a6c + sha256: 7ed1c5eaa6fef7aa0047feb6d66b05b2b1137422722f752c0de990c7b7ff5260 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 64793 + timestamp: 1703084868404 + purls: + - pkg:pypi/httpx +- platform: osx-64 + name: httpx + version: 0.26.0 + category: main + manager: conda + dependencies: + - anyio + - certifi + - httpcore 1.* + - idna + - python >=3.8 + - sniffio + url: https://conda.anaconda.org/conda-forge/noarch/httpx-0.26.0-pyhd8ed1ab_0.conda + hash: + md5: 0faecf87c2b27f5cde5ef45528ad2a6c + sha256: 7ed1c5eaa6fef7aa0047feb6d66b05b2b1137422722f752c0de990c7b7ff5260 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 64793 + timestamp: 1703084868404 + purls: + - pkg:pypi/httpx +- platform: win-64 + name: httpx + version: 0.26.0 + category: main + manager: conda + dependencies: + - anyio + - certifi + - httpcore 1.* + - idna + - python >=3.8 + - sniffio + url: https://conda.anaconda.org/conda-forge/noarch/httpx-0.26.0-pyhd8ed1ab_0.conda + hash: + md5: 0faecf87c2b27f5cde5ef45528ad2a6c + sha256: 7ed1c5eaa6fef7aa0047feb6d66b05b2b1137422722f752c0de990c7b7ff5260 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 64793 + timestamp: 1703084868404 + purls: + - pkg:pypi/httpx +- platform: linux-64 + name: hyperframe + version: 6.0.1 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 9f765cbfab6870c8435b9eefecd7a1f4 + sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14646 + timestamp: 1619110249723 + purls: + - pkg:pypi/hyperframe +- platform: osx-64 + name: hyperframe + version: 6.0.1 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 9f765cbfab6870c8435b9eefecd7a1f4 + sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14646 + timestamp: 1619110249723 + purls: + - pkg:pypi/hyperframe +- platform: win-64 + name: hyperframe + version: 6.0.1 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/hyperframe-6.0.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 9f765cbfab6870c8435b9eefecd7a1f4 + sha256: e374a9d0f53149328134a8d86f5d72bca4c6dcebed3c0ecfa968c02996289330 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14646 + timestamp: 1619110249723 + purls: + - pkg:pypi/hyperframe +- platform: linux-64 + name: identify + version: 2.5.33 + category: main + manager: conda + dependencies: + - python >=3.6 + - ukkonen + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda + hash: + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 78418 + timestamp: 1701927472533 +- platform: osx-64 + name: identify + version: 2.5.33 + category: main + manager: conda + dependencies: + - python >=3.6 + - ukkonen + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda + hash: + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 78418 + timestamp: 1701927472533 +- platform: win-64 + name: identify + version: 2.5.33 + category: main + manager: conda + dependencies: + - python >=3.6 + - ukkonen + url: https://conda.anaconda.org/conda-forge/noarch/identify-2.5.33-pyhd8ed1ab_0.conda + hash: + md5: 93c8f8ceb83827d88deeba796f07fba7 + sha256: ce2a64c18221af96226be23278d81f22ff9f64b3c047d8865590f6718915303f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 78418 + timestamp: 1701927472533 +- platform: linux-64 + name: idna + version: '3.6' + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + hash: + md5: 1a76f09108576397c41c0b0c5bd84134 + sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 50124 + timestamp: 1701027126206 + purls: + - pkg:pypi/idna +- platform: osx-64 + name: idna + version: '3.6' + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + hash: + md5: 1a76f09108576397c41c0b0c5bd84134 + sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 50124 + timestamp: 1701027126206 + purls: + - pkg:pypi/idna +- platform: win-64 + name: idna + version: '3.6' + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.6-pyhd8ed1ab_0.conda + hash: + md5: 1a76f09108576397c41c0b0c5bd84134 + sha256: 6ee4c986d69ce61e60a20b2459b6f2027baeba153f0a64995fd3cb47c2cc7e07 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 50124 + timestamp: 1701027126206 + purls: + - pkg:pypi/idna +- platform: linux-64 + name: importlib-metadata + version: 7.0.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=0.5 + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda + hash: + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26450 + timestamp: 1703269427097 +- platform: osx-64 + name: importlib-metadata + version: 7.0.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=0.5 + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda + hash: + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 + build: pyha770c72_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26450 + timestamp: 1703269427097 +- platform: win-64 + name: importlib-metadata + version: 7.0.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=0.5 + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-7.0.1-pyha770c72_0.conda + hash: + md5: 746623a787e06191d80a2133e5daff17 + sha256: e72d05f171f4567004c9360a838e9d5df21e23dcfeb945066b53a6e5f754b861 + build: pyha770c72_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 26450 + timestamp: 1703269427097 +- platform: linux-64 + name: importlib_metadata + version: 7.0.1 + category: main + manager: conda + dependencies: + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda + hash: + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 + build: hd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: generic + size: 9575 + timestamp: 1703269436329 +- platform: osx-64 + name: importlib_metadata + version: 7.0.1 + category: main + manager: conda + dependencies: + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda + hash: + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 + build: hd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: generic + size: 9575 + timestamp: 1703269436329 +- platform: win-64 + name: importlib_metadata + version: 7.0.1 + category: main + manager: conda + dependencies: + - importlib-metadata >=7.0.1,<7.0.2.0a0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-7.0.1-hd8ed1ab_0.conda + hash: + md5: 4a2f43a20fa404b998859c6a470ba316 + sha256: bc362df1d4f5a04c38dff29cd9c2d0ac584f9c4b45d3e4683ee090944a38fba4 + build: hd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: generic + size: 9575 + timestamp: 1703269436329 +- platform: linux-64 + name: importlib_resources + version: 6.1.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=3.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.1-pyhd8ed1ab_0.conda + hash: + md5: 3d5fa25cf42f3f32a12b2d874ace8574 + sha256: e584f9ae08fb2d242af0ce7e19e3cd2f85f362d8523119e08f99edb962db99ed + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - importlib-resources >=6.1.1,<6.1.2.0a0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 29951 + timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources +- platform: osx-64 + name: importlib_resources + version: 6.1.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=3.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.1-pyhd8ed1ab_0.conda + hash: + md5: 3d5fa25cf42f3f32a12b2d874ace8574 + sha256: e584f9ae08fb2d242af0ce7e19e3cd2f85f362d8523119e08f99edb962db99ed + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - importlib-resources >=6.1.1,<6.1.2.0a0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 29951 + timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources +- platform: win-64 + name: importlib_resources + version: 6.1.1 + category: main + manager: conda + dependencies: + - python >=3.8 + - zipp >=3.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.1-pyhd8ed1ab_0.conda + hash: + md5: 3d5fa25cf42f3f32a12b2d874ace8574 + sha256: e584f9ae08fb2d242af0ce7e19e3cd2f85f362d8523119e08f99edb962db99ed + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - importlib-resources >=6.1.1,<6.1.2.0a0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 29951 + timestamp: 1699364734111 + purls: + - pkg:pypi/importlib-resources +- platform: linux-64 + name: iniconfig + version: 2.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + hash: + md5: f800d2da156d08e289b14e87e43c1ae5 + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 11101 + timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig +- platform: osx-64 + name: iniconfig + version: 2.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + hash: + md5: f800d2da156d08e289b14e87e43c1ae5 + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 11101 + timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig +- platform: win-64 + name: iniconfig + version: 2.0.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/iniconfig-2.0.0-pyhd8ed1ab_0.conda + hash: + md5: f800d2da156d08e289b14e87e43c1ae5 + sha256: 38740c939b668b36a50ef455b077e8015b8c9cf89860d421b3fff86048f49666 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 11101 + timestamp: 1673103208955 + purls: + - pkg:pypi/iniconfig +- platform: linux-64 + name: ipykernel + version: 6.29.0 + category: main + manager: conda + dependencies: + - __linux + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio + - packaging + - psutil + - python >=3.8 + - pyzmq >=24 + - tornado >=6.1 + - traitlets >=5.4.0 + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyhd33586a_0.conda + hash: + md5: 10915bfa94b94f4ad0f347efd124a339 + sha256: fa82aa089d474d11e63deb4b433acb9618294fe6b3b08123d7a269f72c0cc8ca + build: pyhd33586a_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 118235 + timestamp: 1705418139873 + purls: + - pkg:pypi/ipykernel +- platform: osx-64 + name: ipykernel + version: 6.29.0 + category: main + manager: conda + dependencies: + - __osx + - appnope + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio + - packaging + - psutil + - python >=3.8 + - pyzmq >=24 + - tornado >=6.1 + - traitlets >=5.4.0 + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyh3cd1d5f_0.conda + hash: + md5: 17b1e24f82177f01ac7c6c518288612c + sha256: 6df088b8d356281347a71388315c7bbf49f0a5a10e6b16000553a43d74f5222d + build: pyh3cd1d5f_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 118633 + timestamp: 1705418395667 + purls: + - pkg:pypi/ipykernel +- platform: win-64 + name: ipykernel + version: 6.29.0 + category: main + manager: conda + dependencies: + - __win + - comm >=0.1.1 + - debugpy >=1.6.5 + - ipython >=7.23.1 + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - matplotlib-inline >=0.1 + - nest-asyncio + - packaging + - psutil + - python >=3.8 + - pyzmq >=24 + - tornado >=6.1 + - traitlets >=5.4.0 + url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.29.0-pyha63f2e9_0.conda + hash: + md5: 8b921cd22399207c2a6127a039d3dd20 + sha256: 571ce3ba87a8b4f4174772cce277a7bed1625091fb4d6928e460c64050978377 + build: pyha63f2e9_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 118737 + timestamp: 1705418522294 + purls: + - pkg:pypi/ipykernel +- platform: linux-64 + name: ipython + version: 8.21.0 + category: main + manager: conda + dependencies: + - __unix + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pexpect >4.3 + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.10 + - stack_data + - traitlets >=5 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.21.0-pyh707e725_0.conda + hash: + md5: 371344fdbdf9c70cfe9adb512a8cbca6 + sha256: 521291dd15bf09fbb3ecea1c27536742d8e434c2e539b06776e734ee729bdead + build: pyh707e725_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 592143 + timestamp: 1706795844870 + purls: + - pkg:pypi/ipython +- platform: osx-64 + name: ipython + version: 8.21.0 + category: main + manager: conda + dependencies: + - __unix + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pexpect >4.3 + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.10 + - stack_data + - traitlets >=5 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.21.0-pyh707e725_0.conda + hash: + md5: 371344fdbdf9c70cfe9adb512a8cbca6 + sha256: 521291dd15bf09fbb3ecea1c27536742d8e434c2e539b06776e734ee729bdead + build: pyh707e725_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 592143 + timestamp: 1706795844870 + purls: + - pkg:pypi/ipython +- platform: win-64 + name: ipython + version: 8.21.0 + category: main + manager: conda + dependencies: + - __win + - colorama + - decorator + - exceptiongroup + - jedi >=0.16 + - matplotlib-inline + - pickleshare + - prompt-toolkit >=3.0.41,<3.1.0 + - pygments >=2.4.0 + - python >=3.10 + - stack_data + - traitlets >=5 + - typing_extensions + url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.21.0-pyh7428d3b_0.conda + hash: + md5: 632aeffb0cce428d8b91229dbe69dbce + sha256: 91d4fe1b927354287ec9ad0314232a58e988402a0e0d6322805f81c042737038 + build: pyh7428d3b_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 591584 + timestamp: 1706796140240 + purls: + - pkg:pypi/ipython +- platform: linux-64 + name: isoduration + version: 20.11.0 + category: main + manager: conda + dependencies: + - arrow >=0.15.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 4cb68948e0b8429534380243d063a27a + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17189 + timestamp: 1638811664194 +- platform: osx-64 + name: isoduration + version: 20.11.0 + category: main + manager: conda + dependencies: + - arrow >=0.15.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 4cb68948e0b8429534380243d063a27a + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17189 + timestamp: 1638811664194 +- platform: win-64 + name: isoduration + version: 20.11.0 + category: main + manager: conda + dependencies: + - arrow >=0.15.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/isoduration-20.11.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 4cb68948e0b8429534380243d063a27a + sha256: 7bb5c4d994361022f47a807b5e7d101b3dce16f7dd8a0af6ffad9f479d346493 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 17189 + timestamp: 1638811664194 +- platform: linux-64 + name: jedi + version: 0.19.1 + category: main + manager: conda + dependencies: + - parso >=0.8.3,<0.9.0 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + hash: + md5: 81a3be0b2023e1ea8555781f0ad904a2 + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 841312 + timestamp: 1696326218364 + purls: + - pkg:pypi/jedi +- platform: osx-64 + name: jedi + version: 0.19.1 + category: main + manager: conda + dependencies: + - parso >=0.8.3,<0.9.0 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + hash: + md5: 81a3be0b2023e1ea8555781f0ad904a2 + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 841312 + timestamp: 1696326218364 + purls: + - pkg:pypi/jedi +- platform: win-64 + name: jedi + version: 0.19.1 + category: main + manager: conda + dependencies: + - parso >=0.8.3,<0.9.0 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.19.1-pyhd8ed1ab_0.conda + hash: + md5: 81a3be0b2023e1ea8555781f0ad904a2 + sha256: 362f0936ef37dfd1eaa860190e42a6ebf8faa094eaa3be6aa4d9ace95f40047a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 841312 + timestamp: 1696326218364 + purls: + - pkg:pypi/jedi +- platform: linux-64 + name: jinja2 + version: 3.1.3 + category: main + manager: conda + dependencies: + - markupsafe >=2.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + hash: + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 +- platform: osx-64 + name: jinja2 + version: 3.1.3 + category: main + manager: conda + dependencies: + - markupsafe >=2.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + hash: + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 +- platform: win-64 + name: jinja2 + version: 3.1.3 + category: main + manager: conda + dependencies: + - markupsafe >=2.0 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.3-pyhd8ed1ab_0.conda + hash: + md5: e7d8df6509ba635247ff9aea31134262 + sha256: fd517b7dd3a61eca34f8a6f9f92f306397149cae1204fce72ac3d227107dafdc + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 111589 + timestamp: 1704967140287 + purls: + - pkg:pypi/jinja2 +- platform: linux-64 + name: json5 + version: 0.9.14 + category: main + manager: conda + dependencies: + - python >=3.7,<4.0 + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + hash: + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 25003 + timestamp: 1688248468479 + purls: + - pkg:pypi/json5 +- platform: osx-64 + name: json5 + version: 0.9.14 + category: main + manager: conda + dependencies: + - python >=3.7,<4.0 + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + hash: + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 25003 + timestamp: 1688248468479 + purls: + - pkg:pypi/json5 +- platform: win-64 + name: json5 + version: 0.9.14 + category: main + manager: conda + dependencies: + - python >=3.7,<4.0 + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + hash: + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 25003 + timestamp: 1688248468479 + purls: + - pkg:pypi/json5 +- platform: linux-64 + name: jsonpointer + version: '2.4' + category: main + manager: conda + dependencies: + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py312h7900ff3_3.conda + hash: + md5: 50f62bdb9b60b13c2f6ae69957342e4d + sha256: c211a79cff8aa001a6e14e923c37278231dca7f0970d8db155c4b9e48ac87a5a + build: py312h7900ff3_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + license: BSD-3-Clause + license_family: BSD + size: 18033 + timestamp: 1695397448370 + purls: + - pkg:pypi/jsonpointer +- platform: osx-64 + name: jsonpointer + version: '2.4' + category: main + manager: conda + dependencies: + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/jsonpointer-2.4-py312hb401068_3.conda + hash: + md5: 637aa8f6c1c61f659f1496e9b2dc7552 + sha256: 883f6d635e58f49359f393e853e4e0043731fb0ce671283a2024db02a1ebc8f6 + build: py312hb401068_3 + arch: x86_64 + subdir: osx-64 + build_number: 3 + license: BSD-3-Clause + license_family: BSD + size: 18184 + timestamp: 1695397820416 + purls: + - pkg:pypi/jsonpointer +- platform: win-64 + name: jsonpointer + version: '2.4' + category: main + manager: conda + dependencies: + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/win-64/jsonpointer-2.4-py312h2e8e312_3.conda + hash: + md5: 9d9572e257bf4559f20629efb0d3511d + sha256: 98d86d5ccb3a95da2cd96b394c157aa6fef0d4908b8878c3e2b5931f6bc5fd57 + build: py312h2e8e312_3 + arch: x86_64 + subdir: win-64 + build_number: 3 + license: BSD-3-Clause + license_family: BSD + size: 34602 + timestamp: 1695397923441 + purls: + - pkg:pypi/jsonpointer +- platform: linux-64 + name: jsonschema + version: 4.21.1 + category: main + manager: conda + dependencies: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.03.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 72817 + timestamp: 1705707712082 +- platform: osx-64 + name: jsonschema + version: 4.21.1 + category: main + manager: conda + dependencies: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.03.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 72817 + timestamp: 1705707712082 +- platform: win-64 + name: jsonschema + version: 4.21.1 + category: main + manager: conda + dependencies: + - attrs >=22.2.0 + - importlib_resources >=1.4.0 + - jsonschema-specifications >=2023.03.6 + - pkgutil-resolve-name >=1.3.10 + - python >=3.8 + - referencing >=0.28.4 + - rpds-py >=0.7.1 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 8a3a3d01629da20befa340919e3dd2c4 + sha256: c5c1b4e08e91fdd697289015be1a176409b4e63942899a43b276f1f250be8129 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 72817 + timestamp: 1705707712082 +- platform: linux-64 + name: jsonschema-specifications + version: 2023.12.1 + category: main + manager: conda + dependencies: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.31.0 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda + hash: + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications +- platform: osx-64 + name: jsonschema-specifications + version: 2023.12.1 + category: main + manager: conda + dependencies: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.31.0 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda + hash: + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications +- platform: win-64 + name: jsonschema-specifications + version: 2023.12.1 + category: main + manager: conda + dependencies: + - importlib_resources >=1.4.0 + - python >=3.8 + - referencing >=0.31.0 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.12.1-pyhd8ed1ab_0.conda + hash: + md5: a0e4efb5f35786a05af4809a2fb1f855 + sha256: a9630556ddc3121c0be32f4cbf792dd9102bd380d5cd81d57759d172cf0c2da2 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 16431 + timestamp: 1703778502971 + purls: + - pkg:pypi/jsonschema-specifications +- platform: linux-64 + name: jsonschema-with-format-nongpl + version: 4.21.1 + category: main + manager: conda + dependencies: + - fqdn + - idna + - isoduration + - jsonpointer >1.13 + - jsonschema >=4.21.1,<4.21.2.0a0 + - python + - rfc3339-validator + - rfc3986-validator >0.1.0 + - uri-template + - webcolors >=1.11 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 7452 + timestamp: 1705707742938 +- platform: osx-64 + name: jsonschema-with-format-nongpl + version: 4.21.1 + category: main + manager: conda + dependencies: + - fqdn + - idna + - isoduration + - jsonpointer >1.13 + - jsonschema >=4.21.1,<4.21.2.0a0 + - python + - rfc3339-validator + - rfc3986-validator >0.1.0 + - uri-template + - webcolors >=1.11 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 7452 + timestamp: 1705707742938 +- platform: win-64 + name: jsonschema-with-format-nongpl + version: 4.21.1 + category: main + manager: conda + dependencies: + - fqdn + - idna + - isoduration + - jsonpointer >1.13 + - jsonschema >=4.21.1,<4.21.2.0a0 + - python + - rfc3339-validator + - rfc3986-validator >0.1.0 + - uri-template + - webcolors >=1.11 + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-with-format-nongpl-4.21.1-pyhd8ed1ab_0.conda + hash: + md5: 26bce4b5405738c09304d4f4796b2c2a + sha256: 6e458c325c097956ac4605ef386f0d67bad5223041cedd66819892988b72f83a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 7452 + timestamp: 1705707742938 +- platform: linux-64 + name: jupyter-lsp + version: 2.2.2 + category: main + manager: conda + dependencies: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda + hash: + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 55130 + timestamp: 1705532233523 +- platform: osx-64 + name: jupyter-lsp + version: 2.2.2 + category: main + manager: conda + dependencies: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda + hash: + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 55130 + timestamp: 1705532233523 +- platform: win-64 + name: jupyter-lsp + version: 2.2.2 + category: main + manager: conda + dependencies: + - importlib-metadata >=4.8.3 + - jupyter_server >=1.1.2 + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter-lsp-2.2.2-pyhd8ed1ab_0.conda + hash: + md5: ed56b103cac2db68f22909e9f5cca6b6 + sha256: d8ab253be3df67be1b31fe040a8386e071ff065ef4442b94a722a45fa3562fbe + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 55130 + timestamp: 1705532233523 +- platform: linux-64 + name: jupyter_client + version: 8.6.0 + category: main + manager: conda + dependencies: + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda + hash: + md5: 6bd3f1069cdebb44c7ae9efb900e312d + sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 105838 + timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client +- platform: osx-64 + name: jupyter_client + version: 8.6.0 + category: main + manager: conda + dependencies: + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda + hash: + md5: 6bd3f1069cdebb44c7ae9efb900e312d + sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 105838 + timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client +- platform: win-64 + name: jupyter_client + version: 8.6.0 + category: main + manager: conda + dependencies: + - importlib_metadata >=4.8.3 + - jupyter_core >=4.12,!=5.0.* + - python >=3.8 + - python-dateutil >=2.8.2 + - pyzmq >=23.0 + - tornado >=6.2 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-8.6.0-pyhd8ed1ab_0.conda + hash: + md5: 6bd3f1069cdebb44c7ae9efb900e312d + sha256: 86cbb9070862cf23a245451efce539ca214e610849d0950bb8ac90c545bd158d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 105838 + timestamp: 1699284056169 + purls: + - pkg:pypi/jupyter-client +- platform: linux-64 + name: jupyter_core + version: 5.7.1 + category: main + manager: conda + dependencies: + - platformdirs >=2.5 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.7.1-py312h7900ff3_0.conda + hash: + md5: a26a2c80b748744dafb642a9a729e119 + sha256: ce667e4829f934ace4437474ad4775bbd5ac53a597529afebfd8533dec1e697c + build: py312h7900ff3_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 93563 + timestamp: 1704727167076 +- platform: osx-64 + name: jupyter_core + version: 5.7.1 + category: main + manager: conda + dependencies: + - platformdirs >=2.5 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/osx-64/jupyter_core-5.7.1-py312hb401068_0.conda + hash: + md5: 5db7505ee6fbb00f060782a8d93f974a + sha256: 410f57e7812dbf9122d416b4a9fc8d3833836fe40929ef845e221d4c8de0edbc + build: py312hb401068_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 92773 + timestamp: 1704812314487 +- platform: win-64 + name: jupyter_core + version: 5.7.1 + category: main + manager: conda + dependencies: + - platformdirs >=2.5 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - pywin32 >=300 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/win-64/jupyter_core-5.7.1-py312h2e8e312_0.conda + hash: + md5: 4169f425045de1e7e7ddc19fba8eaf71 + sha256: d4ad01e013ad873c08fb8118c339695d9f289a908d59a9ffc1e68833ad61405b + build: py312h2e8e312_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 109627 + timestamp: 1704727662178 +- platform: linux-64 + name: jupyter_events + version: 0.9.0 + category: main + manager: conda + dependencies: + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing + - rfc3339-validator + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.9.0-pyhd8ed1ab_0.conda + hash: + md5: 00ba25993f0dba38cf72a7224e33289f + sha256: 713f0cc927a862862a6d35bfb29c4114f987e4f59e2a8a14f71f23fcd7edfec3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 21354 + timestamp: 1699286038042 +- platform: osx-64 + name: jupyter_events + version: 0.9.0 + category: main + manager: conda + dependencies: + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing + - rfc3339-validator + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.9.0-pyhd8ed1ab_0.conda + hash: + md5: 00ba25993f0dba38cf72a7224e33289f + sha256: 713f0cc927a862862a6d35bfb29c4114f987e4f59e2a8a14f71f23fcd7edfec3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 21354 + timestamp: 1699286038042 +- platform: win-64 + name: jupyter_events + version: 0.9.0 + category: main + manager: conda + dependencies: + - jsonschema-with-format-nongpl >=4.18.0 + - python >=3.8 + - python-json-logger >=2.0.4 + - pyyaml >=5.3 + - referencing + - rfc3339-validator + - rfc3986-validator >=0.1.1 + - traitlets >=5.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_events-0.9.0-pyhd8ed1ab_0.conda + hash: + md5: 00ba25993f0dba38cf72a7224e33289f + sha256: 713f0cc927a862862a6d35bfb29c4114f987e4f59e2a8a14f71f23fcd7edfec3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 21354 + timestamp: 1699286038042 +- platform: linux-64 + name: jupyter_server + version: 2.12.5 + category: main + manager: conda + dependencies: + - anyio >=3.1.0 + - argon2-cffi + - jinja2 + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.9.0 + - jupyter_server_terminals + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides + - packaging + - prometheus_client + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda + hash: + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 320177 + timestamp: 1705418316315 + purls: + - pkg:pypi/jupyter-server +- platform: osx-64 + name: jupyter_server + version: 2.12.5 + category: main + manager: conda + dependencies: + - anyio >=3.1.0 + - argon2-cffi + - jinja2 + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.9.0 + - jupyter_server_terminals + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides + - packaging + - prometheus_client + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda + hash: + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 320177 + timestamp: 1705418316315 + purls: + - pkg:pypi/jupyter-server +- platform: win-64 + name: jupyter_server + version: 2.12.5 + category: main + manager: conda + dependencies: + - anyio >=3.1.0 + - argon2-cffi + - jinja2 + - jupyter_client >=7.4.4 + - jupyter_core >=4.12,!=5.0.* + - jupyter_events >=0.9.0 + - jupyter_server_terminals + - nbconvert-core >=6.4.4 + - nbformat >=5.3.0 + - overrides + - packaging + - prometheus_client + - python >=3.8 + - pyzmq >=24 + - send2trash >=1.8.2 + - terminado >=0.8.3 + - tornado >=6.2.0 + - traitlets >=5.6.0 + - websocket-client + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-2.12.5-pyhd8ed1ab_0.conda + hash: + md5: 755177a956fa6dd90d5cfcbbb5084de2 + sha256: 43dcd238c656c7ecf3228be8735def530cad5181f990c042ba202b9e383d2b1f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 320177 + timestamp: 1705418316315 + purls: + - pkg:pypi/jupyter-server +- platform: linux-64 + name: jupyter_server_terminals + version: 0.5.2 + category: main + manager: conda + dependencies: + - python >=3.8 + - terminado >=0.8.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda + hash: + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 19876 + timestamp: 1706006876397 + purls: + - pkg:pypi/jupyter-server-terminals +- platform: osx-64 + name: jupyter_server_terminals + version: 0.5.2 + category: main + manager: conda + dependencies: + - python >=3.8 + - terminado >=0.8.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda + hash: + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 19876 + timestamp: 1706006876397 + purls: + - pkg:pypi/jupyter-server-terminals +- platform: win-64 + name: jupyter_server_terminals + version: 0.5.2 + category: main + manager: conda + dependencies: + - python >=3.8 + - terminado >=0.8.3 + url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server_terminals-0.5.2-pyhd8ed1ab_0.conda + hash: + md5: a0152d13c9deb13639fc84df884d50b6 + sha256: a625150744fdffb646fb4451edc68b3eff56eeace4e86b83dc4a860479c9857c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 19876 + timestamp: 1706006876397 + purls: + - pkg:pypi/jupyter-server-terminals +- platform: linux-64 + name: jupyterlab + version: 4.1.0 + category: main + manager: conda + dependencies: + - async-lru >=1.0.0 + - httpx >=0.25.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging + - python >=3.8 + - tomli + - tornado >=6.2.0 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.1.0-pyhd8ed1ab_0.conda + hash: + md5: e54b18fd8cf62072e5fac67fa0e4e6b6 + sha256: bcfc22726e3dd8b742f3977e57549e688dc2c2c4d88cd861bd22acb3fb92a5d6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7819089 + timestamp: 1707131259719 + purls: + - pkg:pypi/jupyterlab +- platform: osx-64 + name: jupyterlab + version: 4.1.0 + category: main + manager: conda + dependencies: + - async-lru >=1.0.0 + - httpx >=0.25.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging + - python >=3.8 + - tomli + - tornado >=6.2.0 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.1.0-pyhd8ed1ab_0.conda + hash: + md5: e54b18fd8cf62072e5fac67fa0e4e6b6 + sha256: bcfc22726e3dd8b742f3977e57549e688dc2c2c4d88cd861bd22acb3fb92a5d6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7819089 + timestamp: 1707131259719 + purls: + - pkg:pypi/jupyterlab +- platform: win-64 + name: jupyterlab + version: 4.1.0 + category: main + manager: conda + dependencies: + - async-lru >=1.0.0 + - httpx >=0.25.0 + - importlib_metadata >=4.8.3 + - importlib_resources >=1.4 + - ipykernel + - jinja2 >=3.0.3 + - jupyter-lsp >=2.0.0 + - jupyter_core + - jupyter_server >=2.4.0,<3 + - jupyterlab_server >=2.19.0,<3 + - notebook-shim >=0.2 + - packaging + - python >=3.8 + - tomli + - tornado >=6.2.0 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-4.1.0-pyhd8ed1ab_0.conda + hash: + md5: e54b18fd8cf62072e5fac67fa0e4e6b6 + sha256: bcfc22726e3dd8b742f3977e57549e688dc2c2c4d88cd861bd22acb3fb92a5d6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 7819089 + timestamp: 1707131259719 + purls: + - pkg:pypi/jupyterlab +- platform: linux-64 + name: jupyterlab_pygments + version: 0.3.0 + category: main + manager: conda + dependencies: + - pygments >=2.4.1,<3 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + hash: + md5: afcd1b53bcac8844540358e33f33d28f + sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + constrains: + - jupyterlab >=4.0.8,<5.0.0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18776 + timestamp: 1707149279640 + purls: + - pkg:pypi/jupyterlab-pygments +- platform: osx-64 + name: jupyterlab_pygments + version: 0.3.0 + category: main + manager: conda + dependencies: + - pygments >=2.4.1,<3 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + hash: + md5: afcd1b53bcac8844540358e33f33d28f + sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + constrains: + - jupyterlab >=4.0.8,<5.0.0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18776 + timestamp: 1707149279640 + purls: + - pkg:pypi/jupyterlab-pygments +- platform: win-64 + name: jupyterlab_pygments + version: 0.3.0 + category: main + manager: conda + dependencies: + - pygments >=2.4.1,<3 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.3.0-pyhd8ed1ab_1.conda + hash: + md5: afcd1b53bcac8844540358e33f33d28f + sha256: 4aa622bbcf97e44cd1adf0100b7ff71b7e20268f043bdf6feae4d16152f1f242 + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + constrains: + - jupyterlab >=4.0.8,<5.0.0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18776 + timestamp: 1707149279640 + purls: + - pkg:pypi/jupyterlab-pygments +- platform: linux-64 + name: jupyterlab_server + version: 2.25.2 + category: main + manager: conda + dependencies: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.2-pyhd8ed1ab_0.conda + hash: + md5: f45557d5551b54dc2a74133a310bc1ba + sha256: 51c13a87072a64df1a0ae14fbb470bc4e36becf4d50693ffab53174199ca4f4b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - openapi-core >=0.18.0,<0.19.0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 48860 + timestamp: 1700310989409 +- platform: osx-64 + name: jupyterlab_server + version: 2.25.2 + category: main + manager: conda + dependencies: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.2-pyhd8ed1ab_0.conda + hash: + md5: f45557d5551b54dc2a74133a310bc1ba + sha256: 51c13a87072a64df1a0ae14fbb470bc4e36becf4d50693ffab53174199ca4f4b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - openapi-core >=0.18.0,<0.19.0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 48860 + timestamp: 1700310989409 +- platform: win-64 + name: jupyterlab_server + version: 2.25.2 + category: main + manager: conda + dependencies: + - babel >=2.10 + - importlib-metadata >=4.8.3 + - jinja2 >=3.0.3 + - json5 >=0.9.0 + - jsonschema >=4.18 + - jupyter_server >=1.21,<3 + - packaging >=21.3 + - python >=3.8 + - requests >=2.31 + url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.25.2-pyhd8ed1ab_0.conda + hash: + md5: f45557d5551b54dc2a74133a310bc1ba + sha256: 51c13a87072a64df1a0ae14fbb470bc4e36becf4d50693ffab53174199ca4f4b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - openapi-core >=0.18.0,<0.19.0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 48860 + timestamp: 1700310989409 +- platform: linux-64 + name: ld_impl_linux-64 + version: '2.40' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda + hash: + md5: 7aca3059a1729aa76c597603f10b0dd3 + sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd + build: h41732ed_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - binutils_impl_linux-64 2.40 + license: GPL-3.0-only + license_family: GPL + size: 704696 + timestamp: 1674833944779 +- platform: osx-64 + name: libcxx + version: 16.0.6 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-16.0.6-hd57cbcb_0.conda + hash: + md5: 7d6972792161077908b62971802f289a + sha256: 9063271847cf05f3a6cc6cae3e7f0ced032ab5f3a3c9d3f943f876f39c5c2549 + build: hd57cbcb_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 1142172 + timestamp: 1686896907750 +- platform: linux-64 + name: libexpat + version: 2.5.0 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + hash: + md5: 6305a3dd2752c76335295da4e581f2fd + sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 + build: hcb278e6_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + constrains: + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 77980 + timestamp: 1680190528313 +- platform: osx-64 + name: libexpat + version: 2.5.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.5.0-hf0c8a7f_1.conda + hash: + md5: 6c81cb022780ee33435cca0127dd43c9 + sha256: 80024bd9f44d096c4cc07fb2bac76b5f1f7553390112dab3ad6acb16a05f0b96 + build: hf0c8a7f_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + constrains: + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 69602 + timestamp: 1680191040160 +- platform: win-64 + name: libexpat + version: 2.5.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.5.0-h63175ca_1.conda + hash: + md5: 636cc3cbbd2e28bcfd2f73b2044aac2c + sha256: 794b2a9be72f176a2767c299574d330ffb76b2ed75d7fd20bee3bbadce5886cf + build: h63175ca_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + constrains: + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 138689 + timestamp: 1680190844101 +- platform: linux-64 + name: libffi + version: 3.4.2 + category: main + manager: conda + dependencies: + - libgcc-ng >=9.4.0 + url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + hash: + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + build: h7f98852_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + license: MIT + license_family: MIT + size: 58292 + timestamp: 1636488182923 +- platform: osx-64 + name: libffi + version: 3.4.2 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2 + hash: + md5: ccb34fb14960ad8b125962d3d79b31a9 + sha256: 7a2d27a936ceee6942ea4d397f9c7d136f12549d86f7617e8b6bad51e01a941f + build: h0d85af4_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + license: MIT + license_family: MIT + size: 51348 + timestamp: 1636488394370 +- platform: win-64 + name: libffi + version: 3.4.2 + category: main + manager: conda + dependencies: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + url: https://conda.anaconda.org/conda-forge/win-64/libffi-3.4.2-h8ffe710_5.tar.bz2 + hash: + md5: 2c96d1b6915b408893f9472569dee135 + sha256: 1951ab740f80660e9bc07d2ed3aefb874d78c107264fd810f24a1a6211d4b1a5 + build: h8ffe710_5 + arch: x86_64 + subdir: win-64 + build_number: 5 + license: MIT + license_family: MIT + size: 42063 + timestamp: 1636489106777 +- platform: linux-64 + name: libgcc-ng + version: 13.2.0 + category: main + manager: conda + dependencies: + - _libgcc_mutex 0.1 conda_forge + - _openmp_mutex >=4.5 + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_5.conda + hash: + md5: d4ff227c46917d3b4565302a2bbb276b + sha256: d32f78bfaac282cfe5205f46d558704ad737b8dbf71f9227788a5ca80facaba4 + build: h807b86a_5 + arch: x86_64 + subdir: linux-64 + build_number: 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 +- platform: linux-64 + name: libgomp + version: 13.2.0 + category: main + manager: conda + dependencies: + - _libgcc_mutex 0.1 conda_forge + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_5.conda + hash: + md5: d211c42b9ce49aee3734fdc828731689 + sha256: 0d3d4b1b0134283ea02d58e8eb5accf3655464cf7159abf098cc694002f8d34e + build: h807b86a_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 419751 + timestamp: 1706819107383 +- platform: linux-64 + name: libnsl + version: 2.0.1 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda + hash: + md5: 30fd6e37fe21f86f4bd26d6ee73eeec7 + sha256: 26d77a3bb4dceeedc2a41bd688564fe71bf2d149fdcf117049970bc02ff1add6 + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: LGPL-2.1-only + license_family: GPL + size: 33408 + timestamp: 1697359010159 +- platform: linux-64 + name: libsodium + version: 1.0.18 + category: main + manager: conda + dependencies: + - libgcc-ng >=7.5.0 + url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 + hash: + md5: c3788462a6fbddafdb413a9f9053e58d + sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 + build: h36c2ea0_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: ISC + size: 374999 + timestamp: 1605135674116 +- platform: osx-64 + name: libsodium + version: 1.0.18 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libsodium-1.0.18-hbcb3906_1.tar.bz2 + hash: + md5: 24632c09ed931af617fe6d5292919cab + sha256: 2da45f14e3d383b4b9e3a8bacc95cd2832aac2dbf9fbc70d255d384a310c5660 + build: hbcb3906_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: ISC + size: 528765 + timestamp: 1605135849110 +- platform: win-64 + name: libsodium + version: 1.0.18 + category: main + manager: conda + dependencies: + - vc >=14.1,<15.0a0 + - vs2015_runtime >=14.16.27012 + url: https://conda.anaconda.org/conda-forge/win-64/libsodium-1.0.18-h8d14728_1.tar.bz2 + hash: + md5: 5c1fb45b5e2912c19098750ae8a32604 + sha256: ecc463f0ab6eaf6bc5bd6ff9c17f65595de6c7a38db812222ab8ffde0d3f4bc2 + build: h8d14728_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + license: ISC + size: 713431 + timestamp: 1605135918736 +- platform: linux-64 + name: libsqlite + version: 3.44.2 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.44.2-h2797004_0.conda + hash: + md5: 3b6a9f225c3dbe0d24f4fedd4625c5bf + sha256: ee2c4d724a3ed60d5b458864d66122fb84c6ce1df62f735f90d8db17b66cd88a + build: h2797004_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Unlicense + size: 845830 + timestamp: 1700863204572 +- platform: osx-64 + name: libsqlite + version: 3.44.2 + category: main + manager: conda + dependencies: + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.44.2-h92b6c6a_0.conda + hash: + md5: d4419f90019e6a2b152cd4d32f73a82f + sha256: 8a317d2aa6352feba951ca09d5bf34f565f9dd10bb14ff842b8650baa321d781 + build: h92b6c6a_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Unlicense + size: 891089 + timestamp: 1700863475542 +- platform: win-64 + name: libsqlite + version: 3.44.2 + category: main + manager: conda + dependencies: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.44.2-hcfcfb64_0.conda + hash: + md5: 4a5f5ab56cbf3ccd08d71a1168061213 + sha256: 25bfcf79ec863c2c0f0b3599981e2eac57efc5302faf2bb84f68c3f0faa55d1c + build: hcfcfb64_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Unlicense + size: 853171 + timestamp: 1700863704859 +- platform: linux-64 + name: libstdcxx-ng + version: 13.2.0 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_5.conda + hash: + md5: f6f6600d18a4047b54f803cf708b868a + sha256: a56c5b11f1e73a86e120e6141a42d9e935a99a2098491ac9e15347a1476ce777 + build: h7e041cc_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 3834139 + timestamp: 1706819252496 +- platform: linux-64 + name: libuuid + version: 2.38.1 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + hash: + md5: 40b61aab5c7ba9ff276c41cfffe6b80b + sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + build: h0b41bf4_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 33601 + timestamp: 1680112270483 +- platform: linux-64 + name: libxcrypt + version: 4.4.36 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + hash: + md5: 5aa797f8787fe7a17d1b0821485b5adc + sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c + build: hd590300_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: LGPL-2.1-or-later + size: 100393 + timestamp: 1702724383534 +- platform: linux-64 + name: libzlib + version: 1.2.13 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + hash: + md5: f36c115f1ee199da648e0597ec2047ad + sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 + build: hd590300_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 61588 + timestamp: 1686575217516 +- platform: osx-64 + name: libzlib + version: 1.2.13 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.2.13-h8a1eda9_5.conda + hash: + md5: 4a3ad23f6e16f99c04e166767193d700 + sha256: fc58ad7f47ffea10df1f2165369978fba0a1cc32594aad778f5eec725f334867 + build: h8a1eda9_5 + arch: x86_64 + subdir: osx-64 + build_number: 5 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 59404 + timestamp: 1686575566695 +- platform: win-64 + name: libzlib + version: 1.2.13 + category: main + manager: conda + dependencies: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.2.13-hcfcfb64_5.conda + hash: + md5: 5fdb9c6a113b6b6cb5e517fd972d5f41 + sha256: c161822ee8130b71e08b6d282b9919c1de2c5274b29921a867bca0f7d30cad26 + build: hcfcfb64_5 + arch: x86_64 + subdir: win-64 + build_number: 5 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 55800 + timestamp: 1686575452215 +- platform: linux-64 + name: markdown + version: 3.5.2 + category: main + manager: conda + dependencies: + - importlib-metadata >=4.4 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.5.2-pyhd8ed1ab_0.conda + hash: + md5: db7b48fa4eeb0c21b2f3f5b1f7d9ebcf + sha256: fbc70dc01b361fe46e7b4e102e725f99ba60bf9903c2fa86b53ad6b70ded677a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 77178 + timestamp: 1704908495733 + purls: + - pkg:pypi/markdown +- platform: osx-64 + name: markdown + version: 3.5.2 + category: main + manager: conda + dependencies: + - importlib-metadata >=4.4 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.5.2-pyhd8ed1ab_0.conda + hash: + md5: db7b48fa4eeb0c21b2f3f5b1f7d9ebcf + sha256: fbc70dc01b361fe46e7b4e102e725f99ba60bf9903c2fa86b53ad6b70ded677a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 77178 + timestamp: 1704908495733 + purls: + - pkg:pypi/markdown +- platform: win-64 + name: markdown + version: 3.5.2 + category: main + manager: conda + dependencies: + - importlib-metadata >=4.4 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/markdown-3.5.2-pyhd8ed1ab_0.conda + hash: + md5: db7b48fa4eeb0c21b2f3f5b1f7d9ebcf + sha256: fbc70dc01b361fe46e7b4e102e725f99ba60bf9903c2fa86b53ad6b70ded677a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 77178 + timestamp: 1704908495733 + purls: + - pkg:pypi/markdown +- platform: linux-64 + name: markupsafe + version: 2.1.5 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.5-py312h98912ed_0.conda + hash: + md5: 6ff0b9582da2d4a74a1f9ae1f9ce2af6 + sha256: 273d8efd6c089c534ccbede566394c0ac1e265bfe5d89fe76e80332f3d75a636 + build: py312h98912ed_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 26685 + timestamp: 1706900070330 + purls: + - pkg:pypi/markupsafe +- platform: osx-64 + name: markupsafe + version: 2.1.5 + category: main + manager: conda + dependencies: + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/markupsafe-2.1.5-py312h41838bb_0.conda + hash: + md5: c4a9c25c09cef3901789ca818d9beb10 + sha256: 8dc8f31f78d00713300da000b6ebaa1943a17c112f267de310d5c3d82950079c + build: py312h41838bb_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 25742 + timestamp: 1706900456837 + purls: + - pkg:pypi/markupsafe +- platform: win-64 + name: markupsafe + version: 2.1.5 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/markupsafe-2.1.5-py312he70551f_0.conda + hash: + md5: 4950a739b19edaac1ed29ca9474e49ac + sha256: f8690a3c87e2e96cebd434a829bb95cac43afe6c439530b336dc3452fe4ce4af + build: py312he70551f_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 29060 + timestamp: 1706900374745 + purls: + - pkg:pypi/markupsafe +- platform: linux-64 + name: matplotlib-inline + version: 0.1.6 + category: main + manager: conda + dependencies: + - python >=3.6 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21613793fcc81d944c76c9f2864a7de + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 12273 + timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline +- platform: osx-64 + name: matplotlib-inline + version: 0.1.6 + category: main + manager: conda + dependencies: + - python >=3.6 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21613793fcc81d944c76c9f2864a7de + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 12273 + timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline +- platform: win-64 + name: matplotlib-inline + version: 0.1.6 + category: main + manager: conda + dependencies: + - python >=3.6 + - traitlets + url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 + hash: + md5: b21613793fcc81d944c76c9f2864a7de + sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 12273 + timestamp: 1660814913405 + purls: + - pkg:pypi/matplotlib-inline +- platform: linux-64 + name: mergedeep + version: 1.3.4 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 1a160a3cab5cb6bd46264b52cd6f69a2 + sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 9598 + timestamp: 1612711404414 +- platform: osx-64 + name: mergedeep + version: 1.3.4 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 1a160a3cab5cb6bd46264b52cd6f69a2 + sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 9598 + timestamp: 1612711404414 +- platform: win-64 + name: mergedeep + version: 1.3.4 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/mergedeep-1.3.4-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 1a160a3cab5cb6bd46264b52cd6f69a2 + sha256: 41ad8c16876820981adfc6e17a62935c950214bd9a9bb092e6aaefdc89a33f0b + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 9598 + timestamp: 1612711404414 +- platform: linux-64 + name: mistune + version: 3.0.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + hash: + md5: 5cbee699846772cc939bef23a0d524ed + sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 66022 + timestamp: 1698947249750 + purls: + - pkg:pypi/mistune +- platform: osx-64 + name: mistune + version: 3.0.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + hash: + md5: 5cbee699846772cc939bef23a0d524ed + sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 66022 + timestamp: 1698947249750 + purls: + - pkg:pypi/mistune +- platform: win-64 + name: mistune + version: 3.0.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/mistune-3.0.2-pyhd8ed1ab_0.conda + hash: + md5: 5cbee699846772cc939bef23a0d524ed + sha256: f95cb70007e3cc2ba44e17c29a056b499e6dadf08746706d0c817c8e2f47e05c + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 66022 + timestamp: 1698947249750 + purls: + - pkg:pypi/mistune +- platform: linux-64 + name: mkdocs + version: 1.5.3 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda + hash: + md5: 1e432aebaa009b030cce33a554939d8e + sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - babel >=2.9.0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 2862150 + timestamp: 1695086687269 + purls: + - pkg:pypi/mkdocs +- platform: osx-64 + name: mkdocs + version: 1.5.3 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda + hash: + md5: 1e432aebaa009b030cce33a554939d8e + sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - babel >=2.9.0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 2862150 + timestamp: 1695086687269 + purls: + - pkg:pypi/mkdocs +- platform: win-64 + name: mkdocs + version: 1.5.3 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-1.5.3-pyhd8ed1ab_0.conda + hash: + md5: 1e432aebaa009b030cce33a554939d8e + sha256: cd57f3805a38bc3b3356a37d4bd9af7e227972286f61eae3c88d356216bc7159 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - babel >=2.9.0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 2862150 + timestamp: 1695086687269 + purls: + - pkg:pypi/mkdocs +- platform: linux-64 + name: mkdocs-autorefs + version: 0.5.0 + category: main + manager: conda + dependencies: + - markdown >=3.3 + - mkdocs >=1.1 + - python >=3.8,<4.0 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-autorefs-0.5.0-pyhd8ed1ab_0.conda + hash: + md5: fa5f6051b6a581ad70702f33594840cb + sha256: 9bf6a455ebeff9e58e8cb1467844be87066e0a05f4b53dcab132552968739957 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: ISC + noarch: python + size: 17631 + timestamp: 1691023192300 + purls: + - pkg:pypi/mkdocs-autorefs +- platform: osx-64 + name: mkdocs-autorefs + version: 0.5.0 + category: main + manager: conda + dependencies: + - markdown >=3.3 + - mkdocs >=1.1 + - python >=3.8,<4.0 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-autorefs-0.5.0-pyhd8ed1ab_0.conda + hash: + md5: fa5f6051b6a581ad70702f33594840cb + sha256: 9bf6a455ebeff9e58e8cb1467844be87066e0a05f4b53dcab132552968739957 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + noarch: python + size: 17631 + timestamp: 1691023192300 + purls: + - pkg:pypi/mkdocs-autorefs +- platform: win-64 + name: mkdocs-autorefs + version: 0.5.0 + category: main + manager: conda + dependencies: + - markdown >=3.3 + - mkdocs >=1.1 + - python >=3.8,<4.0 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocs-autorefs-0.5.0-pyhd8ed1ab_0.conda + hash: + md5: fa5f6051b6a581ad70702f33594840cb + sha256: 9bf6a455ebeff9e58e8cb1467844be87066e0a05f4b53dcab132552968739957 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: ISC + noarch: python + size: 17631 + timestamp: 1691023192300 + purls: + - pkg:pypi/mkdocs-autorefs +- platform: linux-64 + name: mkdocstrings + version: 0.24.0 + category: main + manager: conda + dependencies: + - click >=7.0 + - importlib-metadata >=4.6 + - jinja2 >=2.11.1 + - markdown >=3.3 + - markupsafe >=1.1 + - mkdocs >=1.4 + - mkdocs-autorefs >=0.3.1 + - platformdirs >=2.2.0 + - pymdown-extensions >=6.3 + - python >=3.8,<4.0 + - typing-extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocstrings-0.24.0-pyhd8ed1ab_0.conda + hash: + md5: 93518968bd9397812df938dd0b049cc0 + sha256: ae22b6842432e26df296c75877ac08709a311c5e93d0787d9035c0f222d6a784 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 29334 + timestamp: 1700010977 + purls: + - pkg:pypi/mkdocstrings +- platform: osx-64 + name: mkdocstrings + version: 0.24.0 + category: main + manager: conda + dependencies: + - click >=7.0 + - importlib-metadata >=4.6 + - jinja2 >=2.11.1 + - markdown >=3.3 + - markupsafe >=1.1 + - mkdocs >=1.4 + - mkdocs-autorefs >=0.3.1 + - platformdirs >=2.2.0 + - pymdown-extensions >=6.3 + - python >=3.8,<4.0 + - typing-extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocstrings-0.24.0-pyhd8ed1ab_0.conda + hash: + md5: 93518968bd9397812df938dd0b049cc0 + sha256: ae22b6842432e26df296c75877ac08709a311c5e93d0787d9035c0f222d6a784 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 29334 + timestamp: 1700010977 + purls: + - pkg:pypi/mkdocstrings +- platform: win-64 + name: mkdocstrings + version: 0.24.0 + category: main + manager: conda + dependencies: + - click >=7.0 + - importlib-metadata >=4.6 + - jinja2 >=2.11.1 + - markdown >=3.3 + - markupsafe >=1.1 + - mkdocs >=1.4 + - mkdocs-autorefs >=0.3.1 + - platformdirs >=2.2.0 + - pymdown-extensions >=6.3 + - python >=3.8,<4.0 + - typing-extensions >=4.1 + url: https://conda.anaconda.org/conda-forge/noarch/mkdocstrings-0.24.0-pyhd8ed1ab_0.conda + hash: + md5: 93518968bd9397812df938dd0b049cc0 + sha256: ae22b6842432e26df296c75877ac08709a311c5e93d0787d9035c0f222d6a784 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 29334 + timestamp: 1700010977 + purls: + - pkg:pypi/mkdocstrings +- platform: linux-64 + name: nbclient + version: 0.8.0 + category: main + manager: conda + dependencies: + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.8 + - traitlets >=5.4 + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda + hash: + md5: e78da91cf428faaf05701ce8cc8f2f9b + sha256: 4ebd237cdf4bfa5226f92d2ae78fab8dba27696909391884dc6594ca6f9df5ff + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 64852 + timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient +- platform: osx-64 + name: nbclient + version: 0.8.0 + category: main + manager: conda + dependencies: + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.8 + - traitlets >=5.4 + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda + hash: + md5: e78da91cf428faaf05701ce8cc8f2f9b + sha256: 4ebd237cdf4bfa5226f92d2ae78fab8dba27696909391884dc6594ca6f9df5ff + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 64852 + timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient +- platform: win-64 + name: nbclient + version: 0.8.0 + category: main + manager: conda + dependencies: + - jupyter_client >=6.1.12 + - jupyter_core >=4.12,!=5.0.* + - nbformat >=5.1 + - python >=3.8 + - traitlets >=5.4 + url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.8.0-pyhd8ed1ab_0.conda + hash: + md5: e78da91cf428faaf05701ce8cc8f2f9b + sha256: 4ebd237cdf4bfa5226f92d2ae78fab8dba27696909391884dc6594ca6f9df5ff + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 64852 + timestamp: 1684791049212 + purls: + - pkg:pypi/nbclient +- platform: linux-64 + name: nbconvert-core + version: 7.14.2 + category: main + manager: conda + dependencies: + - beautifulsoup4 + - bleach + - defusedxml + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 + - traitlets >=5.0 + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda + hash: + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 187942 + timestamp: 1705418659841 +- platform: osx-64 + name: nbconvert-core + version: 7.14.2 + category: main + manager: conda + dependencies: + - beautifulsoup4 + - bleach + - defusedxml + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 + - traitlets >=5.0 + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda + hash: + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 187942 + timestamp: 1705418659841 +- platform: win-64 + name: nbconvert-core + version: 7.14.2 + category: main + manager: conda + dependencies: + - beautifulsoup4 + - bleach + - defusedxml + - entrypoints >=0.2.2 + - jinja2 >=3.0 + - jupyter_core >=4.7 + - jupyterlab_pygments + - markupsafe >=2.0 + - mistune >=2.0.3,<4 + - nbclient >=0.5.0 + - nbformat >=5.1 + - packaging + - pandocfilters >=1.4.1 + - pygments >=2.4.1 + - python >=3.8 + - tinycss2 + - traitlets >=5.0 + url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.14.2-pyhd8ed1ab_0.conda + hash: + md5: 631800aa8cc7ccf61e70087355d95827 + sha256: ba3e9a42ea03411d77ac28f14ce9bc6f70710ce1a8f4a970322b2daa91e47ce5 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - pandoc >=2.14.2,<4.0.0 + - nbconvert =7.14.2=*_0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 187942 + timestamp: 1705418659841 +- platform: linux-64 + name: nbformat + version: 5.9.2 + category: main + manager: conda + dependencies: + - jsonschema >=2.6 + - jupyter_core + - python >=3.8 + - python-fastjsonschema + - traitlets >=5.1 + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + hash: + md5: 61ba076de6530d9301a0053b02f093d2 + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 100446 + timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat +- platform: osx-64 + name: nbformat + version: 5.9.2 + category: main + manager: conda + dependencies: + - jsonschema >=2.6 + - jupyter_core + - python >=3.8 + - python-fastjsonschema + - traitlets >=5.1 + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + hash: + md5: 61ba076de6530d9301a0053b02f093d2 + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 100446 + timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat +- platform: win-64 + name: nbformat + version: 5.9.2 + category: main + manager: conda + dependencies: + - jsonschema >=2.6 + - jupyter_core + - python >=3.8 + - python-fastjsonschema + - traitlets >=5.1 + url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.9.2-pyhd8ed1ab_0.conda + hash: + md5: 61ba076de6530d9301a0053b02f093d2 + sha256: fc82c5a9116820757b03ffb836b36f0f50e4cd390018024dbadb0ee0217f6992 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 100446 + timestamp: 1690815009867 + purls: + - pkg:pypi/nbformat +- platform: linux-64 + name: ncurses + version: '6.4' + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-h59595ed_2.conda + hash: + md5: 7dbaa197d7ba6032caf7ae7f32c1efa0 + sha256: 91cc03f14caf96243cead96c76fe91ab5925a695d892e83285461fb927dece5e + build: h59595ed_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: X11 AND BSD-3-Clause + size: 884434 + timestamp: 1698751260967 +- platform: osx-64 + name: ncurses + version: '6.4' + category: main + manager: conda + dependencies: + - __osx >=10.9 + url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.4-h93d8f39_2.conda + hash: + md5: e58f366bd4d767e9ab97ab8b272e7670 + sha256: ea0fca66bbb52a1ef0687d466518fe120b5f279684effd6fd336a7b0dddc423a + build: h93d8f39_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: X11 AND BSD-3-Clause + size: 822031 + timestamp: 1698751567986 +- platform: linux-64 + name: nest-asyncio + version: 1.6.0 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + hash: + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 11638 + timestamp: 1705850780510 + purls: + - pkg:pypi/nest-asyncio +- platform: osx-64 + name: nest-asyncio + version: 1.6.0 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + hash: + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 11638 + timestamp: 1705850780510 + purls: + - pkg:pypi/nest-asyncio +- platform: win-64 + name: nest-asyncio + version: 1.6.0 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.6.0-pyhd8ed1ab_0.conda + hash: + md5: 6598c056f64dc8800d40add25e4e2c34 + sha256: 30db21d1f7e59b3408b831a7e0417b83b53ee6223afae56482c5f26da3ceb49a + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 11638 + timestamp: 1705850780510 + purls: + - pkg:pypi/nest-asyncio +- platform: linux-64 + name: nodeenv + version: 1.8.0 + category: main + manager: conda + dependencies: + - python 2.7|>=3.7 + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 2a75b296096adabbabadd5e9782e5fcc + sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 34358 + timestamp: 1683893151613 +- platform: osx-64 + name: nodeenv + version: 1.8.0 + category: main + manager: conda + dependencies: + - python 2.7|>=3.7 + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 2a75b296096adabbabadd5e9782e5fcc + sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 34358 + timestamp: 1683893151613 +- platform: win-64 + name: nodeenv + version: 1.8.0 + category: main + manager: conda + dependencies: + - python 2.7|>=3.7 + - setuptools + url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda + hash: + md5: 2a75b296096adabbabadd5e9782e5fcc + sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 34358 + timestamp: 1683893151613 +- platform: linux-64 + name: notebook-shim + version: 0.2.3 + category: main + manager: conda + dependencies: + - jupyter_server >=1.8,<3 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + hash: + md5: 67e0fe74c156267d9159e9133df7fd37 + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 16783 + timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim +- platform: osx-64 + name: notebook-shim + version: 0.2.3 + category: main + manager: conda + dependencies: + - jupyter_server >=1.8,<3 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + hash: + md5: 67e0fe74c156267d9159e9133df7fd37 + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 16783 + timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim +- platform: win-64 + name: notebook-shim + version: 0.2.3 + category: main + manager: conda + dependencies: + - jupyter_server >=1.8,<3 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.3-pyhd8ed1ab_0.conda + hash: + md5: 67e0fe74c156267d9159e9133df7fd37 + sha256: f028d7ad1f2175cde307db08b60d07e371b9d6f035cfae6c81ea94b4c408c538 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 16783 + timestamp: 1682360712235 + purls: + - pkg:pypi/notebook-shim +- platform: linux-64 + name: openssl + version: 3.2.1 + category: main + manager: conda + dependencies: + - ca-certificates + - libgcc-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda + hash: + md5: 51a753e64a3027bd7e23a189b1f6e91e + sha256: c02c12bdb898daacf7eb3d09859f93ea8f285fd1a6132ff6ff0493ab52c7fe57 + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2863069 + timestamp: 1706635653339 +- platform: osx-64 + name: openssl + version: 3.2.1 + category: main + manager: conda + dependencies: + - ca-certificates + url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda + hash: + md5: 3033be9a59fd744172b03971b9ccd081 + sha256: 20c1b1a34a1831c24d37ed1500ca07300171184af0c66598f3c5ca901634d713 + build: hd75f5a5_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2509168 + timestamp: 1706636810736 +- platform: win-64 + name: openssl + version: 3.2.1 + category: main + manager: conda + dependencies: + - ca-certificates + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_0.conda + hash: + md5: 158df8eead8092cf0e27167c8761a8dd + sha256: 1df1c43136f863d5e9ba20b703001caf9a4d0ea56bdc3eeb948c977e3d4f91d3 + build: hcfcfb64_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 8229619 + timestamp: 1706638014697 +- platform: linux-64 + name: overrides + version: 7.7.0 + category: main + manager: conda + dependencies: + - python >=3.6 + - typing_utils + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_0.conda + hash: + md5: 24fba5a9d161ad8103d4e84c0e1a3ed4 + sha256: 5e238e5e646414d517a13f6786c7227206ace58271e3ef63f6adca4d6a4c2839 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 30232 + timestamp: 1706394723472 +- platform: osx-64 + name: overrides + version: 7.7.0 + category: main + manager: conda + dependencies: + - python >=3.6 + - typing_utils + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_0.conda + hash: + md5: 24fba5a9d161ad8103d4e84c0e1a3ed4 + sha256: 5e238e5e646414d517a13f6786c7227206ace58271e3ef63f6adca4d6a4c2839 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 30232 + timestamp: 1706394723472 +- platform: win-64 + name: overrides + version: 7.7.0 + category: main + manager: conda + dependencies: + - python >=3.6 + - typing_utils + url: https://conda.anaconda.org/conda-forge/noarch/overrides-7.7.0-pyhd8ed1ab_0.conda + hash: + md5: 24fba5a9d161ad8103d4e84c0e1a3ed4 + sha256: 5e238e5e646414d517a13f6786c7227206ace58271e3ef63f6adca4d6a4c2839 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 30232 + timestamp: 1706394723472 +- platform: linux-64 + name: packaging + version: '23.2' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + hash: + md5: 79002079284aa895f883c6b7f3f88fd6 + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 49452 + timestamp: 1696202521121 + purls: + - pkg:pypi/packaging +- platform: osx-64 + name: packaging + version: '23.2' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + hash: + md5: 79002079284aa895f883c6b7f3f88fd6 + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 49452 + timestamp: 1696202521121 + purls: + - pkg:pypi/packaging +- platform: win-64 + name: packaging + version: '23.2' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + hash: + md5: 79002079284aa895f883c6b7f3f88fd6 + sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 49452 + timestamp: 1696202521121 + purls: + - pkg:pypi/packaging +- platform: linux-64 + name: pandocfilters + version: 1.5.0 + category: main + manager: conda + dependencies: + - python !=3.0,!=3.1,!=3.2,!=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 457c2c8c08e54905d6954e79cb5b5db9 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 11627 + timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters +- platform: osx-64 + name: pandocfilters + version: 1.5.0 + category: main + manager: conda + dependencies: + - python !=3.0,!=3.1,!=3.2,!=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 457c2c8c08e54905d6954e79cb5b5db9 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 11627 + timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters +- platform: win-64 + name: pandocfilters + version: 1.5.0 + category: main + manager: conda + dependencies: + - python !=3.0,!=3.1,!=3.2,!=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 457c2c8c08e54905d6954e79cb5b5db9 + sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 11627 + timestamp: 1631603397334 + purls: + - pkg:pypi/pandocfilters +- platform: linux-64 + name: parso + version: 0.8.3 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 17a565a0c3899244e938cdf417e7b094 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 71048 + timestamp: 1638335054552 + purls: + - pkg:pypi/parso +- platform: osx-64 + name: parso + version: 0.8.3 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 17a565a0c3899244e938cdf417e7b094 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 71048 + timestamp: 1638335054552 + purls: + - pkg:pypi/parso +- platform: win-64 + name: parso + version: 0.8.3 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 17a565a0c3899244e938cdf417e7b094 + sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 71048 + timestamp: 1638335054552 + purls: + - pkg:pypi/parso +- platform: linux-64 + name: pathspec + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + noarch: python + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec +- platform: osx-64 + name: pathspec + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + noarch: python + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec +- platform: win-64 + name: pathspec + version: 0.12.1 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + hash: + md5: 17064acba08d3686f1135b5ec1b32b12 + sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + noarch: python + size: 41173 + timestamp: 1702250135032 + purls: + - pkg:pypi/pathspec +- platform: linux-64 + name: pexpect + version: 4.9.0 + category: main + manager: conda + dependencies: + - ptyprocess >=0.5 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + hash: + md5: 629f3203c99b32e0988910c93e77f3b6 + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: ISC + noarch: python + size: 53600 + timestamp: 1706113273252 + purls: + - pkg:pypi/pexpect +- platform: osx-64 + name: pexpect + version: 4.9.0 + category: main + manager: conda + dependencies: + - ptyprocess >=0.5 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.9.0-pyhd8ed1ab_0.conda + hash: + md5: 629f3203c99b32e0988910c93e77f3b6 + sha256: 90a09d134a4a43911b716d4d6eb9d169238aff2349056f7323d9db613812667e + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + noarch: python + size: 53600 + timestamp: 1706113273252 + purls: + - pkg:pypi/pexpect +- platform: linux-64 + name: pickleshare + version: 0.7.5 + category: main + manager: conda + dependencies: + - python >=3 + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + hash: + md5: 415f0ebb6198cc2801c73438a9fb5761 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + build: py_1003 + arch: x86_64 + subdir: linux-64 + build_number: 1003 + license: MIT + license_family: MIT + noarch: python + size: 9332 + timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare +- platform: osx-64 + name: pickleshare + version: 0.7.5 + category: main + manager: conda + dependencies: + - python >=3 + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + hash: + md5: 415f0ebb6198cc2801c73438a9fb5761 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + build: py_1003 + arch: x86_64 + subdir: osx-64 + build_number: 1003 + license: MIT + license_family: MIT + noarch: python + size: 9332 + timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare +- platform: win-64 + name: pickleshare + version: 0.7.5 + category: main + manager: conda + dependencies: + - python >=3 + url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 + hash: + md5: 415f0ebb6198cc2801c73438a9fb5761 + sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 + build: py_1003 + arch: x86_64 + subdir: win-64 + build_number: 1003 + license: MIT + license_family: MIT + noarch: python + size: 9332 + timestamp: 1602536313357 + purls: + - pkg:pypi/pickleshare +- platform: linux-64 + name: pkgutil-resolve-name + version: 1.3.10 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + hash: + md5: 405678b942f2481cecdb3e010f4925d9 + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT AND PSF-2.0 + noarch: python + size: 10778 + timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name +- platform: osx-64 + name: pkgutil-resolve-name + version: 1.3.10 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + hash: + md5: 405678b942f2481cecdb3e010f4925d9 + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT AND PSF-2.0 + noarch: python + size: 10778 + timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name +- platform: win-64 + name: pkgutil-resolve-name + version: 1.3.10 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + hash: + md5: 405678b942f2481cecdb3e010f4925d9 + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + license: MIT AND PSF-2.0 + noarch: python + size: 10778 + timestamp: 1694617398467 + purls: + - pkg:pypi/pkgutil-resolve-name +- platform: linux-64 + name: platformdirs + version: 4.2.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda + hash: + md5: a0bc3eec34b0fab84be6b2da94e98e20 + sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 20210 + timestamp: 1706713564353 + purls: + - pkg:pypi/platformdirs +- platform: osx-64 + name: platformdirs + version: 4.2.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda + hash: + md5: a0bc3eec34b0fab84be6b2da94e98e20 + sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 20210 + timestamp: 1706713564353 + purls: + - pkg:pypi/platformdirs +- platform: win-64 + name: platformdirs + version: 4.2.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda + hash: + md5: a0bc3eec34b0fab84be6b2da94e98e20 + sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 20210 + timestamp: 1706713564353 + purls: + - pkg:pypi/platformdirs +- platform: linux-64 + name: pluggy + version: 1.4.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + hash: + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23384 + timestamp: 1706116931972 + purls: + - pkg:pypi/pluggy +- platform: osx-64 + name: pluggy + version: 1.4.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + hash: + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23384 + timestamp: 1706116931972 + purls: + - pkg:pypi/pluggy +- platform: win-64 + name: pluggy + version: 1.4.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + hash: + md5: 139e9feb65187e916162917bb2484976 + sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23384 + timestamp: 1706116931972 + purls: + - pkg:pypi/pluggy +- platform: linux-64 + name: pre-commit + version: 3.6.0 + category: main + manager: conda + dependencies: + - cfgv >=2.0.0 + - identify >=1.0.0 + - nodeenv >=0.11.1 + - python >=3.9 + - pyyaml >=5.1 + - virtualenv >=20.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda + hash: + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 179538 + timestamp: 1702177397758 +- platform: osx-64 + name: pre-commit + version: 3.6.0 + category: main + manager: conda + dependencies: + - cfgv >=2.0.0 + - identify >=1.0.0 + - nodeenv >=0.11.1 + - python >=3.9 + - pyyaml >=5.1 + - virtualenv >=20.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda + hash: + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 + build: pyha770c72_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 179538 + timestamp: 1702177397758 +- platform: win-64 + name: pre-commit + version: 3.6.0 + category: main + manager: conda + dependencies: + - cfgv >=2.0.0 + - identify >=1.0.0 + - nodeenv >=0.11.1 + - python >=3.9 + - pyyaml >=5.1 + - virtualenv >=20.10.0 + url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda + hash: + md5: 473a7cfca197da0a10cff3f6dded7d4b + sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 + build: pyha770c72_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 179538 + timestamp: 1702177397758 +- platform: linux-64 + name: prometheus_client + version: 0.19.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.19.0-pyhd8ed1ab_0.conda + hash: + md5: 7baa10fa8073c371155cf451b71b848d + sha256: 1235a3dbb033f914163e0deaf22d244cb1c1b5d8829d0089e38c34079286acbe + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 48463 + timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client +- platform: osx-64 + name: prometheus_client + version: 0.19.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.19.0-pyhd8ed1ab_0.conda + hash: + md5: 7baa10fa8073c371155cf451b71b848d + sha256: 1235a3dbb033f914163e0deaf22d244cb1c1b5d8829d0089e38c34079286acbe + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 48463 + timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client +- platform: win-64 + name: prometheus_client + version: 0.19.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.19.0-pyhd8ed1ab_0.conda + hash: + md5: 7baa10fa8073c371155cf451b71b848d + sha256: 1235a3dbb033f914163e0deaf22d244cb1c1b5d8829d0089e38c34079286acbe + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 48463 + timestamp: 1700579462182 + purls: + - pkg:pypi/prometheus-client +- platform: linux-64 + name: prompt-toolkit + version: 3.0.42 + category: main + manager: conda + dependencies: + - python >=3.7 + - wcwidth + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda + hash: + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - prompt_toolkit 3.0.42 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 270398 + timestamp: 1702399557137 +- platform: osx-64 + name: prompt-toolkit + version: 3.0.42 + category: main + manager: conda + dependencies: + - python >=3.7 + - wcwidth + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda + hash: + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 + build: pyha770c72_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - prompt_toolkit 3.0.42 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 270398 + timestamp: 1702399557137 +- platform: win-64 + name: prompt-toolkit + version: 3.0.42 + category: main + manager: conda + dependencies: + - python >=3.7 + - wcwidth + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.42-pyha770c72_0.conda + hash: + md5: 0bf64bf10eee21f46ac83c161917fa86 + sha256: 58525b2a9305fb154b2b0d43a48b9a6495441b80e4fbea44f2a34a597d2cef16 + build: pyha770c72_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - prompt_toolkit 3.0.42 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 270398 + timestamp: 1702399557137 +- platform: linux-64 + name: psutil + version: 5.9.8 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.8-py312h98912ed_0.conda + hash: + md5: 3facaca6cc0f7988df3250efccd32da3 + sha256: 27e7f8f5d30c74439f39d61e21ac14c0cd03b5d55f7bf9f946fb619016f73c61 + build: py312h98912ed_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 486243 + timestamp: 1705722547420 + purls: + - pkg:pypi/psutil +- platform: osx-64 + name: psutil + version: 5.9.8 + category: main + manager: conda + dependencies: + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/psutil-5.9.8-py312h41838bb_0.conda + hash: + md5: 03926e7089a5e61b77043b470ae7b553 + sha256: 12e5053d19bddaf7841e59cbe9ba98fa5d4d8502ceccddad80888515e1366107 + build: py312h41838bb_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 495162 + timestamp: 1705722685887 + purls: + - pkg:pypi/psutil +- platform: win-64 + name: psutil + version: 5.9.8 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/psutil-5.9.8-py312he70551f_0.conda + hash: + md5: 5f2998851564bea33a159bd00e6249e8 + sha256: 36f8addb327f80da4d6bd421170ff4cf8fb570d9ee8df39372427a4e33298dca + build: py312he70551f_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 503677 + timestamp: 1705722843679 + purls: + - pkg:pypi/psutil +- platform: linux-64 + name: ptyprocess + version: 0.7.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + hash: + md5: 359eeb6536da0e687af562ed265ec263 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + build: pyhd3deb0d_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: ISC + noarch: python + size: 16546 + timestamp: 1609419417991 + purls: + - pkg:pypi/ptyprocess +- platform: osx-64 + name: ptyprocess + version: 0.7.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 + hash: + md5: 359eeb6536da0e687af562ed265ec263 + sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a + build: pyhd3deb0d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: ISC + noarch: python + size: 16546 + timestamp: 1609419417991 + purls: + - pkg:pypi/ptyprocess +- platform: linux-64 + name: pure_eval + version: 0.2.2 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6784285c7e55cb7212efabc79e4c2883 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14551 + timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval +- platform: osx-64 + name: pure_eval + version: 0.2.2 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6784285c7e55cb7212efabc79e4c2883 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14551 + timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval +- platform: win-64 + name: pure_eval + version: 0.2.2 + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 6784285c7e55cb7212efabc79e4c2883 + sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14551 + timestamp: 1642876055775 + purls: + - pkg:pypi/pure-eval +- platform: linux-64 + name: pycparser + version: '2.21' + category: main + manager: conda + dependencies: + - python ==2.7.*|>=3.4 + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 076becd9e05608f8dc72757d5f3a91ff + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 102747 + timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser +- platform: osx-64 + name: pycparser + version: '2.21' + category: main + manager: conda + dependencies: + - python ==2.7.*|>=3.4 + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 076becd9e05608f8dc72757d5f3a91ff + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 102747 + timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser +- platform: win-64 + name: pycparser + version: '2.21' + category: main + manager: conda + dependencies: + - python ==2.7.*|>=3.4 + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 076becd9e05608f8dc72757d5f3a91ff + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 102747 + timestamp: 1636257201998 + purls: + - pkg:pypi/pycparser +- platform: linux-64 + name: pygments + version: 2.17.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda + hash: + md5: 140a7f159396547e9799aa98f9f0742e + sha256: af5f8867450dc292f98ea387d4d8945fc574284677c8f60eaa9846ede7387257 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 860425 + timestamp: 1700608076927 + purls: + - pkg:pypi/pygments +- platform: osx-64 + name: pygments + version: 2.17.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda + hash: + md5: 140a7f159396547e9799aa98f9f0742e + sha256: af5f8867450dc292f98ea387d4d8945fc574284677c8f60eaa9846ede7387257 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 860425 + timestamp: 1700608076927 + purls: + - pkg:pypi/pygments +- platform: win-64 + name: pygments + version: 2.17.2 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.17.2-pyhd8ed1ab_0.conda + hash: + md5: 140a7f159396547e9799aa98f9f0742e + sha256: af5f8867450dc292f98ea387d4d8945fc574284677c8f60eaa9846ede7387257 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 860425 + timestamp: 1700608076927 + purls: + - pkg:pypi/pygments +- platform: linux-64 + name: pymdown-extensions + version: '10.7' + category: main + manager: conda + dependencies: + - markdown >=3.5 + - python >=3.7 + - pyyaml + url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7-pyhd8ed1ab_0.conda + hash: + md5: 164cd3ba52e9c802a3034b39964281ec + sha256: a47aafadd17844c3166f47200e146e317f1b729a08557ce40156cc6ac12aaf90 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 158711 + timestamp: 1703983150106 +- platform: osx-64 + name: pymdown-extensions + version: '10.7' + category: main + manager: conda + dependencies: + - markdown >=3.5 + - python >=3.7 + - pyyaml + url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7-pyhd8ed1ab_0.conda + hash: + md5: 164cd3ba52e9c802a3034b39964281ec + sha256: a47aafadd17844c3166f47200e146e317f1b729a08557ce40156cc6ac12aaf90 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 158711 + timestamp: 1703983150106 +- platform: win-64 + name: pymdown-extensions + version: '10.7' + category: main + manager: conda + dependencies: + - markdown >=3.5 + - python >=3.7 + - pyyaml + url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7-pyhd8ed1ab_0.conda + hash: + md5: 164cd3ba52e9c802a3034b39964281ec + sha256: a47aafadd17844c3166f47200e146e317f1b729a08557ce40156cc6ac12aaf90 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 158711 + timestamp: 1703983150106 +- platform: osx-64 + name: pyobjc-core + version: '10.1' + category: main + manager: conda + dependencies: + - libffi >=3.4,<4.0a0 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - setuptools + url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-core-10.1-py312h74abf1d_0.conda + hash: + md5: 87740b1b13db8da52bedfe90145e1a84 + sha256: 3863e71aa5d895893a85122945875d3e4e95ca4e973d8e06f3f60cbb0de6b42e + build: py312h74abf1d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 469327 + timestamp: 1702120041291 +- platform: osx-64 + name: pyobjc-framework-cocoa + version: '10.1' + category: main + manager: conda + dependencies: + - libffi >=3.4,<4.0a0 + - pyobjc-core 10.1.* + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/pyobjc-framework-cocoa-10.1-py312h74abf1d_0.conda + hash: + md5: c3b820baa2320e8493011c69bfb987f7 + sha256: 6ebc8e7154298a8b3f93bcabc6020d8159d1544cf711342a0769f633a4af7cfa + build: py312h74abf1d_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + size: 369733 + timestamp: 1702125744562 +- platform: linux-64 + name: pysocks + version: 1.7.1 + category: main + manager: conda + dependencies: + - __unix + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + hash: + md5: 2a7de29fb590ca14b5243c4c812c8025 + sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b + build: pyha2e5f31_6 + arch: x86_64 + subdir: linux-64 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18981 + timestamp: 1661604969727 + purls: + - pkg:pypi/pysocks +- platform: osx-64 + name: pysocks + version: 1.7.1 + category: main + manager: conda + dependencies: + - __unix + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + hash: + md5: 2a7de29fb590ca14b5243c4c812c8025 + sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b + build: pyha2e5f31_6 + arch: x86_64 + subdir: osx-64 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18981 + timestamp: 1661604969727 + purls: + - pkg:pypi/pysocks +- platform: win-64 + name: pysocks + version: 1.7.1 + category: main + manager: conda + dependencies: + - __win + - python >=3.8 + - win_inet_pton + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyh0701188_6.tar.bz2 + hash: + md5: 56cd9fe388baac0e90c7149cfac95b60 + sha256: b3a612bc887f3dd0fb7c4199ad8e342bd148cf69a9b74fd9468a18cf2bef07b7 + build: pyh0701188_6 + arch: x86_64 + subdir: win-64 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 19348 + timestamp: 1661605138291 + purls: + - pkg:pypi/pysocks +- platform: linux-64 + name: pytest + version: 8.0.0 + category: main + manager: conda + dependencies: + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2.0,>=1.4.0 + - python >=3.8 + - tomli >=1.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + hash: + md5: 5ba1cc5b924226349d4a49fb547b7579 + sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - pytest-faulthandler >=2 + license: MIT + license_family: MIT + noarch: python + size: 251713 + timestamp: 1706448088334 + purls: + - pkg:pypi/pytest +- platform: osx-64 + name: pytest + version: 8.0.0 + category: main + manager: conda + dependencies: + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2.0,>=1.4.0 + - python >=3.8 + - tomli >=1.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + hash: + md5: 5ba1cc5b924226349d4a49fb547b7579 + sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + constrains: + - pytest-faulthandler >=2 + license: MIT + license_family: MIT + noarch: python + size: 251713 + timestamp: 1706448088334 + purls: + - pkg:pypi/pytest +- platform: win-64 + name: pytest + version: 8.0.0 + category: main + manager: conda + dependencies: + - colorama + - exceptiongroup >=1.0.0rc8 + - iniconfig + - packaging + - pluggy <2.0,>=1.4.0 + - python >=3.8 + - tomli >=1.0.0 + url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + hash: + md5: 5ba1cc5b924226349d4a49fb547b7579 + sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + constrains: + - pytest-faulthandler >=2 + license: MIT + license_family: MIT + noarch: python + size: 251713 + timestamp: 1706448088334 + purls: + - pkg:pypi/pytest +- platform: linux-64 + name: python + version: 3.12.1 + category: main + manager: conda + dependencies: + - 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.44.2,<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.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tk >=8.6.13,<8.7.0a0 + - tzdata + - xz >=5.2.6,<6.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.1-hab00c5b_1_cpython.conda + hash: + md5: 0bab699354cbd66959550eb9b9866620 + sha256: d44521b3ffd7edcad75bd55276ae3fb4cb07e63b2aa3545fef62bfda774b8a2b + build: hab00c5b_1_cpython + arch: x86_64 + subdir: linux-64 + build_number: 1 + constrains: + - python_abi 3.12.* *_cp312 + license: Python-2.0 + size: 32286118 + timestamp: 1703320043028 +- platform: osx-64 + name: python + version: 3.12.1 + category: main + manager: conda + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libexpat >=2.5.0,<3.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - ncurses >=6.4,<7.0a0 + - openssl >=3.2.0,<4.0a0 + - readline >=8.2,<9.0a0 + - tk >=8.6.13,<8.7.0a0 + - tzdata + - xz >=5.2.6,<6.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.1-h9f0c242_1_cpython.conda + hash: + md5: 41d5549764b9f37199e6255e5e9daee6 + sha256: d55c0875fc6f4228024d1fd0c4fcde8a61fdd4d852a98f3b05f121011a2fd753 + build: h9f0c242_1_cpython + arch: x86_64 + subdir: osx-64 + build_number: 1 + constrains: + - python_abi 3.12.* *_cp312 + license: Python-2.0 + size: 14537279 + timestamp: 1703319526863 +- platform: win-64 + name: python + version: 3.12.1 + category: main + manager: conda + dependencies: + - bzip2 >=1.0.8,<2.0a0 + - libexpat >=2.5.0,<3.0a0 + - libffi >=3.4,<4.0a0 + - libsqlite >=3.44.2,<4.0a0 + - libzlib >=1.2.13,<1.3.0a0 + - openssl >=3.2.0,<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 + url: https://conda.anaconda.org/conda-forge/win-64/python-3.12.1-h2628c8c_1_cpython.conda + hash: + md5: 19f49a5c0aea545792ad88bb40dc1ec9 + sha256: e3c4d9a961dac0e15b501144b333ede8515bff83aec51f4815c575311053352f + build: h2628c8c_1_cpython + arch: x86_64 + subdir: win-64 + build_number: 1 + constrains: + - python_abi 3.12.* *_cp312 + license: Python-2.0 + size: 16082514 + timestamp: 1703318525844 +- platform: linux-64 + name: python-dateutil + version: 2.8.2 + category: main + manager: conda + dependencies: + - python >=3.6 + - six >=1.5 + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: dd999d1cc9f79e67dbb855c8924c7984 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 245987 + timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil +- platform: osx-64 + name: python-dateutil + version: 2.8.2 + category: main + manager: conda + dependencies: + - python >=3.6 + - six >=1.5 + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: dd999d1cc9f79e67dbb855c8924c7984 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 245987 + timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil +- platform: win-64 + name: python-dateutil + version: 2.8.2 + category: main + manager: conda + dependencies: + - python >=3.6 + - six >=1.5 + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: dd999d1cc9f79e67dbb855c8924c7984 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 245987 + timestamp: 1626286448716 + purls: + - pkg:pypi/python-dateutil +- platform: linux-64 + name: python-fastjsonschema + version: 2.19.1 + category: main + manager: conda + dependencies: + - python >=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda + hash: + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema +- platform: osx-64 + name: python-fastjsonschema + version: 2.19.1 + category: main + manager: conda + dependencies: + - python >=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda + hash: + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema +- platform: win-64 + name: python-fastjsonschema + version: 2.19.1 + category: main + manager: conda + dependencies: + - python >=3.3 + url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.19.1-pyhd8ed1ab_0.conda + hash: + md5: 4d3ceee3af4b0f9a1f48f57176bf8625 + sha256: 38b2db169d65cc5595e3ce63294c4fdb6a242ecf71f70b3ad8cad3bd4230d82f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 225250 + timestamp: 1703781171097 + purls: + - pkg:pypi/fastjsonschema +- platform: linux-64 + name: python-json-logger + version: 2.0.7 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + hash: + md5: a61bf9ec79426938ff785eb69dbb1960 + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 13383 + timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger +- platform: osx-64 + name: python-json-logger + version: 2.0.7 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + hash: + md5: a61bf9ec79426938ff785eb69dbb1960 + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 13383 + timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger +- platform: win-64 + name: python-json-logger + version: 2.0.7 + category: main + manager: conda + dependencies: + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/python-json-logger-2.0.7-pyhd8ed1ab_0.conda + hash: + md5: a61bf9ec79426938ff785eb69dbb1960 + sha256: 4790787fe1f4e8da616edca4acf6a4f8ed4e7c6967aa31b920208fc8f95efcca + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 13383 + timestamp: 1677079727691 + purls: + - pkg:pypi/python-json-logger +- platform: linux-64 + name: python_abi + version: '3.12' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-4_cp312.conda + hash: + md5: dccc2d142812964fcc6abdc97b672dff + sha256: 182a329de10a4165f6e8a3804caf751f918f6ea6176dd4e5abcdae1ed3095bf6 + build: 4_cp312 + arch: x86_64 + subdir: linux-64 + build_number: 4 + constrains: + - python 3.12.* *_cpython + license: BSD-3-Clause + license_family: BSD + size: 6385 + timestamp: 1695147396604 +- platform: osx-64 + name: python_abi + version: '3.12' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-4_cp312.conda + hash: + md5: 87201ac4314b911b74197e588cca3639 + sha256: 82c154d95c1637604671a02a89e72f1382e89a4269265a03506496bd928f6f14 + build: 4_cp312 + arch: x86_64 + subdir: osx-64 + build_number: 4 + constrains: + - python 3.12.* *_cpython + license: BSD-3-Clause + license_family: BSD + size: 6496 + timestamp: 1695147498447 +- platform: win-64 + name: python_abi + version: '3.12' + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-4_cp312.conda + hash: + md5: 17f4ccf6be9ded08bd0a376f489ac1a6 + sha256: 488f8519d04b48f59bd6fde21ebe2d7a527718ff28aac86a8b53aa63658bdef6 + build: 4_cp312 + arch: x86_64 + subdir: win-64 + build_number: 4 + constrains: + - python 3.12.* *_cpython + license: BSD-3-Clause + license_family: BSD + size: 6785 + timestamp: 1695147430513 +- platform: linux-64 + name: pytz + version: '2024.1' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + hash: + md5: 3eeeeb9e4827ace8c0c1419c85d590ad + sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 188538 + timestamp: 1706886944988 + purls: + - pkg:pypi/pytz +- platform: osx-64 + name: pytz + version: '2024.1' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + hash: + md5: 3eeeeb9e4827ace8c0c1419c85d590ad + sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 188538 + timestamp: 1706886944988 + purls: + - pkg:pypi/pytz +- platform: win-64 + name: pytz + version: '2024.1' + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2024.1-pyhd8ed1ab_0.conda + hash: + md5: 3eeeeb9e4827ace8c0c1419c85d590ad + sha256: 1a7d6b233f7e6e3bbcbad054c8fd51e690a67b129a899a056a5e45dd9f00cb41 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 188538 + timestamp: 1706886944988 + purls: + - pkg:pypi/pytz +- platform: win-64 + name: pywin32 + version: '306' + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/pywin32-306-py312h53d5487_2.conda + hash: + md5: f44c8f35c3f99eca30d6f5b68ddb0f42 + sha256: d0ff1cd887b626a125f8323760736d8fab496bf2a400e825cce55361e7631264 + build: py312h53d5487_2 + arch: x86_64 + subdir: win-64 + build_number: 2 + license: PSF-2.0 + license_family: PSF + size: 6127499 + timestamp: 1695974557413 +- platform: win-64 + name: pywinpty + version: 2.0.12 + category: main + manager: conda + dependencies: + - 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 + - winpty + url: https://conda.anaconda.org/conda-forge/win-64/pywinpty-2.0.12-py312h53d5487_0.conda + hash: + md5: 9d6df56b1b0e5ba19160932e6bac356f + sha256: d7ed8a8a798a4c43581cefa370d91b90aff2a279d0256c4b04331a4e357c3625 + build: py312h53d5487_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + size: 219627 + timestamp: 1696657555549 + purls: + - pkg:pypi/pywinpty +- platform: linux-64 + name: pyyaml + version: 6.0.1 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - yaml >=0.2.5,<0.3.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py312h98912ed_1.conda + hash: + md5: e3fd78d8d490af1d84763b9fe3f2e552 + sha256: 7f347a10a7121b08d79d21cd4f438c07c23479ea0c74dfb89d6dc416f791bb7f + build: py312h98912ed_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT + license_family: MIT + size: 196583 + timestamp: 1695373632212 +- platform: osx-64 + name: pyyaml + version: 6.0.1 + category: main + manager: conda + dependencies: + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - yaml >=0.2.5,<0.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py312h104f124_1.conda + hash: + md5: 260ed90aaf06061edabd7209638cf03b + sha256: 04aa180782cb675b960c0bf4aad439b4a7a08553c6af74d0b8e5df9a0c7cc4f4 + build: py312h104f124_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: MIT + license_family: MIT + size: 185636 + timestamp: 1695373742454 +- platform: win-64 + name: pyyaml + version: 6.0.1 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py312he70551f_1.conda + hash: + md5: f91e0baa89ba21166916624ba7bfb422 + sha256: a72fa8152791b4738432f270e70b3a9a4d583ef059a78aa1c62f4b4ab7b15494 + build: py312he70551f_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + license: MIT + license_family: MIT + size: 167932 + timestamp: 1695374097139 +- platform: linux-64 + name: pyyaml-env-tag + version: '0.1' + category: main + manager: conda + dependencies: + - python >=3.6 + - pyyaml + url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 626ed9060ddeb681ddc42bcad89156ab + sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT noarch: python - size: 34358 - timestamp: 1683893151613 + size: 7473 + timestamp: 1624389117412 + purls: + - pkg:pypi/pyyaml-env-tag - platform: osx-64 - name: nodeenv - version: 1.8.0 + name: pyyaml-env-tag + version: '0.1' category: main manager: conda dependencies: - - python 2.7|>=3.7 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda + - python >=3.6 + - pyyaml + url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd + md5: 626ed9060ddeb681ddc42bcad89156ab + sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT noarch: python - size: 34358 - timestamp: 1683893151613 + size: 7473 + timestamp: 1624389117412 + purls: + - pkg:pypi/pyyaml-env-tag - platform: win-64 - name: nodeenv - version: 1.8.0 + name: pyyaml-env-tag + version: '0.1' category: main manager: conda dependencies: - - python 2.7|>=3.7 - - setuptools - url: https://conda.anaconda.org/conda-forge/noarch/nodeenv-1.8.0-pyhd8ed1ab_0.conda + - python >=3.6 + - pyyaml + url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 2a75b296096adabbabadd5e9782e5fcc - sha256: 1320306234552717149f36f825ddc7e27ea295f24829e9db4cc6ceaff0b032bd + md5: 626ed9060ddeb681ddc42bcad89156ab + sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: BSD-3-Clause - license_family: BSD + license: MIT + license_family: MIT noarch: python - size: 34358 - timestamp: 1683893151613 + size: 7473 + timestamp: 1624389117412 + purls: + - pkg:pypi/pyyaml-env-tag - platform: linux-64 - name: openssl - version: 3.2.1 + name: pyzmq + version: 25.1.2 category: main manager: conda dependencies: - - ca-certificates - libgcc-ng >=12 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.2.1-hd590300_0.conda + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - zeromq >=4.3.5,<4.4.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-25.1.2-py312h886d080_0.conda hash: - md5: 51a753e64a3027bd7e23a189b1f6e91e - sha256: c02c12bdb898daacf7eb3d09859f93ea8f285fd1a6132ff6ff0493ab52c7fe57 - build: hd590300_0 + md5: cc2cdf8f1792d29d21e17024745813d8 + sha256: 5aa0ba1f67e2b25ede34a713df6655e519211a96ea109857768930d96bcd0ca0 + build: py312h886d080_0 arch: x86_64 subdir: linux-64 build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2863069 - timestamp: 1706635653339 + license: BSD-3-Clause AND LGPL-3.0-or-later + size: 528745 + timestamp: 1701783368181 + purls: + - pkg:pypi/pyzmq - platform: osx-64 - name: openssl - version: 3.2.1 + name: pyzmq + version: 25.1.2 category: main manager: conda dependencies: - - ca-certificates - url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.2.1-hd75f5a5_0.conda + - __osx >=10.9 + - libcxx >=16.0.6 + - libsodium >=1.0.18,<1.0.19.0a0 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - zeromq >=4.3.5,<4.4.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/pyzmq-25.1.2-py312hc789acb_0.conda hash: - md5: 3033be9a59fd744172b03971b9ccd081 - sha256: 20c1b1a34a1831c24d37ed1500ca07300171184af0c66598f3c5ca901634d713 - build: hd75f5a5_0 + md5: af49da330d412bc3203bc84f8153d685 + sha256: 1e5fb7095be7edb90efd50cde7b417bf4f1f5ae216d0b597ada61ee201f56d29 + build: py312hc789acb_0 arch: x86_64 subdir: osx-64 build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 2509168 - timestamp: 1706636810736 + license: BSD-3-Clause AND LGPL-3.0-or-later + size: 487865 + timestamp: 1701783621950 + purls: + - pkg:pypi/pyzmq - platform: win-64 - name: openssl - version: 3.2.1 + name: pyzmq + version: 25.1.2 category: main manager: conda dependencies: - - ca-certificates + - libsodium >=1.0.18,<1.0.19.0a0 + - 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 - url: https://conda.anaconda.org/conda-forge/win-64/openssl-3.2.1-hcfcfb64_0.conda + - zeromq >=4.3.5,<4.3.6.0a0 + url: https://conda.anaconda.org/conda-forge/win-64/pyzmq-25.1.2-py312h1ac6f91_0.conda hash: - md5: 158df8eead8092cf0e27167c8761a8dd - sha256: 1df1c43136f863d5e9ba20b703001caf9a4d0ea56bdc3eeb948c977e3d4f91d3 - build: hcfcfb64_0 + md5: 74194f888cc7b11d8c18edf416b61a1b + sha256: 9371101999c75aa562c5aa4ae0dfefa140bee635a3f8e15768628689f70d7765 + build: py312h1ac6f91_0 arch: x86_64 subdir: win-64 build_number: 0 - constrains: - - pyopenssl >=22.1 - license: Apache-2.0 - license_family: Apache - size: 8229619 - timestamp: 1706638014697 + license: BSD-3-Clause AND LGPL-3.0-or-later + size: 480772 + timestamp: 1701783863250 + purls: + - pkg:pypi/pyzmq - platform: linux-64 - name: packaging - version: '23.2' + name: readline + version: '8.2' category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + - libgcc-ng >=12 + - ncurses >=6.3,<7.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + md5: 47d31b792659ce70f470b5c82fdfb7a4 + sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 + build: h8228510_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: GPL-3.0-only + license_family: GPL + size: 281456 + timestamp: 1679532220005 +- platform: osx-64 + name: readline + version: '8.2' + category: main + manager: conda + dependencies: + - ncurses >=6.3,<7.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + hash: + md5: f17f77f2acf4d344734bda76829ce14e + sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 + build: h9e318b2_1 + arch: x86_64 + subdir: osx-64 + build_number: 1 + license: GPL-3.0-only + license_family: GPL + size: 255870 + timestamp: 1679532707590 +- platform: linux-64 + name: referencing + version: 0.33.0 + category: main + manager: conda + dependencies: + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.33.0-pyhd8ed1ab_0.conda + hash: + md5: bc415a1c6cf049166215d6b596e0fcbe + sha256: 5707eb9ee2c7cfcc56a5223b24ab3133ff61aaa796931f3b22068e0a43ea6ecf build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 49452 - timestamp: 1696202521121 + size: 39055 + timestamp: 1706711589688 purls: - - pkg:pypi/packaging + - pkg:pypi/referencing - platform: osx-64 - name: packaging - version: '23.2' + name: referencing + version: 0.33.0 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.33.0-pyhd8ed1ab_0.conda hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + md5: bc415a1c6cf049166215d6b596e0fcbe + sha256: 5707eb9ee2c7cfcc56a5223b24ab3133ff61aaa796931f3b22068e0a43ea6ecf build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 49452 - timestamp: 1696202521121 + size: 39055 + timestamp: 1706711589688 purls: - - pkg:pypi/packaging + - pkg:pypi/referencing - platform: win-64 - name: packaging - version: '23.2' + name: referencing + version: 0.33.0 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.2-pyhd8ed1ab_0.conda + - attrs >=22.2.0 + - python >=3.8 + - rpds-py >=0.7.0 + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.33.0-pyhd8ed1ab_0.conda hash: - md5: 79002079284aa895f883c6b7f3f88fd6 - sha256: 69b3ace6cca2dab9047b2c24926077d81d236bef45329d264b394001e3c3e52f + md5: bc415a1c6cf049166215d6b596e0fcbe + sha256: 5707eb9ee2c7cfcc56a5223b24ab3133ff61aaa796931f3b22068e0a43ea6ecf build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 49452 - timestamp: 1696202521121 + size: 39055 + timestamp: 1706711589688 purls: - - pkg:pypi/packaging + - pkg:pypi/referencing - platform: linux-64 - name: pathspec - version: 0.12.1 + name: requests + version: 2.31.0 category: main manager: conda dependencies: + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - urllib3 >=1.21.1,<3 + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + md5: a30144e4156cdbb236f99ebb49828f8b + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: MPL-2.0 - license_family: MOZILLA + constrains: + - chardet >=3.0.2,<6 + license: Apache-2.0 + license_family: APACHE noarch: python - size: 41173 - timestamp: 1702250135032 + size: 56690 + timestamp: 1684774408600 purls: - - pkg:pypi/pathspec + - pkg:pypi/requests - platform: osx-64 - name: pathspec - version: 0.12.1 + name: requests + version: 2.31.0 category: main manager: conda dependencies: + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - urllib3 >=1.21.1,<3 + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + md5: a30144e4156cdbb236f99ebb49828f8b + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: MPL-2.0 - license_family: MOZILLA + constrains: + - chardet >=3.0.2,<6 + license: Apache-2.0 + license_family: APACHE noarch: python - size: 41173 - timestamp: 1702250135032 + size: 56690 + timestamp: 1684774408600 purls: - - pkg:pypi/pathspec + - pkg:pypi/requests - platform: win-64 - name: pathspec - version: 0.12.1 + name: requests + version: 2.31.0 category: main manager: conda dependencies: + - certifi >=2017.4.17 + - charset-normalizer >=2,<4 + - idna >=2.5,<4 - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/pathspec-0.12.1-pyhd8ed1ab_0.conda + - urllib3 >=1.21.1,<3 + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda hash: - md5: 17064acba08d3686f1135b5ec1b32b12 - sha256: 4e534e66bfe8b1e035d2169d0e5b185450546b17e36764272863e22e0370be4d + md5: a30144e4156cdbb236f99ebb49828f8b + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: MPL-2.0 - license_family: MOZILLA + constrains: + - chardet >=3.0.2,<6 + license: Apache-2.0 + license_family: APACHE noarch: python - size: 41173 - timestamp: 1702250135032 + size: 56690 + timestamp: 1684774408600 purls: - - pkg:pypi/pathspec + - pkg:pypi/requests - platform: linux-64 - name: platformdirs - version: 4.2.0 + name: rfc3339-validator + version: 0.1.4 category: main manager: conda dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda + - python >=3.5 + - six + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 hash: - md5: a0bc3eec34b0fab84be6b2da94e98e20 - sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + md5: fed45fc5ea0813240707998abe49f520 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2150,21 +8557,22 @@ package: license: MIT license_family: MIT noarch: python - size: 20210 - timestamp: 1706713564353 + size: 8064 + timestamp: 1638811838081 purls: - - pkg:pypi/platformdirs + - pkg:pypi/rfc3339-validator - platform: osx-64 - name: platformdirs - version: 4.2.0 + name: rfc3339-validator + version: 0.1.4 category: main manager: conda dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda + - python >=3.5 + - six + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 hash: - md5: a0bc3eec34b0fab84be6b2da94e98e20 - sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + md5: fed45fc5ea0813240707998abe49f520 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2172,21 +8580,22 @@ package: license: MIT license_family: MIT noarch: python - size: 20210 - timestamp: 1706713564353 + size: 8064 + timestamp: 1638811838081 purls: - - pkg:pypi/platformdirs + - pkg:pypi/rfc3339-validator - platform: win-64 - name: platformdirs - version: 4.2.0 + name: rfc3339-validator + version: 0.1.4 category: main manager: conda dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-4.2.0-pyhd8ed1ab_0.conda - hash: - md5: a0bc3eec34b0fab84be6b2da94e98e20 - sha256: 2ebfb971236ab825dd79dd6086ea742a9901008ffb9c6222c1f2b5172a8039d3 + - python >=3.5 + - six + url: https://conda.anaconda.org/conda-forge/noarch/rfc3339-validator-0.1.4-pyhd8ed1ab_0.tar.bz2 + hash: + md5: fed45fc5ea0813240707998abe49f520 + sha256: 7c7052b51de0b5c558f890bb11f8b5edbb9934a653d76be086b1182b9f54185d build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2194,230 +8603,228 @@ package: license: MIT license_family: MIT noarch: python - size: 20210 - timestamp: 1706713564353 + size: 8064 + timestamp: 1638811838081 purls: - - pkg:pypi/platformdirs + - pkg:pypi/rfc3339-validator - platform: linux-64 - name: pluggy - version: 1.4.0 + name: rfc3986-validator + version: 0.1.1 category: main manager: conda dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 hash: - md5: 139e9feb65187e916162917bb2484976 - sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 - build: pyhd8ed1ab_0 + md5: 912a71cc01012ee38e6b90ddd561e36f + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + build: pyh9f0ad1d_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT noarch: python - size: 23384 - timestamp: 1706116931972 + size: 7818 + timestamp: 1598024297745 purls: - - pkg:pypi/pluggy + - pkg:pypi/rfc3986-validator - platform: osx-64 - name: pluggy - version: 1.4.0 + name: rfc3986-validator + version: 0.1.1 category: main manager: conda dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 hash: - md5: 139e9feb65187e916162917bb2484976 - sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 - build: pyhd8ed1ab_0 + md5: 912a71cc01012ee38e6b90ddd561e36f + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + build: pyh9f0ad1d_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT noarch: python - size: 23384 - timestamp: 1706116931972 + size: 7818 + timestamp: 1598024297745 purls: - - pkg:pypi/pluggy + - pkg:pypi/rfc3986-validator - platform: win-64 - name: pluggy - version: 1.4.0 + name: rfc3986-validator + version: 0.1.1 category: main manager: conda dependencies: - - python >=3.8 - url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.4.0-pyhd8ed1ab_0.conda + - python + url: https://conda.anaconda.org/conda-forge/noarch/rfc3986-validator-0.1.1-pyh9f0ad1d_0.tar.bz2 hash: - md5: 139e9feb65187e916162917bb2484976 - sha256: 6edfd2c41938ea772096c674809bfcf2ebb9bef7e82de6c7ea0b966b86bfb4d0 - build: pyhd8ed1ab_0 + md5: 912a71cc01012ee38e6b90ddd561e36f + sha256: 2a5b495a1de0f60f24d8a74578ebc23b24aa53279b1ad583755f223097c41c37 + build: pyh9f0ad1d_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT noarch: python - size: 23384 - timestamp: 1706116931972 + size: 7818 + timestamp: 1598024297745 purls: - - pkg:pypi/pluggy + - pkg:pypi/rfc3986-validator - platform: linux-64 - name: pre-commit - version: 3.6.0 + name: rpds-py + version: 0.17.1 category: main manager: conda dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.9 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda + - libgcc-ng >=12 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.17.1-py312h4b3b743_0.conda hash: - md5: 473a7cfca197da0a10cff3f6dded7d4b - sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 - build: pyha770c72_0 + md5: c37fd4a53c4beb2838154df9abd185cd + sha256: 7fbe75361cd3780b4c61ae044ddf5fd5bffb2223c5688e1b1165671504e92eea + build: py312h4b3b743_0 arch: x86_64 subdir: linux-64 build_number: 0 license: MIT license_family: MIT - noarch: python - size: 179538 - timestamp: 1702177397758 + size: 1020895 + timestamp: 1705160003333 + purls: + - pkg:pypi/rpds-py - platform: osx-64 - name: pre-commit - version: 3.6.0 + name: rpds-py + version: 0.17.1 category: main manager: conda dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.9 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/rpds-py-0.17.1-py312h6e28e45_0.conda hash: - md5: 473a7cfca197da0a10cff3f6dded7d4b - sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 - build: pyha770c72_0 + md5: d2282485c03ef768767dd65810b178d4 + sha256: 2f60433da50c3b2b09a49af587dcec8d9d3b42623621bfaf38a789ae4cab6ff2 + build: py312h6e28e45_0 arch: x86_64 subdir: osx-64 build_number: 0 license: MIT license_family: MIT - noarch: python - size: 179538 - timestamp: 1702177397758 + size: 314015 + timestamp: 1705160298308 + purls: + - pkg:pypi/rpds-py - platform: win-64 - name: pre-commit - version: 3.6.0 + name: rpds-py + version: 0.17.1 category: main manager: conda dependencies: - - cfgv >=2.0.0 - - identify >=1.0.0 - - nodeenv >=0.11.1 - - python >=3.9 - - pyyaml >=5.1 - - virtualenv >=20.10.0 - url: https://conda.anaconda.org/conda-forge/noarch/pre-commit-3.6.0-pyha770c72_0.conda + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/rpds-py-0.17.1-py312hfccd98a_0.conda hash: - md5: 473a7cfca197da0a10cff3f6dded7d4b - sha256: 7d1f4b4a2eb4946b5808769642c5f643788c3a9e090f1c02a6c63f8794fb3d54 - build: pyha770c72_0 + md5: 3506d4bcb36b42850937fabdcc44bc90 + sha256: a1b1649da36ffbe434d1c7a301dd31e18e8e816fb164f20657539a4ab882a914 + build: py312hfccd98a_0 arch: x86_64 subdir: win-64 build_number: 0 license: MIT license_family: MIT - noarch: python - size: 179538 - timestamp: 1702177397758 + size: 208185 + timestamp: 1705160842347 + purls: + - pkg:pypi/rpds-py - platform: linux-64 - name: pycparser - version: '2.21' + name: send2trash + version: 1.8.2 category: main manager: conda dependencies: - - python ==2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - __linux + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh41d4057_0.conda hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 + md5: ada5a17adcd10be4fc7e37e4166ba0e2 + sha256: e74d3faf51a6cc429898da0209d95b209270160f3edbf2f6d8b61a99428301cd + build: pyh41d4057_0 arch: x86_64 subdir: linux-64 build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 102747 - timestamp: 1636257201998 + size: 22821 + timestamp: 1682601391911 purls: - - pkg:pypi/pycparser + - pkg:pypi/send2trash - platform: osx-64 - name: pycparser - version: '2.21' + name: send2trash + version: 1.8.2 category: main manager: conda dependencies: - - python ==2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - __osx + - pyobjc-framework-cocoa + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyhd1c38e8_0.conda hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 + md5: 2657c3de5371c571aef6678afb4aaadd + sha256: dca4022bae47618ed738ab7d45ead5202d174b741cfb98e4484acdc6e76da32a + build: pyhd1c38e8_0 arch: x86_64 subdir: osx-64 build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 102747 - timestamp: 1636257201998 + size: 23021 + timestamp: 1682601619389 purls: - - pkg:pypi/pycparser + - pkg:pypi/send2trash - platform: win-64 - name: pycparser - version: '2.21' + name: send2trash + version: 1.8.2 category: main manager: conda dependencies: - - python ==2.7.*|>=3.4 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + - __win + - python >=3.6 + - pywin32 + url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.2-pyh08f2357_0.conda hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - build: pyhd8ed1ab_0 + md5: c00d32dfa733d381b6a1908d0d67e0d7 + sha256: 55208c6b48d68dc9ad2e2cf81ab9dc6b8a1d607e67acf9115bdc7794accc84bc + build: pyh08f2357_0 arch: x86_64 subdir: win-64 build_number: 0 license: BSD-3-Clause license_family: BSD noarch: python - size: 102747 - timestamp: 1636257201998 + size: 23279 + timestamp: 1682601755260 purls: - - pkg:pypi/pycparser + - pkg:pypi/send2trash - platform: linux-64 - name: pymdown-extensions - version: '10.7' + name: setuptools + version: 69.0.3 category: main manager: conda dependencies: - - markdown >=3.5 - python >=3.7 - - pyyaml - url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: 164cd3ba52e9c802a3034b39964281ec - sha256: a47aafadd17844c3166f47200e146e317f1b729a08557ce40156cc6ac12aaf90 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2425,21 +8832,21 @@ package: license: MIT license_family: MIT noarch: python - size: 158711 - timestamp: 1703983150106 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: osx-64 - name: pymdown-extensions - version: '10.7' + name: setuptools + version: 69.0.3 category: main manager: conda dependencies: - - markdown >=3.5 - python >=3.7 - - pyyaml - url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: 164cd3ba52e9c802a3034b39964281ec - sha256: a47aafadd17844c3166f47200e146e317f1b729a08557ce40156cc6ac12aaf90 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -2447,21 +8854,21 @@ package: license: MIT license_family: MIT noarch: python - size: 158711 - timestamp: 1703983150106 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: win-64 - name: pymdown-extensions - version: '10.7' + name: setuptools + version: 69.0.3 category: main manager: conda dependencies: - - markdown >=3.5 - python >=3.7 - - pyyaml - url: https://conda.anaconda.org/conda-forge/noarch/pymdown-extensions-10.7-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda hash: - md5: 164cd3ba52e9c802a3034b39964281ec - sha256: a47aafadd17844c3166f47200e146e317f1b729a08557ce40156cc6ac12aaf90 + md5: 40695fdfd15a92121ed2922900d0308b + sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -2469,509 +8876,498 @@ package: license: MIT license_family: MIT noarch: python - size: 158711 - timestamp: 1703983150106 + size: 470548 + timestamp: 1704224855187 + purls: + - pkg:pypi/setuptools - platform: linux-64 - name: pytest - version: 8.0.0 + name: six + version: 1.16.0 category: main manager: conda dependencies: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2.0,>=1.4.0 - - python >=3.8 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + hash: + md5: e5f25f8dbc060e9a8d912e432202afc2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + build: pyh6c4a22f_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14259 + timestamp: 1620240338595 + purls: + - pkg:pypi/six +- platform: osx-64 + name: six + version: 1.16.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + hash: + md5: e5f25f8dbc060e9a8d912e432202afc2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + build: pyh6c4a22f_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14259 + timestamp: 1620240338595 + purls: + - pkg:pypi/six +- platform: win-64 + name: six + version: 1.16.0 + category: main + manager: conda + dependencies: + - python + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + hash: + md5: e5f25f8dbc060e9a8d912e432202afc2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + build: pyh6c4a22f_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14259 + timestamp: 1620240338595 + purls: + - pkg:pypi/six +- platform: linux-64 + name: sniffio + version: 1.3.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 hash: - md5: 5ba1cc5b924226349d4a49fb547b7579 - sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + md5: dd6cbc539e74cb1f430efbd4575b9303 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache noarch: python - size: 251713 - timestamp: 1706448088334 + size: 14358 + timestamp: 1662051357638 purls: - - pkg:pypi/pytest + - pkg:pypi/sniffio - platform: osx-64 - name: pytest - version: 8.0.0 + name: sniffio + version: 1.3.0 category: main manager: conda dependencies: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2.0,>=1.4.0 - - python >=3.8 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 hash: - md5: 5ba1cc5b924226349d4a49fb547b7579 - sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + md5: dd6cbc539e74cb1f430efbd4575b9303 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache noarch: python - size: 251713 - timestamp: 1706448088334 + size: 14358 + timestamp: 1662051357638 purls: - - pkg:pypi/pytest + - pkg:pypi/sniffio - platform: win-64 - name: pytest - version: 8.0.0 + name: sniffio + version: 1.3.0 category: main manager: conda dependencies: - - colorama - - exceptiongroup >=1.0.0rc8 - - iniconfig - - packaging - - pluggy <2.0,>=1.4.0 - - python >=3.8 - - tomli >=1.0.0 - url: https://conda.anaconda.org/conda-forge/noarch/pytest-8.0.0-pyhd8ed1ab_0.conda + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 hash: - md5: 5ba1cc5b924226349d4a49fb547b7579 - sha256: 42717ca3e48c08b3098db01cbb3c04afd5fa67e67bad4691f2b88781269580a7 + md5: dd6cbc539e74cb1f430efbd4575b9303 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - constrains: - - pytest-faulthandler >=2 - license: MIT - license_family: MIT + license: Apache-2.0 + license_family: Apache noarch: python - size: 251713 - timestamp: 1706448088334 + size: 14358 + timestamp: 1662051357638 purls: - - pkg:pypi/pytest + - pkg:pypi/sniffio - platform: linux-64 - name: python - version: 3.12.1 + name: soupsieve + version: '2.5' category: main manager: conda dependencies: - - 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.44.2,<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.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.12.1-hab00c5b_1_cpython.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda hash: - md5: 0bab699354cbd66959550eb9b9866620 - sha256: d44521b3ffd7edcad75bd55276ae3fb4cb07e63b2aa3545fef62bfda774b8a2b - build: hab00c5b_1_cpython + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + build: pyhd8ed1ab_1 arch: x86_64 subdir: linux-64 build_number: 1 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 32286118 - timestamp: 1703320043028 + license: MIT + license_family: MIT + noarch: python + size: 36754 + timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: osx-64 - name: python - version: 3.12.1 + name: soupsieve + version: '2.5' category: main manager: conda dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.44.2,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - ncurses >=6.4,<7.0a0 - - openssl >=3.2.0,<4.0a0 - - readline >=8.2,<9.0a0 - - tk >=8.6.13,<8.7.0a0 - - tzdata - - xz >=5.2.6,<6.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/python-3.12.1-h9f0c242_1_cpython.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda hash: - md5: 41d5549764b9f37199e6255e5e9daee6 - sha256: d55c0875fc6f4228024d1fd0c4fcde8a61fdd4d852a98f3b05f121011a2fd753 - build: h9f0c242_1_cpython + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + build: pyhd8ed1ab_1 arch: x86_64 subdir: osx-64 build_number: 1 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 14537279 - timestamp: 1703319526863 + license: MIT + license_family: MIT + noarch: python + size: 36754 + timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: win-64 - name: python - version: 3.12.1 + name: soupsieve + version: '2.5' category: main manager: conda dependencies: - - bzip2 >=1.0.8,<2.0a0 - - libexpat >=2.5.0,<3.0a0 - - libffi >=3.4,<4.0a0 - - libsqlite >=3.44.2,<4.0a0 - - libzlib >=1.2.13,<1.3.0a0 - - openssl >=3.2.0,<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 - url: https://conda.anaconda.org/conda-forge/win-64/python-3.12.1-h2628c8c_1_cpython.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda hash: - md5: 19f49a5c0aea545792ad88bb40dc1ec9 - sha256: e3c4d9a961dac0e15b501144b333ede8515bff83aec51f4815c575311053352f - build: h2628c8c_1_cpython + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + build: pyhd8ed1ab_1 arch: x86_64 subdir: win-64 build_number: 1 - constrains: - - python_abi 3.12.* *_cp312 - license: Python-2.0 - size: 16082514 - timestamp: 1703318525844 + license: MIT + license_family: MIT + noarch: python + size: 36754 + timestamp: 1693929424267 + purls: + - pkg:pypi/soupsieve - platform: linux-64 - name: python-dateutil - version: 2.8.2 + name: stack_data + version: 0.6.2 category: main manager: conda dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - asttokens + - executing + - pure_eval + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: e7df0fdd404616638df5ece6e69ba7af + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 245987 - timestamp: 1626286448716 + size: 26205 + timestamp: 1669632203115 purls: - - pkg:pypi/python-dateutil + - pkg:pypi/stack-data - platform: osx-64 - name: python-dateutil - version: 2.8.2 + name: stack_data + version: 0.6.2 category: main manager: conda dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - asttokens + - executing + - pure_eval + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: e7df0fdd404616638df5ece6e69ba7af + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 245987 - timestamp: 1626286448716 + size: 26205 + timestamp: 1669632203115 purls: - - pkg:pypi/python-dateutil + - pkg:pypi/stack-data - platform: win-64 - name: python-dateutil - version: 2.8.2 + name: stack_data + version: 0.6.2 category: main manager: conda dependencies: - - python >=3.6 - - six >=1.5 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + - asttokens + - executing + - pure_eval + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + md5: e7df0fdd404616638df5ece6e69ba7af + sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: Apache-2.0 - license_family: APACHE + license: MIT + license_family: MIT noarch: python - size: 245987 - timestamp: 1626286448716 + size: 26205 + timestamp: 1669632203115 purls: - - pkg:pypi/python-dateutil -- platform: linux-64 - name: python_abi - version: '3.12' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.12-4_cp312.conda - hash: - md5: dccc2d142812964fcc6abdc97b672dff - sha256: 182a329de10a4165f6e8a3804caf751f918f6ea6176dd4e5abcdae1ed3095bf6 - build: 4_cp312 - arch: x86_64 - subdir: linux-64 - build_number: 4 - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6385 - timestamp: 1695147396604 -- platform: osx-64 - name: python_abi - version: '3.12' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/osx-64/python_abi-3.12-4_cp312.conda - hash: - md5: 87201ac4314b911b74197e588cca3639 - sha256: 82c154d95c1637604671a02a89e72f1382e89a4269265a03506496bd928f6f14 - build: 4_cp312 - arch: x86_64 - subdir: osx-64 - build_number: 4 - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6496 - timestamp: 1695147498447 -- platform: win-64 - name: python_abi - version: '3.12' - category: main - manager: conda - dependencies: [] - url: https://conda.anaconda.org/conda-forge/win-64/python_abi-3.12-4_cp312.conda - hash: - md5: 17f4ccf6be9ded08bd0a376f489ac1a6 - sha256: 488f8519d04b48f59bd6fde21ebe2d7a527718ff28aac86a8b53aa63658bdef6 - build: 4_cp312 - arch: x86_64 - subdir: win-64 - build_number: 4 - constrains: - - python 3.12.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 6785 - timestamp: 1695147430513 + - pkg:pypi/stack-data - platform: linux-64 - name: pyyaml - version: 6.0.1 + name: terminado + version: 0.18.0 category: main manager: conda - dependencies: - - libgcc-ng >=12 - - python >=3.12.0rc3,<3.13.0a0 - - python_abi 3.12.* *_cp312 - - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py312h98912ed_1.conda + dependencies: + - __linux + - ptyprocess + - python >=3.8 + - tornado >=6.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.0-pyh0d859eb_0.conda hash: - md5: e3fd78d8d490af1d84763b9fe3f2e552 - sha256: 7f347a10a7121b08d79d21cd4f438c07c23479ea0c74dfb89d6dc416f791bb7f - build: py312h98912ed_1 + md5: e463f348b8b0eb62c9f7c6fbc780286c + sha256: e90139ef15ea9d75a69cd6b6302c29ed5b01c03ddfa717b71acb32b60af74269 + build: pyh0d859eb_0 arch: x86_64 subdir: linux-64 - build_number: 1 - license: MIT - license_family: MIT - size: 196583 - timestamp: 1695373632212 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 22369 + timestamp: 1699810283724 + purls: + - pkg:pypi/terminado - platform: osx-64 - name: pyyaml - version: 6.0.1 + name: terminado + version: 0.18.0 category: main manager: conda dependencies: - - python >=3.12.0rc3,<3.13.0a0 - - python_abi 3.12.* *_cp312 - - yaml >=0.2.5,<0.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/pyyaml-6.0.1-py312h104f124_1.conda + - __osx + - ptyprocess + - python >=3.8 + - tornado >=6.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.0-pyh31c8845_0.conda hash: - md5: 260ed90aaf06061edabd7209638cf03b - sha256: 04aa180782cb675b960c0bf4aad439b4a7a08553c6af74d0b8e5df9a0c7cc4f4 - build: py312h104f124_1 + md5: 14759b57f5b9d97033e633fff0a2d27e + sha256: 8e8741c688ade9be8f86c0b209780c7fbe4a97e4265311ca9d8dda5fcedc6a28 + build: pyh31c8845_0 arch: x86_64 subdir: osx-64 - build_number: 1 - license: MIT - license_family: MIT - size: 185636 - timestamp: 1695373742454 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 22631 + timestamp: 1699810378589 + purls: + - pkg:pypi/terminado - platform: win-64 - name: pyyaml - version: 6.0.1 + name: terminado + version: 0.18.0 category: main manager: conda dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/win-64/pyyaml-6.0.1-py312he70551f_1.conda + - __win + - python >=3.8 + - pywinpty >=1.1.0 + - tornado >=6.1.0 + url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.18.0-pyh5737063_0.conda hash: - md5: f91e0baa89ba21166916624ba7bfb422 - sha256: a72fa8152791b4738432f270e70b3a9a4d583ef059a78aa1c62f4b4ab7b15494 - build: py312he70551f_1 + md5: f2fc93bc1e08e04612c4d19361bb0011 + sha256: 4353d8d2372ad050cbdab05890c057356ea8693ecfb959396ebb8ffdfc1948bf + build: pyh5737063_0 arch: x86_64 subdir: win-64 - build_number: 1 - license: MIT - license_family: MIT - size: 167932 - timestamp: 1695374097139 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 22855 + timestamp: 1699810439015 + purls: + - pkg:pypi/terminado - platform: linux-64 - name: pyyaml-env-tag - version: '0.1' + name: tinycss2 + version: 1.2.1 category: main manager: conda dependencies: - - python >=3.6 - - pyyaml - url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.5 + - webencodings >=0.4 + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 626ed9060ddeb681ddc42bcad89156ab - sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 + md5: 7234c9eefff659501cd2fe0d2ede4d48 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD noarch: python - size: 7473 - timestamp: 1624389117412 + size: 23235 + timestamp: 1666100385187 purls: - - pkg:pypi/pyyaml-env-tag + - pkg:pypi/tinycss2 - platform: osx-64 - name: pyyaml-env-tag - version: '0.1' + name: tinycss2 + version: 1.2.1 category: main manager: conda dependencies: - - python >=3.6 - - pyyaml - url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.5 + - webencodings >=0.4 + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 626ed9060ddeb681ddc42bcad89156ab - sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 + md5: 7234c9eefff659501cd2fe0d2ede4d48 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD noarch: python - size: 7473 - timestamp: 1624389117412 + size: 23235 + timestamp: 1666100385187 purls: - - pkg:pypi/pyyaml-env-tag + - pkg:pypi/tinycss2 - platform: win-64 - name: pyyaml-env-tag - version: '0.1' + name: tinycss2 + version: 1.2.1 category: main manager: conda dependencies: - - python >=3.6 - - pyyaml - url: https://conda.anaconda.org/conda-forge/noarch/pyyaml-env-tag-0.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.5 + - webencodings >=0.4 + url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 626ed9060ddeb681ddc42bcad89156ab - sha256: 900319483135730d9836855a807822f0500b1a239520749103e9ef9b7ba9f246 + md5: 7234c9eefff659501cd2fe0d2ede4d48 + sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: MIT - license_family: MIT + license: BSD-3-Clause + license_family: BSD noarch: python - size: 7473 - timestamp: 1624389117412 + size: 23235 + timestamp: 1666100385187 purls: - - pkg:pypi/pyyaml-env-tag + - pkg:pypi/tinycss2 - platform: linux-64 - name: readline - version: '8.2' + name: tk + version: 8.6.13 category: main manager: conda dependencies: - libgcc-ng >=12 - - ncurses >=6.3,<7.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda hash: - md5: 47d31b792659ce70f470b5c82fdfb7a4 - sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 - build: h8228510_1 + md5: d453b98d9c83e71da0741bb0ff4d76bc + sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e + build: noxft_h4845f30_101 arch: x86_64 subdir: linux-64 - build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 281456 - timestamp: 1679532220005 + build_number: 101 + license: TCL + license_family: BSD + size: 3318875 + timestamp: 1699202167581 - platform: osx-64 - name: readline - version: '8.2' + name: tk + version: 8.6.13 category: main manager: conda dependencies: - - ncurses >=6.3,<7.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda + - libzlib >=1.2.13,<1.3.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda hash: - md5: f17f77f2acf4d344734bda76829ce14e - sha256: 41e7d30a097d9b060037f0c6a2b1d4c4ae7e942c06c943d23f9d481548478568 - build: h9e318b2_1 + md5: bf830ba5afc507c6232d4ef0fb1a882d + sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 + build: h1abcd95_1 arch: x86_64 subdir: osx-64 build_number: 1 - license: GPL-3.0-only - license_family: GPL - size: 255870 - timestamp: 1679532707590 + license: TCL + license_family: BSD + size: 3270220 + timestamp: 1699202389792 +- platform: win-64 + name: tk + version: 8.6.13 + category: main + manager: conda + dependencies: + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda + hash: + md5: fc048363eb8f03cd1737600a5d08aafe + sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 + build: h5226925_1 + arch: x86_64 + subdir: win-64 + build_number: 1 + license: TCL + license_family: BSD + size: 3503410 + timestamp: 1699202577803 - platform: linux-64 - name: setuptools - version: 69.0.3 + name: tomli + version: 2.0.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 40695fdfd15a92121ed2922900d0308b - sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 + md5: 5844808ffab9ebdb694585b50ba02a96 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 @@ -2979,21 +9375,21 @@ package: license: MIT license_family: MIT noarch: python - size: 470548 - timestamp: 1704224855187 + size: 15940 + timestamp: 1644342331069 purls: - - pkg:pypi/setuptools + - pkg:pypi/tomli - platform: osx-64 - name: setuptools - version: 69.0.3 + name: tomli + version: 2.0.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 40695fdfd15a92121ed2922900d0308b - sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 + md5: 5844808ffab9ebdb694585b50ba02a96 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 @@ -3001,21 +9397,21 @@ package: license: MIT license_family: MIT noarch: python - size: 470548 - timestamp: 1704224855187 + size: 15940 + timestamp: 1644342331069 purls: - - pkg:pypi/setuptools + - pkg:pypi/tomli - platform: win-64 - name: setuptools - version: 69.0.3 + name: tomli + version: 2.0.1 category: main manager: conda dependencies: - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-69.0.3-pyhd8ed1ab_0.conda + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 hash: - md5: 40695fdfd15a92121ed2922900d0308b - sha256: 0fe2a0473ad03dac6c7f5c42ef36a8e90673c88a0350dfefdea4b08d43803db2 + md5: 5844808ffab9ebdb694585b50ba02a96 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 @@ -3023,202 +9419,203 @@ package: license: MIT license_family: MIT noarch: python - size: 470548 - timestamp: 1704224855187 + size: 15940 + timestamp: 1644342331069 purls: - - pkg:pypi/setuptools + - pkg:pypi/tomli - platform: linux-64 - name: six - version: 1.16.0 + name: tornado + version: 6.3.3 category: main manager: conda dependencies: - - python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - libgcc-ng >=12 + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.3.3-py312h98912ed_1.conda hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 + md5: 5bd63a3bf512694536cee3e48463a47c + sha256: 970d4e3e0b9b34dc8383055a956d4a9158a9f527264bc7ece769ba284d2395ff + build: py312h98912ed_1 arch: x86_64 subdir: linux-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 + build_number: 1 + license: Apache-2.0 + license_family: Apache + size: 829585 + timestamp: 1695373731705 purls: - - pkg:pypi/six + - pkg:pypi/tornado - platform: osx-64 - name: six - version: 1.16.0 + name: tornado + version: 6.3.3 category: main manager: conda dependencies: - - python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/tornado-6.3.3-py312h104f124_1.conda hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 + md5: 6835d4940d6fbd41e1a32d58dfae8f06 + sha256: 7f4f2a3a43c0bf62025b46f28366598aa04e0d4a32c87bfe4a275b4df562eba3 + build: py312h104f124_1 arch: x86_64 subdir: osx-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 + build_number: 1 + license: Apache-2.0 + license_family: Apache + size: 827934 + timestamp: 1695373724352 purls: - - pkg:pypi/six + - pkg:pypi/tornado - platform: win-64 - name: six - version: 1.16.0 + name: tornado + version: 6.3.3 category: main manager: conda dependencies: - - python - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/tornado-6.3.3-py312he70551f_1.conda hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - build: pyh6c4a22f_0 + md5: a3bebd12ad9b94a4b9c46f8fd197e883 + sha256: 196ceac8b914e71706c2a45907c20ef10ae097e0c2775950ad232065659026d6 + build: py312he70551f_1 arch: x86_64 subdir: win-64 - build_number: 0 - license: MIT - license_family: MIT - noarch: python - size: 14259 - timestamp: 1620240338595 + build_number: 1 + license: Apache-2.0 + license_family: Apache + size: 829792 + timestamp: 1695373970360 purls: - - pkg:pypi/six + - pkg:pypi/tornado - platform: linux-64 - name: tk - version: 8.6.13 + name: traitlets + version: 5.14.1 category: main manager: conda dependencies: - - libgcc-ng >=12 - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: d453b98d9c83e71da0741bb0ff4d76bc - sha256: e0569c9caa68bf476bead1bed3d79650bb080b532c64a4af7d8ca286c08dea4e - build: noxft_h4845f30_101 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec + build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 - build_number: 101 - license: TCL + build_number: 0 + license: BSD-3-Clause license_family: BSD - size: 3318875 - timestamp: 1699202167581 + noarch: python + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: osx-64 - name: tk - version: 8.6.13 + name: traitlets + version: 5.14.1 category: main manager: conda dependencies: - - libzlib >=1.2.13,<1.3.0a0 - url: https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: bf830ba5afc507c6232d4ef0fb1a882d - sha256: 30412b2e9de4ff82d8c2a7e5d06a15f4f4fef1809a72138b6ccb53a33b26faf5 - build: h1abcd95_1 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 1 - license: TCL + build_number: 0 + license: BSD-3-Clause license_family: BSD - size: 3270220 - timestamp: 1699202389792 + noarch: python + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: win-64 - name: tk - version: 8.6.13 + name: traitlets + version: 5.14.1 category: main manager: conda dependencies: - - ucrt >=10.0.20348.0 - - vc >=14.2,<15 - - vc14_runtime >=14.29.30139 - url: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h5226925_1.conda + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.14.1-pyhd8ed1ab_0.conda hash: - md5: fc048363eb8f03cd1737600a5d08aafe - sha256: 2c4e914f521ccb2718946645108c9bd3fc3216ba69aea20c2c3cedbd8db32bb1 - build: h5226925_1 + md5: 1c6acfdc7ecbfe09954c4216da99c146 + sha256: fa78d68f74ec8aae5c93f135140bfdbbf0ab60a79c6062b55d73c316068545ec + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 1 - license: TCL + build_number: 0 + license: BSD-3-Clause license_family: BSD - size: 3503410 - timestamp: 1699202577803 + noarch: python + size: 110329 + timestamp: 1704213177224 + purls: + - pkg:pypi/traitlets - platform: linux-64 - name: tomli - version: 2.0.1 + name: types-python-dateutil + version: 2.8.19.20240106 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: x86_64 subdir: linux-64 build_number: 0 - license: MIT - license_family: MIT + license: Apache-2.0 AND MIT noarch: python - size: 15940 - timestamp: 1644342331069 - purls: - - pkg:pypi/tomli + size: 21896 + timestamp: 1704512704737 - platform: osx-64 - name: tomli - version: 2.0.1 + name: types-python-dateutil + version: 2.8.19.20240106 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 build_number: 0 - license: MIT - license_family: MIT + license: Apache-2.0 AND MIT noarch: python - size: 15940 - timestamp: 1644342331069 - purls: - - pkg:pypi/tomli + size: 21896 + timestamp: 1704512704737 - platform: win-64 - name: tomli - version: 2.0.1 + name: types-python-dateutil + version: 2.8.19.20240106 category: main manager: conda dependencies: - - python >=3.7 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/types-python-dateutil-2.8.19.20240106-pyhd8ed1ab_0.conda hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + md5: c9096a546660b9079dce531c0039e074 + sha256: 09ef8cc587bdea80a83b6f820dbae24daadcf82be088fb0a9f6495781653e300 build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 build_number: 0 - license: MIT - license_family: MIT + license: Apache-2.0 AND MIT noarch: python - size: 15940 - timestamp: 1644342331069 - purls: - - pkg:pypi/tomli + size: 21896 + timestamp: 1704512704737 - platform: linux-64 name: typing-extensions version: 4.9.0 @@ -3345,6 +9742,72 @@ package: timestamp: 1702176292645 purls: - pkg:pypi/typing-extensions +- platform: linux-64 + name: typing_utils + version: 0.1.0 + category: main + manager: conda + dependencies: + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: eb67e3cace64c66233e2d35949e20f92 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13829 + timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils +- platform: osx-64 + name: typing_utils + version: 0.1.0 + category: main + manager: conda + dependencies: + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: eb67e3cace64c66233e2d35949e20f92 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13829 + timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils +- platform: win-64 + name: typing_utils + version: 0.1.0 + category: main + manager: conda + dependencies: + - python >=3.6.1 + url: https://conda.anaconda.org/conda-forge/noarch/typing_utils-0.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: eb67e3cace64c66233e2d35949e20f92 + sha256: 9e3758b620397f56fb709f796969de436d63b7117897159619b87938e1f78739 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 13829 + timestamp: 1622899345711 + purls: + - pkg:pypi/typing-utils - platform: linux-64 name: tzdata version: 2024a @@ -3443,51 +9906,183 @@ package: size: 14050 timestamp: 1695549556745 - platform: osx-64 - name: ukkonen - version: 1.0.1 + name: ukkonen + version: 1.0.1 + category: main + manager: conda + dependencies: + - cffi + - libcxx >=15.0.7 + - python >=3.12.0rc3,<3.13.0a0 + - python_abi 3.12.* *_cp312 + url: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py312h49ebfd2_4.conda + hash: + md5: 4e6b5a8025cd8fd97b3cfe103ffce6b1 + sha256: efca19a5e73e4aacfc5e90a5389272b2508e41dc4adab9eb5353c5200ba37041 + build: py312h49ebfd2_4 + arch: x86_64 + subdir: osx-64 + build_number: 4 + license: MIT + license_family: MIT + size: 13246 + timestamp: 1695549689363 +- platform: win-64 + name: ukkonen + version: 1.0.1 + category: main + manager: conda + dependencies: + - 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 + url: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py312h0d7def4_4.conda + hash: + md5: 57cfbb8ce3a1800bd343bf6afba6f878 + sha256: f5f7550991ca647f69b67b9188c7104a3456122611dd6a6e753cff555e45dfd9 + build: py312h0d7def4_4 + arch: x86_64 + subdir: win-64 + build_number: 4 + license: MIT + license_family: MIT + size: 17235 + timestamp: 1695549871621 +- platform: linux-64 + name: uri-template + version: 1.3.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + hash: + md5: 0944dc65cb4a9b5b68522c3bb585d41c + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23999 + timestamp: 1688655976471 +- platform: osx-64 + name: uri-template + version: 1.3.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + hash: + md5: 0944dc65cb4a9b5b68522c3bb585d41c + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23999 + timestamp: 1688655976471 +- platform: win-64 + name: uri-template + version: 1.3.0 + category: main + manager: conda + dependencies: + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/uri-template-1.3.0-pyhd8ed1ab_0.conda + hash: + md5: 0944dc65cb4a9b5b68522c3bb585d41c + sha256: b76904b53721dc88a46352324c79d2b077c2f74a9f7208ad2c4249892669ae94 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 23999 + timestamp: 1688655976471 +- platform: linux-64 + name: urllib3 + version: 2.2.0 + category: main + manager: conda + dependencies: + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.0-pyhd8ed1ab_0.conda + hash: + md5: 6a7e0694921f668a030d52f0c47baebd + sha256: 61a8a3bd36d235c349aedaf1aa6a79cce15d6fe89dca4bb593b596d0211513c6 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 94513 + timestamp: 1706638243438 + purls: + - pkg:pypi/urllib3 +- platform: osx-64 + name: urllib3 + version: 2.2.0 category: main manager: conda dependencies: - - cffi - - libcxx >=15.0.7 - - python >=3.12.0rc3,<3.13.0a0 - - python_abi 3.12.* *_cp312 - url: https://conda.anaconda.org/conda-forge/osx-64/ukkonen-1.0.1-py312h49ebfd2_4.conda + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.0-pyhd8ed1ab_0.conda hash: - md5: 4e6b5a8025cd8fd97b3cfe103ffce6b1 - sha256: efca19a5e73e4aacfc5e90a5389272b2508e41dc4adab9eb5353c5200ba37041 - build: py312h49ebfd2_4 + md5: 6a7e0694921f668a030d52f0c47baebd + sha256: 61a8a3bd36d235c349aedaf1aa6a79cce15d6fe89dca4bb593b596d0211513c6 + build: pyhd8ed1ab_0 arch: x86_64 subdir: osx-64 - build_number: 4 + build_number: 0 license: MIT license_family: MIT - size: 13246 - timestamp: 1695549689363 + noarch: python + size: 94513 + timestamp: 1706638243438 + purls: + - pkg:pypi/urllib3 - platform: win-64 - name: ukkonen - version: 1.0.1 + name: urllib3 + version: 2.2.0 category: main manager: conda dependencies: - - 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 - url: https://conda.anaconda.org/conda-forge/win-64/ukkonen-1.0.1-py312h0d7def4_4.conda + - brotli-python >=1.0.9 + - pysocks >=1.5.6,<2.0,!=1.5.7 + - python >=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.2.0-pyhd8ed1ab_0.conda hash: - md5: 57cfbb8ce3a1800bd343bf6afba6f878 - sha256: f5f7550991ca647f69b67b9188c7104a3456122611dd6a6e753cff555e45dfd9 - build: py312h0d7def4_4 + md5: 6a7e0694921f668a030d52f0c47baebd + sha256: 61a8a3bd36d235c349aedaf1aa6a79cce15d6fe89dca4bb593b596d0211513c6 + build: pyhd8ed1ab_0 arch: x86_64 subdir: win-64 - build_number: 4 + build_number: 0 license: MIT license_family: MIT - size: 17235 - timestamp: 1695549871621 + noarch: python + size: 94513 + timestamp: 1706638243438 + purls: + - pkg:pypi/urllib3 - platform: win-64 name: vc version: '14.3' @@ -3686,6 +10281,303 @@ package: license_family: APACHE size: 151305 timestamp: 1695395846556 +- platform: linux-64 + name: wcwidth + version: 0.2.13 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + hash: + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth +- platform: osx-64 + name: wcwidth + version: 0.2.13 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + hash: + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth +- platform: win-64 + name: wcwidth + version: 0.2.13 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_0.conda + hash: + md5: 68f0738df502a14213624b288c60c9ad + sha256: b6cd2fee7e728e620ec736d8dfee29c6c9e2adbd4e695a31f1d8f834a83e57e3 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 32709 + timestamp: 1704731373922 + purls: + - pkg:pypi/wcwidth +- platform: linux-64 + name: webcolors + version: '1.13' + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + hash: + md5: 166212fe82dad8735550030488a01d03 + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18186 + timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors +- platform: osx-64 + name: webcolors + version: '1.13' + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + hash: + md5: 166212fe82dad8735550030488a01d03 + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18186 + timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors +- platform: win-64 + name: webcolors + version: '1.13' + category: main + manager: conda + dependencies: + - python >=3.5 + url: https://conda.anaconda.org/conda-forge/noarch/webcolors-1.13-pyhd8ed1ab_0.conda + hash: + md5: 166212fe82dad8735550030488a01d03 + sha256: 6e097d5fe92849ad3af2c2a313771ad2fbf1cadd4dc4afd552303b2bf3f85211 + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18186 + timestamp: 1679900907305 + purls: + - pkg:pypi/webcolors +- platform: linux-64 + name: webencodings + version: 0.5.1 + category: main + manager: conda + dependencies: + - python >=2.6 + url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + hash: + md5: daf5160ff9cde3a468556965329085b9 + sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 + build: pyhd8ed1ab_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 15600 + timestamp: 1694681458271 +- platform: osx-64 + name: webencodings + version: 0.5.1 + category: main + manager: conda + dependencies: + - python >=2.6 + url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + hash: + md5: daf5160ff9cde3a468556965329085b9 + sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 + build: pyhd8ed1ab_2 + arch: x86_64 + subdir: osx-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 15600 + timestamp: 1694681458271 +- platform: win-64 + name: webencodings + version: 0.5.1 + category: main + manager: conda + dependencies: + - python >=2.6 + url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_2.conda + hash: + md5: daf5160ff9cde3a468556965329085b9 + sha256: 2adf9bd5482802837bc8814cbe28d7b2a4cbd2e2c52e381329eaa283b3ed1944 + build: pyhd8ed1ab_2 + arch: x86_64 + subdir: win-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 15600 + timestamp: 1694681458271 +- platform: linux-64 + name: websocket-client + version: 1.7.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda + hash: + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client +- platform: osx-64 + name: websocket-client + version: 1.7.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda + hash: + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client +- platform: win-64 + name: websocket-client + version: 1.7.0 + category: main + manager: conda + dependencies: + - python >=3.8 + url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.7.0-pyhd8ed1ab_0.conda + hash: + md5: 50ad31e07d706aae88b14a4ac9c73f23 + sha256: d9b537d5b7c5aa7a02a4ce4c6b755e458bd8083b67752a73c92d113ccec6c10f + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 46626 + timestamp: 1701630814576 + purls: + - pkg:pypi/websocket-client +- platform: win-64 + name: win_inet_pton + version: 1.1.0 + category: main + manager: conda + dependencies: + - __win + - python >=3.6 + url: https://conda.anaconda.org/conda-forge/noarch/win_inet_pton-1.1.0-pyhd8ed1ab_6.tar.bz2 + hash: + md5: 30878ecc4bd36e8deeea1e3c151b2e0b + sha256: a11ae693a0645bf6c7b8a47bac030be9c0967d0b1924537b9ff7458e832c0511 + build: pyhd8ed1ab_6 + arch: x86_64 + subdir: win-64 + build_number: 6 + license: PUBLIC-DOMAIN + noarch: python + size: 8191 + timestamp: 1667051294134 + purls: + - pkg:pypi/win-inet-pton +- platform: win-64 + name: winpty + version: 0.4.3 + category: main + manager: conda + dependencies: [] + url: https://conda.anaconda.org/conda-forge/win-64/winpty-0.4.3-4.tar.bz2 + hash: + md5: 1cee351bf20b830d991dbe0bc8cd7dfe + sha256: 9df10c5b607dd30e05ba08cbd940009305c75db242476f4e845ea06008b0a283 + build: '4' + arch: x86_64 + subdir: win-64 + build_number: 4 + license: MIT + license_family: MIT + size: 1176306 - platform: linux-64 name: xz version: 5.2.6 @@ -3797,6 +10689,70 @@ package: license_family: MIT size: 63274 timestamp: 1641347623319 +- platform: linux-64 + name: zeromq + version: 4.3.5 + category: main + manager: conda + dependencies: + - libgcc-ng >=12 + - libsodium >=1.0.18,<1.0.19.0a0 + - libstdcxx-ng >=12 + url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.5-h59595ed_0.conda + hash: + md5: 8851084c192dbc56215ac4e3c9aa30fa + sha256: 53bf2a18224406e9806adb3b270a2c8a028aca0c89bd40114a85d6446f5c98d1 + build: h59595ed_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + size: 343455 + timestamp: 1697056638125 +- platform: osx-64 + name: zeromq + version: 4.3.5 + category: main + manager: conda + dependencies: + - __osx >=10.9 + - libcxx >=16.0.6 + - libsodium >=1.0.18,<1.0.19.0a0 + url: https://conda.anaconda.org/conda-forge/osx-64/zeromq-4.3.5-h93d8f39_0.conda + hash: + md5: 4c055e46b394be36681fe476c1e2ee6e + sha256: 19be553b3cc8352b6e842134b8de66ae39fcae80bc575c203076370faab6009c + build: h93d8f39_0 + arch: x86_64 + subdir: osx-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + size: 294253 + timestamp: 1697057208271 +- platform: win-64 + name: zeromq + version: 4.3.5 + category: main + manager: conda + dependencies: + - libsodium >=1.0.18,<1.0.19.0a0 + - ucrt >=10.0.20348.0 + - vc >=14.2,<15 + - vc14_runtime >=14.29.30139 + url: https://conda.anaconda.org/conda-forge/win-64/zeromq-4.3.5-h63175ca_0.conda + hash: + md5: e954e1881091405f36416f772292b396 + sha256: f8377793c36e19da17bbb8cf517f1a969b89e1cc7cb9622dc6d60c3d1383c919 + build: h63175ca_0 + arch: x86_64 + subdir: win-64 + build_number: 0 + license: MPL-2.0 + license_family: MOZILLA + size: 4210250 + timestamp: 1697057168534 - platform: linux-64 name: zipp version: 3.17.0 diff --git a/pixi.toml b/pixi.toml index 0b15be5..2a9ea1e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -13,3 +13,4 @@ pre-commit = ">=3.6.0,<3.7" pytest = ">=8.0.0,<8.1" mkdocs = ">=1.5.3,<1.6" mkdocstrings = ">=0.24.0,<0.25" +jupyterlab = ">=4.1.0,<4.2"