File tree 3 files changed +1
-6
lines changed
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,6 @@ script:
79
79
- conda build conda/ndt.recipe --channel dynd/channel/dev
80
80
- rm -rf build dynd.ndt.egg-info
81
81
- conda build conda/nd.recipe --channel dynd/channel/dev
82
- - conda install --yes numpy libdynd --channel dynd/channel/dev
83
- - conda install $(conda build --output conda/ndt.recipe | grep bz2)
84
- - conda install $(conda build --output conda/nd.recipe | grep bz2)
85
82
86
83
after_success :
87
84
- if [ $TRAVIS_BRANCH == "master" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then anaconda --token $ANACONDA_TOKEN upload $(conda build --output conda/ndt.recipe) --user dynd --channel dev; fi
Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ requirements:
29
29
- libdynd
30
30
- libgcc >=5.2 # [linux]
31
31
32
- # Test separately to avoid unsatisfiable package dependencies bug on Win32.
33
32
test :
34
33
requires :
35
- - numba
34
+ - numba >=0.25.0
36
35
commands :
37
36
- python -m dynd.nd.test
38
37
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ requirements:
32
32
- libdynd {{ version }}
33
33
- libgcc >=5.2 # [linux]
34
34
35
- # Test separately to avoid unsatisfiable package dependencies bug on Win32.
36
35
test :
37
36
requires :
38
37
- numba >=0.25.0
You can’t perform that action at this time.
0 commit comments