Skip to content

Commit

Permalink
Update required packages for TL1_python-self-test_conda (#4843)
Browse files Browse the repository at this point in the history
- adds numba as a required package for TL1_python-self-test_conda
  to make sure it is pinned
- adds required packages to test fits reader

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored and stiepan committed May 10, 2023
1 parent 75b3581 commit 17609b8
Showing 1 changed file with 1 addition and 1 deletion.
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,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages='${python_test_runner_package} numpy opencv-python pillow librosa==0.8.1 scipy nvidia-ml-py==11.450.51 lz4'
pip_packages='${python_test_runner_package} dataclasses numpy opencv-python pillow librosa==0.8.1 scipy nvidia-ml-py==11.450.51 numba lz4 psutil dill cloudpickle astropy'
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 17609b8

Please sign in to comment.