We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SheffieldML/GPy#998
Currently we've worked around this by pinning the floating python version for the mlos_core conda env below 3.11:
mlos_core
MLOS/conda-envs/mlos_core.yml
Line 25 in 1cd6092
Options could be to drop GPy support (which is kinda slow anyways), but Emukit currently relies on it.
When we have SMAC support (#294) we could just drop Emukit as well.
The text was updated successfully, but these errors were encountered:
#428 addressed part of this. Should make a new PR to enable py 3.11 next
Sorry, something went wrong.
pyrfr also doesn't support Python 3.11 yet: automl/random_forest_run#75
Enable python 3.11 support (#436)
1d4d62f
Closes #293 --------- Co-authored-by: Sergiy Matusevych <[email protected]>
bpkroth
Successfully merging a pull request may close this issue.
SheffieldML/GPy#998
Currently we've worked around this by pinning the floating python version for the
mlos_core
conda env below 3.11:MLOS/conda-envs/mlos_core.yml
Line 25 in 1cd6092
Options could be to drop GPy support (which is kinda slow anyways), but Emukit currently relies on it.
When we have SMAC support (#294) we could just drop Emukit as well.
The text was updated successfully, but these errors were encountered: