Skip to content
Snippets Groups Projects
environment.yml 181 B
name: pysegcnn
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.7
  - numpy
  - scipy
  - gdal
  - matplotlib
  - sphinx
  - sphinx_rtd_theme
  - pytest
  - ipython