Skip to content

Commit

Permalink
Downgrade numpy dependency to be compatible with Google Colab TensorF…
Browse files Browse the repository at this point in the history
…low version
  • Loading branch information
AliOsm committed Aug 21, 2023
1 parent d5e8890 commit 6ff7fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = ["tqdm==4.65.1", "yt-dlp==2023.7.6"]
[project.optional-dependencies]
wit = [
"auditok==0.2.0",
"numpy==1.24.4",
"numpy==1.23.5",
"pydub==0.25.1",
"requests==2.31.0",
"scipy==1.11.1",
Expand Down

0 comments on commit 6ff7fa8

Please sign in to comment.