Skip to content

Commit

Permalink
Update pandas requirement from <=1.5.3 to <=2.1.3
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@0.3.0...v2.1.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent 7668e1b commit 963f95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'ipython~=3.2.3',
'matplotlib~=3.6.1',
'numpy~=1.26.2',
'pandas~=1.5.3',
'pandas>=1.5.3,<2.2.0',
'python-dateutil~=2.8.2',
'reactivex~=4.0.4',
'retry~=0.9.2',
Expand Down

0 comments on commit 963f95b

Please sign in to comment.