From 204742f35d916bfd49d848accc0967307133f594 Mon Sep 17 00:00:00 2001 From: Yubo Wang Date: Fri, 6 Sep 2024 06:57:28 +0000 Subject: [PATCH] add jamba required deps into dev --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0cba2e2aa..67fce1221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ dev = [ "pytest>=7.1.2", "datasets>=2.19.2", "jupyter==1.0.0", + "causal-conv1d>=1.4.0", + "mamba-ssm>=2.2.2", "seaborn", ]