Skip to content

Commit

Permalink
Merge pull request #27340 from QuLogic/fix-ci
Browse files Browse the repository at this point in the history
Fix CI on v3.7.x branch
  • Loading branch information
QuLogic committed Nov 17, 2023
2 parents ba2e4a9 + 0506a5c commit 49f77a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
CIBW_SKIP: "*-musllinux*"
CIBW_BEFORE_BUILD: >-
pip install certifi "Cython>=0.29.34,<3.0" "pybind11>=2.6" "setuptools>=42" "setuptools_scm>=7" &&
pip install "numpy>=1.25" &&
pip install "numpy~=1.25.0" &&
git clean -fxd build
CIBW_BEFORE_BUILD_WINDOWS: >-
pip install certifi delvewheel "pybind11>=2.6" "setuptools>=42" "setuptools_scm>=7" &&
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ stages:
displayName: 'Install dependencies'
- bash: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements/testing/all.txt -r requirements/testing/extra.txt ||
[[ "$PYTHON_VERSION" = 'Pre' ]]
displayName: 'Install dependencies with pip'
Expand Down
4 changes: 2 additions & 2 deletions doc/users/github_stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Issues (14):
* :ghissue:`26732`: [ENH]: Parser errors should mention that commands do not exist
* :ghissue:`26497`: [Bug]: AttributeError: 'Path3DCollection' object has no attribute '_offset_zordered' (possible regression)
* :ghissue:`26588`: [Bug]: Tick class instantiation returns an error when labelcolor is a tuple
* :ghissue:`26421`: [Doc]: demo testing comparison decorator
* :ghissue:`26421`: [Doc]: demo testing comparison decorator
* :ghissue:`26486`: [Doc]: match 3D plot types listings titles to other titles
* :ghissue:`26560`: [Doc]: ncols parameter hard-coded
* :ghissue:`26553`: [TST] Upcoming dependency test failures
Expand All @@ -97,7 +97,7 @@ Issues (14):
* :ghissue:`26152`: [Bug]: Pyparsing 3.1 breaks tests
* :ghissue:`26336`: [Doc]: GPL compatibility
* :ghissue:`19721`: head size of FancyArrowPatch is "invisibly small" by default
* :ghissue:`26290`: [Bug]: calling fig.tight_layout multiple times
* :ghissue:`26290`: [Bug]: calling fig.tight_layout multiple times
* :ghissue:`26287`: [Bug]: Error while creating inset axes using ``mpl_toolkits.axes_grid1.inset_locator.inset_axes``


Expand Down

0 comments on commit 49f77a0

Please sign in to comment.