From 40b79f031d11d83ee5583e3c3310ba19d1fb0edd Mon Sep 17 00:00:00 2001 From: wasertech Date: Mon, 13 Mar 2023 22:07:56 +0100 Subject: [PATCH] prepare for pypi repo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1fb11d..0d5531f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "transformers", "torch", "langcodes", "datasets", "halo", "psutil", "shutils", "accelerate", "questionary"] +requires = ["setuptools", "wheel", "transformers", "torch", "langcodes", "datasets", "halo", "psutil", "shutils", "questionary"] [tool.black] # better to keep default line-length than to match flake8