Skip to content

Commit

Permalink
move setup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Dec 10, 2024
1 parent 8d2846d commit f2900b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ whylabs-client = "^0.6.15"
requests = "^2.27"
backoff = "^2.2.1"
platformdirs = "^3.5.0"
setuptools = [
{ version = "<58", python = "<3.8", optional = false },
{ version = ">=75", python = ">=3.8", optional = false }
]

# viz module. Everything after this should be optional
pybars3 = { version = "^0.9", optional = true }
Expand Down Expand Up @@ -201,6 +197,10 @@ pyright = "^1.1.383"
httpretty = { version = "^1.1.4", python = ">=3.6,<3.10"}
ruff = "^0.4.4"
pytest-xdist = {version = "^3.6.1", python = ">=3.8,<4"}
setuptools = [
{ version = "<58", python = "<3.8", optional = false },
{ version = ">=75", python = ">=3.8", optional = false }
]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f2900b1

Please sign in to comment.