Skip to content

Commit

Permalink
cleaned to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Martlgap committed Sep 15, 2024
1 parent ff5b5ef commit b474465
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
# Enable version updates for Python
- package-ecosystem: "pip"
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
ignore:
- dependency-name: "numpy"
- dependency-name: "scipy"
1 change: 1 addition & 0 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
python -m pip install --upgrade pip
pip install --requirement requirements.txt --upgrade --quiet
pip install --requirement tests/requirements.txt --quiet
pip install tflite-runtime --find-links https://google-coral.github.io/py-repo/tflite-runtime/ --quiet
python --version
pip --version
pip list
Expand Down
10 changes: 0 additions & 10 deletions dependabot.yml

This file was deleted.

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ numpy==1.26.4
opencv-python==4.10.0.84
scikit-image==0.24.0
scikit-learn==1.5.2
scipy==1.14.1
tflite-runtime==2.14.0
scipy==1.13.1
tqdm==4.66.5

0 comments on commit b474465

Please sign in to comment.