Update numba version (#2435)

This commit is contained in:
Eren Gölge 2023-03-21 11:40:42 +01:00 committed by GitHub
parent 14c80dd1fd
commit 090cadf270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ torch>=1.7
torchaudio
soundfile
librosa==0.8.0
numba==0.55.1;python_version<"3.10"
numba==0.55.2;python_version=="3.10"
numba==0.55.1;python_version<"3.9"
numba==0.56.4;python_version>="3.9"
inflect==5.6.0
tqdm
anyascii