Skip to content

Commit

Permalink
set minimum pandas/polars versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Apr 30, 2024
1 parent f5622e5 commit b45fe1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [{name = "Francesco Bruzzesi"}]

dependencies = [
"numpy",
"narwhals>=0.7.14",
"narwhals>=0.7.15",
"typing-extensions>=4.4.0; python_version < '3.11'",
]

Expand All @@ -36,8 +36,8 @@ repository = "https://github.com/fbruzzesi/timebasedcv"
issue-tracker = "https://github.com/fbruzzesi/timebasedcv/issues"

[project.optional-dependencies]
polars = ["polars"]
pandas = ["pandas"]
polars = ["polars>=0.20.3"]
pandas = ["pandas>=1.2.0"]

dev = [
"pre-commit==2.21.0",
Expand Down

0 comments on commit b45fe1f

Please sign in to comment.