mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2026-03-22 00:36:22 +00:00
Update requirements.txt
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
python-version: ['3.10']
|
python-version: ['3.10', '3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -127,3 +127,5 @@ dmypy.json
|
|||||||
|
|
||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
|
assets/*
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
matplotlib==3.6.2
|
||||||
opencv-python==4.6.0.66
|
opencv-python==4.6.0.66
|
||||||
|
tensorflow==2.11.0
|
||||||
|
|||||||
@@ -10,7 +10,11 @@ classifiers =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = detector
|
packages = detector
|
||||||
install_requires = opencv-python>=4.6.0.66
|
install_requires =
|
||||||
|
matplotlib>=3.6.2
|
||||||
|
opencv-python>=4.6.0.66
|
||||||
|
tensorflow>=2.11.0
|
||||||
|
|
||||||
python_requires = >=3.10
|
python_requires = >=3.10
|
||||||
package_dir = =src
|
package_dir = =src
|
||||||
zip_safe = no
|
zip_safe = no
|
||||||
|
|||||||
Reference in New Issue
Block a user