From 3b88f69076ca714a14989774a2e971071ab5ea85 Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Tue, 14 Jan 2025 08:58:08 +0100 Subject: [PATCH] Add comment explaining need for fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f56029ba1..839b2232f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ dependencies = [ "scikit-learn>=1.1.1,<2", "scikit-learn-extra>=0.3.0,<1", "scipy>=1.10.1,<1.15", + # Currently necessary as >=1.15 breaks BoTorch. Can probably removed after next BoTorch version. "setuptools-scm>=7.1.0", "torch>=1.13.1,<3", "typing_extensions>=4.7.0",