Add environment.yaml

This commit is contained in:
Sangye Ince-Johannsen 2024-10-07 08:03:50 +02:00
parent 72bfa58134
commit 2272b041b2

12
environment.yaml Normal file
View file

@ -0,0 +1,12 @@
name: cf-env
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pyyaml
- requests
- pip
- pip:
- loguru
- python-dotenv