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

Move project to python 3.8 #203

Draft
wants to merge 1 commit into
base: sf_dev_0.3.0_postreg
Choose a base branch
from

Conversation

sjfleming
Copy link
Member

Pytorch, among other packages, have moved away from python 3.7.
https://pytorch.org/blog/deprecation-cuda-python-support/

This means python 3.7 will not be workable moving forward, and we need to update cellbender to python 3.8 at minimum.

@sjfleming
Copy link
Member Author

Due to this
pyro-ppl/pyro#3200

we need to wait for
pyro-ppl/pyro#3167
to make its way into an official pyro release.

@sjfleming
Copy link
Member Author

There are a couple of separate issues here. One is python 3.8. Another is pytorch 2.0. For some reason, pytorch 2.0 seems to make a lot of tests fail. Some are related to this
pyro-ppl/pyro#3201

but there appear to be more.

If I use torch 1.13.0, then all tests pass on python 3.8

@sjfleming
Copy link
Member Author

Like this too
pyro-ppl/pyro#3202

@DriesSchaumont
Copy link

Hi @sjfleming thank you for your work on this project! Do you know what the status of this PR is? I would be very happy to see an update of the python version. As far as I can see, all of the blockers linked above have been resolved?

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 this pull request may close these issues.

2 participants