Skip to content

Commit 25f33bc

Browse files
committed
CI/fix build_latest: upgrade dependencies to their latest versions
1 parent 245e586 commit 25f33bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_pyqt5.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ jobs:
124124
# Install DataLab itself, but do NOT install its pinned deps
125125
python -m pip install -e . --no-deps
126126
127-
# Upgrade the core scientific stack to the newest pip can install
127+
# Upgrade the dependencies to their latest versions
128128
python -m pip install -U --upgrade-strategy eager \
129-
numpy scipy h5py scikit-image pillow imageio tifffile pandas
129+
numpy scipy h5py scikit-image pillow imageio tifffile pandas \
130+
guidata PlotPy Sigima PyWavelets psutil packaging
130131
131132
- name: Lint with Ruff (latest)
132133
run: ruff check --output-format=github datalab

0 commit comments

Comments
 (0)