diff --git a/pyproject.toml b/pyproject.toml index d4bd7e05..d013f17b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ strict = [ "fireworks==2.0.3", "atomate==1.0.3", "atomate2==0.0.8", - "m3gnet==0.1.0", + "m3gnet==0.2.4", ] -with_m3gnet = ["m3gnet==0.1.0"] +with_m3gnet = ["m3gnet==0.2.4"] tests = ["pytest==7.1.3", "pytest-cov==4.0.0"] [tool.coverage.run]