chore: update dependencies

This commit is contained in:
283375 2023-10-23 13:28:59 +08:00
parent 122a546174
commit cf46bf7a59
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ authors = [{ name = "283375", email = "log_283375@163.com" }]
description = "Extract your Arcaea play result from screenshot."
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["attrs==23.1.0", "numpy==1.25.2", "opencv-python==4.8.0.76"]
dependencies = ["attrs==23.1.0", "numpy==1.26.1", "opencv-python==4.8.1.78"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",

View File

@ -1,3 +1,3 @@
attrs==23.1.0
numpy==1.25.2
opencv-python==4.8.0.76
numpy==1.26.1
opencv-python==4.8.1.78