From 5aade537354e335ae5493cd3a27b99ba0b4434de Mon Sep 17 00:00:00 2001 From: Janosh Riebesell Date: Mon, 23 Dec 2024 17:21:18 +0000 Subject: [PATCH] bump mattersim to v1.0.1rc1 https://github.com/microsoft/mattersim/pull/61#issuecomment-2559733329 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf7805873..0f0e288d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ forcefields = [ "matgl>=1.1.3", "torchdata<=0.7.1", # quippy-ase support for py3.12 tracked in https://github.com/libAtoms/QUIP/issues/645 - "mattersim>=1.0.0rc9", + "mattersim>=1.0.1rc1", "quippy-ase>=0.9.14; python_version < '3.12'", "sevenn>=0.9.3", "torchdata<=0.7.1", # TODO: remove when issue fixed @@ -124,7 +124,7 @@ strict-forcefields = [ "chgnet==0.4.0", "mace-torch>=0.3.6", "matgl==1.1.3", - "mattersim==1.0.0rc9", + "mattersim==1.0.1rc1", "quippy-ase==0.9.14; python_version < '3.12'", "sevenn==0.10.1", "torch==2.5.1",