Files
2026-07-13 13:22:34 +08:00

11 lines
252 B
YAML

# Adding a comment here to distinguish the hash of this conda.yaml from the hashes of existing
# conda.yaml files in the test environment.
name: tutorial
channels:
- defaults
dependencies:
- python=3.10
- pip:
- -e ../../../
- psutil