Skip to content

Commit

Permalink
fix maximum scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 14, 2024
1 parent b095741 commit 1739cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def ismac():
]
# 'some-pkg @ git+ssh://[email protected]/someorgname/[email protected]#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",
Expand Down

0 comments on commit 1739cd7

Please sign in to comment.