Skip to content

Commit 93e410b

Browse files
authored
numpy 2 compatibility in the pydap backend (#9391)
* re instate `pydap` to CI * include description on `what is new` * re-instate testing pydap * move whats new docs entry from `bug fixes` to `internal changes`
1 parent 376de46 commit 93e410b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

ci/install-upstream-wheels.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ fi
1212
$conda remove -y numba numbagg sparse
1313
# temporarily remove numexpr
1414
$conda remove -y numexpr
15-
# temporarily remove backends
16-
$conda remove -y pydap
1715
# forcibly remove packages to avoid artifacts
1816
$conda remove -y --force \
1917
numpy \

ci/requirements/all-but-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pandas
2828
- pint>=0.22
2929
- pip
30-
# - pydap
30+
- pydap
3131
- pytest
3232
- pytest-cov
3333
- pytest-env

ci/requirements/environment-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
# - pint>=0.22
3030
- pip
3131
- pre-commit
32-
# - pydap
32+
- pydap
3333
- pytest
3434
- pytest-cov
3535
- pytest-env

ci/requirements/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- pooch
3636
- pre-commit
3737
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
38-
# - pydap
38+
- pydap
3939
- pytest
4040
- pytest-cov
4141
- pytest-env

doc/whats-new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Documentation
6060
Internal Changes
6161
~~~~~~~~~~~~~~~~
6262

63+
- Re-enable testing ``pydap`` backend with ``numpy>=2`` (:pull:`9391`).
64+
By `Miguel Jimenez <https://github.com/Mikejmnez>`_ .
65+
6366

6467

6568
.. _whats-new.2024.07.0:

0 commit comments

Comments
 (0)