mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2025-10-21 20:00:36 +00:00
Update requirements.txt
This commit is contained in:
parent
ef97781d59
commit
3d2def1d3a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
python-version: ['3.10']
|
||||
python-version: ['3.10', '3.11']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -127,3 +127,5 @@ dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
assets/*
|
||||
|
||||
@ -1 +1,3 @@
|
||||
matplotlib==3.6.2
|
||||
opencv-python==4.6.0.66
|
||||
tensorflow==2.11.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user