From 4eec70680eb50d2fb65a2937eb090e3a9df6678a Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Tue, 31 Oct 2023 13:34:21 +0100 Subject: [PATCH] chore: remove obsolete numba requirement for python<3.9 The repository requires Python>=3.9, so this is obsolete. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2944e6fa..a5e0be7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ torchaudio soundfile>=0.12.0 librosa>=0.10.0 scikit-learn>=1.3.0 -numba==0.55.1;python_version<"3.9" numba>=0.57.0;python_version>="3.9" inflect>=5.6.0 tqdm>=4.64.1 @@ -54,4 +53,4 @@ encodec>=0.1.1 # deps for XTTS unidecode>=1.3.2 num2words -spacy[ja]>=3 \ No newline at end of file +spacy[ja]>=3