From 7af7bd87486320e716f9cf759e4577877ea65f76 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 17 Dec 2022 16:12:04 +0200 Subject: [PATCH] Updated requirements --- requirements.txt | 3 --- setup.cfg | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index b61b70b..c749be7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ loguru==0.6.0 -matplotlib==3.6.2 opencv-python==4.6.0.66 -scipy==1.9.3 -tensorflow==2.11.0 diff --git a/setup.cfg b/setup.cfg index ed9f7d5..ea84088 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,13 +9,10 @@ classifiers = Programming Language :: Python :: 3.10 [options] -packages = detector +packages = TrafficLightDetector install_requires = loguru>=0.6.0 - matplotlib>=3.6.2 opencv-python>=4.6.0.66 - scipy>=1.9.3 - tensorflow>=2.11.0 python_requires = >=3.10 package_dir = =src