Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes when trying to complete conda create --clone #52

Open
guger opened this issue Dec 5, 2023 · 6 comments
Open

Crashes when trying to complete conda create --clone #52

guger opened this issue Dec 5, 2023 · 6 comments

Comments

@guger
Copy link
Contributor

guger commented Dec 5, 2023

When trying to complete a command in conda create ..., the whole completion crashes with __conda_package_available:5: command not found: python.

Then, zsh doesn't respond anymore. When using a KeyboardInterrupt, this error is shown:

--- Logging error ---
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/core/subdir_data.py", line 165, in query_all
result = tuple(
^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator
yield _result_or_cancel(fs.pop())
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel
return fut.result(timeout)
^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/concurrent/futures/_base.py", line 451, in result
self._condition.wait(timeout)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/threading.py", line 327, in wait
waiter.acquire()
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/exception_handler.py", line 17, in call
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/cli/main.py", line 83, in main_subshell
exit_code = do_call(args, parser)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/cli/conda_argparse.py", line 164, in do_call
result = getattr(module, func_name)(args, parser)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/cli/main_search.py", line 92, in execute
SubdirData.query_all(spec, channel_urls, subdirs),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/core/subdir_data.py", line 164, in query_all
with Executor() as executor:
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/concurrent/futures/_base.py", line 647, in exit
self.shutdown(wait=True)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/concurrent/futures/thread.py", line 235, in shutdown
t.join()
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/threading.py", line 1119, in join
self._wait_for_tstate_lock()
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/threading.py", line 1139, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/gateways/logging.py", line 127, in emit
self.flush()
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/logging/init.py", line 1094, in flush
self.stream.flush()
BrokenPipeError: [Errno 32] Broken pipe
Call stack:
File "/opt/homebrew/Caskroom/miniconda/base/bin/conda", line 13, in
sys.exit(main())
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/cli/main.py", line 128, in main
return conda_exception_handler(main, *args, **kwargs)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/exception_handler.py", line 388, in conda_exception_handler
return_value = exception_handler(func, *args, **kwargs)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/exception_handler.py", line 20, in call
return self.handle_exception(exc_val, exc_tb)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/exception_handler.py", line 71, in handle_exception
self._print_conda_exception(CondaError("KeyboardInterrupt"), _format_exc())
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/exception_handler.py", line 84, in _print_conda_exception
print_conda_exception(exc_val, exc_tb)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/exceptions.py", line 1256, in print_conda_exception
logger.info("%s\n" % exc_json)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/logging/init.py", line 1489, in info
self._log(INFO, msg, args, **kwargs)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/logging/init.py", line 1634, in _log
self.handle(record)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/logging/init.py", line 1644, in handle
self.callHandlers(record)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/logging/init.py", line 1706, in callHandlers
hdlr.handle(record)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/logging/init.py", line 978, in handle
self.emit(record)
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/conda/gateways/logging.py", line 132, in emit
self.handleError(record)
Message: '{\n "caused_by": "None",\n "error": "CondaError: KeyboardInterrupt",\n "exception_name": "CondaError",\n "exception_type": "<class 'conda.CondaError'>",\n "message": "KeyboardInterrupt"\n}\n'
Arguments: ()
Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe

When waiting for something to happen, after some minutes it starts printing lots of text, which look like a json formatted list of packages including all metadata but I'm not sure what it is.

@esc
Copy link
Contributor

esc commented Dec 11, 2023

@guger thank you for asking about this. Seems like a weird glitch? The error message indicates that python isn't on your $PATH. The completion needs to use python to connect to the anaconda.org servers, download the list of packages and their versions available such that these can be completed on the command-line. This data is transmitted in the JSON format, so this will be what you see on your screen.

However, looking at the rest of the error message, it does seem like python is available, so that error message is probably a red herring. I also see KeyboardInterrupt in the logs which would indicate that you pressed "ctrl-c" while the python process was connecting the anaconda.org server? Could that be what happened? In that case, I would suggest to try again. First type:

conda create -n TEST_ENV

And then hit the <TAB> button. Then, the completion will seem to "hang" for a bit while the anaconda.org servers are being connected. This may take several seconds. The results are however cached locally, so this perceived "hang" shouldn't happen to often. If you interrupt the process with CTRL-C you may leave zsh in a random dysfunctional state, so please do be patient while the package data is being downloaded.

Does that help?

@guger
Copy link
Contributor Author

guger commented Dec 11, 2023

@esc Thanks for you response. I now added alias python=python3 to my .zshrc, and I can run Python using both commands now - but the error is still the same.

Additionally, yes - you are right. I pressed CTRL-C after a while, but I was waiting for several minutes already.

@esc
Copy link
Contributor

esc commented Dec 13, 2023

@esc Thanks for you response. I now added alias python=python3 to my .zshrc, and I can run Python using both commands now - but the error is still the same.

Additionally, yes - you are right. I pressed CTRL-C after a while, but I was waiting for several minutes already.

Does the error also happen if you don't press CTRL-C?

@guger
Copy link
Contributor Author

guger commented Dec 13, 2023

@esc Sorry, I should specify: the error that always happens, even before pressing CTRL-C is

__conda_package_available:5: command not found: python

@guger
Copy link
Contributor Author

guger commented Dec 13, 2023

@esc When I just write conda create -- and then press TAB, the error above occurs:

@esc Sorry, I should specify: the error that always happens, even before pressing CTRL-C is

__conda_package_available:5: command not found: python

Then I just let it run and came back after half an hour, seeing this output (its not the full output, as the full text is too long for the terminal):

D",\n      "md5": "c595e4ab6dc127559cc9d678d2773853",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "c804d3c355f5bc3f8a3c229660a072b8eb708284d73da5e60a6495af37132e6b",\n      "size": 18902,\n      "subdir": "noarch",\n      "timestamp": 1610983933602,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.7.3-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.7.3"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy",\n        "python >=3.6",\n        "setuptools",\n        "workflows"\n      ],\n      "fn": "zocalo-0.7.4-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "f3eaf8aff613bb3ba60aa4646e287815",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "ee7e2db9608400c4b976a652f473728e8f103b2fe151e0091e7baa63224f1aea",\n      "size": 19662,\n      "subdir": "noarch",\n      "timestamp": 1615987619004,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.7.4-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.7.4"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "python >=3.6",\n        "pyyaml",\n        "setuptools",\n        "workflows >=2.7"\n      ],\n      "fn": "zocalo-0.8.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "6229f7efdae6275cbb4bdf382c4a3b29",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "91879ccc0497f5b75646b1a4553098eb1ed9d6dc694fecb2fca3981c292a403e",\n      "size": 23152,\n      "subdir": "noarch",\n      "timestamp": 1621327083752,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.8.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.8.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "python >=3.6",\n        "pyyaml",\n        "setuptools",\n        "workflows >=2.7"\n      ],\n      "fn": "zocalo-0.8.1-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "191dd0ec301b618744e09ce7418f91c5",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "718c31605b21ca440f0303411c0f2509a6e5b1d81d5204b6982c32f82bde27da",\n      "size": 23815,\n      "subdir": "noarch",\n      "timestamp": 1625760571847,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.8.1-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.8.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "python >=3.6",\n        "pyyaml",\n        "setuptools",\n        "workflows >=2.7"\n      ],\n      "fn": "zocalo-0.9.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ffe0841799fdde005fc9c9506451950b",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "05686afa3dbbd1b7286b47d9e21c168be74a49ade228782f4075cf739a24b400",\n      "size": 24328,\n      "subdir": "noarch",\n      "timestamp": 1629280700463,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.9.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.9.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "python >=3.6",\n        "pyyaml",\n        "setuptools",\n        "workflows >=2.7"\n      ],\n      "fn": "zocalo-0.9.1-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "e12da9ef604dd6ba6b2c75f99e104c57",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "96f702bfd315039f0b67a680f9f082015a56d6cf822544a104d09ad1646bcd8d",\n      "size": 24395,\n      "subdir": "noarch",\n      "timestamp": 1633002438044,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.9.1-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.9.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "python >=3.6",\n        "pyyaml",\n        "setuptools",\n        "workflows >=2.7"\n      ],\n      "fn": "zocalo-0.10.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2be3781fdd5ddc364fdce56efa7ad20d",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "6ffc3cb43f639a36c6b067eeb31f90b6caac6f9d6d6468be74cf9c6bbbfb3ba8",\n      "size": 26836,\n      "subdir": "noarch",\n      "timestamp": 1633355488168,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.10.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.10.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "python >=3.6",\n        "pyyaml",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.11.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "1bffc3c72bc634bc3d0eef8d6e43826f",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "23a36abbf04c17be32aa282e8104a99f51a972f5dde28942221a0856f639110a",\n      "size": 29917,\n      "subdir": "noarch",\n      "timestamp": 1636021879447,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.11.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.11.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.6",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.11.1-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "8d83165448fae004316c3af8fdb4ead2",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "44eed2ead06e71db90725e82dcc0d6d48b7e0ca2fbbb5ede93bb72c6953b2fa8",\n      "size": 35464,\n      "subdir": "noarch",\n      "timestamp": 1636377621840,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.11.1-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.11.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.12.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "d5ab7b2dd0d98b69bc272c2bfd6bcc07",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "964bc06c3892125070270a2db276b5d187a65f740c892e4562a1e41de3bad910",\n      "size": 36033,\n      "subdir": "noarch",\n      "timestamp": 1637049653827,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.12.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.12.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.13.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "77656eaf1b1b7de541429fa79a6c6ce7",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "63e3f8de362378aaff4da3a31bfbc98683f211c96fa79efb915d34941fe0a785",\n      "size": 39113,\n      "subdir": "noarch",\n      "timestamp": 1638375893098,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.13.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.13.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.14.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "95109dbb4b52cf5d9a19f3bcab4dd245",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "4e374923a5f099ca7462d96fdeb9c5119cc7ebb9f2d8a1302549abaace5ba5bf",\n      "size": 39341,\n      "subdir": "noarch",\n      "timestamp": 1639522554195,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.14.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.14.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.15.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2c902c3fa3661517245fa6534451261b",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "72b15b2676fd53fd8d7b052e53f562c6e2f671be4d96b4041241f68fa5d10cad",\n      "size": 39906,\n      "subdir": "noarch",\n      "timestamp": 1645016832853,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.15.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.15.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.16.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "7899915ceb417aa5d7379f21ced6c648",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "3d8fa6725bfc331addd6f9e3a61c888475f07c259741f20d50b197d6d4fb6d7a",\n      "size": 41153,\n      "subdir": "noarch",\n      "timestamp": 1645465183432,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.16.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.17.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "bd954ea81d5d61e96881da0effe654e5",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "bcf04280e06c00be724d65cf32a8cba595cdfd31165f6bd14186f93d76c4ee4e",\n      "size": 41296,\n      "subdir": "noarch",\n      "timestamp": 1646400458304,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.17.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.18.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "6fd5bffb041a041c4997fd9115b1946c",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "aff69502445ada66926ed846afd22f02ebd19614cd7eaf6297f06119600fff45",\n      "size": 42779,\n      "subdir": "noarch",\n      "timestamp": 1649765698677,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.18.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.19.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "15e602b018b0c27df2e18ad0c5936032",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "74fbc011ee545c22bf985ab140f96009cd5be9d8e1e8561f075ed3e41bd28343",\n      "size": 42863,\n      "subdir": "noarch",\n      "timestamp": 1653425151980,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.19.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.20.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "0df49cc1afa12075a382014cfa04ca09",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "ed0ef10deee7744c92bec1795a88708ef3006ce611b83e586025f34f0a69ddca",\n      "size": 42830,\n      "subdir": "noarch",\n      "timestamp": 1655710992908,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.20.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.20.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.21.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "da74c35fb3be3eff56958364e846ebde",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "ce786a2348bf93740a63c6e2c91a7dfdc7101c194f5a999906acd5fa93cfadf6",\n      "size": 43243,\n      "subdir": "noarch",\n      "timestamp": 1656454179648,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.21.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.22.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "e0d147816702045c21281ab1eaf8281c",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "bdb5d1b23a512b5133ca8292e11b8c900f850f62fb931b0b9e8f85345f3aa7f3",\n      "size": 43226,\n      "subdir": "noarch",\n      "timestamp": 1657696795172,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.22.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.22.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.23.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "084b2f31898feec8945636c0f1f54970",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "6973b2f8c8075c15231ffe495332d1534600f738737c9c14a7b8406a85b07c74",\n      "size": 42972,\n      "subdir": "noarch",\n      "timestamp": 1659470959743,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.23.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.23.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.24.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "5f2f5e4a728d5ee0cb6beeeea16903ca",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "36650e9b14966dc598fc554712d426eb5645f9bc0ca81005e268f2feefda9510",\n      "size": 43919,\n      "subdir": "noarch",\n      "timestamp": 1660739920287,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.24.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.24.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.24.1-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "8e374cddd90f9855e7af42dab667202c",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "7ddb802855db621f1b11decefefd98e81f55da3ea532ee37b6f96067622c3528",\n      "size": 43971,\n      "subdir": "noarch",\n      "timestamp": 1661354389531,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.24.1-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.24.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.25.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "fa66d65eabf0a30ac9148466a9d2eea4",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "73ce4e93cac939241bed323ca36f217f58708c3470e98b6248ae38a3634550be",\n      "size": 44469,\n      "subdir": "noarch",\n      "timestamp": 1665775948930,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.25.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.25.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.25.1-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "8da615fb42dfcd6eebf2b950c001f820",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "6ad7b4a8271b8fd57cd76a17325e2194b0d71fcd584d26688b6fb718c82fd4dc",\n      "size": 44570,\n      "subdir": "noarch",\n      "timestamp": 1666225802042,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.25.1-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.25.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.26.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "d45457e4857c3088e3000a32a81dcab4",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "7603e7e00491687da618073f242ddcd5820e19b92d39b0f74eb24ab817c183eb",\n      "size": 46820,\n      "subdir": "noarch",\n      "timestamp": 1667571259640,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.26.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.26.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.27.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "84ddec06aade34b7440ee97e576d5cd6",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "c25383c4fb5fdf9d6fae3dea3ffa8554ff05b4e39cccc9c88d1379f12b3e130b",\n      "size": 50648,\n      "subdir": "noarch",\n      "timestamp": 1678961716308,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.27.0-pyhd8ed1ab_0.conda",\n      "version": "0.27.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.28.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2002da0c8d395c610ede7299300412cd",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "1a2f2574dc5d04b5d574e1e09de6b03b96278f5ca49462baa7cf0d27f4c80be5",\n      "size": 55693,\n      "subdir": "noarch",\n      "timestamp": 1679337027066,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.28.0-pyhd8ed1ab_0.conda",\n      "version": "0.28.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "graypy >=1.0",\n        "marshmallow",\n        "pydantic",\n        "python >=3.8",\n        "pyyaml",\n        "requests",\n        "setuptools",\n        "workflows >=2.14"\n      ],\n      "fn": "zocalo-0.29.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "3150f4998de4044279782e558ab8d54d",\n      "name": "zocalo",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "db6fa69746418d0b49e31fab972fa8b15be04f9df8aaa008f3f1f4bbc0eb27be",\n      "size": 55815,\n      "subdir": "noarch",\n      "timestamp": 1685732883995,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-0.29.0-pyhd8ed1ab_0.conda",\n      "version": "0.29.0"\n    }\n  ],\n  "zocalo-dls": [\n    {\n      "arch": null,\n      "build": "py_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "ispyb",\n        "procrunner",\n        "python",\n        "setuptools",\n        "zocalo"\n      ],\n      "fn": "zocalo-dls-0.2.0-py_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "9581f858c0e1f5dd6939ac0e884276a6",\n      "name": "zocalo-dls",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "2d0a4a4d2da626f2f1df6ea7cd3a71e1d994723d0967c180a9a8f768936e595f",\n      "size": 14258,\n      "subdir": "noarch",\n      "timestamp": 1564574231321,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-dls-0.2.0-py_0.tar.bz2",\n      "version": "0.2.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "ispyb",\n        "procrunner",\n        "python >=3.6",\n        "setuptools",\n        "zocalo"\n      ],\n      "fn": "zocalo-dls-0.3.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "19b75e6abdd429f4750fc7749a103948",\n      "name": "zocalo-dls",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "a6095385cf40060034eabafb4e7f1ed0e1e58d06887f4eec21d69ad9ca59f485",\n      "size": 17806,\n      "subdir": "noarch",\n      "timestamp": 1623157926689,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-dls-0.3.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.3.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "ispyb",\n        "procrunner",\n        "python >=3.6",\n        "setuptools",\n        "zocalo"\n      ],\n      "fn": "zocalo-dls-0.4.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "fef8861a82031c8f0e92616b91b8835b",\n      "name": "zocalo-dls",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "adedc3d34f3ada3a4f191d14e0d1497eaaa357e8682124a0e8d414d278ef1bb8",\n      "size": 18783,\n      "subdir": "noarch",\n      "timestamp": 1661412024836,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zocalo-dls-0.4.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.4.0"\n    }\n  ],\n  "zodb": [\n    {\n      "arch": null,\n      "build": "py_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "btrees >=4.2.0",\n        "persistent >=4.2.0",\n        "python",\n        "setuptools",\n        "six",\n        "transaction >=2.0.3",\n        "zc.lockfile",\n        "zconfig",\n        "zodbpickle >=0.6.0",\n        "zope.interface"\n      ],\n      "fn": "zodb-5.4.0-py_1.tar.bz2",\n      "license": "ZPL 2.1",\n      "license_family": "OTHER",\n      "md5": "875052e911deb2f749382d05dde2e729",\n      "name": "zodb",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "4d51fa048141c2c3a1086921e9778f9d883139e04f13bf48330b009472137ff2",\n      "size": 262458,\n      "subdir": "noarch",\n      "timestamp": 1531378223036,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodb-5.4.0-py_1.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "btrees >=4.2.0",\n        "persistent >=4.2.0",\n        "python",\n        "setuptools",\n        "six",\n        "transaction >=2.0.3",\n        "zc.lockfile",\n        "zconfig",\n        "zodbpickle >=0.6.0",\n        "zope.interface"\n      ],\n      "fn": "zodb-5.5.1-py_0.tar.bz2",\n      "license": "ZPL 2.1",\n      "license_family": "OTHER",\n      "md5": "f5dc6f7896269156b7f67aaf2e44f829",\n      "name": "zodb",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "11429f22e1b647c648152455afec858e6afedf38c7be12c764b761b568a0e129",\n      "size": 274868,\n      "subdir": "noarch",\n      "timestamp": 1549169867187,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodb-5.5.1-py_0.tar.bz2",\n      "version": "5.5.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "btrees >=4.2.0",\n        "persistent >=4.2.0",\n        "python >=3.6",\n        "setuptools",\n        "six",\n        "transaction >=2.0.3",\n        "zc.lockfile",\n        "zconfig",\n        "zodbpickle >=0.6.0",\n        "zope.interface"\n      ],\n      "fn": "zodb-5.6.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "OTHER",\n      "md5": "0adae8e1773509c66d967461bed2c820",\n      "name": "zodb",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "5881d51117dd6ea549dc20f2d8357269a7ecc809d7f5565a8ca78d7333bd19b8",\n      "size": 274948,\n      "subdir": "noarch",\n      "timestamp": 1622407625934,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodb-5.6.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "5.6.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "btrees >=4.2.0",\n        "persistent >=4.2.0",\n        "python >=3.6",\n        "setuptools",\n        "six",\n        "transaction >=2.0.3",\n        "zc.lockfile",\n        "zconfig",\n        "zodbpickle >=0.6.0",\n        "zope.interface"\n      ],\n      "fn": "zodb-5.7.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "OTHER",\n      "md5": "da5a1273b15b72c13f35093d201c660d",\n      "name": "zodb",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "c00e0826defafb70d1e0810d7e4a420600a8303e2d4168e62ac119c13ae1eb6c",\n      "size": 277375,\n      "subdir": "noarch",\n      "timestamp": 1647519960343,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodb-5.7.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "5.7.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "btrees >=4.2.0",\n        "persistent >=4.2.0",\n        "python >=3.6",\n        "setuptools",\n        "six",\n        "transaction >=2.0.3",\n        "zc.lockfile",\n        "zconfig",\n        "zodbpickle >=0.6.0",\n        "zope.interface"\n      ],\n      "fn": "zodb-5.8.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "OTHER",\n      "md5": "2e1f62de8e829d83a600c251972e0752",\n      "name": "zodb",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "c7359fcdffb1ef66c6ab1b4f74b6dba573c72169072cd90f59dc3067b3e03fab",\n      "size": 281183,\n      "subdir": "noarch",\n      "timestamp": 1668004755052,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodb-5.8.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "5.8.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "btrees >=4.2.0",\n        "persistent >=4.2.0",\n        "python >=3.6",\n        "setuptools",\n        "six",\n        "transaction >=2.0.3",\n        "zc.lockfile",\n        "zconfig",\n        "zodbpickle >=0.6.0",\n        "zope.interface"\n      ],\n      "fn": "zodb-5.8.1-pyhd8ed1ab_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "OTHER",\n      "md5": "a837bf5eb875b15823ad995f6601939e",\n      "name": "zodb",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "089c0e47588b6024e9a85ca6ffefde43feb9ab841670178e0dd41a4ab581a040",\n      "size": 283724,\n      "subdir": "noarch",\n      "timestamp": 1689670647567,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodb-5.8.1-pyhd8ed1ab_0.conda",\n      "version": "5.8.1"\n    }\n  ],\n  "zodburi": [\n    {\n      "arch": null,\n      "build": "py_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python",\n        "setuptools",\n        "zconfig",\n        "zeo",\n        "zodb"\n      ],\n      "fn": "zodburi-2.2.2-py_1.tar.bz2",\n      "license": "ZPL 2.1",\n      "license_family": "Other",\n      "md5": "46182a72476c6b7a9bffd9cf17f865fd",\n      "name": "zodburi",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "d0bebf92fc1828455d655e35105cea6204d36aa22da33b2ae1a30e505d27e969",\n      "size": 12677,\n      "subdir": "noarch",\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodburi-2.2.2-py_1.tar.bz2",\n      "version": "2.2.2"\n    },\n    {\n      "arch": null,\n      "build": "py_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python",\n        "setuptools",\n        "zconfig",\n        "zeo",\n        "zodb"\n      ],\n      "fn": "zodburi-2.3.0-py_0.tar.bz2",\n      "license": "ZPL 2.1",\n      "license_family": "Other",\n      "md5": "ecaa455606b97a9c5d1d876bfa91c06e",\n      "name": "zodburi",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "0c1992d335d4c01ff85f1dc2821fd85001d62550d134a7a73d7cf7329703f6bd",\n      "size": 12772,\n      "subdir": "noarch",\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodburi-2.3.0-py_0.tar.bz2",\n      "version": "2.3.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.6",\n        "setuptools",\n        "zconfig",\n        "zeo",\n        "zodb"\n      ],\n      "fn": "zodburi-2.5.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "7a1679c99f1456c7c7ca2834febeb11e",\n      "name": "zodburi",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "a5defd8af7667a0bc13658ec54c3a4ab1f7eab2775a7c8d4c00d49f35de8a62c",\n      "size": 15564,\n      "subdir": "noarch",\n      "timestamp": 1622406919301,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodburi-2.5.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "2.5.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.6",\n        "setuptools",\n        "zconfig",\n        "zeo",\n        "zodb"\n      ],\n      "fn": "zodburi-2.6.0-pyhd8ed1ab_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "b36baf7401230ea22c3dc52dbea65d39",\n      "name": "zodburi",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "dc103a6a3cbcdf821ac988e673f36da2825ccedf4135e00dc3c9cc43a65dd88a",\n      "size": 17478,\n      "subdir": "noarch",\n      "timestamp": 1684326062504,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zodburi-2.6.0-pyhd8ed1ab_0.conda",\n      "version": "2.6.0"\n    }\n  ],\n  "zoltan": [\n    {\n      "arch": null,\n      "build": "mpi_mpich_hb71737c_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libgfortran 5.*",\n        "libgfortran5 >=11.0.1.dev0",\n        "mpich >=4.0.2,<5.0a0",\n        "perl >=5.32.1,<5.33.0a0 *_perl5"\n      ],\n      "fn": "zoltan-3.901-mpi_mpich_hb71737c_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "cae391b673d0da4f1d74b392e8a148ee",\n      "name": "zoltan",\n      "platform": null,\n      "sha256": "7015f967cb200366bcea01f7ea3d58186677e6864723575b69fa053cbee817f7",\n      "size": 513443,\n      "subdir": "osx-arm64",\n      "timestamp": 1654394240685,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zoltan-3.901-mpi_mpich_hb71737c_1.tar.bz2",\n      "version": "3.901"\n    },\n    {\n      "arch": null,\n      "build": "mpi_openmpi_hd311dee_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libgfortran 5.*",\n        "libgfortran5 >=11.0.1.dev0",\n        "openmpi >=4.1.4,<5.0a0",\n        "perl >=5.32.1,<5.33.0a0 *_perl5"\n      ],\n      "fn": "zoltan-3.901-mpi_openmpi_hd311dee_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "7b5ae62f03671c8b821abe0350be45c9",\n      "name": "zoltan",\n      "platform": null,\n      "sha256": "d2ba4d544e3571790523f7b1257668bd6818b1aa147dc448bc4be0004a0426c6",\n      "size": 516951,\n      "subdir": "osx-arm64",\n      "timestamp": 1654394219880,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zoltan-3.901-mpi_openmpi_hd311dee_1.tar.bz2",\n      "version": "3.901"\n    }\n  ],\n  "zoofs": [\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "colorlog >=6.6.0",\n        "numpy",\n        "pandas >=1.3.0",\n        "plotly >=5.6.0",\n        "python >=3.7",\n        "scipy >=1.4.1"\n      ],\n      "fn": "zoofs-0.1.25-pyhd8ed1ab_0.tar.bz2",\n      "license": "Apache-2.0",\n      "license_family": "APACHE",\n      "md5": "988a1672ddea416eae3570ca8563c34d",\n      "name": "zoofs",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "3e8e09455bde1a4801db43b6cf02503fd7c50637c2075d09d1bf329a1724c5cd",\n      "size": 24958,\n      "subdir": "noarch",\n      "timestamp": 1647034913684,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zoofs-0.1.25-pyhd8ed1ab_0.tar.bz2",\n      "version": "0.1.25"\n    }\n  ],\n  "zope": [\n    {\n      "arch": null,\n      "build": "py310hca03da5_1",\n      "build_number": 1,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0"\n      ],\n      "fn": "zope-1.0-py310hca03da5_1.conda",\n      "legacy_bz2_md5": "6afbaeef42420b121504e9e3c53028d8",\n      "legacy_bz2_size": 3965,\n      "license": "BSD",\n      "md5": "4b3fe666b81fc7e6b5f9a930e1cd4360",\n      "name": "zope",\n      "platform": null,\n      "sha256": "c7310aad89a2a945c30bcc49702ba4de93ebda10a4d832dc915e223cf84e746b",\n      "size": 4469,\n      "subdir": "osx-arm64",\n      "timestamp": 1643969724332,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope-1.0-py310hca03da5_1.conda",\n      "version": "1.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hca03da5_1",\n      "build_number": 1,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0"\n      ],\n      "fn": "zope-1.0-py311hca03da5_1.conda",\n      "legacy_bz2_md5": "56f8f000274740d6b8230b891be12da6",\n      "legacy_bz2_size": 5201,\n      "license": "BSD",\n      "md5": "5eb02747c8e822ce61b95ddaf367e86a",\n      "name": "zope",\n      "platform": null,\n      "sha256": "e214a4cc0e860d3cf15bb2677b183a727372d2fa112c3fa970688d6846acd3dd",\n      "size": 5915,\n      "subdir": "osx-arm64",\n      "timestamp": 1678055270567,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope-1.0-py311hca03da5_1.conda",\n      "version": "1.0"\n    },\n    {\n      "arch": null,\n      "build": "py312hca03da5_1",\n      "build_number": 1,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.12,<3.13.0a0"\n      ],\n      "fn": "zope-1.0-py312hca03da5_1.conda",\n      "legacy_bz2_md5": "4731318df9a085a67400d0e7204086bd",\n      "legacy_bz2_size": 4003,\n      "license": "BSD",\n      "md5": "b5fa0d2e6bca301218a46377cde0f30e",\n      "name": "zope",\n      "platform": null,\n      "sha256": "11e96839a12fe7b96fd38b6c1bebd5e9f6e502f489f7e23bf6e6e8af1828d652",\n      "size": 4552,\n      "subdir": "osx-arm64",\n      "timestamp": 1699241781376,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope-1.0-py312hca03da5_1.conda",\n      "version": "1.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hca03da5_1",\n      "build_number": 1,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0"\n      ],\n      "fn": "zope-1.0-py38hca03da5_1.conda",\n      "legacy_bz2_md5": "5aeafe00d315387fdc4f0a30dce487d4",\n      "legacy_bz2_size": 3803,\n      "license": "BSD",\n      "md5": "b3d1783e927fafea02c17e54e2220fd3",\n      "name": "zope",\n      "platform": null,\n      "sha256": "8116086a0d3101a0e5a73d6af5ea38bd629d8bba33131d6e98d687371bedfa62",\n      "size": 4279,\n      "subdir": "osx-arm64",\n      "timestamp": 1628962331208,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope-1.0-py38hca03da5_1.conda",\n      "version": "1.0"\n    },\n    {\n      "arch": null,\n      "build": "py39hca03da5_1",\n      "build_number": 1,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0"\n      ],\n      "fn": "zope-1.0-py39hca03da5_1.conda",\n      "legacy_bz2_md5": "b6d723a6975a73b3139e6b96cbda9bf5",\n      "legacy_bz2_size": 3835,\n      "license": "BSD",\n      "md5": "5722623cb3fdc08b7c1c95f927b2581e",\n      "name": "zope",\n      "platform": null,\n      "sha256": "a3283a41b74769d12eb16373d0f6c95ad0d53da09930177f89b8c8c71b73f6d5",\n      "size": 4320,\n      "subdir": "osx-arm64",\n      "timestamp": 1628962349248,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope-1.0-py39hca03da5_1.conda",\n      "version": "1.0"\n    }\n  ],\n  "zope.component": [\n    {\n      "arch": null,\n      "build": "py310hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "setuptools",\n        "zope.event",\n        "zope.interface >=4.1.0"\n      ],\n      "fn": "zope.component-4.4.1-py310hca03da5_0.conda",\n      "legacy_bz2_md5": "5de586d9c64b994ec714390b4dd3fbad",\n      "legacy_bz2_size": 92138,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "d7fe898f4c3879618d3cf2750b78fc23",\n      "name": "zope.component",\n      "platform": null,\n      "sha256": "fffdfe4186009d07e64b1ccf398f5098f2a60d2aa3b86d69721eb95c5f08d82b",\n      "size": 98231,\n      "subdir": "osx-arm64",\n      "timestamp": 1643973963568,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.component-4.4.1-py310hca03da5_0.conda",\n      "version": "4.4.1"\n    },\n    {\n      "arch": null,\n      "build": "py311hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "setuptools",\n        "zope.event",\n        "zope.interface >=4.1.0"\n      ],\n      "fn": "zope.component-4.4.1-py311hca03da5_0.conda",\n      "legacy_bz2_md5": "d3be365664b3b6ff5b39c8b50f39aeb8",\n      "legacy_bz2_size": 122844,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "9caf64bf76ab0cf44761f3bc90846937",\n      "name": "zope.component",\n      "platform": null,\n      "sha256": "dd41422b2810edf087df8ad3c1f796ea734665840a37f6e3de3d24bb8d65fc4c",\n      "size": 128001,\n      "subdir": "osx-arm64",\n      "timestamp": 1678069367669,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.component-4.4.1-py311hca03da5_0.conda",\n      "version": "4.4.1"\n    },\n    {\n      "arch": null,\n      "build": "py38hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "setuptools",\n        "zope.event",\n        "zope.interface >=4.1.0"\n      ],\n      "fn": "zope.component-4.4.1-py38hca03da5_0.conda",\n      "legacy_bz2_md5": "4ba30efe1a54749875751758004f4a02",\n      "legacy_bz2_size": 90611,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "8d6839c831f5d0ef611637e6226c5710",\n      "name": "zope.component",\n      "platform": null,\n      "sha256": "458fc9849f92e24f2fe0124bd35032737be82d2d9d084bca0ae76331762f4e56",\n      "size": 96200,\n      "subdir": "osx-arm64",\n      "timestamp": 1629300113771,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.component-4.4.1-py38hca03da5_0.conda",\n      "version": "4.4.1"\n    },\n    {\n      "arch": null,\n      "build": "py39hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "setuptools",\n        "zope.event",\n        "zope.interface >=4.1.0"\n      ],\n      "fn": "zope.component-4.4.1-py39hca03da5_0.conda",\n      "legacy_bz2_md5": "776c7a9aa4a6839218e9c31004ca5bdd",\n      "legacy_bz2_size": 90621,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "1f2dc1b8ff50ba789af790ea1e6ba22e",\n      "name": "zope.component",\n      "platform": null,\n      "sha256": "72a5f6bc32136b2482f6368ad63102a27178f9784faeaa18da4936006e77ab39",\n      "size": 96507,\n      "subdir": "osx-arm64",\n      "timestamp": 1629300141568,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.component-4.4.1-py39hca03da5_0.conda",\n      "version": "4.4.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.5",\n        "setuptools",\n        "zope.event",\n        "zope.hookable >=4.2.0",\n        "zope.interface >=5.3.0a1"\n      ],\n      "fn": "zope.component-5.0.0-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "1a30e2c511747208439be16eb01578c2",\n      "name": "zope.component",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "eb16bf12342cdc60fa1113bb4989ecc7659defeb65767210e43ddbb0dfd5c125",\n      "size": 44925,\n      "subdir": "noarch",\n      "timestamp": 1621071853587,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.component-5.0.0-pyhd8ed1ab_0.tar.bz2",\n      "version": "5.0.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.5",\n        "setuptools",\n        "zope.event",\n        "zope.hookable >=4.2.0",\n        "zope.interface >=5.3.0a1"\n      ],\n      "fn": "zope.component-5.0.1-pyhd8ed1ab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ca14639e8e568dbb8de7de762637cb34",\n      "name": "zope.component",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "97db6f2f19e6d21ae147c1fec6d6065984f25f153943872c1fa20c982e18ebc7",\n      "size": 45277,\n      "subdir": "noarch",\n      "timestamp": 1625837474558,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.component-5.0.1-pyhd8ed1ab_0.tar.bz2",\n      "version": "5.0.1"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.5",\n        "setuptools",\n        "zope.event",\n        "zope.hookable >=4.2.0",\n        "zope.interface >=5.3.0a1"\n      ],\n      "fn": "zope.component-5.1.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "fde179a3a56855695879e45c7ec80acb",\n      "name": "zope.component",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "134571d02756332d4ce0c8340a38122dbec24d38f0a293545e979ac9157713a9",\n      "size": 48693,\n      "subdir": "noarch",\n      "timestamp": 1672785167610,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.component-5.1.0-pyhd8ed1ab_0.conda",\n      "version": "5.1.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.7",\n        "setuptools",\n        "zope.event",\n        "zope.hookable >=4.2.0",\n        "zope.interface >=5.3"\n      ],\n      "fn": "zope.component-6.0-pyhd8ed1ab_0.conda",\n      "license": "ZPL-2.1 & BSD-3-Clause",\n      "md5": "2be937e25634408c2e617cd650ea6a59",\n      "name": "zope.component",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "96fa0bd13c88770439ab652b1146f31a513d658b6455307a52bf159e5de8f593",\n      "size": 48487,\n      "subdir": "noarch",\n      "timestamp": 1682230035580,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.component-6.0-pyhd8ed1ab_0.conda",\n      "version": "6.0"\n    }\n  ],\n  "zope.deferredimport": [\n    {\n      "arch": null,\n      "build": "py_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python",\n        "zope.proxy"\n      ],\n      "fn": "zope.deferredimport-4.3.1-py_0.tar.bz2",\n      "license": "ZPL 2.1",\n      "license_family": "OTHER",\n      "md5": "2ffe6dcea6f9d54852c7c2a89599cc32",\n      "name": "zope.deferredimport",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "f48cbf55f1ed4fb63a30d4a04bf8f2c96180aa45cd32c5f7ca617852ab879d73",\n      "size": 11363,\n      "subdir": "noarch",\n      "timestamp": 1577454772652,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.deferredimport-4.3.1-py_0.tar.bz2",\n      "version": "4.3.1"\n    }\n  ],\n  "zope.deprecation": [\n    {\n      "arch": null,\n      "build": "py310hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "zope"\n      ],\n      "fn": "zope.deprecation-4.4.0-py310hca03da5_0.conda",\n      "legacy_bz2_md5": "31e7e01f899f3393d574bfd698266f4c",\n      "legacy_bz2_size": 19852,\n      "license": "ZPL 2.1",\n      "license_family": "Other",\n      "md5": "be68103fda92940d29147c6af09bd0a0",\n      "name": "zope.deprecation",\n      "platform": null,\n      "sha256": "9ba6903f803cf0c74c61bf4a119cf981f9112010175123a9b540c9737f7324e8",\n      "size": 20679,\n      "subdir": "osx-arm64",\n      "timestamp": 1643972836764,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.deprecation-4.4.0-py310hca03da5_0.conda",\n      "version": "4.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "zope"\n      ],\n      "fn": "zope.deprecation-4.4.0-py311hca03da5_0.conda",\n      "legacy_bz2_md5": "4d4c54a4b439a1771d74e5bc8b5214a6",\n      "legacy_bz2_size": 26272,\n      "license": "ZPL 2.1",\n      "license_family": "Other",\n      "md5": "0f0f6bad72b7f8e5b608a0435006994e",\n      "name": "zope.deprecation",\n      "platform": null,\n      "sha256": "04f114fd85ea805fbb7606b59370822c8b1ac64a6e1d461e328f43256c626920",\n      "size": 26820,\n      "subdir": "osx-arm64",\n      "timestamp": 1678068175651,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.deprecation-4.4.0-py311hca03da5_0.conda",\n      "version": "4.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "zope"\n      ],\n      "fn": "zope.deprecation-4.4.0-py38hca03da5_0.conda",\n      "legacy_bz2_md5": "249c87ec014e8130ef4191722e9d3fdc",\n      "legacy_bz2_size": 19486,\n      "license": "ZPL 2.1",\n      "license_family": "Other",\n      "md5": "43ea472231cc2b5c9e33e7c37a25669f",\n      "name": "zope.deprecation",\n      "platform": null,\n      "sha256": "b53779b9b080b78e487dc26128b978ac9fbc56abe7797b0df2ff1632c038b1b5",\n      "size": 20176,\n      "subdir": "osx-arm64",\n      "timestamp": 1629300206298,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.deprecation-4.4.0-py38hca03da5_0.conda",\n      "version": "4.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py39hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "zope"\n      ],\n      "fn": "zope.deprecation-4.4.0-py39hca03da5_0.conda",\n      "legacy_bz2_md5": "72237c627e6ec69168d0b9de81210dbe",\n      "legacy_bz2_size": 19572,\n      "license": "ZPL 2.1",\n      "license_family": "Other",\n      "md5": "9a45bb998915ab1a3d0db9548645073f",\n      "name": "zope.deprecation",\n      "platform": null,\n      "sha256": "2eeaa25b5d56729b8ac61075d684b1f7666fa56b1adc22eb6acf718902378f7d",\n      "size": 20279,\n      "subdir": "osx-arm64",\n      "timestamp": 1629300179559,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.deprecation-4.4.0-py39hca03da5_0.conda",\n      "version": "4.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python"\n      ],\n      "fn": "zope.deprecation-4.4.0-py_0.tar.bz2",\n      "license": "ZPL 2.1",\n      "license_family": "OTHER",\n      "md5": "8c034692153e86e1a746fead63ecb93b",\n      "name": "zope.deprecation",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "fa1c10b28d3e294ea01e42f26120705f647285c5391318d14e2ee406df812493",\n      "size": 11481,\n      "subdir": "noarch",\n      "timestamp": 1546948874662,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.deprecation-4.4.0-py_0.tar.bz2",\n      "version": "4.4.0"\n    }\n  ],\n  "zope.event": [\n    {\n      "arch": null,\n      "build": "pyh9f0ad1d_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.4-pyh9f0ad1d_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "af89429ccd207dbb1bedf34595a9bf92",\n      "name": "zope.event",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "b5e1d85d5b77f6102a8bd552623eeee86433a86e0f69bd68ca497fffef32c4a9",\n      "size": 9385,\n      "subdir": "noarch",\n      "timestamp": 1591372992939,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.event-4.4-pyh9f0ad1d_0.tar.bz2",\n      "version": "4.4"\n    },\n    {\n      "arch": null,\n      "build": "py310hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.5.0-py310hca03da5_0.conda",\n      "legacy_bz2_md5": "db8154570403a732bd733f0643dfabf8",\n      "legacy_bz2_size": 9904,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "fd161d47960a8072ae6ab95e44c4b2cb",\n      "name": "zope.event",\n      "platform": null,\n      "sha256": "3ce24376dd80106e4b4bc611619a8b26b61c8505f8d391cd28484a44fa378445",\n      "size": 10295,\n      "subdir": "osx-arm64",\n      "timestamp": 1643969738901,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.event-4.5.0-py310hca03da5_0.conda",\n      "version": "4.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.5.0-py311hca03da5_0.conda",\n      "legacy_bz2_md5": "18f9c5fa47fa3eaff8c34977dd61cc4e",\n      "legacy_bz2_size": 12008,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "e1b5a25174c929e1c4cf1c7338ab3fff",\n      "name": "zope.event",\n      "platform": null,\n      "sha256": "4de62e2a8385c261b2524bfd3e0186dc3d79a1fa98fc0677ee3541c5202e2da6",\n      "size": 12433,\n      "subdir": "osx-arm64",\n      "timestamp": 1678068321186,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.event-4.5.0-py311hca03da5_0.conda",\n      "version": "4.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.5.0-py38hca03da5_0.conda",\n      "legacy_bz2_md5": "6b47238375eb86b3be5fe0ca4b901297",\n      "legacy_bz2_size": 9723,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "f3cc280b40f93f5a8a5d475ec555e3ea",\n      "name": "zope.event",\n      "platform": null,\n      "sha256": "6e9b7094f6c2c39575551362b1bd62f36d00409eebd3be12d9f215276c4e77a7",\n      "size": 10120,\n      "subdir": "osx-arm64",\n      "timestamp": 1628962452998,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.event-4.5.0-py38hca03da5_0.conda",\n      "version": "4.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py39hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.5.0-py39hca03da5_0.conda",\n      "legacy_bz2_md5": "a595a0ea1b328a7cb9a209c8951325b2",\n      "legacy_bz2_size": 9757,\n      "license": "Zope Public License",\n      "license_family": "OTHER",\n      "md5": "08123893b16d6d2777691a3b25bf8f04",\n      "name": "zope.event",\n      "platform": null,\n      "sha256": "22e9616926ef5e79c9192b6c66f2d4a4a1c2a00c73f28a63a07aa0802a15956e",\n      "size": 10174,\n      "subdir": "osx-arm64",\n      "timestamp": 1628962470549,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.event-4.5.0-py39hca03da5_0.conda",\n      "version": "4.5.0"\n    },\n    {\n      "arch": null,\n      "build": "pyh9f0ad1d_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.5.0-pyh9f0ad1d_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "md5": "82afb122a3152f24339bda8fee5ff062",\n      "name": "zope.event",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "c2a7511605c6c7d45a8f229f26e708c8e56ed466bd77abc7857715b986c052fc",\n      "size": 9622,\n      "subdir": "noarch",\n      "timestamp": 1600480011265,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.event-4.5.0-pyh9f0ad1d_0.tar.bz2",\n      "version": "4.5.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=2.7",\n        "setuptools"\n      ],\n      "fn": "zope.event-4.6-pyhd8ed1ab_0.conda",\n      "license": "ZPL-2.1",\n      "md5": "3c7fca247c9845183b753dbecbe402bb",\n      "name": "zope.event",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "d29aa0ca80cb8c8a49bac960670789b52e460a2e81d9277472876a63748f2a72",\n      "size": 11659,\n      "subdir": "noarch",\n      "timestamp": 1671110048127,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.event-4.6-pyhd8ed1ab_0.conda",\n      "version": "4.6"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "python >=3.7",\n        "setuptools"\n      ],\n      "fn": "zope.event-5.0-pyhd8ed1ab_0.conda",\n      "license": "ZPL-2.1",\n      "md5": "b4a7b86cf51f2831015e9eebd284dc0a",\n      "name": "zope.event",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "6c8da71175dcbed170020414b38315a71771902e91c1ec0b59e0e74e510e08d9",\n      "size": 12033,\n      "subdir": "noarch",\n      "timestamp": 1687705690100,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.event-5.0-pyhd8ed1ab_0.conda",\n      "version": "5.0"\n    }\n  ],\n  "zope.interface": [\n    {\n      "arch": null,\n      "build": "py38h30f7421_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.2.0-py38h30f7421_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "41dfadd107f0720fa4b85cfe8cde1083",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "6d28048fbe08fd0e32f2b2e60a0089951e5d5c4584fcafc4ff12bc2e872b9b35",\n      "size": 303832,\n      "subdir": "osx-arm64",\n      "timestamp": 1615321061909,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.2.0-py38h30f7421_1.tar.bz2",\n      "version": "5.2.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h46acfd9_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.2.0-py39h46acfd9_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "b1aa53ebf5b433225ed3bf8369bec79b",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "270e5dfeeeb67d6ffcecfb13d5174cba0b62e97c97b69f31c478848bbe1acd52",\n      "size": 300025,\n      "subdir": "osx-arm64",\n      "timestamp": 1615321045286,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.2.0-py39h46acfd9_1.tar.bz2",\n      "version": "5.2.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h30f7421_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.3.0-py38h30f7421_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "51de682eb4399006becc7d97800cb21f",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "d8dde59739cefcca3954a9177b3d75e1e3b4b37d4a66718bce3c315a940fff88",\n      "size": 318397,\n      "subdir": "osx-arm64",\n      "timestamp": 1616328003551,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.3.0-py38h30f7421_0.tar.bz2",\n      "version": "5.3.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h46acfd9_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.3.0-py39h46acfd9_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "92490923ae08190a838f0427d9e488bb",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "14412f0f4b445ea2f3810bbbbc3c361627cfd6e0cad98f15c92cd4d61f748554",\n      "size": 318217,\n      "subdir": "osx-arm64",\n      "timestamp": 1616328037753,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.3.0-py39h46acfd9_0.tar.bz2",\n      "version": "5.3.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "setuptools",\n        "zope"\n      ],\n      "fn": "zope.interface-5.4.0-py310h1a28f6b_0.conda",\n      "legacy_bz2_md5": "b41b6c8a3aebdac256b39149e4b56569",\n      "legacy_bz2_size": 330036,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "c7fdd3fedfc413cb2d2d1489783b4007",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "e475cadc4ec08746eb006f84744fe7e4bfa94577f824a01d161eb2dc2c9fb6e6",\n      "size": 312016,\n      "subdir": "osx-arm64",\n      "timestamp": 1643972867344,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.interface-5.4.0-py310h1a28f6b_0.conda",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py310he2143c4_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py310he2143c4_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "63d4f85d8db7af3433e2981660e71b28",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "ff05c853dd5a0434b68e76ee5d07f34e94a590a7165b491792b6dcffef4053cc",\n      "size": 330346,\n      "subdir": "osx-arm64",\n      "timestamp": 1635860027196,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py310he2143c4_1.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py310hf8d0d8f_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py310hf8d0d8f_2.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "b1a0c31fc8b2f1cf6aca139904339083",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "a3ebe39d24a88a7078f6f6e1e36fc3e2d3dcec6052893c1a209a66f4fb7f31f2",\n      "size": 327193,\n      "subdir": "osx-arm64",\n      "timestamp": 1649176130072,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py310hf8d0d8f_2.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py311h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "setuptools",\n        "zope"\n      ],\n      "fn": "zope.interface-5.4.0-py311h80987f9_0.conda",\n      "legacy_bz2_md5": "bc9a7c8b6ec30049b87d6291cbfb2bc0",\n      "legacy_bz2_size": 418901,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "ddf32e48fbaf5100e418ca414e6de76c",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "d4995799668c0ec690198a97a94b3bcaedb1bb1b05705eaf00a892b23ae8af55",\n      "size": 397610,\n      "subdir": "osx-arm64",\n      "timestamp": 1678055316018,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.interface-5.4.0-py311h80987f9_0.conda",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py312h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.12,<3.13.0a0",\n        "setuptools",\n        "zope"\n      ],\n      "fn": "zope.interface-5.4.0-py312h80987f9_0.conda",\n      "legacy_bz2_md5": "63e471daa5f131680db0c84fbd350697",\n      "legacy_bz2_size": 403382,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "92204c78861ccc8a4964f5423a5fc3ae",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "7b2b02f80c71a5bb1fdf5cdad32dbfb416866ad75a6f09de30b69144ac9b8af6",\n      "size": 387313,\n      "subdir": "osx-arm64",\n      "timestamp": 1699243710882,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.interface-5.4.0-py312h80987f9_0.conda",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "setuptools",\n        "zope"\n      ],\n      "fn": "zope.interface-5.4.0-py38h1a28f6b_0.conda",\n      "legacy_bz2_md5": "75b05ec24769891603c6d30d84e7e714",\n      "legacy_bz2_size": 326813,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "757edfe8d7f73fa08fcf13f30d360475",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "eb11741e6eb0105d49ba9f2480e5f75ade55b7438a2c4f10d89c96c3ffb42c4d",\n      "size": 309295,\n      "subdir": "osx-arm64",\n      "timestamp": 1628962391031,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.interface-5.4.0-py38h1a28f6b_0.conda",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h33210d7_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py38h33210d7_2.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "05b3408a46d103fcf0cbb42e4edd8173",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "55263423a01a5d9c1a84efd9dcc7cc4280a977c3b84b0c0f883f5b363ae45cc2",\n      "size": 322338,\n      "subdir": "osx-arm64",\n      "timestamp": 1649175957874,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py38h33210d7_2.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py38hea4295b_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "fa36c3d485b949d9ca5475a241f6a646",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "d7661bc7fdd2ee6861654c92a8a1a9bebd3ac678f1d55cc4b101e695b41e72a0",\n      "size": 324502,\n      "subdir": "osx-arm64",\n      "timestamp": 1618486323414,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py38hea4295b_0.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py38hea4295b_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "010cdec40b5ea15ee38dc7377c2ea720",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "e83b31ed8885d64ff485a8e84dceb7e1f09b880fa62aa999dfb7b7ff5bc07a09",\n      "size": 325001,\n      "subdir": "osx-arm64",\n      "timestamp": 1635859875008,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py38hea4295b_1.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "setuptools",\n        "zope"\n      ],\n      "fn": "zope.interface-5.4.0-py39h1a28f6b_0.conda",\n      "legacy_bz2_md5": "1da0a58f3b3e492e90bbba1c055fe3b1",\n      "legacy_bz2_size": 324414,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "750cd268645b846674aa35b108c990eb",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "3271609235ca15123331c7f2c5b8b63ebecef0cf644644d796aa20e862e7e5ef",\n      "size": 305694,\n      "subdir": "osx-arm64",\n      "timestamp": 1628962420935,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.interface-5.4.0-py39h1a28f6b_0.conda",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py39h5161555_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "7efc0cdced83c64bff410fe62e21bf36",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "cfab9935ddd170c3d2c8ba64a19e9079b2f88050c6513b1dc2f519734348894f",\n      "size": 324850,\n      "subdir": "osx-arm64",\n      "timestamp": 1618486319696,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py39h5161555_0.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py39h5161555_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "52db1848caf6cbfac5489c5fb6d45e6a",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "dce8a6dbfd2291461959fb5ad9616bb7e2497d2b40b3105532824c961bf7abde",\n      "size": 327649,\n      "subdir": "osx-arm64",\n      "timestamp": 1635859833184,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py39h5161555_1.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py39hb18efdd_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.4.0-py39hb18efdd_2.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "67073aefc6860449deb179b7c6cbceac",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "8dbec3ee87b3b36cbb2447b87ea35544a436c730b6aba158068182476c4bf88b",\n      "size": 322349,\n      "subdir": "osx-arm64",\n      "timestamp": 1649175950679,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.4.0-py39hb18efdd_2.tar.bz2",\n      "version": "5.4.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py310h8e9501a_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "4d851e66b3368a3aab1b58a79f528618",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "e5449d72d21a5e2beef4ab3324b52a3a097be09c7cb81a9994c3d5b2da491243",\n      "size": 330585,\n      "subdir": "osx-arm64",\n      "timestamp": 1665399510090,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py310h8e9501a_0.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py310h8e9501a_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "13358961c60487c2a62c169fe85f38d1",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "dd36efb6e15d2e58f945c131a8f30daf3bfc3ed0851f45fef453cccc06dafaba",\n      "size": 331879,\n      "subdir": "osx-arm64",\n      "timestamp": 1666818262600,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py310h8e9501a_1.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py311he2be06e_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py311he2be06e_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "ecd4f18ded91435753ac41dd8a5708e9",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "63a3ee9e408d43d7613c5db1ecce0ba7ab8f1b18702a7df74e608e150eb973c1",\n      "size": 422886,\n      "subdir": "osx-arm64",\n      "timestamp": 1666818270915,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py311he2be06e_1.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py38hb991d35_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "8edca58bb0b6f5018a565bf8db5c5d66",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "b1dea4af420aac91fa9b5824ee7b1d6e5f2934e4a47c749c900aa02a276aa65e",\n      "size": 326400,\n      "subdir": "osx-arm64",\n      "timestamp": 1665399391835,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py38hb991d35_0.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py38hb991d35_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "b3ddc78277776dc4d0425059095beffc",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "2d33805cfa08a09b861477d8f3a60e635e65fe72b188ba6c42693f64f50aa0e7",\n      "size": 327644,\n      "subdir": "osx-arm64",\n      "timestamp": 1666818456166,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py38hb991d35_1.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py39h02fc5c5_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "0201b9d6fd32d58aa0bfd00618bf4c3b",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "8a42cbb71d5f3ff266ce7ff44a34f5695925482cef24a35929c84f7f7f3340df",\n      "size": 328189,\n      "subdir": "osx-arm64",\n      "timestamp": 1665399522566,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py39h02fc5c5_0.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.0-py39h02fc5c5_1.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "48fe7a44a22c28e1c1fc202d13e76088",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "c72dd90e10449a0aa920a2f5c68e468a47137003b2e3144daba7a2f5b4a95788",\n      "size": 326064,\n      "subdir": "osx-arm64",\n      "timestamp": 1666818303484,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.0-py39h02fc5c5_1.tar.bz2",\n      "version": "5.5.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.1-py310h8e9501a_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "beb81394663578c90e23b9c9b94cc797",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "0faebf2b9a48af06c9661602329506a2d5edbb400848c1e0b2167c00f22062e3",\n      "size": 327371,\n      "subdir": "osx-arm64",\n      "timestamp": 1667499680035,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.1-py310h8e9501a_0.tar.bz2",\n      "version": "5.5.1"\n    },\n    {\n      "arch": null,\n      "build": "py311he2be06e_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.1-py311he2be06e_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "497e79d9bd50529ee53dbf1a5302d13e",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "60660e162d2d1afcfc1d71595f5ae520cc9d110a1252259c27b5cbda22b5c370",\n      "size": 422143,\n      "subdir": "osx-arm64",\n      "timestamp": 1667499896963,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.1-py311he2be06e_0.tar.bz2",\n      "version": "5.5.1"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.1-py38hb991d35_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "31d7b00a1470550093aee4deeab39b9d",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "af369d48565f96cd33010742b48eb88706ce1e01484e2cc3e86021883450619a",\n      "size": 323576,\n      "subdir": "osx-arm64",\n      "timestamp": 1667499516772,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.1-py38hb991d35_0.tar.bz2",\n      "version": "5.5.1"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.1-py39h02fc5c5_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "f541cedec6a5429e6f77b613c88461e6",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "64afbe6c9bd321f74bb5bf438d13f338bad9fefadd26dcfa082893d625a0640d",\n      "size": 323030,\n      "subdir": "osx-arm64",\n      "timestamp": 1667499663873,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.1-py39h02fc5c5_0.tar.bz2",\n      "version": "5.5.1"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.2-py310h8e9501a_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "40332a495d5cc1ec6fdc29c9360f480b",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "85cb447eca68d70ae7c1d101ff6cc8b7e0b1a4d74e9cf3b2137e12d823d1c58d",\n      "size": 330139,\n      "subdir": "osx-arm64",\n      "timestamp": 1668715872107,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.2-py310h8e9501a_0.tar.bz2",\n      "version": "5.5.2"\n    },\n    {\n      "arch": null,\n      "build": "py311he2be06e_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.2-py311he2be06e_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "04838148bc3601f9292272eab19f2f12",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "39cac54324d66526a662e563e35c916bb2bb35ef79cc4093127abc907b10937b",\n      "size": 424972,\n      "subdir": "osx-arm64",\n      "timestamp": 1668715975987,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.2-py311he2be06e_0.tar.bz2",\n      "version": "5.5.2"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.2-py38hb991d35_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "d6d7d61335cc1f273b7437a88e845fbf",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "0f35415386421da6f8f0ecea7a239302781f2fc571bc66d9d3de4ec9828015ed",\n      "size": 325310,\n      "subdir": "osx-arm64",\n      "timestamp": 1668715916263,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.2-py38hb991d35_0.tar.bz2",\n      "version": "5.5.2"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-5.5.2-py39h02fc5c5_0.tar.bz2",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "11dd42f17be993c74f3f76b3b2831bb8",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "9e7e03efe9f07a4eb382ceb96e200fd5f2dd09226c5a8831b86a8808389b796b",\n      "size": 327077,\n      "subdir": "osx-arm64",\n      "timestamp": 1668715948004,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-5.5.2-py39h02fc5c5_0.tar.bz2",\n      "version": "5.5.2"\n    },\n    {\n      "arch": null,\n      "build": "py310h2aa6e3c_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py310h2aa6e3c_1.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "239b5a7497e38bf37687b3f4c010977a",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "a915eee82037cccc13af17d57374f4e4779ad838e05f5263795efd8d404a1f0a",\n      "size": 310418,\n      "subdir": "osx-arm64",\n      "timestamp": 1695410494894,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py310h2aa6e3c_1.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py310h8e9501a_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "e29e7f2b81fd7ff6bf86520376172cec",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "e5493c26ea726505e8965216e8e6f4e2463d7d252de9d62a8ab10d24c823356f",\n      "size": 308919,\n      "subdir": "osx-arm64",\n      "timestamp": 1679047320933,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py310h8e9501a_0.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py311he2be06e_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py311he2be06e_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "9546670c61c2d0730a5e73f4f87851fc",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "6397d3f28b9e13ccce1e20d632d04b858e18c74bf098593e0adfe9777b81563a",\n      "size": 390606,\n      "subdir": "osx-arm64",\n      "timestamp": 1679047337772,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py311he2be06e_0.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py311heffc1b2_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py311heffc1b2_1.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "6cb993eb3de69efd25524881c743739c",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "abff39a085df5920d3f9082404202f37f4a7c2c81241504b8054d22328722ad2",\n      "size": 392049,\n      "subdir": "osx-arm64",\n      "timestamp": 1695410637012,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py311heffc1b2_1.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py312h02f2b3b_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.12.0rc3,<3.13.0a0",\n        "python >=3.12.0rc3,<3.13.0a0 *_cpython",\n        "python_abi 3.12.* *_cp312",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py312h02f2b3b_1.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "85e6f1bc8825280e5f580ec7ec7ac02f",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "e3e9492b1239eabdbd61798823b2c2511ecd7552868a77b4ffc309c8dfe0b336",\n      "size": 380267,\n      "subdir": "osx-arm64",\n      "timestamp": 1695410648509,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py312h02f2b3b_1.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hb192615_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py38hb192615_1.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "261008deeeb0670854bbba62e9cbbd33",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "b9aa7fa41601684676d42b7e23a1b14586200c0eace50d49e81c67e1fc22fcde",\n      "size": 308638,\n      "subdir": "osx-arm64",\n      "timestamp": 1695410403032,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py38hb192615_1.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py38hb991d35_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "93541bc34a9a81d9af447056d144c8d8",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "940fc8af20e4036542cd698547f90e1c385525f133ccdae2241b3f3d12de608a",\n      "size": 306264,\n      "subdir": "osx-arm64",\n      "timestamp": 1679047230001,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py38hb991d35_0.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py39h02fc5c5_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "efdd77608ddcc65efd144347f7a991d0",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "216083835e93be26a5291fea63e9feede2d6f2432c7bd1d248534bc85ed5cbdb",\n      "size": 306286,\n      "subdir": "osx-arm64",\n      "timestamp": 1679047518394,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py39h02fc5c5_0.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h0f82c59_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.0-py39h0f82c59_1.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "cbed3bfd86e966e083b7c5e84e6a1f93",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "47940ef0d2d2a5d3b14a7f1a541209bf7f440a8eb43e9f9f36bf2a10592ea676",\n      "size": 307632,\n      "subdir": "osx-arm64",\n      "timestamp": 1695410617181,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.0-py39h0f82c59_1.conda",\n      "version": "6.0"\n    },\n    {\n      "arch": null,\n      "build": "py310hd125d64_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.1-py310hd125d64_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "7d2db6b8b669dd2e8401dfe1192dbb34",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "931259af60895f509643bad6a5bf4aec42043898b75197a6b1e2af94ab36a834",\n      "size": 309868,\n      "subdir": "osx-arm64",\n      "timestamp": 1696524042120,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.1-py310hd125d64_0.conda",\n      "version": "6.1"\n    },\n    {\n      "arch": null,\n      "build": "py311h05b510d_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.1-py311h05b510d_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "fa593ceeb86e0949a1093f29b8d15193",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "0d3991c24c176f3628a3325a92c5dd91a14c94318f35d024a718c04891a6e3f6",\n      "size": 391346,\n      "subdir": "osx-arm64",\n      "timestamp": 1696523860482,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.1-py311h05b510d_0.conda",\n      "version": "6.1"\n    },\n    {\n      "arch": null,\n      "build": "py312he37b823_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.12,<3.13.0a0",\n        "python >=3.12,<3.13.0a0 *_cpython",\n        "python_abi 3.12.* *_cp312",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.1-py312he37b823_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "72bf3294cac35dddb45406e6c524affe",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "a61e42a818b217293b87ae781b5ad2b64451a5e9b8954d8caed3752d9e6338cc",\n      "size": 378196,\n      "subdir": "osx-arm64",\n      "timestamp": 1696523858647,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.1-py312he37b823_0.conda",\n      "version": "6.1"\n    },\n    {\n      "arch": null,\n      "build": "py38h336bac9_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.1-py38h336bac9_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "bd7a73347631925fc208da3b95198a6f",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "d27952e11ac4409f8bfef37c3a7e7ec996095b09dde4338f705a703d0625a070",\n      "size": 305957,\n      "subdir": "osx-arm64",\n      "timestamp": 1696523938204,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.1-py38h336bac9_0.conda",\n      "version": "6.1"\n    },\n    {\n      "arch": null,\n      "build": "py39h17cfd9d_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "setuptools"\n      ],\n      "fn": "zope.interface-6.1-py39h17cfd9d_0.conda",\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "0a5fd4ad1e166ec5b9785fe835ec6c29",\n      "name": "zope.interface",\n      "platform": null,\n      "sha256": "aeb334432e653491022b8bd01ab4d005977e3baf2e92cb048346ae5ce83761d6",\n      "size": 306138,\n      "subdir": "osx-arm64",\n      "timestamp": 1696523932444,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zope.interface-6.1-py39h17cfd9d_0.conda",\n      "version": "6.1"\n    }\n  ],\n  "zope.sqlalchemy": [\n    {\n      "arch": null,\n      "build": "py310hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.10,<3.11.0a0",\n        "sqlalchemy >=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,<2",\n        "transaction >=1.6.0",\n        "zope.interface >=3.6.0"\n      ],\n      "fn": "zope.sqlalchemy-2.0-py310hca03da5_0.conda",\n      "legacy_bz2_md5": "50ec58bf0c5d5fa95635296289eafb9d",\n      "legacy_bz2_size": 33467,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "77061fe5d7298e1464fe8b99bc7c4f8e",\n      "name": "zope.sqlalchemy",\n      "platform": null,\n      "sha256": "dd26c982a6eda9390355e11c9bb234588e8b289a6295342f166ec035547392fa",\n      "size": 35305,\n      "subdir": "osx-arm64",\n      "timestamp": 1680531146008,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.sqlalchemy-2.0-py310hca03da5_0.conda",\n      "version": "2.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.11,<3.12.0a0",\n        "sqlalchemy >=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,<2",\n        "transaction >=1.6.0",\n        "zope.interface >=3.6.0"\n      ],\n      "fn": "zope.sqlalchemy-2.0-py311hca03da5_0.conda",\n      "legacy_bz2_md5": "2791020acaa7c49953d326ad69123f6a",\n      "legacy_bz2_size": 40756,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "1a63b6101ac0af55a0ae023a73a27784",\n      "name": "zope.sqlalchemy",\n      "platform": null,\n      "sha256": "8d2e32d8f58514acf89438102775cd26c89e3ebf298f4475689f24547834ec2e",\n      "size": 42363,\n      "subdir": "osx-arm64",\n      "timestamp": 1680531119087,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.sqlalchemy-2.0-py311hca03da5_0.conda",\n      "version": "2.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.8,<3.9.0a0",\n        "sqlalchemy >=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,<2",\n        "transaction >=1.6.0",\n        "zope.interface >=3.6.0"\n      ],\n      "fn": "zope.sqlalchemy-2.0-py38hca03da5_0.conda",\n      "legacy_bz2_md5": "b9e9b1be6ef044fef227db1ee69b7587",\n      "legacy_bz2_size": 33334,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "6772104e311489619ba8aafb4a8a6860",\n      "name": "zope.sqlalchemy",\n      "platform": null,\n      "sha256": "12c2b03f86639d5e3c2595f4903d6be5f51fd568eadf9ed3a6a6cb835bb3f4a4",\n      "size": 35016,\n      "subdir": "osx-arm64",\n      "timestamp": 1680531088132,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.sqlalchemy-2.0-py38hca03da5_0.conda",\n      "version": "2.0"\n    },\n    {\n      "arch": null,\n      "build": "py39hca03da5_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "python >=3.9,<3.10.0a0",\n        "sqlalchemy >=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6,<2",\n        "transaction >=1.6.0",\n        "zope.interface >=3.6.0"\n      ],\n      "fn": "zope.sqlalchemy-2.0-py39hca03da5_0.conda",\n      "legacy_bz2_md5": "a0f57555ed36d26bd4e873b0a9e36d01",\n      "legacy_bz2_size": 33362,\n      "license": "ZPL-2.1",\n      "license_family": "Other",\n      "md5": "80cf7345d26a6d9f380f0b01720002e9",\n      "name": "zope.sqlalchemy",\n      "platform": null,\n      "sha256": "6af9e5213e9e4d0ab2a41f6949e754405a93fff7a1cd917f200b0cc8ef1027a5",\n      "size": 35001,\n      "subdir": "osx-arm64",\n      "timestamp": 1680531181730,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zope.sqlalchemy-2.0-py39hca03da5_0.conda",\n      "version": "2.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "packaging",\n        "python >=3.7",\n        "setuptools",\n        "sqlalchemy >=1.1,!=1.4.0,!=1.4.1,!=1.4.2,!=1.4.3,!=1.4.4,!=1.4.5,!=1.4.6",\n        "transaction >=1.6.0",\n        "zope.interface >=3.6.0"\n      ],\n      "fn": "zope.sqlalchemy-3.1-pyhd8ed1ab_0.conda",\n      "license": "ZPL-2.1 AND BSD-3-Clause",\n      "md5": "95e62d725b94df8fc7109b204a965b56",\n      "name": "zope.sqlalchemy",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "344a7c16f76834648c156e26a48dd7017490530aaa754cdb4f1e46e2b5cddc0a",\n      "size": 23508,\n      "subdir": "noarch",\n      "timestamp": 1699269732019,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zope.sqlalchemy-3.1-pyhd8ed1ab_0.conda",\n      "version": "3.1"\n    }\n  ],\n  "zoxide": [\n    {\n      "arch": null,\n      "build": "h822aac1_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [],\n      "fn": "zoxide-0.8.0-h822aac1_0.tar.bz2",\n      "license": "MIT",\n      "license_family": "MIT",\n      "md5": "ecc787154f89b3893351c8c3e97949ec",\n      "name": "zoxide",\n      "platform": null,\n      "sha256": "d7f7a56641a34645796006fe6e70be92186fe6b7e237384dfa8883078a20deb3",\n      "size": 432902,\n      "subdir": "osx-arm64",\n      "timestamp": 1642133384798,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zoxide-0.8.0-h822aac1_0.tar.bz2",\n      "version": "0.8.0"\n    }\n  ],\n  "zppy": [\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "configobj >=5.0.0,<6.0.0",\n        "jinja2 >=2.0.0",\n        "mache >=1.3.2",\n        "mpas_tools >=0.15.0",\n        "python >=3.6"\n      ],\n      "fn": "zppy-2.2.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause AND custom",\n      "md5": "afc74629ac41389d4d66f6b8661c5351",\n      "name": "zppy",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "d6d9c722c91fd70f350c9b9daf02769268f3b019383227820b1f130d100258a1",\n      "size": 64438,\n      "subdir": "noarch",\n      "timestamp": 1675819633626,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zppy-2.2.0-pyhd8ed1ab_0.conda",\n      "version": "2.2.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "configobj >=5.0.0,<6.0.0",\n        "jinja2 >=2.0.0",\n        "mache >=1.3.2",\n        "mpas_tools >=0.15.0",\n        "python >=3.6"\n      ],\n      "fn": "zppy-2.3.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause AND custom",\n      "md5": "cb9f0e872a702b4961e45bc0ffc8be7c",\n      "name": "zppy",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "e134c367ffcd8a8aacd1e525700fca007ccec172f5a21cd09aa93dfa2dacb8b4",\n      "size": 49119,\n      "subdir": "noarch",\n      "timestamp": 1694547689772,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zppy-2.3.0-pyhd8ed1ab_0.conda",\n      "version": "2.3.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "configobj >=5.0.0,<6.0.0",\n        "jinja2 >=2.0.0",\n        "mache >=1.3.2",\n        "mpas_tools >=0.15.0",\n        "python >=3.6"\n      ],\n      "fn": "zppy-2.3.1-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause AND custom",\n      "md5": "2b4177e563063ad7f729c8cb52349b61",\n      "name": "zppy",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "89a65de037092d044a54b4c06087871218f1c841305d45902c72ba2d832b7136",\n      "size": 49233,\n      "subdir": "noarch",\n      "timestamp": 1700011450468,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zppy-2.3.1-pyhd8ed1ab_0.conda",\n      "version": "2.3.1"\n    }\n  ],\n  "zstandard": [\n    {\n      "arch": null,\n      "build": "py38h3f7e68f_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "libcxx >=11.0.0",\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.14.1-py38h3f7e68f_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ee01fae091b6ffbfd7713d16df8f0d08",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "31e06b0ff8948203638db66c40368a1039bf62e92e9d04cb99bc3a61e016f6ce",\n      "size": 642849,\n      "subdir": "osx-arm64",\n      "timestamp": 1608019573965,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.14.1-py38h3f7e68f_0.tar.bz2",\n      "version": "0.14.1"\n    },\n    {\n      "arch": null,\n      "build": "py39h93dc1e2_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "libcxx >=11.0.0",\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.14.1-py39h93dc1e2_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "0b54b2a707c9cd38b36835a5fa304efc",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "491615644dc6e66fe4018e9a4b8c54e553b09974a05a4cf0b9f22ada79dd8fb1",\n      "size": 635776,\n      "subdir": "osx-arm64",\n      "timestamp": 1608019465487,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.14.1-py39h93dc1e2_0.tar.bz2",\n      "version": "0.14.1"\n    },\n    {\n      "arch": null,\n      "build": "py38h30f7421_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.15.1-py38h30f7421_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "420efabe27e3d7859ac4a1a034d333f8",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "f12c744fd67a0ebb4ee1ea9db4d65d5f73877898f6e7a6e8a07004c474c1ad18",\n      "size": 660358,\n      "subdir": "osx-arm64",\n      "timestamp": 1611352183559,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.15.1-py38h30f7421_0.tar.bz2",\n      "version": "0.15.1"\n    },\n    {\n      "arch": null,\n      "build": "py39h46acfd9_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.15.1-py39h46acfd9_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ca9c80bb4ed44ce00f1e2232c903b583",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "1a7e7621217c492d9e22b0e46394a09ec3f12ed82027a15b46df16449a44b9ec",\n      "size": 706503,\n      "subdir": "osx-arm64",\n      "timestamp": 1611352167530,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.15.1-py39h46acfd9_0.tar.bz2",\n      "version": "0.15.1"\n    },\n    {\n      "arch": null,\n      "build": "py310h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0"\n      ],\n      "fn": "zstandard-0.15.2-py310h1a28f6b_0.conda",\n      "legacy_bz2_md5": "5113e6939e8b422096514af49b42d88f",\n      "legacy_bz2_size": 757895,\n      "license": "BSD-3-Clause",\n      "md5": "af073f16a6791b67a14f9924190a36c4",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "95a9d7fcf78f6e0f59aafa744336f9dc77e8ff30f71e8120415a21dd4daf9e77",\n      "size": 401867,\n      "subdir": "osx-arm64",\n      "timestamp": 1643974025727,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.15.2-py310h1a28f6b_0.conda",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py311h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.11,<3.12.0a0"\n      ],\n      "fn": "zstandard-0.15.2-py311h80987f9_0.conda",\n      "legacy_bz2_md5": "812f369b92ad7129a3ae2ae02b1f3fe1",\n      "legacy_bz2_size": 628430,\n      "license": "BSD-3-Clause",\n      "md5": "9e48441719394fc740c0e1e4afb182a2",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "2ea8c93f2d27009acc51d9f88074a8cebff2ec6cb9b38676e9a1b67834b61827",\n      "size": 357395,\n      "subdir": "osx-arm64",\n      "timestamp": 1677955927358,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.15.2-py311h80987f9_0.conda",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py38h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0"\n      ],\n      "fn": "zstandard-0.15.2-py38h1a28f6b_0.conda",\n      "legacy_bz2_md5": "2798a2cc47cbc32c382856a8775dae6f",\n      "legacy_bz2_size": 674704,\n      "license": "BSD-3-Clause",\n      "md5": "cc751adb2e127ff123545fba185cd3f0",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "fb9ba9f5d44b84d0b6f6d71e75dff149ad85d3218d26cf83902b1beed1ef2406",\n      "size": 413162,\n      "subdir": "osx-arm64",\n      "timestamp": 1629301280496,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.15.2-py38h1a28f6b_0.conda",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py38h30f7421_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.15.2-py38h30f7421_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "64bcb37810bc12443b8c39117c45157c",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "ded6356543edbeee85b648f3267bd17e40e2bb956f21db970ab89a70f74d32bc",\n      "size": 670935,\n      "subdir": "osx-arm64",\n      "timestamp": 1614955360538,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.15.2-py38h30f7421_0.tar.bz2",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.15.2-py38hea4295b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ac81ac07f1671bd718eb40491e5531bb",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "9a75d858a96ffefdd874f61225e72b273e5675dc91f96d6dbaf658396d456316",\n      "size": 660197,\n      "subdir": "osx-arm64",\n      "timestamp": 1625510967473,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.15.2-py38hea4295b_0.tar.bz2",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py39h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0"\n      ],\n      "fn": "zstandard-0.15.2-py39h1a28f6b_0.conda",\n      "legacy_bz2_md5": "e4f2841ed99eb63df3090df8e29fb852",\n      "legacy_bz2_size": 720039,\n      "license": "BSD-3-Clause",\n      "md5": "0ded5a18d8c4541cea3f61992b7a5e5c",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "1e3640fb5669fbd0dd636159e2f35fcc9d2c8b8e6bd6471cd4a4d76f701fee56",\n      "size": 387712,\n      "subdir": "osx-arm64",\n      "timestamp": 1629301336189,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.15.2-py39h1a28f6b_0.conda",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py39h46acfd9_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.15.2-py39h46acfd9_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "7091dc4b5ff15e90ebf08b305e137500",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "db05667c3526ececc39d2efb38c8a109bb4095c31284896c1d2a2f00dc03cfdd",\n      "size": 725284,\n      "subdir": "osx-arm64",\n      "timestamp": 1614955304925,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.15.2-py39h46acfd9_0.tar.bz2",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.15.2-py39h5161555_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "fc8d3267a831ff5d965746820618aac0",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "3c542c94c5b2a4c9f02844a7eb8f4cea5c5821b869dc696d81563378d8afadc9",\n      "size": 709261,\n      "subdir": "osx-arm64",\n      "timestamp": 1625510893248,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.15.2-py39h5161555_0.tar.bz2",\n      "version": "0.15.2"\n    },\n    {\n      "arch": null,\n      "build": "py310he2143c4_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.16.0-py310he2143c4_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "003c7640add0c76e44c01de0f4ca8791",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "7ee1f9bee79fd531721e0b4f171ed7485e5376d5ec9dd9aa810a5b02e7e54df6",\n      "size": 929265,\n      "subdir": "osx-arm64",\n      "timestamp": 1635885141157,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py310he2143c4_1.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py310he2143c4_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.16.0-py310he2143c4_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "72452a9d3962056092d27a7afa7c969d",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "16e0b3276dc78b774315f69517216f84b78313ca0f412e00f1e5968873b90f59",\n      "size": 927032,\n      "subdir": "osx-arm64",\n      "timestamp": 1636020493289,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py310he2143c4_2.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.16.0-py38hea4295b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "5f2e0f6e3d1065ad7253b4eeb570c06a",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "53ac6b47a6c489758dd5903407922476936804b8bb7ecfa4fc764d73dcc6da95",\n      "size": 848932,\n      "subdir": "osx-arm64",\n      "timestamp": 1634432186816,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py38hea4295b_0.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.16.0-py38hea4295b_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "63bfc19287b33179a7fe32862c0dba6e",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "426cd5da0258f4142717cb7b8aac2f72472176f4396750cb1c7f89ff59b043f0",\n      "size": 864360,\n      "subdir": "osx-arm64",\n      "timestamp": 1635884871848,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py38hea4295b_1.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.16.0-py38hea4295b_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "532d9f9d6cb216f07590e0b9099e772e",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "c0729842117a18e6fbfb2cd8004b4e97a6ba56743879148c7b2afe458b2b8d58",\n      "size": 863072,\n      "subdir": "osx-arm64",\n      "timestamp": 1636020211850,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py38hea4295b_2.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.16.0-py39h5161555_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "08ff0e20db1a5c7228708544551298ad",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "907beb4ab2f60ff348214eb7e24fdbc259814e826aff433fc69c3f99e72120dd",\n      "size": 890589,\n      "subdir": "osx-arm64",\n      "timestamp": 1634432317181,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py39h5161555_0.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.16.0-py39h5161555_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "82b2b7d602472047cb9d6e0207d3167c",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "49c232384886314c72f9a8a71500f3aa823358f85b6d1c54d78aa7132a79d871",\n      "size": 888999,\n      "subdir": "osx-arm64",\n      "timestamp": 1635884886490,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py39h5161555_1.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.16.0-py39h5161555_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "623830a069135c3e076726043e00ed53",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "3e838681a79746e3aa18f2c30fd4693502e954798e0b96f68eb05279b518b32a",\n      "size": 897590,\n      "subdir": "osx-arm64",\n      "timestamp": 1636020380492,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.16.0-py39h5161555_2.tar.bz2",\n      "version": "0.16.0"\n    },\n    {\n      "arch": null,\n      "build": "py310he2143c4_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.17.0-py310he2143c4_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "b3c2224183a13be4f521c646e371a56f",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "daf32dc64335f6788aea9d11743f2689a561406a980753262492813920a30677",\n      "size": 661157,\n      "subdir": "osx-arm64",\n      "timestamp": 1642566758030,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.17.0-py310he2143c4_0.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "py310hf8d0d8f_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.17.0-py310hf8d0d8f_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "59c6b28849685210144b582f2ee38133",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "e0c0ea9cc555825f77f0bdff642fdd7fcc1beb5419a24800abefedfa410e20d3",\n      "size": 621625,\n      "subdir": "osx-arm64",\n      "timestamp": 1649483367754,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.17.0-py310hf8d0d8f_1.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h33210d7_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.17.0-py38h33210d7_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "726bedfda634894af7441a9cd1ce0273",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "1892ab00b64e3e1b9b4ffb4fff7837781c622f28b62dc97bf558b5b13f315c79",\n      "size": 657235,\n      "subdir": "osx-arm64",\n      "timestamp": 1649483370812,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.17.0-py38h33210d7_1.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hea4295b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.17.0-py38hea4295b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "1497ee4bed7718c5df820bc50e883ed3",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "9c1db998053af507c194ff40f081d1f13a533a27e75f7d5c38aa391e4680ffd5",\n      "size": 629138,\n      "subdir": "osx-arm64",\n      "timestamp": 1642566709107,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.17.0-py38hea4295b_0.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h5161555_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.17.0-py39h5161555_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "26321c34f09f8f0fab0545d56f76db94",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "5795e472d463c32bff75d604674eca16dcfea2bfab753cfa6f7560722a380510",\n      "size": 679620,\n      "subdir": "osx-arm64",\n      "timestamp": 1642566903773,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.17.0-py39h5161555_0.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "py39hb18efdd_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.17.0-py39hb18efdd_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "9a1087e735eb91ceb6aebf0dee28fd17",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "31dcf98a187abf1ce49190490000ea86488b33ec41ec74099782916056c6bfee",\n      "size": 620854,\n      "subdir": "osx-arm64",\n      "timestamp": 1649483368427,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.17.0-py39hb18efdd_1.tar.bz2",\n      "version": "0.17.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h02f21da_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.18.0-py310h02f21da_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "1e89942f0b487789f68335d6987544a8",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "d2ae8fb4bd906ab93174fc482592174bba99f6f6d8b07478be346aab00a707b5",\n      "size": 661613,\n      "subdir": "osx-arm64",\n      "timestamp": 1655888103681,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py310h02f21da_0.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0"\n      ],\n      "fn": "zstandard-0.18.0-py310h1a28f6b_0.conda",\n      "legacy_bz2_md5": "6a41659ec5eb3360142552994cd70827",\n      "legacy_bz2_size": 671201,\n      "license": "BSD-3-Clause",\n      "md5": "153b19a47dd86d39d91d64a7ad024573",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "a4fda9eaacb4c6d9719d8aef0857258cf148869d29c5c1eecfea52b5bf1fa70d",\n      "size": 374876,\n      "subdir": "osx-arm64",\n      "timestamp": 1663827575446,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.18.0-py310h1a28f6b_0.conda",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.18.0-py310h8e9501a_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "b99be335c2cc06976e29f0ecae65b49e",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "2220ee2fb5f7ae240954e1846f6cd220559a63f9a05fa0682db037fd67092320",\n      "size": 567308,\n      "subdir": "osx-arm64",\n      "timestamp": 1666868579720,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py310h8e9501a_1.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py311he2be06e_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311"\n      ],\n      "fn": "zstandard-0.18.0-py311he2be06e_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "600c9b6c6e5f9055774be004cd2af7e2",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "697df44e1f5039df08a1b47afc5632d202c3bc449306d26b7df1263bc3d788b0",\n      "size": 605939,\n      "subdir": "osx-arm64",\n      "timestamp": 1666868568901,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py311he2be06e_1.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0"\n      ],\n      "fn": "zstandard-0.18.0-py38h1a28f6b_0.conda",\n      "legacy_bz2_md5": "5a8d254ba4dbf6a9251fdf5ddbfcbc78",\n      "legacy_bz2_size": 619075,\n      "license": "BSD-3-Clause",\n      "md5": "b44dd3a18ac29ea009503d825fb7979f",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "933a8ff93eed836e1bdbdbafa46e6955547103854b6a64a446adc8f091bb8b3b",\n      "size": 381805,\n      "subdir": "osx-arm64",\n      "timestamp": 1663827501923,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.18.0-py38h1a28f6b_0.conda",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.18.0-py38hb991d35_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "3704c7ebb000af1bca5fc6c07ed008a5",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "eadb4ee0df7df4c8494c88abf546226aa6645beba900e5e4a6496ca948f6650b",\n      "size": 608028,\n      "subdir": "osx-arm64",\n      "timestamp": 1666868377810,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py38hb991d35_1.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py38he5c2ac2_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.18.0-py38he5c2ac2_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "6833f71540403112b57c221a96f0f79a",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "1472172c2e6ed71fe338dbbcf16794662958bc44bf637635545090323943c79b",\n      "size": 636256,\n      "subdir": "osx-arm64",\n      "timestamp": 1655888159975,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py38he5c2ac2_0.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.18.0-py39h02fc5c5_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "cdb78e7e4af59036e086bef4b35f6679",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "ad2d527720755e3802c3f3bac3e0ab7d793e0e4c91b7b4bc1af1ad4b067b6f9f",\n      "size": 598137,\n      "subdir": "osx-arm64",\n      "timestamp": 1666868520841,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py39h02fc5c5_1.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h1a28f6b_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0"\n      ],\n      "fn": "zstandard-0.18.0-py39h1a28f6b_0.conda",\n      "legacy_bz2_md5": "211c97d9d1d7aac9f4d9a496ab1e0c06",\n      "legacy_bz2_size": 640919,\n      "license": "BSD-3-Clause",\n      "md5": "90f3ea5dcb7a51763986d0a9174ec582",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "28b63072592578b387f2a1b18bbddb5e471890cfb504334b3055330436d9db5f",\n      "size": 356808,\n      "subdir": "osx-arm64",\n      "timestamp": 1663827441829,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.18.0-py39h1a28f6b_0.conda",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h9eb174b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.18.0-py39h9eb174b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "cf29f98c91794e43813b7ba167da84bd",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "85d0d4741c5b9f1984403cc34731572b2bb62877135216685bf9ba90f5361fa0",\n      "size": 634289,\n      "subdir": "osx-arm64",\n      "timestamp": 1655888159880,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.18.0-py39h9eb174b_0.tar.bz2",\n      "version": "0.18.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h07fcf8c_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "zstd >=1.5.2,<1.5.3.0a0",\n        "zstd >=1.5.2,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py310h07fcf8c_2.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "b391d0870045458d9f4f89aac38ccf9f",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "c02c578a563ecc9e3898cd71f7547da5cb0eb5d28b21065a18fd2d7b50a96076",\n      "size": 322012,\n      "subdir": "osx-arm64",\n      "timestamp": 1687810898000,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py310h07fcf8c_2.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py310h80987f9_0.conda",\n      "legacy_bz2_md5": "df1d4b019f2ccf0b5d46e78ca3c9718b",\n      "legacy_bz2_size": 607711,\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "eccc8400f2db39e116735968f7f1c840",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "9a9f0e77dcd9c5994705ccffd7bed235c9f63516508cfc8b27877387d3cc9168",\n      "size": 377366,\n      "subdir": "osx-arm64",\n      "timestamp": 1677013718352,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.19.0-py310h80987f9_0.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h8e9501a_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310"\n      ],\n      "fn": "zstandard-0.19.0-py310h8e9501a_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "61f5c16d6e3e3072b4b915685e58ad24",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "acc8f304962d7104ab08144f0af1d606b8a47cde76c856a2266ea9abe4e40a95",\n      "size": 564081,\n      "subdir": "osx-arm64",\n      "timestamp": 1667296700244,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py310h8e9501a_0.tar.bz2",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py310had9512b_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "zstd ==1.5.2"\n      ],\n      "fn": "zstandard-0.19.0-py310had9512b_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "12e7e195efb08cf15859c7d900fa8ace",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "a323c4975d07024f1bbf51b0d737c4fd6f01496b926eb61d82deed84542b94b4",\n      "size": 309086,\n      "subdir": "osx-arm64",\n      "timestamp": 1668976125815,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py310had9512b_1.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py311h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.11,<3.12.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py311h80987f9_0.conda",\n      "legacy_bz2_md5": "621f6f65ffea52bd6e152767b7f77528",\n      "legacy_bz2_size": 637368,\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "a5651a841bd976c60db32807f8515d13",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "853428a60d886fe2ce89f99f916b2ff204c22f26aba5b066c92013edf80cbc38",\n      "size": 350817,\n      "subdir": "osx-arm64",\n      "timestamp": 1678996236807,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.19.0-py311h80987f9_0.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hae4035a_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "zstd >=1.5.2,<1.5.3.0a0",\n        "zstd >=1.5.2,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py311hae4035a_2.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "c9e56ca3f70996aa9661d147f684874e",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "c1953ad111b3f30f8559a8c37977cfb7406ec415b0109e5c2f9697f0b6fd2180",\n      "size": 333571,\n      "subdir": "osx-arm64",\n      "timestamp": 1687810923462,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py311hae4035a_2.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hdcbfb07_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "zstd ==1.5.2"\n      ],\n      "fn": "zstandard-0.19.0-py311hdcbfb07_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "c77af22da7ff2a1a32c8147f9e22ddc7",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "9cd886982d02ca74782b097da326e370ffd19266b3a9027c0b5fdb6efc69e956",\n      "size": 320989,\n      "subdir": "osx-arm64",\n      "timestamp": 1668976219474,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py311hdcbfb07_1.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py311he2be06e_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311"\n      ],\n      "fn": "zstandard-0.19.0-py311he2be06e_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ece21cb47a93c985aa4b44219c4c8c8b",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "43eaee70cd406468d96d1643b75d16e0da3955a9c1d37056767134b91b61d515",\n      "size": 575632,\n      "subdir": "osx-arm64",\n      "timestamp": 1667296751043,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py311he2be06e_0.tar.bz2",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py312h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.12,<3.13.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py312h80987f9_0.conda",\n      "legacy_bz2_md5": "ae362e9774027d60a72ae8dc5d7f16d5",\n      "legacy_bz2_size": 633679,\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "193fad5ce885b2d3d48352ace411d70b",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "a1772346a72c2c9ca3d9600f235a269d59e05fa18360655c79d8dd75ae7e2bfe",\n      "size": 348939,\n      "subdir": "osx-arm64",\n      "timestamp": 1699238827859,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.19.0-py312h80987f9_0.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h3442225_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "zstd ==1.5.2"\n      ],\n      "fn": "zstandard-0.19.0-py38h3442225_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "380abd5cb3ad322f785d7b2f613517ac",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "6924849e3e83b525252e8bf447e172c0962c5e1d3c98651a432602387c88c912",\n      "size": 309225,\n      "subdir": "osx-arm64",\n      "timestamp": 1668976159923,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py38h3442225_1.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py38h80987f9_0.conda",\n      "legacy_bz2_md5": "84c762a0604f8ef4ef55ae876d74a450",\n      "legacy_bz2_size": 587117,\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "3fbca0b45c9acdd66227680cec81bb10",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "f6282729d45884f37a304a898d90000fdba3de4a92e5484e6cbcfe27da1a4d15",\n      "size": 407406,\n      "subdir": "osx-arm64",\n      "timestamp": 1677013818820,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.19.0-py38h80987f9_0.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py38hb991d35_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38"\n      ],\n      "fn": "zstandard-0.19.0-py38hb991d35_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "da84247ccd9ae533da6105ea40d5fbe7",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "d1ddfec1026e309bc006d14fb06bbde2ddf1e9e098b3f90152aa0d208a6a7a10",\n      "size": 568188,\n      "subdir": "osx-arm64",\n      "timestamp": 1667296545692,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py38hb991d35_0.tar.bz2",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py38he9c5048_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "zstd >=1.5.2,<1.5.3.0a0",\n        "zstd >=1.5.2,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py38he9c5048_2.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "5d2d6a839f62696fa3b970c312cd590c",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "987e436c4d5a7d8de1e60bc1cdcb8130b68283949575c78f4891f3ef40be100e",\n      "size": 322746,\n      "subdir": "osx-arm64",\n      "timestamp": 1687811024740,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py38he9c5048_2.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h02fc5c5_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.8",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39"\n      ],\n      "fn": "zstandard-0.19.0-py39h02fc5c5_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "89d384b573ed00816e5b202729fa314b",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "24be18a7c2a3dcb0a4465e48010931837dda8408d999ae434ab22d4a2247e20a",\n      "size": 563765,\n      "subdir": "osx-arm64",\n      "timestamp": 1667296753168,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py39h02fc5c5_0.tar.bz2",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h1334381_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "zstd ==1.5.2"\n      ],\n      "fn": "zstandard-0.19.0-py39h1334381_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "9e247337c18ecda5eb7f19428fd26c5d",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "c8e5b1d39832540fdbd1ef1da07cea8de6874a4f18844968b0335c76e6ed46c5",\n      "size": 309650,\n      "subdir": "osx-arm64",\n      "timestamp": 1668976191757,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py39h1334381_1.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h80987f9_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py39h80987f9_0.conda",\n      "legacy_bz2_md5": "7babfcc1bc4f4e7afb8427184ac4d0de",\n      "legacy_bz2_size": 607058,\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "8d825df431515c42636321518b13be5e",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "60b48bcad35af53c74351e18d04167de1def6389a33c71bf4c577639e023a2fc",\n      "size": 376966,\n      "subdir": "osx-arm64",\n      "timestamp": 1677013766668,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstandard-0.19.0-py39h80987f9_0.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py39haf70649_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "zstd >=1.5.2,<1.5.3.0a0",\n        "zstd >=1.5.2,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.19.0-py39haf70649_2.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "de5e341669c731c0a6f25ec30fb50c86",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "95bdad18893927c621b34fac5899394cee93d44d087b5e519fffffe8db35989c",\n      "size": 322327,\n      "subdir": "osx-arm64",\n      "timestamp": 1687811070113,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.19.0-py39haf70649_2.conda",\n      "version": "0.19.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h07fcf8c_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py310h07fcf8c_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "b53ae0925ee4ee5b226c69072f5ac9cb",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "110d54b17259612257cfebb20ba1ea6efd0656238730a17c89abe4989d263965",\n      "size": 328860,\n      "subdir": "osx-arm64",\n      "timestamp": 1694858809178,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py310h07fcf8c_0.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h07fcf8c_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py310h07fcf8c_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "338ed84993a591bdbe94a60f313aae49",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "83827ec146a0c3070f5422ba7fd471254d79892bb5c2d1a31a6e5d453e4c75f2",\n      "size": 329370,\n      "subdir": "osx-arm64",\n      "timestamp": 1695403496514,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py310h07fcf8c_1.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hae4035a_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py311hae4035a_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "1b2c3c4bce4eefd28955121487edd782",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "12392be3f7f2c69727641d14a2fd19c8acbff6c789ca3f953480a84a6897ca33",\n      "size": 340995,\n      "subdir": "osx-arm64",\n      "timestamp": 1694858911884,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py311hae4035a_0.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py311hae4035a_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py311hae4035a_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "9222c4cb0a43dbddf2856f45ab84c694",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "560f90dca1e424b7c51f5e463f96d57d7d277bf7ff349646e49a8fc6f2869a0c",\n      "size": 341461,\n      "subdir": "osx-arm64",\n      "timestamp": 1695403451205,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py311hae4035a_1.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py312ha7e2508_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.12.0rc3,<3.13.0a0",\n        "python >=3.12.0rc3,<3.13.0a0 *_cpython",\n        "python_abi 3.12.* *_cp312",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py312ha7e2508_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "7266c4f8b1a0581a37483612dd8e7c3b",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "822d89503d3dd647875f6bdc5308e023c6210081e59d09bb5dc1061c335ba6e8",\n      "size": 340485,\n      "subdir": "osx-arm64",\n      "timestamp": 1695403503774,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py312ha7e2508_1.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py38he9c5048_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py38he9c5048_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "298b0c802ff28f5f9852414a645085d8",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "ae7b9f861c4aeb3afcae4b482911b6ce9c20a3e2cf2b70861596cbe520ab7a9c",\n      "size": 328777,\n      "subdir": "osx-arm64",\n      "timestamp": 1694858908663,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py38he9c5048_0.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py38he9c5048_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py38he9c5048_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "e26b53f1a968575ab080094c4f9abd14",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "a9bf866e2ca3b608f9fce067db47ff10aed5e7c199f7d63cd71831d968dbd3bc",\n      "size": 329979,\n      "subdir": "osx-arm64",\n      "timestamp": 1695403357081,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py38he9c5048_1.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py39haf70649_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py39haf70649_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "b5cebd996f2e9a4caf78f52463e4003c",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "9c2c0d6214555093b76becc7b2b59446b6a96f0aa65049e34854c733fab97696",\n      "size": 329121,\n      "subdir": "osx-arm64",\n      "timestamp": 1694858913610,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py39haf70649_0.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py39haf70649_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.21.0-py39haf70649_1.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "de648a59176cdb74c842b149fcea22b9",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "a4feca46d2cb2e1e29bca4f17dba12ed352960498d5a9f0afc6335d03f7aa7cd",\n      "size": 328605,\n      "subdir": "osx-arm64",\n      "timestamp": 1695403433196,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.21.0-py39haf70649_1.conda",\n      "version": "0.21.0"\n    },\n    {\n      "arch": null,\n      "build": "py310h6289e41_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.10,<3.11.0a0",\n        "python >=3.10,<3.11.0a0 *_cpython",\n        "python_abi 3.10.* *_cp310",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.22.0-py310h6289e41_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "f09fc5240964cceff0bbb2d68dbb6a5d",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "806c1a7519dca20df58bce3b88392f2f4c2f04c0257789c2bd94b9c31b173dc2",\n      "size": 320728,\n      "subdir": "osx-arm64",\n      "timestamp": 1698830561905,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py310h6289e41_0.conda",\n      "version": "0.22.0"\n    },\n    {\n      "arch": null,\n      "build": "py311h67b91a1_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.11,<3.12.0a0",\n        "python >=3.11,<3.12.0a0 *_cpython",\n        "python_abi 3.11.* *_cp311",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.22.0-py311h67b91a1_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "396d81ee96c6d91c3bdfe13a785f4636",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "0bbe223fc0b6cb37f5f2287295f610e73a50888401c865448ce6db7bf79ac416",\n      "size": 332059,\n      "subdir": "osx-arm64",\n      "timestamp": 1698830508653,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py311h67b91a1_0.conda",\n      "version": "0.22.0"\n    },\n    {\n      "arch": null,\n      "build": "py312h7975427_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.12,<3.13.0a0",\n        "python >=3.12,<3.13.0a0 *_cpython",\n        "python_abi 3.12.* *_cp312",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.22.0-py312h7975427_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "10c282af2c570a5a52173fd571693ec6",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "af2e7339e65d85c02c0097e16961bf8aa6d2eb0705644ddd82f722583bd6b134",\n      "size": 331245,\n      "subdir": "osx-arm64",\n      "timestamp": 1698830496330,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py312h7975427_0.conda",\n      "version": "0.22.0"\n    },\n    {\n      "arch": null,\n      "build": "py38h3d64ec1_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.8,<3.9.0a0",\n        "python >=3.8,<3.9.0a0 *_cpython",\n        "python_abi 3.8.* *_cp38",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.22.0-py38h3d64ec1_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "d6b0ab8a85afe9323cf6602dd25fd03a",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "33969f1514531aadbbdcb763d95a5d310fd0c14e5342e9dee3321a5f6b726990",\n      "size": 319254,\n      "subdir": "osx-arm64",\n      "timestamp": 1698830498658,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py38h3d64ec1_0.conda",\n      "version": "0.22.0"\n    },\n    {\n      "arch": null,\n      "build": "py39h4818f0e_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "cffi >=1.11",\n        "python >=3.9,<3.10.0a0",\n        "python >=3.9,<3.10.0a0 *_cpython",\n        "python_abi 3.9.* *_cp39",\n        "zstd >=1.5.5,<1.5.6.0a0",\n        "zstd >=1.5.5,<1.6.0a0"\n      ],\n      "fn": "zstandard-0.22.0-py39h4818f0e_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "e2a365c2108ffe33e37b31a8c3c2e3e8",\n      "name": "zstandard",\n      "platform": null,\n      "sha256": "863e7904ec5ebe95696789167a265f0367c8bab8b16402c732f14ad3ba02f656",\n      "size": 320035,\n      "subdir": "osx-arm64",\n      "timestamp": 1698830504518,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstandard-0.22.0-py39h4818f0e_0.conda",\n      "version": "0.22.0"\n    }\n  ],\n  "zstash": [\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "fair-research-login >=0.2.6,<0.3.0",\n        "globus-sdk >=3.0.0,<4.0.0",\n        "python >=3.6",\n        "six"\n      ],\n      "fn": "zstash-1.3.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause and custom",\n      "md5": "03f82dc71e97058c06655b10656d5985",\n      "name": "zstash",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "2b45d9985900129f87cb31b2ec84ad42ac4d0017328adc64996782ad4e1f4bf7",\n      "size": 31376,\n      "subdir": "noarch",\n      "timestamp": 1675819466434,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zstash-1.3.0-pyhd8ed1ab_0.conda",\n      "version": "1.3.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "fair-research-login >=0.2.6,<0.3.0",\n        "globus-sdk >=3.0.0,<4.0.0",\n        "python >=3.6",\n        "six"\n      ],\n      "fn": "zstash-1.4.0-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause and custom",\n      "md5": "f5c599674dc1a374dbf107540721b3cc",\n      "name": "zstash",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "b074373f50264147e4f91c7ad956a2ed5b4391425fecaf1bdca4d6836a2672b7",\n      "size": 31958,\n      "subdir": "noarch",\n      "timestamp": 1692774006982,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zstash-1.4.0-pyhd8ed1ab_0.conda",\n      "version": "1.4.0"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "fair-research-login >=0.2.6,<0.3.0",\n        "globus-sdk >=3.0.0,<4.0.0",\n        "python >=3.6",\n        "six"\n      ],\n      "fn": "zstash-1.4.1-pyhd8ed1ab_0.conda",\n      "license": "BSD-3-Clause and custom",\n      "md5": "8b408bec869ea46ba502a392148a22d0",\n      "name": "zstash",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "c3413c348a3d8f82d4ca68f81f32a99c43ece37a736c2d2a1ffcef7019fdd5b7",\n      "size": 31927,\n      "subdir": "noarch",\n      "timestamp": 1700009638526,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zstash-1.4.1-pyhd8ed1ab_0.conda",\n      "version": "1.4.1"\n    }\n  ],\n  "zstd": [\n    {\n      "arch": null,\n      "build": "hc019d7c_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.0.rc1",\n        "lz4-c >=1.9.2,<1.9.3.0a0",\n        "xz >=5.2.5,<6.0.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.4.5-hc019d7c_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "a017a49a32a6abf92e02ac159da2e6b9",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "61b4f07a146e64939c87c1840be85a754ba7d2aee17172f4ef8191be95d150d6",\n      "size": 677021,\n      "subdir": "osx-arm64",\n      "timestamp": 1597652405319,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.4.5-hc019d7c_2.tar.bz2",\n      "version": "1.4.5"\n    },\n    {\n      "arch": null,\n      "build": "h5b28eab_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.0",\n        "lz4-c >=1.9.3,<1.9.4.0a0",\n        "xz >=5.2.5,<6.0.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.4.8-h5b28eab_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "c1dcd3a87c83bf58959a3fb7d3863917",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "d1f66f71a23f6f1e275e019cc76539cb470f09488f2128824ae1dacc96f6e147",\n      "size": 785264,\n      "subdir": "osx-arm64",\n      "timestamp": 1609442067938,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.4.8-h5b28eab_1.tar.bz2",\n      "version": "1.4.8"\n    },\n    {\n      "arch": null,\n      "build": "habb7944_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.0",\n        "lz4-c >=1.9.2,<1.9.3.0a0",\n        "xz >=5.2.5,<6.0.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.4.8-habb7944_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2dc325be4e53ac7f9e6d7cb6cce1d05c",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "66bf9200de49fbd1825231a78f7986959256ad0822aa7bd453d07ac0a1f7eb30",\n      "size": 770635,\n      "subdir": "osx-arm64",\n      "timestamp": 1609422467386,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.4.8-habb7944_0.tar.bz2",\n      "version": "1.4.8"\n    },\n    {\n      "arch": null,\n      "build": "h5b28eab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.1",\n        "lz4-c >=1.9.3,<1.9.4.0a0",\n        "xz >=5.2.5,<6.0.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.4.9-h5b28eab_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "9a66af2080b57276d1fc17947d76e7a9",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "6368720c03c85152629267b3520016d2849165528a358645892353876ba3929c",\n      "size": 426283,\n      "subdir": "osx-arm64",\n      "timestamp": 1614857039987,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.4.9-h5b28eab_0.tar.bz2",\n      "version": "1.4.9"\n    },\n    {\n      "arch": null,\n      "build": "h8574219_1",\n      "build_number": 1,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=12.0.0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.4.9-h8574219_1.conda",\n      "legacy_bz2_md5": "1bb8a29937652e6aaac6fa2d698093f5",\n      "legacy_bz2_size": 738884,\n      "license": "BSD 3-Clause",\n      "md5": "cb1b5075bc18c69443c78b1c3a982f35",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "86f755aaf580e0bba6fbdb5fa7c8181a0dc62dff28b00d025b2f7e62b58562f0",\n      "size": 415133,\n      "subdir": "osx-arm64",\n      "timestamp": 1629301647081,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstd-1.4.9-h8574219_1.conda",\n      "version": "1.4.9"\n    },\n    {\n      "arch": null,\n      "build": "hd783eca_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=12.0.0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.4,<6.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.4.9-hd783eca_0.conda",\n      "legacy_bz2_md5": "113f84f61ab053b64f2803666c2f2bbf",\n      "legacy_bz2_size": 739559,\n      "license": "BSD 3-Clause",\n      "md5": "8c05d7739915754494207b307966b2d2",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "94a28adf3756b83841a4ede62d9c4932da20f0d2f7bc321cd4035a22bf0c79e2",\n      "size": 413393,\n      "subdir": "osx-arm64",\n      "timestamp": 1624266270143,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstd-1.4.9-hd783eca_0.conda",\n      "version": "1.4.9"\n    },\n    {\n      "arch": null,\n      "build": "h8574219_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=12.0.0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.0-h8574219_0.conda",\n      "legacy_bz2_md5": "44aa5ed3eeef59624a252283845b6926",\n      "legacy_bz2_size": 950962,\n      "license": "BSD 3-Clause",\n      "md5": "a126f88866dbb8faccf105259e66a778",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "cccdc604985e4d67ea71166e136df22ca40f78a512c7a363a50bec942f0d17e7",\n      "size": 486343,\n      "subdir": "osx-arm64",\n      "timestamp": 1635867452392,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstd-1.5.0-h8574219_0.conda",\n      "version": "1.5.0"\n    },\n    {\n      "arch": null,\n      "build": "h861e0a7_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.1.0",\n        "lz4-c >=1.9.3,<1.9.4.0a0",\n        "xz >=5.2.5,<6.0.0a0",\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.0-h861e0a7_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "3a3700f7735317734bf584b11a9475f6",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "3e1a5cee8ed6e3ad99d4c243c56518a0330013ef358fd8ec336bfd5635d31f6e",\n      "size": 519912,\n      "subdir": "osx-arm64",\n      "timestamp": 1621022602873,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.0-h861e0a7_0.tar.bz2",\n      "version": "1.5.0"\n    },\n    {\n      "arch": null,\n      "build": "h861e0a7_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.1.0",\n        "libzlib >=1.2.11,<1.3.0a0",\n        "lz4-c >=1.9.3,<1.9.4.0a0",\n        "xz >=5.2.5,<6.0.0a0"\n      ],\n      "fn": "zstd-1.5.1-h861e0a7_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "4f27dda918bd2493cdb4f0c1fe6f063c",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "6f8ea84e7e69b7263995b731f5338878a01f8fb4ae23a735328333474669cea9",\n      "size": 382009,\n      "subdir": "osx-arm64",\n      "timestamp": 1640599283335,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.1-h861e0a7_0.tar.bz2",\n      "version": "1.5.1"\n    },\n    {\n      "arch": null,\n      "build": "h4f39d0f_7",\n      "build_number": 7,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libzlib >=1.2.13,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.2-h4f39d0f_7.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "ac4a17e2fb251cbf3bce3aec64668ef2",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "d51d2225da473689dcb5d633f3b60ab60beff74d29a380142da4b684db98dd56",\n      "size": 317319,\n      "subdir": "osx-arm64",\n      "timestamp": 1688722265582,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h4f39d0f_7.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h68b4297_4",\n      "build_number": 4,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libzlib >=1.2.12,<1.3.0a0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0.0a0"\n      ],\n      "fn": "zstd-1.5.2-h68b4297_4.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "8ebbf7465353fe5d8f4ed24e05974283",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "2e92aa588d6870a2018a2bf4fd25dea417d338cf8020affeb703722bb72f162e",\n      "size": 383842,\n      "subdir": "osx-arm64",\n      "timestamp": 1660320449698,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h68b4297_4.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h8128057_4",\n      "build_number": 4,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libzlib >=1.2.12,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.2-h8128057_4.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "dc4c74dcc759058dae2324144f336de0",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "664f7e6b46cfff6022504eafdef26b4ac0f388fa39d682e64da9a7dbfe33fb56",\n      "size": 387032,\n      "subdir": "osx-arm64",\n      "timestamp": 1660748799590,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h8128057_4.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h8574219_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=12.0.0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0a0",\n        "zlib >=1.2.12,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.2-h8574219_0.conda",\n      "legacy_bz2_md5": "5ed87ac66b6a26a40001aa75778888e3",\n      "legacy_bz2_size": 664228,\n      "license": "BSD-3-Clause AND GPL-2.0-or-later",\n      "license_family": "BSD",\n      "md5": "1a291a47c143e855c4d3f9fd16d80d23",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "72653c382db4cf2287317b1f34cf3fe1463c78e654d8a137d63522b46aca5b3a",\n      "size": 379531,\n      "subdir": "osx-arm64",\n      "timestamp": 1650622208846,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstd-1.5.2-h8574219_0.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h861e0a7_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.1.0",\n        "libzlib >=1.2.11,<1.3.0a0",\n        "lz4-c >=1.9.3,<1.9.4.0a0",\n        "xz >=5.2.5,<6.0.0a0"\n      ],\n      "fn": "zstd-1.5.2-h861e0a7_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "1ecb5634b253f1849feefe7227824e3f",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "3fc77366cd47083e517dfb89fb9a796b9e40e1d38627f7af23cf92313b51d0fd",\n      "size": 377910,\n      "subdir": "osx-arm64",\n      "timestamp": 1642737086951,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-h861e0a7_0.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hd705a24_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libzlib >=1.2.11,<1.3.0a0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0.0a0"\n      ],\n      "fn": "zstd-1.5.2-hd705a24_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "451e6da04c240476f02d0017603fe3c0",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "e941a898d2001c9df4763e61fb3bbf206774f3bf5f5c483cb91f0db4ea995e54",\n      "size": 383272,\n      "subdir": "osx-arm64",\n      "timestamp": 1652786979379,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-hd705a24_1.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hd705a24_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libzlib >=1.2.12,<1.3.0a0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0.0a0"\n      ],\n      "fn": "zstd-1.5.2-hd705a24_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "b6974df59a031e968debc2c90e46c900",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "dcec98cf2979fcfbf39534f9f47fd675c068755580f2efb16c73608ec541c075",\n      "size": 386875,\n      "subdir": "osx-arm64",\n      "timestamp": 1656515089456,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-hd705a24_2.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hd705a24_3",\n      "build_number": 3,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "libzlib >=1.2.12,<1.3.0a0",\n        "lz4-c >=1.9.3,<1.10.0a0",\n        "xz >=5.2.5,<6.0.0a0"\n      ],\n      "fn": "zstd-1.5.2-hd705a24_3.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "aa6e7f666aca771d09266d29accfeb22",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "5afbe4f24a49bad37344ec0e49c820d29e73bb99b91bc470e0f1126f34dd1c76",\n      "size": 384737,\n      "subdir": "osx-arm64",\n      "timestamp": 1659958332966,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-hd705a24_3.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hf913c23_5",\n      "build_number": 5,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=14.0.6",\n        "libzlib >=1.2.13,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.2-hf913c23_5.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "af7279b99e6af143e38bdf68c8de951f",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "26656710e2b7f3eab0c2ae122c4a19b4a983422bdf394144e50809bd6ff90ada",\n      "size": 309270,\n      "subdir": "osx-arm64",\n      "timestamp": 1674123868874,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-hf913c23_5.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hf913c23_6",\n      "build_number": 6,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=14.0.6",\n        "libzlib >=1.2.13,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.2-hf913c23_6.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "8f346953ef63bf5fb482488a659adcf3",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "018989ba028e76abc332c246002e8f5975ff123c68f6116a30da8009b14ea88d",\n      "size": 308282,\n      "subdir": "osx-arm64",\n      "timestamp": 1674244921036,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.2-hf913c23_6.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hd90d995_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=14.0.6",\n        "lz4-c >=1.9.4,<1.10.0a0",\n        "xz >=5.2.10,<6.0a0",\n        "zlib >=1.2.13,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.4-hd90d995_0.conda",\n      "legacy_bz2_md5": "f283eab88a20d2cc6b8d371b0e6b0689",\n      "legacy_bz2_size": 815926,\n      "license": "BSD-3-Clause AND GPL-2.0-or-later",\n      "license_family": "BSD",\n      "md5": "507968112b5dd4734ebd6ce6bbad0aae",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "7ad0ade2943ab469907f59563ab88667876f394761adee064597dc67f4ce4e39",\n      "size": 511948,\n      "subdir": "osx-arm64",\n      "timestamp": 1680034631610,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstd-1.5.4-hd90d995_0.conda",\n      "version": "1.5.4"\n    },\n    {\n      "arch": null,\n      "build": "h4f39d0f_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libzlib >=1.2.13,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.5-h4f39d0f_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "5b212cfb7f9d71d603ad891879dc7933",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "7e1fe6057628bbb56849a6741455bbb88705bae6d6646257e57904ac5ee5a481",\n      "size": 400508,\n      "subdir": "osx-arm64",\n      "timestamp": 1693151393180,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.5-h4f39d0f_0.conda",\n      "version": "1.5.5"\n    },\n    {\n      "arch": null,\n      "build": "hd90d995_0",\n      "build_number": 0,\n      "channel": "https://repo.anaconda.com/pkgs/main/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=14.0.6",\n        "lz4-c >=1.9.4,<1.10.0a0",\n        "xz >=5.2.10,<6.0a0",\n        "zlib >=1.2.13,<1.3.0a0"\n      ],\n      "fn": "zstd-1.5.5-hd90d995_0.conda",\n      "legacy_bz2_md5": "7cfbed15f1feee1422810f7830075f53",\n      "legacy_bz2_size": 779464,\n      "license": "BSD-3-Clause AND GPL-2.0-or-later",\n      "license_family": "BSD",\n      "md5": "59f3fb046afe70ddf9ddbeabe8c83f03",\n      "name": "zstd",\n      "platform": null,\n      "sha256": "3164cc85ee1f9d7d1db962d128f917750bb89b53398296ae05c30c6696f791c3",\n      "size": 512834,\n      "subdir": "osx-arm64",\n      "timestamp": 1681304594848,\n      "url": "https://repo.anaconda.com/pkgs/main/osx-arm64/zstd-1.5.5-hd90d995_0.conda",\n      "version": "1.5.5"\n    }\n  ],\n  "zstd-static": [\n    {\n      "arch": null,\n      "build": "hc88da5d_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.0.rc1",\n        "zstd 1.4.5 hc019d7c_2"\n      ],\n      "fn": "zstd-static-1.4.5-hc88da5d_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "5b6f9d4e7b0f1ff4a4aaf5acfd954cc2",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "c3246b5477d192020a4bff7dd0c5193a20d13438fe40056050b83caf77c71914",\n      "size": 334021,\n      "subdir": "osx-arm64",\n      "timestamp": 1597652428146,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.4.5-hc88da5d_2.tar.bz2",\n      "version": "1.4.5"\n    },\n    {\n      "arch": null,\n      "build": "h9f76cd9_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.0",\n        "zstd 1.4.8 habb7944_0"\n      ],\n      "fn": "zstd-static-1.4.8-h9f76cd9_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "a9bc0e35d69fd52907fb21c56e69eed2",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "f563ecabd9b1b3fa85ba1b60600ccc06a6635e34c98ffb40bea704126e850140",\n      "size": 361123,\n      "subdir": "osx-arm64",\n      "timestamp": 1609422485822,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.4.8-h9f76cd9_0.tar.bz2",\n      "version": "1.4.8"\n    },\n    {\n      "arch": null,\n      "build": "h9f76cd9_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.0",\n        "zstd 1.4.8 h5b28eab_1"\n      ],\n      "fn": "zstd-static-1.4.8-h9f76cd9_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "42f976f2fd02b103c4195b494874c032",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "a7bf2e2c13b540b5d0ec400a04a5fff0fe124747db46d59bc1b20c29b98c1b9a",\n      "size": 360644,\n      "subdir": "osx-arm64",\n      "timestamp": 1609442091289,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.4.8-h9f76cd9_1.tar.bz2",\n      "version": "1.4.8"\n    },\n    {\n      "arch": null,\n      "build": "h9f76cd9_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.0.1",\n        "zstd 1.4.9 h5b28eab_0"\n      ],\n      "fn": "zstd-static-1.4.9-h9f76cd9_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2c99e25fa10b55386f3dc2a7f28dcfe0",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "dd5d735f89c282cee89c64f3f9ea1eacd017dc58c0e1c0c9f41d61af54e00714",\n      "size": 325442,\n      "subdir": "osx-arm64",\n      "timestamp": 1614857055957,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.4.9-h9f76cd9_0.tar.bz2",\n      "version": "1.4.9"\n    },\n    {\n      "arch": null,\n      "build": "hbdafb3b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.1.0",\n        "zstd 1.5.0 h861e0a7_0"\n      ],\n      "fn": "zstd-static-1.5.0-hbdafb3b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "4c3f93f8ad755c03b215b4e0ba2f49eb",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "556b0e0b2dc4b2c292eed9ab23632587b216fe6af8b27258d7f04943fcd23e7e",\n      "size": 418984,\n      "subdir": "osx-arm64",\n      "timestamp": 1621022616669,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.0-hbdafb3b_0.tar.bz2",\n      "version": "1.5.0"\n    },\n    {\n      "arch": null,\n      "build": "hbdafb3b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.1.0",\n        "zstd 1.5.1 h861e0a7_0"\n      ],\n      "fn": "zstd-static-1.5.1-hbdafb3b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "63fbc64d6375a32b6fcf39c443282451",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "4b7a312a5c547252708f3f7a3f1a39f1a63097f0c5c27a134086fd47158daf80",\n      "size": 279791,\n      "subdir": "osx-arm64",\n      "timestamp": 1640599324895,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.1-hbdafb3b_0.tar.bz2",\n      "version": "1.5.1"\n    },\n    {\n      "arch": null,\n      "build": "h2e04ded_4",\n      "build_number": 4,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "zstd 1.5.2 h68b4297_4"\n      ],\n      "fn": "zstd-static-1.5.2-h2e04ded_4.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "3cea13144ddf86f5ff80ea07f6c77c6d",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "2e6ac24ad142871efe9279f3fc364eca45ca2ddbca5b66a5a7ba6cd45e8dafad",\n      "size": 289092,\n      "subdir": "osx-arm64",\n      "timestamp": 1660320541866,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h2e04ded_4.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h7ea286d_5",\n      "build_number": 5,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=14.0.6",\n        "zstd 1.5.2 hf913c23_5"\n      ],\n      "fn": "zstd-static-1.5.2-h7ea286d_5.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2905da275944029bc7d1763278074d3d",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "a2988b36a5c602882be71759fa2d2d238d6660e7d7be2389bfedbb2e293d8ebe",\n      "size": 224497,\n      "subdir": "osx-arm64",\n      "timestamp": 1674123954416,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h7ea286d_5.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h7ea286d_6",\n      "build_number": 6,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=14.0.6",\n        "zstd 1.5.2 hf913c23_6"\n      ],\n      "fn": "zstd-static-1.5.2-h7ea286d_6.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "c8b7ce0a1bb685885e6518f9fcac692d",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "5fae4666856a87e1bebd068024c9e4f820f1c9ecb08960e7af38eb055779c360",\n      "size": 224567,\n      "subdir": "osx-arm64",\n      "timestamp": 1674244988646,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h7ea286d_6.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h92bcb94_7",\n      "build_number": 7,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "zstd 1.5.2 h4f39d0f_7"\n      ],\n      "fn": "zstd-static-1.5.2-h92bcb94_7.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "2eb9e7464fbc4900eff36e10974868ab",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "d50338e1ae511c90d4267b1568f74b4b69319d04a129bc683d966dd53b010486",\n      "size": 230148,\n      "subdir": "osx-arm64",\n      "timestamp": 1688722343394,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h92bcb94_7.conda",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h9a09cb3_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "zstd 1.5.2 hd705a24_1"\n      ],\n      "fn": "zstd-static-1.5.2-h9a09cb3_1.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "00e16f739438b0de68cc7fb22b71ee9b",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "f3887cf6e2781cfe0ebc3da69c35f460b609159b98290e102a522f5805b22a14",\n      "size": 287989,\n      "subdir": "osx-arm64",\n      "timestamp": 1652787020889,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h9a09cb3_1.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h9a09cb3_2",\n      "build_number": 2,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "zstd 1.5.2 hd705a24_2"\n      ],\n      "fn": "zstd-static-1.5.2-h9a09cb3_2.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "a18e90c7b1614e6b93e445c6af57b724",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "5d6e7e112867a7b0aa5feaf0a8f56fc6e9f9fc91fc278204d2d7274ef00cee9b",\n      "size": 288562,\n      "subdir": "osx-arm64",\n      "timestamp": 1656515141849,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h9a09cb3_2.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h9a09cb3_3",\n      "build_number": 3,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [\n        "zstd <0.0a0"\n      ],\n      "depends": [\n        "libcxx >=13.0.1"\n      ],\n      "fn": "zstd-static-1.5.2-h9a09cb3_3.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "05d6cb3c86986c05318f6fac0c2f7700",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "13fba173acf69468cc038f27d83ebd31436274c5a7b3d8924bbf82633cda5418",\n      "size": 629640,\n      "subdir": "osx-arm64",\n      "timestamp": 1659958418103,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-h9a09cb3_3.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "hbdafb3b_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=11.1.0",\n        "zstd 1.5.2 h861e0a7_0"\n      ],\n      "fn": "zstd-static-1.5.2-hbdafb3b_0.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "28b7cb4a1402ade90938fe1796eeb7d5",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "abf389abe8e3f3bc0e539216b924819a985fdf5da911c2e1a03998d5ea01da32",\n      "size": 280657,\n      "subdir": "osx-arm64",\n      "timestamp": 1642737120925,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-hbdafb3b_0.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "he23bcac_4",\n      "build_number": 4,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "libcxx >=13.0.1",\n        "zstd 1.5.2 h8128057_4"\n      ],\n      "fn": "zstd-static-1.5.2-he23bcac_4.tar.bz2",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "17779b7028566b7b85c4e55bf63f9ddc",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "127d4ce409c0b557b4b4720550bda1a0d2b5a5707bb3ec677cf62f87813ae3b4",\n      "size": 288938,\n      "subdir": "osx-arm64",\n      "timestamp": 1660748887832,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.2-he23bcac_4.tar.bz2",\n      "version": "1.5.2"\n    },\n    {\n      "arch": null,\n      "build": "h92bcb94_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "zstd 1.5.5 h4f39d0f_0"\n      ],\n      "fn": "zstd-static-1.5.5-h92bcb94_0.conda",\n      "license": "BSD-3-Clause",\n      "license_family": "BSD",\n      "md5": "c513eb06a534df70fb3eef9ae0b909fe",\n      "name": "zstd-static",\n      "platform": null,\n      "sha256": "8854366e3a3aa9be3951242e0bae392e4f498dbec2268e53d9d6fd1baa138d05",\n      "size": 302334,\n      "subdir": "osx-arm64",\n      "timestamp": 1693151483382,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zstd-static-1.5.5-h92bcb94_0.conda",\n      "version": "1.5.5"\n    }\n  ],\n  "zulip": [\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "click",\n        "distro",\n        "matrix_client",\n        "python >=3.6",\n        "requests >=0.12.1",\n        "typing-extensions >=3.7"\n      ],\n      "fn": "zulip-0.8.2-pyhd8ed1ab_0.conda",\n      "license": "MIT",\n      "license_family": "MIT",\n      "md5": "e4d44d567384b1457d1f9a328173c677",\n      "name": "zulip",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "627724ed432b16b4621370728865e50ffe914c70118ccf2273cf51031d8acd98",\n      "size": 119085,\n      "subdir": "noarch",\n      "timestamp": 1683006761781,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zulip-0.8.2-pyhd8ed1ab_0.conda",\n      "version": "0.8.2"\n    },\n    {\n      "arch": null,\n      "build": "pyhd8ed1ab_0",\n      "build_number": 0,\n      "channel": "https://conda.anaconda.org/conda-forge/noarch",\n      "constrains": [],\n      "depends": [\n        "click",\n        "distro",\n        "matrix-nio",\n        "python >=3.8",\n        "requests >=0.12.1",\n        "typing-extensions >=4.5.0"\n      ],\n      "fn": "zulip-0.9.0-pyhd8ed1ab_0.conda",\n      "license": "MIT",\n      "license_family": "MIT",\n      "md5": "f04f27b4b460c6c44cd15a0d07fa3b2c",\n      "name": "zulip",\n      "noarch": "python",\n      "package_type": "noarch_python",\n      "platform": null,\n      "sha256": "859568c30ccf315d0d75aed86d9e15056e52984160329106ad017ec03718d8c6",\n      "size": 125956,\n      "subdir": "noarch",\n      "timestamp": 1702057783975,\n      "url": "https://conda.anaconda.org/conda-forge/noarch/zulip-0.9.0-pyhd8ed1ab_0.conda",\n      "version": "0.9.0"\n    }\n  ],\n  "zziplib": [\n    {\n      "arch": null,\n      "build": "he1e0b03_1",\n      "build_number": 1,\n      "channel": "https://conda.anaconda.org/conda-forge/osx-arm64",\n      "constrains": [],\n      "depends": [\n        "zlib >=1.2.11,<1.3.0a0"\n      ],\n      "fn": "zziplib-0.13.69-he1e0b03_1.tar.bz2",\n      "license": "GPL-2.0",\n      "license_family": "GPL",\n      "md5": "45475ada2aaf132d1be927f53d3a2567",\n      "name": "zziplib",\n      "platform": null,\n      "sha256": "e48dbd5e30f5c0efdf7d929664e9a623551ebb2dd4033a76bc31ded595847352",\n      "size": 95357,\n      "subdir": "osx-arm64",\n      "timestamp": 1617437173697,\n      "url": "https://conda.anaconda.org/conda-forge/osx-arm64/zziplib-0.13.69-he1e0b03_1.tar.bz2",\n      "version": "0.13.69"\n    }\n  ]\n}'
Arguments: ()
                               conda create --
--alt-hint             -- Use an alternate algorithm to generate an unsatisfiable hint
--channel              -- additional channel to search for packages
--clone                -- path to (or name of) existing local environment
--copy                 -- Install all packages using copies instead of hard- or soft-linking
--dry-run              -- only display what would have been done
--file                 -- read package versions from file
--force                -- force install
--help                 -- show this help message and exit
--json                 -- report all output as json.
--mkdir                -- create prefix directory if necessary
--name                 -- name of environment
--no-default-packages  -- ignore create_default_packages in condarc file
--no-deps              -- do not install dependencies
--no-pin               -- ignore pinned file
--offline              -- offline mode, dont connect to internet
--override-channels    -- do not search default or .condarc channels
--prefix               -- full path to environment prefix
--quiet                -- do not display progress bar
--unknown              -- use index metadata from the local package cache
--use-index-cache      -- use cache of channel index files
--use-local            -- use locally built packages
--yes                  -- do not ask for confirmation

It seems there are no line breaks in the first line, so it's very long!

@esc
Copy link
Contributor

esc commented Dec 19, 2023

@guger thank you for following up here. Unfortunately I have no hunches left as to what may be broken here. The error indicates that python can't be found. Let's leave the issue open however, perhaps another community member has a solution or in case anyone else encounters this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants