From 1e102f6989f2043e230d538fae52b5589e513ea7 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Fri, 10 May 2024 14:08:37 +0200 Subject: [PATCH] Merge kernel-synth extra into training (#66) *Description of changes:* See title. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Abdul Fatir Ansari --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90a1cb2..15f914e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest~=8.0", "numpy~=1.21"] typecheck = ["mypy~=1.9"] -training = ["gluonts[pro]", "numpy", "tensorboard", "typer", "typer-config"] -kernel-synth = ["gluonts[pro]", "joblib", "scikit-learn"] +training = ["gluonts[pro]", "numpy", "tensorboard", "typer", "typer-config", "joblib", "scikit-learn"] [tool.mypy] ignore_missing_imports = true