Skip to content

Commit

Permalink
Roll back pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Aug 7, 2023
1 parent 39cabfd commit c85803a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .tools/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ loguru==0.7.0
matplotlib==3.7.2
nbconvert==7.7.3
opencv-contrib-python==4.8.0.74
pandas[hdf5,performance]==2.0.3
pandas[hdf5,performance]==2.0.2
pandas-stubs~=2.0.2
pandera==0.16.1
pandocfilters==1.5.0
pillow==10.0.0
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies = [
"matplotlib>=3.7.2",
"nbconvert>=7.7.3",
"opencv-contrib-python>=4.8.0.74",
"pandas[hdf5,performance]>=2.0.3",
"pandas[hdf5,performance]>=2.0.2",
"pandas-stubs~=2.0.2",
"pandera>=0.16.1",
"pandocfilters>=1.5.0",
"pillow>=10.0.0",
Expand Down

0 comments on commit c85803a

Please sign in to comment.