Skip to content

Commit

Permalink
[CHORE] pin pandas for 3.8 (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 authored Nov 22, 2023
1 parent 7b8799c commit 3dc440c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dask==2023.6.0; python_version >= '3.9'
numpy; python_version < '3.9'
numpy==1.26.2; python_version >= '3.9'
pandas==1.3.5; python_version < '3.8'
pandas==2.1.3; python_version >= '3.8'
pandas==2.0.3; python_version == '3.8'
pandas==2.1.3; python_version >= '3.9'
xxhash>=3.0.0
Pillow==9.5.0
opencv-python==4.8.1.78
Expand Down

0 comments on commit 3dc440c

Please sign in to comment.