Skip to content

Commit

Permalink
Update pandas requirement from <2.1.4,>=1.4.0 to >=1.4.0,<2.2.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@v1.4.0...v2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 2b2a59f commit 58e782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy>=1.17.2, <1.26.3
torch>=1.10.0, <1.13.2
pandas>=1.4.0, <2.1.4
pandas>=1.4.0, <2.2.3
boto3>=1.26.0, <1.33.8
requests>=2.31.0, <2.31.1
sagemaker>=2.112.0, <2.199.1
Expand Down

0 comments on commit 58e782a

Please sign in to comment.