mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2026-03-22 00:36:22 +00:00
Updated requirements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user