Skip to content

Commit

Permalink
Update Pandas dependency to 1.5.x
Browse files Browse the repository at this point in the history
Our CI jobs were taking forever due to needing to build an old version
of pandas from source for Python 3.11. This updates the dependency to
1.5.x, which allows us to use versions that should have updated
pre-built wheels available.
  • Loading branch information
tlento committed Aug 10, 2023
1 parent 24cb500 commit ebde675
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230810-112855.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Update pandas to 1.5.x
time: 2023-08-10T11:28:55.086363-07:00
custom:
Author: tlento
PR: "719"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"jsonschema==3.2.0",
"more-itertools==8.10.0",
"numpy>=1.22.2",
"pandas~=1.3.0",
"pandas~=1.5.0",
"pydantic~=1.10.0",
"python-dateutil==2.8.2",
"rapidfuzz==3.0.0",
Expand Down

0 comments on commit ebde675

Please sign in to comment.