From d09e5d8bdf93f888910f95c43cbb34f79529b0e1 Mon Sep 17 00:00:00 2001 From: j-ittner Date: Thu, 27 Apr 2023 22:20:11 +0200 Subject: [PATCH] FIX: roll back [build.matrix.default] section in pyproject.toml --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5626e4a3..6ec5531c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,12 +86,6 @@ joblib = "~=0.14.1" matplotlib = "~=3.0.3" typing_inspect = "~=0.4.0" -[build.matrix.default] -# optional requirements of sklearndf -arfs = "~=1.0" -lightgbm = "~=3.0" -xgboost = "~=1.0" - [build.matrix.max] # direct requirements of sklearndf arfs = "~=1.0.5"