chore: remove obsolete numba requirement for python<3.9

The repository requires Python>=3.9, so this is obsolete.
This commit is contained in:
Enno Hermann 2023-10-31 13:34:21 +01:00
parent 24298da5fc
commit 4eec70680e
1 changed files with 1 additions and 2 deletions

View File

@ -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
spacy[ja]>=3