desktop/resources/environment.yml
Timothy Jaeryang Baek 4c267250a9 refac: remove uv
clang is required
2025-01-12 12:15:32 -08:00

14 lines
276 B
YAML

# environment.yml
channels:
- conda-forge
dependencies:
- python=3.11
- pip
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