Skip to content

Commit

Permalink
chore(deps): bump pandas upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 13, 2024
1 parent 82013dd commit 238adb9
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 51 deletions.
99 changes: 50 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ atpublic = ">=2.3,<5"
bidict = ">=0.22.1,<1"
multipledispatch = ">=0.6,<2"
numpy = ">=1,<2"
pandas = ">=1.2.5,<2.1"
pandas = ">=1.2.5,<3"
parsy = ">=2,<3"
pyarrow = ">=2,<16"
pyarrow-hotfix = ">=0.4,<1"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "4.0"
oracledb==2.0.1 ; python_version >= "3.9" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.9" and python_version < "4.0"
palettable==3.3.3 ; python_version >= "3.10" and python_version < "3.13"
pandas==2.0.3 ; python_version >= "3.9" and python_version < "4.0"
pandas==2.1.4 ; python_version >= "3.9" and python_version < "4.0"
parso==0.8.3 ; python_version >= "3.9" and python_version < "4.0"
parsy==2.1 ; python_version >= "3.9" and python_version < "4.0"
partd==1.4.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 238adb9

Please sign in to comment.