Skip to content

Commit

Permalink
specify extras correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Feb 1, 2025
1 parent 6f604f5 commit 0a5da84
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,11 @@ packaging = "*"
requests = ">=2.31.0"
websockets = ">=13.0"
tenacity = ">=8.2.3"
pyarrow = ">=14.0.2"
cbor2 = ">=5.6.3"
pandas = "*"
StrEnum = "^0.4.15"

[tool.poetry.group.pandas.dependencies]
pyarrow = ">=14.0.2"
pandas = "*"

[tool.poetry.group.test.dependencies]
pytest = ">=8.0.2"
pyarrow = ">=14.0.2"
pandas = "*"
pyarrow = { version = ">=14.0.2", extras = ["test", "pandas"] }
pandas = { version = "*", extras = ["test", "pandas"] }
pytest = { version = ">=8.0.2", extras = ["test"] }

[tool.poetry.group.dev.dependencies]
pre-commit = "*"
Expand Down

0 comments on commit 0a5da84

Please sign in to comment.