PythonSampleAppEnv/environment.yml

7 lines
90 B
YAML
Raw Normal View History

2025-05-20 09:41:44 +02:00
channels:
- conda-forge
- defaults
dependencies:
2025-05-20 20:45:35 +02:00
- python >=3.11
2025-05-20 20:57:01 +02:00
- matplotlib
- numpy