Skip to content

Commit

Permalink
Change locked version of numba to at most 0.49, as 0.47 is the last r…
Browse files Browse the repository at this point in the history
…elease for py35 (#2020)

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL committed Jun 15, 2020
1 parent 4a2ef0f commit d6f581b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion qa/TL0_jupyter/test_nofw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# used pip packages
# lock numba version as 0.50 changed module location and librosa hasn't catched up in 7.2 yet
pip_packages="jupyter numpy matplotlib pillow opencv-python librosa simpleaudio numba==0.49"
pip_packages="jupyter numpy matplotlib pillow opencv-python librosa simpleaudio numba<=0.49"
target_dir=./docs/examples

do_once() {
Expand Down
2 changes: 1 addition & 1 deletion qa/TL0_python-self-test/test_nofw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# used pip packages
# lock numba version as 0.50 changed module location and librosa hasn't catched up in 7.2 yet
pip_packages="nose numpy>=1.17 opencv-python pillow librosa numba==0.49"
pip_packages="nose numpy>=1.17 opencv-python pillow librosa numba<=0.49"

target_dir=./dali/test/python

Expand Down
2 changes: 1 addition & 1 deletion qa/TL0_python_self_test_frameworks/test_pytorch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# used pip packages
# lock numba version as 0.50 changed module location and librosa hasn't catched up in 7.2 yet
pip_packages="nose numpy librosa torch numba==0.49"
pip_packages="nose numpy librosa torch numba<=0.49"
target_dir=./dali/test/python

test_body() {
Expand Down
2 changes: 1 addition & 1 deletion qa/TL1_jupyter_conda/test_nofw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# used pip packages
# lock numba version as 0.50 changed module location and librosa hasn't catched up in 7.2 yet
pip_packages="jupyter numpy matplotlib pillow opencv-python librosa simpleaudio numba==0.49"
pip_packages="jupyter numpy matplotlib pillow opencv-python librosa simpleaudio numba<=0.49"
target_dir=./docs/examples

# populate epilog and prolog with variants to enable/disable conda
Expand Down
2 changes: 1 addition & 1 deletion qa/TL1_python-self-test-slow/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# used pip packages
# lock numba version as 0.50 changed module location and librosa hasn't catched up in 7.2 yet
pip_packages="nose numpy opencv-python pillow librosa numba==0.49"
pip_packages="nose numpy opencv-python pillow librosa numba<=0.49"
target_dir=./dali/test/python

test_body() {
Expand Down
2 changes: 1 addition & 1 deletion qa/TL1_python-self-test_conda/test_nofw.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# used pip packages
# lock numba version as 0.50 changed module location and librosa hasn't catched up in 7.2 yet
pip_packages="nose numpy>=1.17 opencv-python pillow librosa numba==0.49"
pip_packages="nose numpy>=1.17 opencv-python pillow librosa numba<=0.49"
target_dir=./dali/test/python

# test_body definition is in separate file so it can be used without setup
Expand Down

0 comments on commit d6f581b

Please sign in to comment.