mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05: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
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* limit supported python versions to `">=3.9"` in accordance with numpy
|
||||
|
||||
* Change from `nosetest` to `pytest`
|
||||
|
||||
## v1.9.8 (2019-05-17)
|
||||
|
|
|
|||
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