Skip to content

Commit

Permalink
adds torchvision to environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Feb 7, 2024
1 parent a5e5643 commit 644425a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ dependencies:
- h5py>=2.10
- matplotlib>=3.3
- pytorch>=1.9
# in Feb 2024, started having this issue:
# https://github.com/pytorch/vision/issues/8101#issuecomment-1918065977.
# making sure torchvision installed via conda (like torch) fixes this issue.
- torchvision
- numpyro>=0.5.0
- arviz>=0.12
- tabulate>=0.8.9
Expand Down

0 comments on commit 644425a

Please sign in to comment.