Skip to content

Commit

Permalink
CI: Temporarily pin to numpy<2 in the "GMT Dev Tests" workflow (#3208)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored May 5, 2024
1 parent b2eda1e commit 8605895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
python -m pip install --pre --prefer-binary \
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
numpy pandas xarray netCDF4 packaging \
'numpy<2' pandas xarray netCDF4 packaging \
build contextily dvc geopandas ipython pyarrow rioxarray \
'pytest>=6.0' pytest-cov pytest-doctestplus pytest-mpl \
sphinx-gallery
Expand Down

0 comments on commit 8605895

Please sign in to comment.