Skip to content

Fix CI on v3.7.x branch #27340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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