Skip to content

Commit

Permalink
Make pandas optional
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Nov 26, 2024
1 parent 9af99e2 commit 45237fc
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 32 deletions.
80 changes: 48 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ pdoc = "^14.1.0"
pytest = "^7.4.3"
pyright = "^1.1.364"

[tool.poetry.extras]
df = ["pandas"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 45237fc

Please sign in to comment.