From b81e5102d1fac8a5704f42754661285abaf87d64 Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Mon, 9 Dec 2024 15:05:22 +0100 Subject: [PATCH] Temporarily limit the scikit-fingerprints version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0623adc6b..468d5fde1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ Issues = "https://github.com/emdgroup/baybe/issues/" [project.optional-dependencies] chem = [ - "scikit-fingerprints>=1.7.0", + "scikit-fingerprints>=1.7.0,<1.12.0", ] onnx = [