From 551f901f95937c61a6cc2d1fd4bfa71ff5145973 Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Fri, 10 Nov 2023 11:02:44 +0000 Subject: [PATCH] Fix dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3c1c9e7..1dc950f 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ _deps = [ "torch==2.1.0", "transformers==4.35.0", "trl==0.7.4", - "jinja2=>3.0.0", + "jinja2>=3.0.0", "tqdm>=4.64.1", ]