https://github.com/Unidata/metpy
Revision d0d44e898de3f5fb3d360152c06c5000e4bdba55 authored by Ryan May on 29 September 2018, 16:32:41 UTC, committed by Ryan May on 29 September 2018, 16:32:41 UTC
Extracted out of bb5f9209a8049 for the bugfix release.
1 parent 130c416
Raw File
Tip revision: d0d44e898de3f5fb3d360152c06c5000e4bdba55 authored by Ryan May on 29 September 2018, 16:32:41 UTC
BUG: Set default edgecolor on counties.
Tip revision: d0d44e8
environment.yml
# Create full conda environment for development, including some useful tools
name: devel
channels:
  - conda-forge/label/testing
  - conda-forge
dependencies:
  - python=3
  - numpy
  - scipy
  - matplotlib
  - pint
  - netcdf4
  - xarray
  - pandas
  - jupyter
  - sphinx
  - sphinx-gallery
  - sphinx_rtd_theme
  - pytest>=2.4
  - pytest-cov
  - pytest-flake8
  - pytest-mpl
  - pytest-runner
  - flake8-builtins!=1.4.0
  - flake8-comprehensions
  - flake8-copyright
  - flake8-docstrings
  - flake8-import-order
  - flake8-mutable
  - flake8-pep3101
  - flake8-print
  - flake8-quotes
  - pep8-naming
  - pyproj
  - cartopy
  - doc8
  - recommonmark
  - pooch=0.1
back to top