mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Adding requirements removing mock.py
This commit is contained in:
parent
69acbf42af
commit
131a4b507f
3 changed files with 4 additions and 2367 deletions
|
|
@ -1 +1,4 @@
|
|||
ipython
|
||||
matplotlib
|
||||
numpy
|
||||
scipy
|
||||
|
|
|
|||
2366
doc/mock.py
2366
doc/mock.py
File diff suppressed because it is too large
Load diff
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ setup(name = 'GPy',
|
|||
long_description=read('README.md'),
|
||||
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||
install_requires=['ipython', 'sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||
setup_requires=['sphinx'],
|
||||
cmdclass = {'build_sphinx': BuildDoc},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue