diff --git a/pyproject.toml b/pyproject.toml index 45e97f0..aaea2bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index b065292..b1b83a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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