Skip to content

Commit

Permalink
Python compatibility with 3.12 (#188)
Browse files Browse the repository at this point in the history
* Python compatibility with 3.12
  • Loading branch information
vivekuppal committed Mar 29, 2024
1 parent 6b96e32 commit f25f087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Follow below steps to run transcribe on your local machine.

### 📋 Prerequisites

- Python >=3.11.0 and < 3.12.0
- Python >=3.11.0
- (Optional) An OpenAI API key (set up a paid [OpenAI account](https://platform.openai.com/))
- Windows OS (Not tested on others)
- FFmpeg
Expand Down
2 changes: 1 addition & 1 deletion app/transcribe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.24.3
numpy==1.26.4
openai-whisper==20231117
Wave==0.0.2
openai==1.13.3
Expand Down

0 comments on commit f25f087

Please sign in to comment.