PythonSampleAppEnv/environment.yml

7 lines
95 B
YAML
Raw Normal View History

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