Skip to content

Commit

Permalink
fixed type in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphe committed Mar 24, 2023
1 parent 8e647db commit c25c171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["facecropping", "tool", "ai"]
dependencies = [
"mtcnn >= 5.2.0",
"opencv-pytho >= 4.1.0",
"tensorflow >= 2.11.1
"tensorflow >= 2.11.1"
]
requires-python = ">=3.7"

Expand Down

0 comments on commit c25c171

Please sign in to comment.