name: intermediate-python-workshop
channels:
  - conda-forge
  - defaults
dependencies:
  - python>=3.8
  - jupyter
  - pandas
  - numpy
  - matplotlib
  - geopandas
  - cartopy
