浏览代码

Explicitly requiring pytorch 1.0.1 to get around fastai install bug

Jason Antic 6 年之前
父节点
当前提交
7321719578
共有 1 个文件被更改,包括 1 次插入0 次删除
  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