Skip to content

Commit c01a6b8

Browse files
authored
no longer install pydap for 'io' extras in py3.10 (#6965)
* no longer install pydap for 'io' extras in py3.10 * better issue
1 parent 4880012 commit c01a6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ io =
8484
netCDF4
8585
h5netcdf
8686
scipy
87-
pydap
87+
pydap; python_version<"3.10" # see https://github.com/pydap/pydap/issues/268
8888
zarr
8989
fsspec
9090
cftime

0 commit comments

Comments
 (0)