chore: 增加 Windows 平台依赖

This commit is contained in:
XcantloadX 2025-03-20 10:44:30 +08:00
parent 0f92c6fd6e
commit 45a98382a6
2 changed files with 7 additions and 4 deletions

View File

@ -7,7 +7,7 @@ dynamic = ["version"]
name = "ksaa"
description = "Kotones Auto Assistant(kaa) is a script for game 'Gakuen Idol M@ster' that automates the dailies and produces."
readme = "README.md"
requires-python = ">=3.10"
requires-python = "~=3.10"
dependencies = [
# Image Processing & OCR
"opencv-python==4.10.0.84",
@ -36,7 +36,11 @@ dependencies = [
# ImportError: DLL load failed while importing onnxruntime_pybind11_state
"onnxruntime==1.14.0",
# A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash.
"numpy<2.0"
"numpy<2.0",
# For DMM version
# TODO: move these dependencies to optional-dependencies
"pywin32==310",
"ahk==1.8.3",
]

View File

@ -1,5 +1,4 @@
-r requirements.txt
pywin32==310
ahk==1.8.3
mss==10.0.0
ahk==1.8.3