From cf46bf7a5978147203aec6cd32ca9152a99daccb Mon Sep 17 00:00:00 2001 From: 283375 Date: Mon, 23 Oct 2023 13:28:59 +0800 Subject: [PATCH] chore: update dependencies --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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