diff --git a/pyproject.toml b/pyproject.toml index 5831fe66..bf7c5fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,9 @@ classifiers = [ dependencies = [ "torch", "triton", - "ninja", "einops", "transformers", "packaging", - "setuptools>=61.0.0", ] [project.urls] Repository = "https://github.com/state-spaces/mamba"