Skip to content

Commit

Permalink
fix(*:skip) Exclude setuptools version from pyproject.toml (#3494)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Taner Topal <taner@flower.dev>
Co-authored-by: Taner Topal <taner@flower.ai>
  • Loading branch information
3 people authored May 23, 2024
1 parent 97d1d4d commit 30e9998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ iterators = "^0.0.2"
typer = { version = "^0.9.0", extras=["all"] }
tomli = "^2.0.1"
pathspec = "^0.12.1"
setuptools = "!=70.0.0"
# Optional dependencies (Simulation Engine)
ray = { version = "==2.6.3", optional = true, python = ">=3.8,<3.12" }
# Optional dependencies (REST transport layer)
requests = { version = "^2.31.0", optional = true }
starlette = { version = "^0.31.0", optional = true }
uvicorn = { version = "^0.23.0", extras = ["standard"], optional = true }
setuptools = "69.5.1"

[tool.poetry.extras]
simulation = ["ray", "pydantic"]
Expand Down

0 comments on commit 30e9998

Please sign in to comment.