mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
Merge 5def1c7110 into 38bffb154c
This commit is contained in:
commit
fecd9eb0a7
7 changed files with 68381 additions and 43230 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
* naive removal of upper scipy and numpy limit [MartinBubel]
|
||||
|
||||
* fix pickle and deep copy for classification models inheriting from EP #1108 [olamarre]
|
||||
|
||||
* update prior `__new__` methods #1098 [MartinBubel]
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
11707
GPy/util/linalg_cython.c
11707
GPy/util/linalg_cython.c
File diff suppressed because it is too large
Load diff
4
setup.py
4
setup.py
|
|
@ -140,14 +140,14 @@ except ModuleNotFoundError:
|
|||
ext_mods = []
|
||||
|
||||
install_requirements = [
|
||||
"numpy>=1.7,<2.0.0",
|
||||
"numpy>=1.7",
|
||||
"six",
|
||||
"paramz>=0.9.6",
|
||||
"cython>=0.29",
|
||||
]
|
||||
# 'some-pkg @ git+ssh://git@github.com/someorgname/pkg-repo-name@v1.1#egg=some-pkg',
|
||||
matplotlib_version = "matplotlib==3.3.4"
|
||||
install_requirements += ["scipy>=1.3.0,<=1.12.0"]
|
||||
install_requirements += ["scipy>=1.3.0,<1.14"] #
|
||||
|
||||
setup(
|
||||
name="GPy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue