mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
add requested changes forgotten in !1006
This commit is contained in:
parent
cbac99d894
commit
3332ede1dd
1 changed files with 8 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ name = "GPy"
|
||||||
authors = [{name = "GPy Authors: https://github.com/SheffieldML/GPy/graphs/contributors", email = "gpy.authors@gmail.com"},]
|
authors = [{name = "GPy Authors: https://github.com/SheffieldML/GPy/graphs/contributors", email = "gpy.authors@gmail.com"},]
|
||||||
license = {text = "BSD-3-Clause"}
|
license = {text = "BSD-3-Clause"}
|
||||||
description = "The Gaussian Process Toolbox"
|
description = "The Gaussian Process Toolbox"
|
||||||
readme = "README.rst"
|
readme = "README.md"
|
||||||
keywords = ["machine-learning", "gaussian-processes", "kernels",]
|
keywords = ["machine-learning", "gaussian-processes", "kernels",]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: BSD License",
|
||||||
|
|
@ -15,11 +15,11 @@ classifiers = [
|
||||||
"Operating System :: MacOS :: MacOS X",
|
"Operating System :: MacOS :: MacOS X",
|
||||||
"Operating System :: Microsoft :: Windows",
|
"Operating System :: Microsoft :: Windows",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Programming Language :: Python :: 3.5",
|
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
|
||||||
"Programming Language :: Python :: 3.8",
|
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
"Framework :: IPython",
|
"Framework :: IPython",
|
||||||
"Intended Audience :: Science/Research",
|
"Intended Audience :: Science/Research",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
|
@ -29,10 +29,9 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"numpy>=1.7",
|
"numpy>=1.7",
|
||||||
"six",
|
"six",
|
||||||
"paramz>=0.9.0",
|
"paramz>=0.9.6",
|
||||||
"cython>=0.29",
|
"cython>=0.29",
|
||||||
"scipy>=1.3.0; python_version >= '3.6'",
|
"scipy>=1.3.0,<=1.12.0"
|
||||||
"scipy>=1.3.0,<1.5.0; python_version < '3.6'",
|
|
||||||
]
|
]
|
||||||
dynamic = ["version",]
|
dynamic = ["version",]
|
||||||
|
|
||||||
|
|
@ -46,8 +45,7 @@ Download = "https://github.com/SheffieldML/GPy/archive/refs/heads/devel.zip"
|
||||||
docs = ["sphinx"]
|
docs = ["sphinx"]
|
||||||
optional = ["mpi4py", "ipython>=4.0.0"]
|
optional = ["mpi4py", "ipython>=4.0.0"]
|
||||||
plotting = [
|
plotting = [
|
||||||
"matplotlib==3.3.4; python_version >= '3.6'",
|
"matplotlib>=3.3.4",
|
||||||
"matplotlib==3.0.0; python_version < '3.6'",
|
|
||||||
"plotly >= 1.8.6",
|
"plotly >= 1.8.6",
|
||||||
]
|
]
|
||||||
notebook = [
|
notebook = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue