Skip to content

Commit

Permalink
[CHORE] Revert "Bump pandas from 2.0.3 to 2.1.2" (#1554)
Browse files Browse the repository at this point in the history
Reverts #1542

It appears Pandas dropped support for Python 3.8 in >=2.1.0
  • Loading branch information
jaychia authored Oct 31, 2023
1 parent 1f05d52 commit 154a37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dask==2023.6.0; python_version >= '3.9'
numpy; python_version < '3.9'
numpy==1.25.2; python_version >= '3.9'
pandas==1.3.5; python_version < '3.8'
pandas==2.1.2; python_version >= '3.8'
pandas==2.0.3; python_version >= '3.8'
xxhash>=3.0.0
Pillow==9.5.0
opencv-python==4.8.1.78
Expand Down

0 comments on commit 154a37c

Please sign in to comment.