Skip to content

Commit

Permalink
fix: pin requires-python to >=3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Nov 11, 2024
1 parent 3c36cfc commit d30f5ce
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 46 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name = "comfyui-idl"
description = "ComfyUI Interface Definition Language"
authors = [{ name = "Frost Ming", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"comfy-cli>=0.0.14",
"comfy-cli>=1.2.8",
"pydantic>=2.9",
]
dynamic = ["version"]
Expand All @@ -17,7 +17,7 @@ classifiers = [
]

[project.urls]
Homepage = "https://github.com/bentoml/ComfyUI-BentoML"
Homepage = "https://github.com/bentoml/ComfyUI-IDL"

[build-system]
requires = ["pdm-backend"]
Expand Down
Loading

0 comments on commit d30f5ce

Please sign in to comment.