Skip to content

Commit

Permalink
Updated dependencies for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dan64 committed Jun 1, 2024
1 parent 0324cb0 commit 9d3d515
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build]
exclude = [
]
exclude = []

[project]
name = "vspropainter"
Expand All @@ -23,7 +22,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.26.4",
"nvidia-cuda-runtime-cu12>=12.5.39"
"nvidia-cuda-runtime-cu12>=12.5.39",
"torchvision>=0.19.0",
"torch>=2.4.0",
"Pillow>=10.1.0",
Expand Down

0 comments on commit 9d3d515

Please sign in to comment.