Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #110 from defenseunicorns/renovate/numpy-1.x
Browse files Browse the repository at this point in the history
Update dependency numpy to v1.25.0
  • Loading branch information
Gerred Dillon authored Jun 28, 2023
2 parents 6c3b729 + 1096806 commit eef5d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/speech2text/whisper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"jupyter~=1.0.0",
"pydub~=0.25.1",
"openai-whisper==20230314",
"numpy~=1.24.3",
"numpy~=1.25.0",
"fastapi~=0.96.0",
"uvicorn~=0.22.0",
"python-multipart~=0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp
numpy==1.24.3
numpy==1.25.0
openai==0.27.7
pandas==1.5.3
redis==4.5.5
Expand Down

0 comments on commit eef5d0f

Please sign in to comment.