From 75a3474c69ac1d1eda9c4962534dbd3f14f1be0b Mon Sep 17 00:00:00 2001 From: yanghan-microsoft Date: Mon, 23 Dec 2024 13:39:32 +0800 Subject: [PATCH] split dependency of python < 3.10 and python >= 3.10 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f113677..5e1517e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,12 @@ dependencies = [ "ase>=3.23.0", "azure-identity", "azure-storage-blob", + "scikit-learn", "deprecated", "e3nn>=0.5.0", - "emmet-core>=0.84", + "atomate2", + "emmet-core>=0.84; python_version >= '3.10'", + "emmet-core<0.84; python_version < '3.10'", "loguru", "mp-api", "numpy<2",