mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
removed shapefile dep.
This commit is contained in:
parent
0e726b99d0
commit
6e5d3d72de
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@ import visualize
|
||||||
import decorators
|
import decorators
|
||||||
import classification
|
import classification
|
||||||
import latent_space_visualizations
|
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:
|
try:
|
||||||
import sympy
|
import sympy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue