Use conda-forge rdkit-postgresql in README; drop Apple-silicon caveats - #180
Merged
Conversation
rdkit-postgresql is available on Apple silicon via conda-forge (already how CI installs it), so the special-case instructions are no longer needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
bdeadman
approved these changes
May 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
-c rdkitto-c conda-forgeto match CI.Test plan
🤖 Generated with Claude Code
Greptile Summary
Both READMEs are updated to replace the
-c rdkitchannel with-c conda-forgefor installingrdkit-postgresql, and the Apple silicon / x86_64-only caveats are dropped. The change is consistent with.github/workflows/tests.yml, which already usesconda install -c conda-forge rdkit-postgresqlagainst bothubuntu-latestandmacos-14runners.README.md: Removes the "Apple silicon: useconda install postgresqlinstead" comment and switches to the conda-forge channel.ord_interface/api/README.md: Removes the "rdkit-postgresql is currently only available on x86_64" note and switches to the conda-forge channel.Confidence Score: 5/5
Documentation-only change; the new instructions exactly match what CI already runs successfully on both Linux and Apple silicon.
Both README files now reflect the conda-forge channel that CI has used all along, and the removed caveats are confirmed obsolete by the macOS CI matrix. No code paths are touched.
No files require special attention.
Important Files Changed
-c rdkitto-c conda-forge, matching CI.-c rdkitto-c conda-forge.Reviews (1): Last reviewed commit: "Merge branch 'main' into readme-rdkit-co..." | Re-trigger Greptile