From 24bc4e25c08e7b187f2e29e3b7762c141596341e Mon Sep 17 00:00:00 2001 From: Ricardo Amaral Date: Tue, 15 Oct 2024 10:14:02 -0400 Subject: [PATCH] Update `pyproject.toml` with `torch==2.3.0`. Ref: https://github.com/PhasesResearchLab/crystALL/issues/8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45627fb..af1279d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "numpy>=1.26.0, <2.0.0", "scipy>=1.11.0", "jarvis-tools>=2021.07.19", - "torch==2.1.0", + "torch==2.3.0", "dgl>=1.1.3", "scikit-learn>=1.3.1", "matplotlib>=3.4.1",