Skip to content

Commit

Permalink
Allow pandas 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 18, 2024
1 parent a704d44 commit bb7ad08
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 @@ -18,7 +18,7 @@ dependencies = [
"kafka-python",
"matplotlib",
"numpy",
"pandas<2",
"pandas",
"xarray",
"requests",
"scipy",
Expand Down

0 comments on commit bb7ad08

Please sign in to comment.