-
Notifications
You must be signed in to change notification settings - Fork 563
fixing sklearn dep #2059
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
fixing sklearn dep #2059
Conversation
With this change in place, I think this is okay, since installing gpytorch#master via pip (i.e. @Balandat thoughts? |
Does |
Sure, but will it fail if you do I really do not understand why |
Let me try to think a little about this. This is really weird. |
@adamjstewart added you as a collaborator in my fork, feel free to edit this PR as you see fit. Didn't mean for this PR to overtake yours, I was just demonstrating a possible fix... |
Could you authorize ci to run? @gpleiss |
Aren’t we planning to remove py37 support in the next release (moving to LinearOperator - yes I still owe a review on that one)? In that case everything should be fine. |
@@ -70,6 +70,7 @@ jobs: | |||
- name: Install dependencies | |||
run: | | |||
pip install pytest nbval jupyter tqdm matplotlib torchvision scipy | |||
pip install -r requirements.txt | |||
python setup.py build develop | |||
pip install "pyro-ppl<=1.8"; |
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.
@gpleiss is there a reason we require pyro-ppl<=1.8? would be good to unpin that, esp. b/c 1.8 doesn't (fully) work with python 3.10
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.
Yeah I think we can unpin.
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.
Cool, we can do that in a separate PR I guess.
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.
gtmtl
See discussion here: #2059 (comment)
See discussion here: #2059 (comment) Co-authored-by: Geoff Pleiss <[email protected]>
Follows #2057 and fixes tests: https://github.com/ngam/gpytorch/runs/7271650629?check_suite_focus=true
Recommendation: expand testing matrix to include python versions: