Skip to content

Commit

Permalink
Use Python 3.10 for app
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Aug 3, 2024
1 parent 12c903d commit 93b03d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.12
python-version: 3.10
miniconda-version: "latest"

- name: Set preferred device to CPU
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.12
python-version: 3.10
miniconda-version: "latest"

- name: Set preferred device to GPU
Expand Down
2 changes: 1 addition & 1 deletion anylabeling/app_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__appname__ = "AnyLabeling"
__appdescription__ = "Effortless data labeling with AI support"
__version__ = "0.4.3"
__version__ = "0.4.5"
__preferred_device__ = "CPU" # GPU or CPU

0 comments on commit 93b03d6

Please sign in to comment.