mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
11 lines
153 B
YAML
11 lines
153 B
YAML
# environment.yml
|
|
|
|
name: wfgy
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.10
|
|
- pip
|
|
- pip:
|
|
- -r requirements.txt
|