rattler/test-data/python/environment.yml
Bas Zalmstra fcad6600b7
feat: install individual packages (#48)
This is the first implementation for an API to install packages with Rattler. A test is available to check that installing an explicit lock file for python actually allows you to run Python. There are still loads of features missing but the basic functionality works.
2023-02-10 17:42:02 +01:00

12 lines
245 B
YAML

name: python
channels:
- conda-forge
dependencies:
- python =3.11.0
platforms:
- linux-64
- linux-aarch64 # aka arm64, use for Docker on Apple Silicon
- linux-ppc64le
- osx-64
- osx-arm64 # For Apple Silicon, e.g. M1/M2
- win-64