This commit is contained in:
Chenlei Hu
2025-02-28 13:56:42 -05:00
committed by GitHub
parent c4d64f2adc
commit e106fded37
3 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[],
python_requires=">=3.10",
python_requires=">=3.9",
)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@comfyorg/comfyui-frontend",
"version": "1.10.14",
"version": "1.10.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@comfyorg/comfyui-frontend",
"version": "1.10.14",
"version": "1.10.15",
"license": "GPL-3.0-only",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",

View File

@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.10.14",
"version": "1.10.15",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",