mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
Changed deprecation supression to 12
This commit is contained in:
parent
7cf43baf05
commit
344d61db0c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from ctypes import byref, c_char, c_int, c_double # TODO
|
|||
# import scipy.lib.lapack
|
||||
import scipy
|
||||
|
||||
if np.all(np.float64((scipy.__version__).split('.')[:2]) >= np.array([0, 10])):
|
||||
if np.all(np.float64((scipy.__version__).split('.')[:2]) >= np.array([0, 12])):
|
||||
import scipy.linalg.lapack as lapack
|
||||
else:
|
||||
import scipy.linalg.lapack.flapack as lapack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue