Skip to content

Commit

Permalink
loosen pandas constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 23, 2024
1 parent c1eb223 commit 264ed8d
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 @@ -25,7 +25,7 @@ jsonschema = ">=3.2.0,<5.0"
numpy = "<2.0" # v2.0 causes "ValueError: numpy.dtype size changed" error
orjson = "^3.10"
overrides = "^7.4.0"
pandas = ">=2.2.0"
pandas = ">=1.5.3,<3.0"
pendulum = "<=3.0.0"
psycopg = {extras = ["binary", "pool"], version = "^3.2.2"}
pyarrow = ">=16.1,<18.0"
Expand Down

0 comments on commit 264ed8d

Please sign in to comment.