Skip to content

Commit

Permalink
Merge pull request pytorch#140 from pjh5/conda_fix
Browse files Browse the repository at this point in the history
Adding future and six as test-time dependencies
  • Loading branch information
pjh5 authored Sep 20, 2018
2 parents 9e917de + 245a094 commit 41b0e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
test_env="env_$folder_tag"
conda create -yn "$test_env" python="$py_ver"
source activate "$test_env"
conda install -y numpy>=1.11 mkl>=2018 cffi ninja
conda install -y numpy>=1.11 mkl>=2018 cffi ninja future six

# Extract the package for testing
ls -lah "$output_folder"
Expand Down

0 comments on commit 41b0e16

Please sign in to comment.