Skip to content

Commit

Permalink
chore: pin numpy < 2 and bump workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Jun 23, 2024
1 parent df55182 commit 86565d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
kornia-ref: ['main'] # TODO: coverage check through multiple versions: , 'v0.7.1', 'v0.7.0']

uses: kornia/workflows/.github/workflows/tutorials.yml@v1.8.1
uses: kornia/workflows/.github/workflows/tutorials.yml@v1.10.1
with:
ref: ${{ matrix.kornia-ref }}

Expand All @@ -33,10 +33,10 @@ jobs:
kornia-ref: ['main']

steps:
- uses: kornia/workflows/.github/actions/env@v1.8.1
- uses: kornia/workflows/.github/actions/env@v1.10.1
with:
ref: ${{ matrix.kornia-ref }}
extra-deps: torchvision==0.17.2+cpu
extra-deps: torchvision==0.18.1+cpu

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
kornia-ref: ['main']

steps:
- uses: kornia/workflows/.github/actions/env@v1.4.1
- uses: kornia/workflows/.github/actions/env@v1.10.1
with:
ref: ${{ matrix.kornia-ref }}

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kornia
kornia-rs
kornia_moons>=0.2.9
matplotlib
numpy<=2.0.0
opencv-python
pandas
plotly
Expand Down

0 comments on commit 86565d6

Please sign in to comment.