Skip to content

Commit 48a4f7a

Browse files
authored
temporarily remove pydap from CI (#9183)
(the issue is that with `numpy>=2` `import pydap` succeeds, but `import pydap.lib` raises)
1 parent fa41cc0 commit 48a4f7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)