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
To solve this issue, you'll need to remove the torch-related dependencies, and move them to the optional dependencies inside pyproject.toml. They're only needed for the RandomLineBO optimizer as far as I remember. You could have poli-baselines[bo] or something like that.
The text was updated successfully, but these errors were encountered:
To solve this issue, you'll need to remove the
torch
-related dependencies, and move them to the optional dependencies insidepyproject.toml
. They're only needed for the RandomLineBO optimizer as far as I remember. You could havepoli-baselines[bo]
or something like that.The text was updated successfully, but these errors were encountered: