Skip to content

Commit 672294b

Browse files
author
Fangchang Ma
authored
Merge pull request #18 from apple/fix_env_yaml
Avoid imageio version incompatibility (#17)
2 parents dbcf637 + 790fd0c commit 672294b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dependencies:
2020
- torchvision=0.10.1
2121
- torchaudio==0.9.1
2222
- cudatoolkit=10.2
23+
- imageio=2.9.0
24+
- imageio-ffmpeg=0.4.3
2325
- tensorboard
2426
- pip
2527
- pip:
@@ -28,7 +30,6 @@ dependencies:
2830
- yacs
2931
- scikit-image
3032
- scikit-video
31-
- imageio
3233
- opencv-python
3334
- black
3435
- trimesh
@@ -43,6 +44,5 @@ dependencies:
4344
- click
4445
- psutil
4546
- lazy
46-
- imageio-ffmpeg==0.4.3
4747
- pyspng==0.1.0
4848
- PyMCubes

0 commit comments

Comments
 (0)