-
Notifications
You must be signed in to change notification settings - Fork 1
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
CI fixes for conda forge #29
Conversation
@mikemhenry @kaminow I think the failure to solve for 3.9 and 3.11 is due to BLAS restrictions in our conda recipie for |
@mikemhenry would you mind having a look here at the conflict graph, as far as I can tell there are 3.9 has a bunch of issues and 3.11 is blocked by some pytorch-cluster issues. |
If we can't get to the bottom of this, then we may have to use the |
This reverts commit 099c70c.
Interestingly enough, I can create an environment fine with name: test
channels:
- conda-forge
dependencies:
- python=3.9
- pytorch
- pytorch_geometric
- pytorch_cluster
- pytorch_scatter
- pytorch_sparse
- numpy
- h5py
- e3nn
- dgllife
- dgl
- rdkit
# testing dependencies
- pytest
- pytest-cov
- codecov
and running |
Looking into this, but IMHO, way better to just drop python 3.9 support (or not test it on CI since it sounds like it is only a problem on CI, since @ijpulidos can make an env and so can I, |
|
So my vote is to not worry about this unless we need python 3.9 in a production environment and drop python 3.9 in our testing matrix. |
I think the main worry with ignoring the issues with 3.9 is that it may mess with the |
It looks like we have |
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.
going to approve this based on our discussion today
Fixes #28