mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +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',
|
||||
matplotlib_version = "matplotlib==3.3.4"
|
||||
install_requirements += ["scipy>=1.3.0"]
|
||||
install_requirements += ["scipy>=1.3.0,<1.12.0"]
|
||||
|
||||
setup(
|
||||
name="GPy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue