From c0da85f657c9aff12b0abe8c232dd87af41766b0 Mon Sep 17 00:00:00 2001 From: Leo Gao <54557097+leogao2@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:48:04 -0800 Subject: [PATCH] fix pyext for python 3.11 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6507f23..d933bef8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Used for evaluation and some common for train too numpy -pyext>=0.7 +git+https://github.com/clefourrier/pyext sacrebleu # we used 1.5.1 sacremoses # we used 0.0.45 torch>=1.7