Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Dependencies: set fix version for dependencies
Browse files Browse the repository at this point in the history
itsdangerous, werkzeug, joblib should be locked at an older
revision for the docker build to succeed.

Signed-off-by: Nicolae Natea <[email protected]>
  • Loading branch information
nicsor committed Oct 3, 2022
1 parent f59f717 commit 794bfe0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ deepspeech==0.9.3
llvmlite==0.32.1
pysrt==1.1.2
nltk==3.6.2
pytimeparse==1.1.8
pytimeparse==1.1.8
itsdangerous==2.0.1
werkzeug==2.0.3
joblib==1.1.0
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ deepspeech==0.9.3
llvmlite==0.32.1
pysrt==1.1.2
nltk==3.6.2
pytimeparse==1.1.8
pytimeparse==1.1.8
itsdangerous==2.0.1
werkzeug==2.0.3
joblib==1.1.0

0 comments on commit 794bfe0

Please sign in to comment.