Skip to content

Create environment.yml #1

Create environment.yml

Create environment.yml #1

Workflow file for this run

name: my_env
channels:
- conda-forge
dependencies:
- python=3.10
- flake8
- pytest
- numpy
- pandas
- scipy