From 154509a1cd9857c132a7891afa8629b72669a2cf Mon Sep 17 00:00:00 2001 From: innat Date: Thu, 21 Mar 2024 01:24:22 +0600 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 --- setup.py | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index f35ec0b..f376588 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ -keras-nightly -opencv-python>=4.1.2 - # Tensorflow. tensorflow-cpu==2.16.1 diff --git a/setup.py b/setup.py index 32f9753..61576ad 100644 --- a/setup.py +++ b/setup.py @@ -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={ @@ -23,9 +23,7 @@ "isort", "black[jupyter]", "pytest", - "pycocotools", ], - "examples": ["tensorflow_datasets", "matplotlib"], }, python_requires=">=3.9", classifiers=[