Skip to content

Commit 49f77a0

Browse files
authored
Merge pull request #27340 from QuLogic/fix-ci
Fix CI on v3.7.x branch
2 parents ba2e4a9 + 0506a5c commit 49f77a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
CIBW_SKIP: "*-musllinux*"
164164
CIBW_BEFORE_BUILD: >-
165165
pip install certifi "Cython>=0.29.34,<3.0" "pybind11>=2.6" "setuptools>=42" "setuptools_scm>=7" &&
166-
pip install "numpy>=1.25" &&
166+
pip install "numpy~=1.25.0" &&
167167
git clean -fxd build
168168
CIBW_BEFORE_BUILD_WINDOWS: >-
169169
pip install certifi delvewheel "pybind11>=2.6" "setuptools>=42" "setuptools_scm>=7" &&

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ stages:
124124
displayName: 'Install dependencies'
125125
126126
- bash: |
127-
python -m pip install --upgrade pip
127+
python -m pip install --upgrade pip setuptools
128128
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt ||
129129
[[ "$PYTHON_VERSION" = 'Pre' ]]
130130
displayName: 'Install dependencies with pip'

doc/users/github_stats.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Issues (14):
8888
* :ghissue:`26732`: [ENH]: Parser errors should mention that commands do not exist
8989
* :ghissue:`26497`: [Bug]: AttributeError: 'Path3DCollection' object has no attribute '_offset_zordered' (possible regression)
9090
* :ghissue:`26588`: [Bug]: Tick class instantiation returns an error when labelcolor is a tuple
91-
* :ghissue:`26421`: [Doc]: demo testing comparison decorator
91+
* :ghissue:`26421`: [Doc]: demo testing comparison decorator
9292
* :ghissue:`26486`: [Doc]: match 3D plot types listings titles to other titles
9393
* :ghissue:`26560`: [Doc]: ncols parameter hard-coded
9494
* :ghissue:`26553`: [TST] Upcoming dependency test failures
@@ -97,7 +97,7 @@ Issues (14):
9797
* :ghissue:`26152`: [Bug]: Pyparsing 3.1 breaks tests
9898
* :ghissue:`26336`: [Doc]: GPL compatibility
9999
* :ghissue:`19721`: head size of FancyArrowPatch is "invisibly small" by default
100-
* :ghissue:`26290`: [Bug]: calling fig.tight_layout multiple times
100+
* :ghissue:`26290`: [Bug]: calling fig.tight_layout multiple times
101101
* :ghissue:`26287`: [Bug]: Error while creating inset axes using ``mpl_toolkits.axes_grid1.inset_locator.inset_axes``
102102

103103

0 commit comments

Comments
 (0)