forked from HolyWu/vs-rife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (31 loc) · 836 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "vsrife"
version = "4.2.0"
description = "RIFE function for VapourSynth"
readme = "README.md"
requires-python = ">=3.11"
license = {file = "LICENSE"}
authors = [{name = "HolyWu", email = "[email protected]"}]
keywords = ["RIFE", "VapourSynth"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Multimedia :: Video"
]
dependencies = [
"numpy>=1.26.1",
"packaging>=23.2",
"requests>=2.31.0",
"tensorrt>=8.6.1",
"torch>=2.0.1",
"torch-tensorrt-fx-only>=1.4.0",
"tqdm>=4.66.1",
"VapourSynth>=62"
]
[project.urls]
"Homepage" = "https://github.com/HolyWu/vs-rife"
"Bug Tracker" = "https://github.com/HolyWu/vs-rife/issues"