Skip to content

Commit

Permalink
Fix testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jun 14, 2021
1 parent e667f69 commit 1d738d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions continuous_integration/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies:
- h5netcdf
- gdal
- rasterio
- bottleneck
- rioxarray
- imageio
- pyhdf
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
'pooch']

test_requires = ['behave', 'h5py', 'netCDF4', 'pyhdf', 'imageio', 'libtiff',
'rasterio', 'geoviews', 'trollimage', 'fsspec', 'bottleneck']
'rasterio', 'geoviews', 'trollimage', 'fsspec', 'bottleneck',
'rioxarray']

extras_require = {
# Readers:
Expand Down

0 comments on commit 1d738d2

Please sign in to comment.