Skip to content

Commit c83d1cb

Browse files
[pre-commit.ci] pre-commit autoupdate (#237)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bc4640c commit c83d1cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qt_viz_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python -m pip install -ve .${PIP_OPTION} PyQt5
7676
if [[ "${{ matrix.pip }}" == "pre" ]]; then
7777
echo "Upgrading to pre-release NumPy, SciPy, and matplotlib"
78-
python -m pip install --upgrade --pre --only-binary ":all:" --default-timeout=60 --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" numpy scipy matplotlib
78+
python -m pip install --upgrade --pre --only-binary ":all:" --default-timeout=60 --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" numpy "scipy==1.12.0" matplotlib
7979
fi
8080
- run: ./tools/get_testing_version.sh
8181
name: 'Get testing version'

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.3.2
3+
rev: v0.3.3
44
hooks:
55
- id: ruff
66
args: ["--fix"]

0 commit comments

Comments
 (0)