Skip to content

Commit

Permalink
Merge pull request #18 from apple/fix_env_yaml
Browse files Browse the repository at this point in the history
Avoid imageio version incompatibility (#17)
  • Loading branch information
fangchangma committed Feb 19, 2023
2 parents dbcf637 + 790fd0c commit 672294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies:
- torchvision=0.10.1
- torchaudio==0.9.1
- cudatoolkit=10.2
- imageio=2.9.0
- imageio-ffmpeg=0.4.3
- tensorboard
- pip
- pip:
Expand All @@ -28,7 +30,6 @@ dependencies:
- yacs
- scikit-image
- scikit-video
- imageio
- opencv-python
- black
- trimesh
Expand All @@ -43,6 +44,5 @@ dependencies:
- click
- psutil
- lazy
- imageio-ffmpeg==0.4.3
- pyspng==0.1.0
- PyMCubes

0 comments on commit 672294b

Please sign in to comment.