Metadata-Version: 2.1
Name: GPy
Version: 1.10.0
Summary: The Gaussian Process Toolbox
Home-page: http://sheffieldml.github.com/GPy/
Download-URL: https://github.com/SheffieldML/GPy/
Author: GPy Authors: https://github.com/SheffieldML/GPy/graphs/contributors
Author-email: gpy.authors@gmail.com
License: BSD 3-clause
Keywords: machine-learning gaussian-processes kernels
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: IPython
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: numpy >=1.7
Requires-Dist: six
Requires-Dist: paramz >=0.9.0
Requires-Dist: cython >=0.29
Requires-Dist: scipy >=1.3.0
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Provides-Extra: notebook
Requires-Dist: jupyter-client >=4.0.6 ; extra == 'notebook'
Requires-Dist: ipywidgets >=4.0.3 ; extra == 'notebook'
Requires-Dist: ipykernel >=4.1.0 ; extra == 'notebook'
Requires-Dist: notebook >=4.0.5 ; extra == 'notebook'
Provides-Extra: optional
Requires-Dist: mpi4py ; extra == 'optional'
Requires-Dist: ipython >=4.0.0 ; extra == 'optional'
Provides-Extra: plotting
Requires-Dist: matplotlib >=3.0 ; extra == 'plotting'
Requires-Dist: plotly >=1.8.6 ; extra == 'plotting'



Please refer to the github homepage for detailed instructions on installation and usage.

