Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 1 update (#72)
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.3.4.1 to 12.4.2.65

---
updated-dependencies:
- dependency-name: nvidia-cublas-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] authored Mar 6, 2024
1 parent 1b9fb1d commit 7219f11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -31,7 +31,7 @@ readme = "README.md"
python = "^3.12"
faster-whisper = "^1.0.1"
nvidia-cudnn-cu12 = { version = "^8.9.7.29", optional = true }
nvidia-cublas-cu12 = { version = "^12.3.4.1", optional = true }
nvidia-cublas-cu12 = { version = "^12.4.2.65", optional = true }

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

0 comments on commit 7219f11

Please sign in to comment.