Skip to content

Commit 25d1e34

Browse files
committed
unpin Pillow, pytest-rerunfailures and junitparser
1 parent 84d05e9 commit 25d1e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/install/ubuntu_install_python_package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ pip3 install --upgrade \
2929
numpy==1.21.* \
3030
orderedset \
3131
packaging \
32-
Pillow==9.1.0 \
32+
Pillow \
3333
psutil \
3434
pytest \
3535
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@768ec1dce349fe4708f6ad68be1ebb3f3dabafa1 \
3636
pytest-profiling \
3737
pytest-xdist \
38-
pytest-rerunfailures==10.2 \
38+
pytest-rerunfailures \
3939
requests \
4040
scipy \
4141
Jinja2 \
42-
junitparser==2.4.2 \
42+
junitparser \
4343
six \
4444
tornado \
4545
"ml_dtypes>=0.5.1"

0 commit comments

Comments
 (0)