-
Notifications
You must be signed in to change notification settings - Fork 47
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
Remove BoTorch Workaround (old) #88
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, @Scienfitz! Here some things that require your attention. (BTW: also pushed one more commit removing some remaining 3.8 references)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks gucci to me :)
5ff61de
to
8b606a0
Compare
abandoned in favor of #151 |
- removes botorch workaround due to fixed type issue - removes support for Python 3.8 reimplements #88
changed
sectionsI could not enable Python 3.12 support as several packages including torch do not support it yet, see pytorch/pytorch#110436