Skip to content

Commit bf70f06

Browse files
committed
fix: fix build for macos
1 parent 6e68ad8 commit bf70f06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Install PyQt6 for macOS
136136
shell: bash -l {0}
137137
run: |
138-
conda install -c conda-forge pyqt=6
138+
pip install PyQt6
139139
140140
- name: Install main
141141
shell: bash -l {0}

anylabeling/app_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__appname__ = "AnyLabeling"
22
__appdescription__ = "Effortless data labeling with AI support"
3-
__version__ = "0.4.33"
3+
__version__ = "0.4.34"
44
__preferred_device__ = "CPU" # GPU or CPU"

0 commit comments

Comments
 (0)