Skip to content

Commit 45ecc91

Browse files
use default version of numpy in conda build command
1 parent 13fc900 commit 45ecc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ install:
2828
- g++ -v
2929

3030
script:
31-
- conda build -c intel -c conda-forge --override-channels --numpy=1.17 $PYVER conda-recipe
31+
- conda build -c intel -c conda-forge --override-channels $PYVER conda-recipe

0 commit comments

Comments
 (0)