11 lines
252 B
YAML
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
|