Skip to content

Commit

Permalink
Update numba version (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol authored Mar 21, 2023
1 parent 14c80dd commit 090cadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 090cadf

Please sign in to comment.