mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
limit minimum python version #1038
This commit is contained in:
parent
328312f342
commit
0260dbcebf
2 changed files with 3 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -158,6 +158,7 @@ setup(
|
|||
description=("The Gaussian Process Toolbox"),
|
||||
long_description=desc,
|
||||
license="BSD 3-clause",
|
||||
python_requires=">=3.9",
|
||||
keywords="machine-learning gaussian-processes kernels",
|
||||
url="https://sheffieldml.github.io/GPy/",
|
||||
download_url="https://github.com/SheffieldML/GPy/archive/refs/heads/devel.zip",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue