Browse Source

Explicitly requiring pytorch 1.0.1 to get around fastai install bug

Jason Antic 6 years ago
parent
commit
7321719578
1 changed files with 1 additions and 0 deletions
  1. 1 0
      environment.yml

+ 1 - 0
environment.yml

@@ -6,6 +6,7 @@ channels:
 dependencies:
 - python>=3.7.3
 - fastai=1.0.51
+- pytorch=1.0.1
 - ffmpeg=4.1.1
 - tensorboardX=1.6
 - youtube-dl>=2019.4.17