removed shapefile dep.

This commit is contained in:
James Hensman 2014-01-24 10:10:45 +00:00
parent 0e726b99d0
commit 6e5d3d72de

View file

@ -14,7 +14,11 @@ import visualize
import decorators
import classification
import latent_space_visualizations
import maps
try:
import maps
except:
pass
maps = "warning: the maps module requires pyshp (shapefile). Install it to remove this message"
try:
import sympy