Skip to content

Commit

Permalink
Merge pull request #33 from cwlm/hotfix/wrong-opencv-version
Browse files Browse the repository at this point in the history
fix: wrong-opencv-version
  • Loading branch information
cwlm authored Aug 24, 2024
2 parents 43da79b + 4fdb62b commit 06eca4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "sjtuautorun"
version = "0.3.0"
version = "0.3.0.1"
description = "交我润"
readme = "README.md"
authors = ["cwlm_ma"]
Expand All @@ -14,20 +14,13 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11"
numpy = "1.26.4"
pre-commit = "^3.5.0"
opencv-python = "4.5.4.60"
opencv-contrib-python = "4.5.4.60"
opencv-python-headless = "4.5.4.60"
opencv-python = "4.10.0.84"
airtest = "^1.3.1"
easyocr = "^1.7.1"
keyboard = "^0.13.5"
paddleocr = "^2.0.1"
paddlepaddle = "^2.6.0"
geopy = "^2.4.1"

[tool.poetry-version-plugin]
source = "init"


[tool.black]
line-length = 128
2 changes: 1 addition & 1 deletion sjtuautorun/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2.1"
__version__ = "0.3.0.1"
2 changes: 1 addition & 1 deletion sjtuautorun/data/default_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
emulator:
emulator_dir: ""
emulator_name: emulator-5554 # 雷电模拟器使用多开器请填写该项, 不多开默认为 "emulator-5554"
emulator_name: emulator-5556 # 雷电模拟器使用多开器请填写该项, 不多开默认为 "emulator-5554"

DELAY: 1.5
PLAN_ROOT:
Expand Down

0 comments on commit 06eca4d

Please sign in to comment.