mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +02:00
fixed small bugs in linalg, setup.py
This commit is contained in:
parent
c72d1b1a5b
commit
f634350398
2 changed files with 8 additions and 13 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ setup(name = 'GPy',
|
|||
package_dir={'GPy': 'GPy'},
|
||||
package_data = {'GPy': ['GPy/examples']},
|
||||
py_modules = ['GPy.__init__'],
|
||||
long_description=read('README'),
|
||||
long_description=read('README.md'),
|
||||
ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||
sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||
install_requires=['numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue