Skip to content

Commit 511da84

Browse files
committed
update env yml file to use new pydap release via conda
1 parent 6efb311 commit 511da84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/requirements/environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- pooch
3737
- pre-commit
3838
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
39-
# - pydap
39+
- pydap
4040
- pytest
4141
- pytest-cov
4242
- pytest-env
@@ -63,4 +63,3 @@ dependencies:
6363
- jax # no way to get cpu-only jaxlib from conda if gpu is present
6464
- types-defusedxml
6565
- types-pexpect
66-
- pydap==3.5.6 # just for now - will restore to conda after new release

0 commit comments

Comments
 (0)