desktop/resources/environment.yml
Timothy Jaeryang Baek 9f09e26247 refac
2025-01-11 13:18:46 -08:00

15 lines
283 B
YAML

# environment.yml
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- uv
platforms:
- linux-64
- linux-aarch64 # aka arm64, use for Docker on Apple Silicon
- osx-64
- osx-arm64 # For Apple Silicon, e.g. M1/M2
- win-64
# TODO: Add win-arm64 when available