We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358b9ed commit 500c6f3Copy full SHA for 500c6f3
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
9
[project]
10
name = "comfy-kitchen"
11
-version = "0.1.0"
+version = "1.0.0"
12
description = "Fast Kernel Library for ComfyUI with multiple compute backends"
13
readme = "README.md"
14
requires-python = ">=3.12"
@@ -18,7 +18,6 @@ classifiers = [
18
"Development Status :: 3 - Alpha",
19
"Programming Language :: Python :: 3",
20
"Programming Language :: C++",
21
- "Programming Language :: CUDA",
22
"License :: OSI Approved :: Apache Software License",
23
]
24
dependencies = [
0 commit comments