-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
38 lines (36 loc) · 1.22 KB
/
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
34
35
36
37
38
[project]
name = "jovi_glsl"
description = "ComfyUI Nodes that integrate GLSL shader support."
version = "1.1.14"
license = { file = "LICENSE" }
readme = "README.md"
authors = [{ name = "Alexander G. Morano", email = "[email protected]" }]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
]
requires-python = ">=3.11"
dependencies = [
"aenum>=3.1.15",
"glfw",
"loguru",
"numpy>=1.26.4,<2.0.0; python_version < '3.12'",
"numpy>=2.0.0; python_version > '3.11'",
"opencv-contrib-python",
"PyOpenGL",
"PyOpenGL-accelerate>=3.1.7; python_version < '3.12'"
]
[project.urls]
Homepage = "https://github.com/Amorano/Jovi_GLSL"
Documentation = "https://github.com/Amorano/Jovi_GLSL/wiki"
Repository = "https://github.com/Amorano/Jovi_GLSL"
Issues = "https://github.com/Amorano/Jovi_GLSL/issues"
[tool.comfy]
PublisherId = "amorano"
DisplayName = "Jovi GLSL"
Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/refs/heads/master/res/logo-jovi_glsl.png"