Skip to content

Commit

Permalink
Merge pull request #70 from HakaiInstitute/dep-hell
Browse files Browse the repository at this point in the history
Fix Linux/GPU PyPI installs
  • Loading branch information
tayden committed Dec 6, 2023
2 parents 93ac83f + 6b9cd2a commit 0d90a83
Show file tree
Hide file tree
Showing 3 changed files with 461 additions and 488 deletions.
7 changes: 4 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ requirements:
run:
- python ~=3.9, <3.12
- numpy ~=1.24.2
- pytorch ~=2.0.0
- pytorch ~=2.1.1
- fsspec
- rasterio ~=1.3.7
- rich ~= 13.5.0
- torchvision ~=0.15.0
- torchvision ~=0.16.1
- typer ~=0.9.0
run_constrained:
- pytorch-cuda ~= 11.7
- pytorch-cuda ~= 11.8

test:
imports:
Expand Down
Loading

0 comments on commit 0d90a83

Please sign in to comment.