Skip to content

Commit 5b7e9ef

Browse files
committed
CI/fix build_latest: upgrade dependencies to their latest versions
(cherry picked from commit 25f33bc)
1 parent 2387d3d commit 5b7e9ef

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.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)