Skip to content

Commit 92113a5

Browse files
committed
remove unnecessary specifications
as these issues seem to be resolved
1 parent 531e55d commit 92113a5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ workflows:
4141
build_args: "--no-test"
4242
build_docs: << pipeline.parameters.build_docs >>
4343
python_version: << pipeline.parameters.python_version >>
44-
# HACK: force netcdf4 and hdf5 version to resolve dependency issue
45-
env_packages: dask netcdf4 scipy netcdf4=1.5.7 h5py=3.4.0 hdf5=1.12.1
44+
env_packages: dask netcdf4 scipy
4645
- psyplot/test-parallel:
4746
name: test-xarray-latest
4847
parallelism: 2

0 commit comments

Comments
 (0)