You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
GPyOpt doesn't work with the latest version of numpy (1.24.0 or higher) due to the "expred deprecations" of numpy 1.24.0, namely gh-22607, which removes some deprecated types including numpy.bool.
GPyOpt doesn't work with the latest version of numpy (1.24.0 or higher) due to the "expred deprecations" of numpy 1.24.0, namely gh-22607, which removes some deprecated types including
numpy.bool
.https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations
Here is an example traceback.
I would appreciate it if you could fix the problem.
The text was updated successfully, but these errors were encountered: