PythonSampleAppEnv/environment.yml

7 lines
90 B
YAML
Raw Permalink Normal View History

2025-05-20 09:41:44 +02:00
channels:
2025-05-20 21:39:14 +02:00
- conda-forge
- defaults
2025-05-20 09:41:44 +02:00
dependencies:
2025-05-20 21:39:14 +02:00
- python >=3.11
- matplotlib
- numpy