mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 02:24:17 +02:00
Merge branch 'master' of https://github.com/SheffieldML/GPy
This commit is contained in:
commit
a856b6a804
2 changed files with 4 additions and 5 deletions
|
|
@ -3,8 +3,7 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install "scipy>=0.10.1"
|
- sudo apt-get install python-scipy
|
||||||
- pip install "numpy>=1.6.2"
|
|
||||||
- pip install sphinx
|
- pip install sphinx
|
||||||
- pip install . --use-mirrors
|
- pip install . --use-mirrors
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
|
|
|
||||||
6
setup.py
6
setup.py
|
|
@ -24,9 +24,9 @@ setup(name = 'GPy',
|
||||||
package_data = {'GPy': ['GPy/examples']},
|
package_data = {'GPy': ['GPy/examples']},
|
||||||
py_modules = ['GPy.__init__'],
|
py_modules = ['GPy.__init__'],
|
||||||
long_description=read('README.md'),
|
long_description=read('README.md'),
|
||||||
ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||||
sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||||
install_requires=['numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
install_requires=['numpy>=1.6', 'scipy','matplotlib>=1.1'],
|
||||||
setup_requires=['sphinx'],
|
setup_requires=['sphinx'],
|
||||||
cmdclass = {'build_sphinx': BuildDoc},
|
cmdclass = {'build_sphinx': BuildDoc},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue