diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e6f680d..79cd155 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,11 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: pip install -r requirements.txt + run: | + python --version + pip install --upgrade pip + pip --version + pip install -r requirements.txt - name: Run lint run: make lint diff --git a/requirements.txt b/requirements.txt index 90185a3..666d53e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -pillow == 10.0.1 -numpy == 1.25.0 +pillow == 11.0.0 +numpy == 1.26.4 viam-sdk pyinstaller pylint