Skip to content

Commit

Permalink
build(deps): bump nvidia-cublas-cu12 in the dependencies group (#122)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 1 update: [nvidia-cublas-cu12](https://developer.nvidia.com/cuda-zone).


Updates `nvidia-cublas-cu12` from 12.5.2.13 to 12.5.3.2

---
updated-dependencies:
- dependency-name: nvidia-cublas-cu12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 2, 2024
1 parent a75dad0 commit ba30fcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ readme = "README.md"
python = "^3.12"
faster-whisper = "^1.0.3"
nvidia-cudnn-cu12 = { version = "8.9.7.29", optional = true }
nvidia-cublas-cu12 = { version = "^12.5.2.13", optional = true }
nvidia-cublas-cu12 = { version = "^12.5.3.2", optional = true }

[tool.poetry.group.server.dependencies]
supervisor = "^4.2.5"
Expand Down

0 comments on commit ba30fcb

Please sign in to comment.