Skip to content

Commit

Permalink
updated PDM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
k4yt3x committed Feb 28, 2022
1 parent 4459f4d commit 49e0375
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

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

18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ classifiers = [
"Topic :: Scientific/Engineering :: Image Processing",
]
dependencies = [
"ffmpeg-python>=0.2.0",
"loguru>=0.6.0",
"opencv-python>=4.5.5.62",
"pillow>=9.0.1",
"rich>=11.2.0",
"waifu2x-ncnn-vulkan-python>=1.0.1",
"srmd-ncnn-vulkan-python>=1.0.2",
"realsr-ncnn-vulkan-python>=1.0.3",
"rife-ncnn-vulkan-python==1.0.4",
"ffmpeg-python>=0.2.0",
"loguru>=0.6.0",
"opencv-python>=4.5.5.62",
"pillow>=9.0.1",
"rich>=11.2.0",
"waifu2x-ncnn-vulkan-python>=1.0.1",
"srmd-ncnn-vulkan-python>=1.0.2",
"realsr-ncnn-vulkan-python>=1.0.3",
"rife-ncnn-vulkan-python>=1.0.4",
]
dynamic = ["version"]

Expand Down

0 comments on commit 49e0375

Please sign in to comment.