From d07c741159b02c908fb894e4daa9ced51f14ae0c Mon Sep 17 00:00:00 2001 From: "Wesley M. Gifford" Date: Fri, 1 Mar 2024 19:32:57 -0500 Subject: [PATCH] be consistent with HF Signed-off-by: Wesley M. Gifford --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f487f312..0c5af635 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ packages = ["tsfm_public", "tsfm_public.toolkit", "tsfmhfdemos"] notebooks = ["jupyter", "matplotlib", "datasets", "ipywidgets", "plotly", "kaleido"] testing = ["pytest", "tsfm_public[notebooks]"] -dev = ["pre-commit", "tsfm_public[testing]", "ruff"] +dev = ["pre-commit", "tsfm_public[testing]", "ruff==0.1.5"] evaluation = [ "tsevaluate @ git+ssh://git@github.ibm.com/srom/tsevaluate.git", ]