From 35a1039aa746faae4ebaf74da3a5bb4a323fd05c Mon Sep 17 00:00:00 2001 From: Pirklbauer <jan.pirklbauer@tu-bs.de> Date: Tue, 9 Jan 2024 13:48:35 +0100 Subject: [PATCH] added a test and build stage --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c782a9..1361d42 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( packages=find_packages(), install_requires=[ 'levenshtein', - + 'transformers' ], python_requires='>=3.8' ) -- GitLab