Skip to content

Commit

Permalink
⬆️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
innat committed Mar 20, 2024
1 parent 4136920 commit 154509a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
keras-nightly
opencv-python>=4.1.2

# Tensorflow.
tensorflow-cpu==2.16.1

Expand Down
4 changes: 1 addition & 3 deletions 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-nightly",
"keras",
"tensorflow-datasets",
],
extras_require={
Expand All @@ -23,9 +23,7 @@
"isort",
"black[jupyter]",
"pytest",
"pycocotools",
],
"examples": ["tensorflow_datasets", "matplotlib"],
},
python_requires=">=3.9",
classifiers=[
Expand Down

0 comments on commit 154509a

Please sign in to comment.