Skip to content
New issue

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

Dependencies do not support Python 3.11 #293

Closed
bpkroth opened this issue Apr 4, 2023 · 2 comments · Fixed by #436
Closed

Dependencies do not support Python 3.11 #293

bpkroth opened this issue Apr 4, 2023 · 2 comments · Fixed by #436
Assignees

Comments

@bpkroth
Copy link
Contributor

bpkroth commented Apr 4, 2023

SheffieldML/GPy#998

Currently we've worked around this by pinning the floating python version for the mlos_core conda env below 3.11:

- python<3.11

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.

@bpkroth
Copy link
Contributor Author

bpkroth commented Jul 5, 2023

#428 addressed part of this. Should make a new PR to enable py 3.11 next

@bpkroth bpkroth self-assigned this Jul 5, 2023
@bpkroth bpkroth changed the title GPy dependency does not support Python 3.11 Dependencies do not support Python 3.11 Jul 5, 2023
@bpkroth
Copy link
Contributor Author

bpkroth commented Jul 5, 2023

pyrfr also doesn't support Python 3.11 yet:
automl/random_forest_run#75

@motus motus closed this as completed in #436 Jul 7, 2023
motus added a commit that referenced this issue Jul 7, 2023
Closes #293

---------

Co-authored-by: Sergiy Matusevych <sergiym@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant