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 6fef4f9067
commit 871b1ce6be
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ torchaudio
soundfile==0.12.* soundfile==0.12.*
librosa==0.10.* librosa==0.10.*
scikit-learn==1.3.0 scikit-learn==1.3.0
numba==0.55.1;python_version<"3.9" numba==0.57.0
numba==0.57.0;python_version>="3.9"
inflect==5.6.* inflect==5.6.*
tqdm==4.64.* tqdm==4.64.*
anyascii==0.3.* anyascii==0.3.*