⬆️ update requirements to make this library work with python 3.11

This commit is contained in:
Jakob Löw
2023-08-07 15:13:42 +02:00
parent 0066a1eae4
commit a4e65d8aaa
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
mkdocs>=1.1.2
mkdocs-material>=5.2.2
mkdocstrings>=0.11.2
numpy==1.15.4
opencv-python==3.4.3.18
mkdocstrings-python>=1.3.0
numpy>=1.20.1
av>=8.0.3
pillow>=8.4.0

View File

@@ -1,3 +1,3 @@
numpy==1.20.1
av==8.0.3
pillow==8.4.0
numpy>=1.20.1
av>=8.0.3
pillow>=8.4.0