Skip to content

Commit

Permalink
Merge pull request #72 from arraiyopensource/fix/pytorch_v011
Browse files Browse the repository at this point in the history
update to pytorch v1.0.1
  • Loading branch information
edgarriba committed Feb 12, 2019
2 parents f24630c + 4347009 commit 5c9d9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup_dev_env.sh
Expand Up @@ -23,7 +23,7 @@ $sdk_dir/.dev_env/bin/conda install -y \
jupyter \
matplotlib \
numpy \
pytorch \
pytorch==1.0.1 \
torchvision \
opencv \
-c pytorch
Expand Down
2 changes: 1 addition & 1 deletion setup_travis_env.sh
Expand Up @@ -19,7 +19,7 @@ fi

# Install CPU-PyTorch
$sdk_dir/.dev_env/bin/conda install -y \
pytorch-cpu==1.0.0 \
pytorch-cpu==1.0.1 \
-c pytorch

# Tests dependencies
Expand Down

0 comments on commit 5c9d9ae

Please sign in to comment.