Update conda configs for v0.5 release#176
Conversation
|
| Filename | Overview |
|---|---|
| .github/workflows/conda-build.yml | Matrix reduced from 5 to 3 entries (one per CUDA version); config strings updated to include compiler and boost version components but no longer encode Python version in the filename. |
Reviews (1): Last reviewed commit: "Update conda configs for v0.5 release" | Re-trigger Greptile
|
@evasnow1992 all of our CI will fail until this one gets in |
| rdkit: "2025.3.2" | ||
| cuda: "12.9" | ||
| config: linux_64_c_stdlib_version2.17cuda_compiler_version12.9librdkit_dev2025.3.2python3.11.____cpython | ||
| rdkit: "2025.3.3" |
There was a problem hiding this comment.
One minor point. Our README still contains the stale statement: “nvMolKit v0.2.0 supports RDKit 2024.09.6 and 2025.03.1. To install:”. We may want to update both the nvMolKit version and the new minimum RDKit version (2025.3.3).
There was a problem hiding this comment.
Good point, missed that in the version bump PR, will add in a followup
evasnow1992
left a comment
There was a problem hiding this comment.
Changes look good to me. Thanks!
Reduced to 3 configs, one for each supported cuda