Skip to content

Commit 41b0e16

Browse files
authored
Merge pull request pytorch#140 from pjh5/conda_fix
Adding future and six as test-time dependencies
2 parents 9e917de + 245a094 commit 41b0e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/build_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
260260
test_env="env_$folder_tag"
261261
conda create -yn "$test_env" python="$py_ver"
262262
source activate "$test_env"
263-
conda install -y numpy>=1.11 mkl>=2018 cffi ninja
263+
conda install -y numpy>=1.11 mkl>=2018 cffi ninja future six
264264

265265
# Extract the package for testing
266266
ls -lah "$output_folder"

0 commit comments

Comments
 (0)