PythonSampleAppEnv/environment.yml

7 lines
95 B
YAML

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