Skip to content
Snippets Groups Projects
environment.yml 195 B
name: pysegcnn
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.7
  - numpy
  - pandas
  - scipy
  - scikit-learn
  - xarray
  - gdal>=3.2
  - netcdf4
  - matplotlib
  - seaborn