Skip to content

Commit f0237a3

Browse files
committed
revert to install pydap from conda and not from repo
1 parent 7461489 commit f0237a3

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-
- git+https://github.com/pydap/pydap.git # just for now - will restore to conda after new release

0 commit comments

Comments
 (0)