-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (29 loc) · 847 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (29 loc) · 847 Bytes
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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "vsgmfss_fortuna"
version = "1.0.0"
description = "GMFSS_Fortuna function for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [{name = "HolyWu", email = "holywu@gmail.com"}]
keywords = ["GMFSS_Fortuna", "VapourSynth"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Topic :: Multimedia :: Video"
]
dependencies = [
"cupy-cuda11x>=12.0.0",
"numpy>=1.24.2",
"tensorrt>=8.6.0",
"torch>=1.13.1",
"torch-tensorrt-fx-only>=1.4.0.dev0",
"VapourSynth>=55"
]
[project.urls]
"Homepage" = "https://github.com/HolyWu/vs-gmfss_fortuna"
"Bug Tracker" = "https://github.com/HolyWu/vs-gmfss_fortuna/issues"