mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
support for scipy<=1.12.0
This commit is contained in:
parent
0c5de0708a
commit
f8e324df1b
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,<1.12.0"]
|
||||
install_requirements += ["scipy>=1.3.0,<=1.12.0"]
|
||||
|
||||
setup(
|
||||
name="GPy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue