mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-29 15:59:41 +02:00
fix maximum scipy version
This commit is contained in:
parent
b095741688
commit
1739cd7dbe
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -147,7 +147,7 @@ install_requirements = [
|
||||||
]
|
]
|
||||||
# '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',
|
||||||
matplotlib_version = "matplotlib==3.3.4"
|
matplotlib_version = "matplotlib==3.3.4"
|
||||||
install_requirements += ["scipy>=1.3.0"]
|
install_requirements += ["scipy>=1.3.0,<1.12.0"]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="GPy",
|
name="GPy",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue