Skip to content

Commit 1eb81f6

Browse files
committed
Test
1 parent 460f34a commit 1eb81f6

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.github/workflows/albayan_beta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Set up Python 3.12
21+
- name: Set up Python 3.12 (ARM64)
2222
uses: actions/setup-python@v4
2323
with:
2424
python-version: "3.12"
25+
architecture: "arm64"
26+
2527

2628
- name: Install dependencies
2729
run: |

requirements.txt

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1+
annotated-types==0.7.0
12
APScheduler==3.11.0
2-
certifi==2024.12.14
3+
cabarchive==0.2.4
4+
certifi==2025.1.31
35
charset-normalizer==3.4.1
4-
cx_Freeze==7.2.8
6+
cx_Freeze==8.0.0
57
cx_Logging==3.2.1
8+
filelock==3.18.0
69
greenlet==3.1.1
710
idna==3.10
8-
lief==0.16.2
11+
lief==0.16.4
912
packaging==24.2
10-
PyQt6==6.8.0
11-
PyQt6-Qt6==6.8.1
12-
PyQt6_sip==13.9.1
13+
pydantic==2.11.4
14+
pydantic_core==2.33.2
15+
PyQt6==6.8.1
16+
PyQt6-Qt6==6.8.2
17+
PyQt6_sip==13.10.0
1318
QtAwesome==1.3.1
14-
QtPy==2.4.2
19+
QtPy==2.4.3
1520
requests==2.32.3
1621
setuptools==75.8.0
17-
SQLAlchemy==2.0.37
22+
SQLAlchemy==2.0.39
23+
striprtf==0.0.28
24+
typing-inspection==0.4.0
1825
typing_extensions==4.12.2
19-
tzdata==2024.2
20-
tzlocal==5.2
26+
tzdata==2025.2
27+
tzlocal==5.3.1
2128
UniversalSpeech==1.0.2.1
2229
urllib3==2.3.0

0 commit comments

Comments
 (0)