Skip to content

Commit

Permalink
build: set minimum Python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Jul 3, 2024
1 parent 82d63b1 commit 4949716
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 @@ -34,7 +34,7 @@ authors = ["winstxnhdw <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
faster-whisper = "^1.0.3"
nvidia-cudnn-cu12 = { version = "8.9.7.29", optional = true }
nvidia-cublas-cu12 = { version = "^12.5.3.2", optional = true }
Expand Down

0 comments on commit 4949716

Please sign in to comment.