Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created August 30, 2024 16:55
Show Gist options
  • Save cdeil/04f125bb0e5ff1a12f37105f9632466b to your computer and use it in GitHub Desktop.
Save cdeil/04f125bb0e5ff1a12f37105f9632466b to your computer and use it in GitHub Desktop.
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
indexes:
- https://pypi.org/simple
packages:
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-h8359307_3.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/pixi-pycharm-0.0.6-unix_1234567_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.5-h30c5eda_0_cpython.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h8827d51_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
- pypi: https://files.pythonhosted.org/packages/09/43/59dc5bb49bc3bc3c36759b980fe7b72653d68d7bc5fc30618a8fa52737cf/arcade-2.3.15-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/70/1d/4ad38e3a1840f72c29595c06b103ecd9119f260e897ff7e88a74adb0ca14/numpy-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/e7/cf/5c558a0f247e0bf9cec92bff9b46ae6474dd736f6d906315e60e4075f737/pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl
- pypi: https://files.pythonhosted.org/packages/c9/e7/c0c5e4f224a4e04249c0a0a1dd50c29987ceff4e760a0cd8c0e653bb128e/pyglet-2.0.17-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/00/f9/518d2e80fa15182b65354364772d90a1e8549e11dfbed6f1e849c393808a/pytiled_parser-2.2.6-py2.py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
packages:
- kind: pypi
name: arcade
version: 2.3.15
url: https://files.pythonhosted.org/packages/09/43/59dc5bb49bc3bc3c36759b980fe7b72653d68d7bc5fc30618a8fa52737cf/arcade-2.3.15-py2.py3-none-any.whl
sha256: 0ec8572d15f504ed081385d3d121a4647c0c4c0b3dcd5e0ed1ff9d49296f792d
requires_dist:
- pyglet
- pillow
- numpy
- pytiled-parser
requires_python: '>=3.6'
- kind: pypi
name: attrs
version: 24.2.0
url: https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl
sha256: 81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2
requires_dist:
- importlib-metadata ; python_full_version < '3.8'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'benchmark'
- hypothesis ; extra == 'benchmark'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'benchmark'
- pympler ; extra == 'benchmark'
- pytest-codspeed ; extra == 'benchmark'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'benchmark'
- pytest-xdist[psutil] ; extra == 'benchmark'
- pytest>=4.3.0 ; extra == 'benchmark'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'cov'
- coverage[toml]>=5.3 ; extra == 'cov'
- hypothesis ; extra == 'cov'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'cov'
- pympler ; extra == 'cov'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'cov'
- pytest-xdist[psutil] ; extra == 'cov'
- pytest>=4.3.0 ; extra == 'cov'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'dev'
- hypothesis ; extra == 'dev'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'dev'
- pre-commit ; extra == 'dev'
- pympler ; extra == 'dev'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'dev'
- pytest-xdist[psutil] ; extra == 'dev'
- pytest>=4.3.0 ; extra == 'dev'
- cogapp ; extra == 'docs'
- furo ; extra == 'docs'
- myst-parser ; extra == 'docs'
- sphinx ; extra == 'docs'
- sphinx-notfound-page ; extra == 'docs'
- sphinxcontrib-towncrier ; extra == 'docs'
- towncrier<24.7 ; extra == 'docs'
- cloudpickle ; platform_python_implementation == 'CPython' and extra == 'tests'
- hypothesis ; extra == 'tests'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'tests'
- pympler ; extra == 'tests'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'tests'
- pytest-xdist[psutil] ; extra == 'tests'
- pytest>=4.3.0 ; extra == 'tests'
- mypy>=1.11.1 ; python_full_version >= '3.9' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
- pytest-mypy-plugins ; python_full_version >= '3.9' and python_full_version < '3.13' and platform_python_implementation == 'CPython' and extra == 'tests-mypy'
requires_python: '>=3.7'
- kind: conda
name: bzip2
version: 1.0.8
build: h99b78c6_7
build_number: 7
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-h99b78c6_7.conda
sha256: adfa71f158cbd872a36394c56c3568e6034aa55c623634b37a4836bd036e6b91
md5: fc6948412dbbbe9a4c9ddbbcfe0a79ab
depends:
- __osx >=11.0
license: bzip2-1.0.6
license_family: BSD
purls: []
size: 122909
timestamp: 1720974522888
- kind: conda
name: ca-certificates
version: 2024.7.4
build: hf0a4a13_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.7.4-hf0a4a13_0.conda
sha256: 33a61116dae7f369b6ce92a7f2a1ff361ae737c675a493b11feb5570b89e0e3b
md5: 21f9a33e5fe996189e470c19c5354dbe
license: ISC
purls: []
size: 154517
timestamp: 1720077468981
- kind: conda
name: libexpat
version: 2.6.2
build: hebf3989_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.6.2-hebf3989_0.conda
sha256: ba7173ac30064ea901a4c9fb5a51846dcc25512ceb565759be7d18cbf3e5415e
md5: e3cde7cfa87f82f7cb13d482d5e0ad09
constrains:
- expat 2.6.2.*
license: MIT
license_family: MIT
purls: []
size: 63655
timestamp: 1710362424980
- kind: conda
name: libffi
version: 3.4.2
build: h3422bc3_5
build_number: 5
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.4.2-h3422bc3_5.tar.bz2
sha256: 41b3d13efb775e340e4dba549ab5c029611ea6918703096b2eaa9c015c0750ca
md5: 086914b672be056eb70fd4285b6783b6
license: MIT
license_family: MIT
purls: []
size: 39020
timestamp: 1636488587153
- kind: conda
name: libsqlite
version: 3.46.0
build: hfb93653_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.46.0-hfb93653_0.conda
sha256: 73048f9cb8647d3d3bfe6021c0b7d663e12cffbe9b4f31bd081e713b0a9ad8f9
md5: 12300188028c9bc02da965128b91b517
depends:
- __osx >=11.0
- libzlib >=1.2.13,<2.0a0
license: Unlicense
purls: []
size: 830198
timestamp: 1718050644825
- kind: conda
name: libzlib
version: 1.3.1
build: hfb2fe0b_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-hfb2fe0b_1.conda
sha256: c34365dd37b0eab27b9693af32a1f7f284955517c2cc91f1b88a7ef4738ff03e
md5: 636077128927cf79fd933276dc3aed47
depends:
- __osx >=11.0
constrains:
- zlib 1.3.1 *_1
license: Zlib
license_family: Other
purls: []
size: 46921
timestamp: 1716874262512
- kind: conda
name: ncurses
version: '6.5'
build: h7bae524_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda
sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc
md5: cb2b0ea909b97b3d70cd3921d1445e1a
depends:
- __osx >=11.0
license: X11 AND BSD-3-Clause
purls: []
size: 802321
timestamp: 1724658775723
- kind: pypi
name: numpy
version: 2.1.0
url: https://files.pythonhosted.org/packages/70/1d/4ad38e3a1840f72c29595c06b103ecd9119f260e897ff7e88a74adb0ca14/numpy-2.1.0-cp312-cp312-macosx_11_0_arm64.whl
sha256: f358ea9e47eb3c2d6eba121ab512dfff38a88db719c38d1e67349af210bc7529
requires_python: '>=3.10'
- kind: conda
name: openssl
version: 3.3.1
build: h8359307_3
build_number: 3
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.3.1-h8359307_3.conda
sha256: 9dd1ee7a8c21ff4fcbb98e9d0be0e83e5daf8a555c73589ad9e3046966b72e5e
md5: 644904d696d83c0ac78d594e0cf09f66
depends:
- __osx >=11.0
- ca-certificates
license: Apache-2.0
license_family: Apache
purls: []
size: 2888820
timestamp: 1724402552318
- kind: pypi
name: pillow
version: 10.4.0
url: https://files.pythonhosted.org/packages/e7/cf/5c558a0f247e0bf9cec92bff9b46ae6474dd736f6d906315e60e4075f737/pillow-10.4.0-cp312-cp312-macosx_11_0_arm64.whl
sha256: 866b6942a92f56300012f5fbac71f2d610312ee65e22f1aa2609e491284e5597
requires_dist:
- furo ; extra == 'docs'
- olefile ; extra == 'docs'
- sphinx>=7.3 ; extra == 'docs'
- sphinx-copybutton ; extra == 'docs'
- sphinx-inline-tabs ; extra == 'docs'
- sphinxext-opengraph ; extra == 'docs'
- olefile ; extra == 'fpx'
- olefile ; extra == 'mic'
- check-manifest ; extra == 'tests'
- coverage ; extra == 'tests'
- defusedxml ; extra == 'tests'
- markdown2 ; extra == 'tests'
- olefile ; extra == 'tests'
- packaging ; extra == 'tests'
- pyroma ; extra == 'tests'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- pytest-timeout ; extra == 'tests'
- typing-extensions ; python_full_version < '3.10' and extra == 'typing'
- defusedxml ; extra == 'xmp'
requires_python: '>=3.8'
- kind: conda
name: pixi-pycharm
version: 0.0.6
build: unix_1234567_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/pixi-pycharm-0.0.6-unix_1234567_0.conda
sha256: 156dd789a87ea8b6d7c329efbc202d7f21564d5afabbad9c6ac14017fb47c641
md5: c140222c6019ef59c509f4740663fa75
depends:
- __unix
- python >=3.8
license: BSD-3-Clause
license_family: BSD
purls: []
size: 8833
timestamp: 1719726313982
- kind: pypi
name: pyglet
version: 2.0.17
url: https://files.pythonhosted.org/packages/c9/e7/c0c5e4f224a4e04249c0a0a1dd50c29987ceff4e760a0cd8c0e653bb128e/pyglet-2.0.17-py3-none-any.whl
sha256: c881615a5bf14455af36a0915fd9dad0069da904ab5e0ec19b4d6cdfcf1e84c2
requires_python: '>=3.8'
- kind: conda
name: python
version: 3.12.5
build: h30c5eda_0_cpython
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.12.5-h30c5eda_0_cpython.conda
sha256: 1319e918fb54c9491832a9731cad00235a76f61c6f9b23fc0f70cdfb74c950ea
md5: 5e315581e2948dfe3bcac306540e9803
depends:
- __osx >=11.0
- bzip2 >=1.0.8,<2.0a0
- libexpat >=2.6.2,<3.0a0
- libffi >=3.4,<4.0a0
- libsqlite >=3.46.0,<4.0a0
- libzlib >=1.3.1,<2.0a0
- ncurses >=6.5,<7.0a0
- openssl >=3.3.1,<4.0a0
- readline >=8.2,<9.0a0
- tk >=8.6.13,<8.7.0a0
- tzdata
- xz >=5.2.6,<6.0a0
constrains:
- python_abi 3.12.* *_cp312
license: Python-2.0
purls: []
size: 12926356
timestamp: 1723142203193
- kind: pypi
name: pytiled-parser
version: 2.2.6
url: https://files.pythonhosted.org/packages/00/f9/518d2e80fa15182b65354364772d90a1e8549e11dfbed6f1e849c393808a/pytiled_parser-2.2.6-py2.py3-none-any.whl
sha256: bc4271226fe3d29b416f0c9d0c06074cac3c748ae4f3dbbba2ff674dbbe4a43e
requires_dist:
- attrs>=18.2.0
- typing-extensions
- build ; extra == 'build'
- pytest ; extra == 'dev'
- pytest-cov ; extra == 'dev'
- black ; extra == 'dev'
- ruff ; extra == 'dev'
- mypy ; extra == 'dev'
- sphinx ; extra == 'dev'
- sphinx-sitemap ; extra == 'dev'
- myst-parser ; extra == 'dev'
- furo ; extra == 'dev'
- pytest ; extra == 'tests'
- pytest-cov ; extra == 'tests'
- black ; extra == 'tests'
- ruff ; extra == 'tests'
- mypy ; extra == 'tests'
- zstd ; extra == 'zstd'
requires_python: '>=3.6'
- kind: conda
name: readline
version: '8.2'
build: h92ec313_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.2-h92ec313_1.conda
sha256: a1dfa679ac3f6007362386576a704ad2d0d7a02e98f5d0b115f207a2da63e884
md5: 8cbb776a2f641b943d413b3e19df71f4
depends:
- ncurses >=6.3,<7.0a0
license: GPL-3.0-only
license_family: GPL
purls: []
size: 250351
timestamp: 1679532511311
- kind: conda
name: tk
version: 8.6.13
build: h5083fa2_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h5083fa2_1.conda
sha256: 72457ad031b4c048e5891f3f6cb27a53cb479db68a52d965f796910e71a403a8
md5: b50a57ba89c32b62428b71a875291c9b
depends:
- libzlib >=1.2.13,<2.0.0a0
license: TCL
license_family: BSD
purls: []
size: 3145523
timestamp: 1699202432999
- kind: pypi
name: typing-extensions
version: 4.12.2
url: https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl
sha256: 04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d
requires_python: '>=3.8'
- kind: conda
name: tzdata
version: 2024a
build: h8827d51_1
build_number: 1
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h8827d51_1.conda
sha256: 7d21c95f61319dba9209ca17d1935e6128af4235a67ee4e57a00908a1450081e
md5: 8bfdead4e0fff0383ae4c9c50d0531bd
license: LicenseRef-Public-Domain
purls: []
size: 124164
timestamp: 1724736371498
- kind: conda
name: xz
version: 5.2.6
build: h57fd34a_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec
md5: 39c6b54e94014701dd157f4f576ed211
license: LGPL-2.1 and GPL-2.0
purls: []
size: 235693
timestamp: 1660346961024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment