Skip to content

Commit 17609b8

Browse files
JanuszLstiepan
authored andcommitted
Update required packages for TL1_python-self-test_conda (#4843)
- 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]>
1 parent 75b3581 commit 17609b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/TL1_python-self-test_conda/test_nofw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22
# used pip packages
3-
pip_packages='${python_test_runner_package} numpy opencv-python pillow librosa==0.8.1 scipy nvidia-ml-py==11.450.51 lz4'
3+
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'
44
target_dir=./dali/test/python
55

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

0 commit comments

Comments
 (0)