Closed lohedges closed 4 months ago
In our conda recipe we have a runtime constraint that pins RDKit to the MANOR.MINOR release number that Sire was built against. This needs to be made more strict, i.e. MAJOR.MINOR.PATCH:
Current:
run_constrained: - {{ pin_compatible('rdkit', max_pin='x.x') }}
Updated:
run_constrained: - {{ pin_compatible('rdkit', max_pin='x.x.x') }}
In our conda recipe we have a runtime constraint that pins RDKit to the MANOR.MINOR release number that Sire was built against. This needs to be made more strict, i.e. MAJOR.MINOR.PATCH:
Current:
Updated: