Closed j-wags closed 1 year ago
Consider using conda-forge-repodata-paches-feedstock
to amend the repodata (mostly version pins in your deps) in existing packages.
Woooooaaaah. That's really nifty - Thanks for pointing it out @jaimergp. Is there a preference from the c-f side between us making new builds to add pins vs. modifying them in existing pacakges? I'd think that modifying an already-released package should only be done in emergencies.
IIUC patching is strictly the better option in terms of the infrastructure but it requires somebody to review & merge it
The problem is that you are leaving older versions "exposed" to too optimistic version constraints, so the solver might go and choose that solution. If you see that you are getting really old ambertools / openff versions when you do a simple conda install openff
, that might be the explanation.
Done 66316ae; can patch the existing repodata if this is reported by users
_Originally posted by @mattwthompson in https://github.com/conda-forge/openff-toolkit-feedstock/pull/46#discussion_r1178253378_