We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2a7b2c + ae5e384 commit 6f138b4Copy full SHA for 6f138b4
3 files changed
.github/workflows/package.yaml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
16
- - name: Set up Python 3.13amd64
+ - name: Set up Python 3.10 amd64
17
uses: actions/setup-python@v4
18
with:
19
- python-version: '3.13'
+ python-version: '3.10'
20
architecture: x64
21
22
- name: Install dependencies
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/playwright/python:v1.53.0-noble
+FROM mcr.microsoft.com/playwright/python:v1.44.0
2
3
# 设置数据卷
4
VOLUME [ "/amiyabot" ]
requirements.txt
-amiyabot==2.0.8
+amiyabot==2.0.9
jionlp~=1.5.23
pypinyin~=0.54.0
attridict~=0.0.9
0 commit comments