Skip to content

Commit

Permalink
chore: support pandas 2.2 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml authored Feb 28, 2024
1 parent 4804878 commit f7b00be
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 @@ -14,7 +14,7 @@ python = ">=3.8, <3.12"
ipykernel = "*"
pandas = [
{ version = ">=1.5, <2.1", python = "~3.8" },
{ version = ">=1.5, <2.2", python = ">=3.9" }
{ version = ">=1.5, <2.3", python = ">=3.9" }
]
numpy = "*"
matplotlib = "^3.3"
Expand Down

0 comments on commit f7b00be

Please sign in to comment.