Updated requirements

This commit is contained in:
Kristofers Solo
2022-12-17 16:12:04 +02:00
parent a2d16d4dc4
commit 7af7bd8748
2 changed files with 1 additions and 7 deletions

View File

@@ -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

View File

@@ -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