PythonSampleAppEnv/environment.yml
2025-05-20 21:31:22 +02:00

7 lines
95 B
YAML

channels:
- conda-forge
- defaults
dependencies:
- python >=3.11
- matplotlib
- numpy