From b39244945742539d94f33ff8f46944a98ff8ed74 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Tue, 13 Aug 2024 07:18:31 -0700 Subject: [PATCH] Tru to fix requirements. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75690ec6..73c38354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,12 +50,12 @@ classifiers = [ ] dependencies = [ "ase", - "dgl>=2.0.0", + "dgl<=2.1.0", "pymatgen", - "lightning", + "lightning<=2.4.0", "torch<=2.2.1", "pydantic", - "torchdata", + "torchdata<=0.7.1", "boto3", "numpy<2.0.0" ]