Skip to content

Commit

Permalink
use default version of numpy in conda build command
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 10, 2021
1 parent 13fc900 commit 45ecc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ install:
- g++ -v

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

0 comments on commit 45ecc91

Please sign in to comment.