mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
bump paramz version to 0.9.6
This commit is contained in:
parent
bf4dc0aaa3
commit
efea6be93b
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
## v1.13.0 (2023-12-20)
|
## v1.13.0 (2023-12-20)
|
||||||
|
|
||||||
|
* update `paramz` depdency to `>=0.9.6`
|
||||||
|
|
||||||
* limit supported python versions to `">=3.9"` in accordance with numpy
|
* limit supported python versions to `">=3.9"` in accordance with numpy
|
||||||
|
|
||||||
* Change from `nosetest` to `pytest`
|
* Change from `nosetest` to `pytest`
|
||||||
|
|
|
||||||
3
setup.py
3
setup.py
|
|
@ -142,8 +142,7 @@ except ModuleNotFoundError:
|
||||||
install_requirements = [
|
install_requirements = [
|
||||||
"numpy>=1.7",
|
"numpy>=1.7",
|
||||||
"six",
|
"six",
|
||||||
# "paramz @ git+https://github.com/connorfuhrman/paramz/tree/connorfuhrman/np_type_alias_dep.git",
|
"paramz>=0.9.6",
|
||||||
"paramz @ git+https://github.com/MartinBubel/paramz.git@fix-numpy-types",
|
|
||||||
"cython>=0.29",
|
"cython>=0.29",
|
||||||
]
|
]
|
||||||
# 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg',
|
# 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue