Skip to content

Commit

Permalink
old python, old scikit-learn
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 11, 2025
1 parent f4af321 commit cb393ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.12.3"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.12.3"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.12.3"
cache: 'pip'
check-latest: true

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: python setup
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.12.3"
cache: 'pip'
check-latest: true

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ send2trash==1.8.3
zstandard==0.23.0
nuitka==2.5.9
tkinterdnd2==0.4.2
scikit-learn==1.6.1
scikit-learn==1.5.0
imagehash==4.3.1
pillow==11.1.0
exifread==3.0.0
Expand Down

0 comments on commit cb393ad

Please sign in to comment.