Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
add "matplotlib.animation" to listed of mocked packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Mar 20, 2018
1 parent d6ab136 commit aafcf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import mock

MOCK_MODULES = ['geopandas', 'cartopy', 'cartopy.crs', 'fiona', 'numba', 'pandas',
'matplotlib', 'matplotlib.cm', 'matplotlib.figure', 'matplotlib.pyplot',
'matplotlib', 'matplotlib.animation', 'matplotlib.cm', 'matplotlib.figure', 'matplotlib.pyplot',
'matplotlib.backends.backend_webagg_core',
'pyproj', 'scipy', 'scipy.stats', 'scipy.special',
'shapely', 'shapely.errors', 'shapely.wkt', 'shapely.geometry', 'shapely.geometry.base',
Expand Down

0 comments on commit aafcf36

Please sign in to comment.