Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson authored Oct 23, 2023
1 parent 342cf07 commit 7c281a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ imutils == 0.5.2
matplotlib >= 3.0.3
numpy
opencv-python == 3.4.16.59
pandas==0.25.3
pandas==0.25.3;python_version=="3.6"
pandas;python_version>="3.9"
scikit-image
scipy
seaborn == 0.9.0
Expand Down

0 comments on commit 7c281a8

Please sign in to comment.