Update requirements.txt

This commit is contained in:
Kristofers Solo 2022-12-09 19:14:09 +02:00
parent ef97781d59
commit 3d2def1d3a
4 changed files with 10 additions and 2 deletions

View File

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

@ -127,3 +127,5 @@ dmypy.json
# Pyre type checker
.pyre/
assets/*

View File

@ -1 +1,3 @@
matplotlib==3.6.2
opencv-python==4.6.0.66
tensorflow==2.11.0

View File

@ -10,7 +10,11 @@ classifiers =
[options]
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
package_dir = =src
zip_safe = no