Skip to content

Commit

Permalink
Update requirements.txt (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne authored Aug 8, 2024
1 parent 4a2149f commit fbbae2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "comfyui-firstordermm"
description = "A ComfyUI-native node to run First Order Motion Model for Image Animation. [a/https://github.com/AliaksandrSiarohin/first-order-model](https://github.com/AliaksandrSiarohin/first-order-model)"
version = "1.0.3"
license = { file = "LICENSE" }
dependencies = ["numpy", "torch", "scipy", "yaml", "matplotlib"]
dependencies = ["numpy", "torch", "scipy", "pyyaml", "matplotlib"]

[project.urls]
Repository = "https://github.com/FuouM/ComfyUI-FirstOrderMM"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
torch
scipy
yaml
matplotlib
pyyaml
matplotlib

0 comments on commit fbbae2d

Please sign in to comment.