Skip to content

Commit

Permalink
Fix Kornia version
Browse files Browse the repository at this point in the history
  • Loading branch information
travisdriver committed Nov 5, 2024
1 parent 4f7b658 commit 217b05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- pytorch-cuda=11.8
- pytorch
- torchvision>=0.13.0
- kornia
- kornia==0.7.3
- pycolmap
# io
- h5py
Expand Down
2 changes: 1 addition & 1 deletion environment_linux_cpuonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
- cpuonly # replacement of cudatoolkit for cpu only machines
- pytorch>=1.12.0
- torchvision>=0.13.0
- kornia
- kornia==0.7.3
- pycolmap
# io
- h5py
Expand Down

0 comments on commit 217b05d

Please sign in to comment.