From e0f0d2ad350461754c5fd91c02b7f74ffe641c96 Mon Sep 17 00:00:00 2001 From: innat Date: Wed, 3 Apr 2024 17:47:44 +0600 Subject: [PATCH] update setup --- requirements.cuda.txt | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements.cuda.txt b/requirements.cuda.txt index c909434..238ec92 100644 --- a/requirements.cuda.txt +++ b/requirements.cuda.txt @@ -16,9 +16,6 @@ regex pandas tensorflow-datasets packaging -flake8 -isort -black pytest build namex diff --git a/setup.py b/setup.py index dfc0a28..48a50b3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author="Mohammed Innat", author_email="innat.dev@gmail.com", url="https://github.com/innat/VideoSwin", - keywords=["deep learning", "image retrieval", "image recognition"], + keywords=["deep learning", "video retrieval", "video recognition"], install_requires=[ "opencv-python>=4.1.2", "keras==3.0.5",