From 02bd9572a93e3e53e2ef82e69227e7014fb78d02 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:02:48 -0700 Subject: [PATCH] Check if dgl 2.3.0 works --- devtools/conda-envs/espaloma.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/espaloma.yaml b/devtools/conda-envs/espaloma.yaml index 35f0709d..fabecc40 100644 --- a/devtools/conda-envs/espaloma.yaml +++ b/devtools/conda-envs/espaloma.yaml @@ -19,7 +19,7 @@ dependencies: - openmmforcefields >=0.11.2 - tqdm - pydantic <2 # We need our deps to fix this - - dgl =1.1.2 + - dgl =2.3.0 - qcportal =0.15.8 # Testing - pytest