diff --git a/GPy/util/choleskies_cython.c b/GPy/util/choleskies_cython.c index 733f598a..4085565d 100644 --- a/GPy/util/choleskies_cython.c +++ b/GPy/util/choleskies_cython.c @@ -1782,7 +1782,7 @@ typedef npy_double __pyx_t_5numpy_double_t; */ typedef npy_longdouble __pyx_t_5numpy_longdouble_t; -/* "scipy/linalg/cython_blas.pxd":15 +/* "scipy/linalg/cython_blas.pxd":17 * # The original libraries should be linked directly. * * ctypedef float s # <<<<<<<<<<<<<< @@ -1791,7 +1791,7 @@ typedef npy_longdouble __pyx_t_5numpy_longdouble_t; */ typedef float __pyx_t_5scipy_6linalg_11cython_blas_s; -/* "scipy/linalg/cython_blas.pxd":16 +/* "scipy/linalg/cython_blas.pxd":18 * * ctypedef float s * ctypedef double d # <<<<<<<<<<<<<< diff --git a/setup.py b/setup.py index 4128a956..4da09ced 100644 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ install_requirements = [ ] # 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg', matplotlib_version = "matplotlib==3.3.4" -install_requirements += ["scipy>=1.3.0"] # ,<=1.12.0 +install_requirements += ["scipy>=1.3.0,<1.14"] # setup( name="GPy",