Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nxkb authored Sep 4, 2024
1 parent 2569299 commit e16e9d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "comfyui-rtx-remix"
description = "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)"
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["numpy # SWIPAT filed under: https://nvbugs/4702469", "pillow>=10.0.1 # SWIPAT filed under: https://nvbugs/4702475", "requests # SWIPAT filed under: https://nvbugs/4702237", "torch # SWIPAT filed under: https://nvbugs/4702252"]
dependencies = ["numpy", "pillow>=10.0.1", "requests", "torch"]

[project.urls]
Repository = "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
PublisherId = "nvida-gameworks"
DisplayName = "ComfyUI-RTX-Remix"
Icon = ""
Icon = "remix.png"

0 comments on commit e16e9d3

Please sign in to comment.