We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2eda1e commit 8605895Copy full SHA for 8605895
.github/workflows/ci_tests_dev.yaml
@@ -120,7 +120,7 @@ jobs:
120
run: |
121
python -m pip install --pre --prefer-binary \
122
--extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
123
- numpy pandas xarray netCDF4 packaging \
+ 'numpy<2' pandas xarray netCDF4 packaging \
124
build contextily dvc geopandas ipython pyarrow rioxarray \
125
'pytest>=6.0' pytest-cov pytest-doctestplus pytest-mpl \
126
sphinx-gallery
0 commit comments