You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we do want to add specific revisions in a sub-package, I don't know exactly how it'll end up in the pyproject.toml, but you can add it with (replacing main):
uv add git+https://github.com/FAIR-Chem/fairchem#subdirectory=packages/fairchem-core --rev main
I also wonder if we'll need something like: astral-sh/uv#11153, since it looks like the override is applied globally, and what we actually need is to override fairchem's torch limits specifically.
(For context, fairchem "requires" torch==2.4, which will conflict with chgnet==0.4.0 but it seems to work with 2.5.1)
meta has their own model https://github.com/FAIR-Chem/fairchem
The text was updated successfully, but these errors were encountered: