Skip to content

Commit 15fe150

Browse files
authored
deps: 更新依赖 (#2103)
无breaking changes 已测试3.13
1 parent 2221fe6 commit 15fe150

2 files changed

Lines changed: 596 additions & 375 deletions

File tree

pyproject.toml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ version = "2.0.0"
44
description = "绝区零 一条龙 | 全自动 | 自动闪避 | 自动每日 | 自动空洞 | 支持手柄"
55
requires-python = ">=3.11.9,<3.12"
66
dependencies = [
7-
"pyside6==6.8.0.2",
8-
"pyside6-fluent-widgets==1.11.1",
9-
"pyyaml==6.0.1",
10-
"opencv-python==4.10.0.84",
7+
"pyside6==6.11.1",
8+
"pyside6-fluent-widgets==1.11.2",
9+
"pyyaml==6.0.3",
10+
"numpy==2.4.6",
11+
"opencv-python==4.13.0.92",
1112
"pyautogui==0.9.54",
12-
"pynput==1.7.7",
13-
"onnxruntime-directml==1.18.0",
14-
"shapely==2.0.4",
15-
"pyclipper==1.3.0.post5",
16-
"soundcard==0.4.3",
17-
"librosa==0.10.2.post1",
18-
"gensim==4.3.3",
19-
"pygit2==1.19.0",
13+
"pynput==1.8.1",
14+
"onnxruntime-directml==1.24.4",
15+
"mss==9.0.1",
16+
"shapely==2.1.2",
17+
"pyclipper==1.4.0",
18+
"soundcard==0.4.6",
19+
"librosa==0.11.0",
20+
"gensim==4.4.0",
21+
"pygit2==1.19.3",
2022
"psutil==7.2.2",
2123
# pywin32>=312 的 wheel 不再内置 mfc140u.dll,未装 VC++ 2015-2022 Redistributable (x64) 的机器
2224
# import win32ui 会闪退(issue #2428);锁 <312 沿用 311(自带 pythonwin/mfc140u.dll)。等上游 build 313 修复后放开。
@@ -26,13 +28,13 @@ dependencies = [
2628
[dependency-groups]
2729
dev = [
2830
"colorama==0.4.6",
29-
"matplotlib==3.10.3",
31+
"matplotlib==3.11.0",
3032
"polib==1.2.0",
3133
"pre-commit==4.6.0",
32-
"pyinstaller==6.7.0",
34+
"pyinstaller==6.21.0",
3335
"pytest>=8.4.1",
34-
"pytest-asyncio>=1.1.0",
35-
"ruff>=0.12.10",
36+
"pytest-asyncio>=1.4.0",
37+
"ruff>=0.15.18",
3638
"pyuac==0.0.3",
3739
"mcp>=1.0.0",
3840
"uvicorn>=0.30.0",

0 commit comments

Comments
 (0)