Skip to content

Commit

Permalink
Relax version reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jan 24, 2025
1 parent b1f60f0 commit fa25d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ requirements:
- fsspec
- rasterio >=1.3.7, <2
- rich >=13.5, <14
- torchvision ~=0.16.1
- typer ~=0.9.0
- torchvision >=0.16.1
- typer >=0.9.0
- packaging >=24.1, <25
run_constraints:
- pytorch-cuda >=11.8
Expand Down

0 comments on commit fa25d9d

Please sign in to comment.