Skip to content

Commit

Permalink
Move pandas upper bound to 2.2.0 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm authored Feb 20, 2024
1 parent e105d84 commit 16870f6
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 @@ -12,7 +12,7 @@ maintainers = [
]
license = {text = "Apache Software License"}
dependencies = [
"pandas<=2.0.2,>=0.25.0",
"pandas<=2.2.0,>=0.25.0",
"numpy<=1.26.0,>=1.22.0",
"ordered-set<=4.1.0,>=4.0.2",
"fugue<=0.8.7,>=0.8.7",
Expand Down

0 comments on commit 16870f6

Please sign in to comment.