name: python-ecology-lesson
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.8
  - jupyter
  - pandas
  - numpy
  - matplotlib
  - plotnine