Skip to content

Commit

Permalink
🔨 specifiy keras version
Browse files Browse the repository at this point in the history
  • Loading branch information
innat committed Mar 23, 2024
1 parent 29b7e5d commit e796759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
keywords=["deep learning", "image retrieval", "image recognition"],
install_requires=[
"opencv-python>=4.1.2",
"keras",
"keras==3.0.5",
"tensorflow-datasets",
],
extras_require={
Expand Down

0 comments on commit e796759

Please sign in to comment.