From 25893bdf8653c0f7f8c1195f9e93b9edcc0260be Mon Sep 17 00:00:00 2001 From: technocreep Date: Wed, 6 Nov 2024 14:38:15 +0100 Subject: [PATCH] refined requirements --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eeadfdbe7..f43d63048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,16 +15,13 @@ catboost = [ fedot = "^0.7.3" torch = "~2.2.0" torchvision = "~0.17.0" -setuptools = "^70.0.0" chardet = "~5.2.0" tensorly = "0.8.1" pymonad = "2.4.0" pywavelets = "1.4.1" giotto-tda = ">=0.6.0" -ripser = "0.6.4" fastcore = "~1.5.29" fastai = "~2.7.14" -sktime = ">=0.16.1" distributed = "~2023.12.0" mklpy = "0.6" librosa = "~0.10.1" @@ -32,11 +29,9 @@ pyriemann = "~0.5" pyarrow = "15.0.1" datasetsforecast = "^0.0.8" datasets = "^2.19.2" -matplotlib = "~3.8.2" -numpy = "1.23.2" pytest-cov = "^5.0.0" -sphinx-rtd-theme = "^2.0.0" spectrum = "^0.8.1" +scikit-tda = "^1.1.1" [tool.coverage.report]