Skip to content

Commit

Permalink
Update pandas support to 2.2.2 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm authored Apr 29, 2024
1 parent eaacf32 commit d242d49
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 @@ -11,7 +11,7 @@ maintainers = [
{ name="Faisal Dosani", email="[email protected]" }
]
license = {text = "Apache Software License"}
dependencies = ["pandas<=2.2.1,>=0.25.0", "numpy<=1.26.4,>=1.22.0", "ordered-set<=4.1.0,>=4.0.2", "fugue<=0.8.7,>=0.8.7"]
dependencies = ["pandas<=2.2.2,>=0.25.0", "numpy<=1.26.4,>=1.22.0", "ordered-set<=4.1.0,>=4.0.2", "fugue<=0.8.7,>=0.8.7"]
requires-python = ">=3.9.0"
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit d242d49

Please sign in to comment.