We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build_latest
1 parent 245e586 commit 25f33bcCopy full SHA for 25f33bc
.github/workflows/test_pyqt5.yml
@@ -124,9 +124,10 @@ jobs:
124
# Install DataLab itself, but do NOT install its pinned deps
125
python -m pip install -e . --no-deps
126
127
- # Upgrade the core scientific stack to the newest pip can install
+ # Upgrade the dependencies to their latest versions
128
python -m pip install -U --upgrade-strategy eager \
129
- numpy scipy h5py scikit-image pillow imageio tifffile pandas
+ numpy scipy h5py scikit-image pillow imageio tifffile pandas \
130
+ guidata PlotPy Sigima PyWavelets psutil packaging
131
132
- name: Lint with Ruff (latest)
133
run: ruff check --output-format=github datalab
0 commit comments