Metadata-Version: 2.1
Name: gpy
Version: 1.14.2
Summary: The Gaussian Process Toolbox
Home-page: https://sheffieldml.github.io/GPy/
Download-URL: https://github.com/SheffieldML/GPy/archive/refs/heads/devel.zip
Author: GPy Authors: https://github.com/SheffieldML/GPy/graphs/contributors
Author-email: gpy.authors@gmail.com
License: BSD 3-clause
Project-URL: Source Code, https://github.com/SheffieldML/GPy
Project-URL: Bug Tracker, https://github.com/SheffieldML/GPy/issues
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
Requires-Python: >=3.9
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: numpy>=1.7
Requires-Dist: six
Requires-Dist: paramz>0.9.6
Requires-Dist: scipy>=1.3.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: pods; extra == "dev"
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.3.4; extra == "plotting"
Requires-Dist: plotly>=1.8.6; extra == "plotting"



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

