support for scipy<=1.12.0

This commit is contained in:
RAMEEZ RAZA 2024-02-14 10:11:59 +05:30 committed by GitHub
parent 0c5de0708a
commit f8e324df1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",