Skip to content

Commit

Permalink
Support Pandas >= 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Jan 3, 2024
1 parent fbc8644 commit d1b66f0
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 @@ -20,7 +20,7 @@ python = ">=3.10,<3.12"
aiostream = "^0.4.5"
#greenlet = "2.0.2"
inflection = "^0.5.1"
pandas = "2.1.4"
pandas = ">=1.5.3"
prefect = "^2.7.3"
pydantic = "^1.10.2"
pytest-asyncio = "^0.20.2"
Expand Down

0 comments on commit d1b66f0

Please sign in to comment.