Skip to content

Commit

Permalink
Merge pull request #165 from tompollard/tp/bump_pandas_2_2_2
Browse files Browse the repository at this point in the history
Bump pandas to 2.0.3.
  • Loading branch information
tompollard authored Jun 4, 2024
2 parents 0ec30a2 + 4fcbcca commit ee563de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ anybadge==1.14.0
Jinja2==3.1.4
numpy==1.23.2
openpyxl==3.1.2
pandas==2.0.0
pandas==2.0.3
pyright==1.1.305
pytest-cov==3.0.0
scipy==1.10.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'numpy>=1.19.1',
'pandas>=1.4.3',
'pandas>=2.0.3',
'scipy>=1.10.1',
'statsmodels>=0.13.5',
'tabulate>=0.9.0',
Expand Down

0 comments on commit ee563de

Please sign in to comment.