Open ElliottKasoar opened 1 month ago
Actually it 3.10+, which means we'd need split versions
chgnet = [
{version = "0.4.0", python = ">=3.10", optional = true},
{version = "0.3.8", python = ">=3.9,<3.10", optional = true}
]
but is probably fine.
It also now requires torch 2.4.1, which is more problematic, as we've pinned torch due to dgl issues (for matgl).
See changelog, but nothing obvious should break.