Add environment.yaml
This commit is contained in:
parent
72bfa58134
commit
2272b041b2
1 changed files with 12 additions and 0 deletions
12
environment.yaml
Normal file
12
environment.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
name: cf-env
|
||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
- defaults
|
||||||
|
dependencies:
|
||||||
|
- python=3.10
|
||||||
|
- pyyaml
|
||||||
|
- requests
|
||||||
|
- pip
|
||||||
|
- pip:
|
||||||
|
- loguru
|
||||||
|
- python-dotenv
|
Loading…
Reference in a new issue