Skip to content

Commit

Permalink
Bumpy GPy and numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes committed Apr 28, 2024
1 parent 6345351 commit eb41cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
setuptools>=40.8.0
# numpy deprecated np.bool in 1.24, and it is still used in GPy
# until GPy is updated we need to avoid 1.24 or higher
numpy>=1.14.5,<1.24
numpy>=1.23
# This is unfortunate - we don't need matplotlib
# but until GPy and GPyOpt get their dependencies straight
# we need GPy's plotting extra to ensure smooth installation
GPy[plotting]>=1.10.0
GPy[plotting]>=1.13.0
emcee>=2.2.1
scipy>=1.1.0
2 changes: 1 addition & 1 deletion tests/emukit/multi_fidelity/test_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""
import GPy
import numpy as np
from GPy.testing.kernel_tests import check_kernel_gradient_functions
from GPy.testing.test_kernel import check_kernel_gradient_functions

import emukit.multi_fidelity

Expand Down

0 comments on commit eb41cbb

Please sign in to comment.