diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71574a6..dc63fdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: include: - python-version: '3.8' push-package: true - - os: windows-latest + - os: windows-2019 python-version: '3.8' - os: macos-latest python-version: '3.8' diff --git a/requirements.dev.txt b/requirements.dev.txt index be4b24d..a0cc99b 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -5,3 +5,4 @@ pytest==7.2.1 pytest-watch==4.2.0 setuptools-scm==7.0.5 types-requests==2.28.11.8 +types-urllib3==1.26.25.4 diff --git a/requirements.tflite.txt b/requirements.tflite.txt index 6be9e6c..420f5bd 100644 --- a/requirements.tflite.txt +++ b/requirements.tflite.txt @@ -1 +1 @@ -tflite-runtime==2.9.1 +tflite-runtime==2.11.0 diff --git a/requirements.txt b/requirements.txt index 629ec1d..773def1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy<1.24 opencv-python==4.7.0.68 Pillow==9.2.0 pyfakewebcam==0.1.0 -tensorflow==2.9.1 -tensorflow-estimator==2.9.0 +tensorflow==2.11.0 +tensorflow-estimator==2.11.0 tfjs-graph-converter==1.6.1 requests>=2.26.0