Skip to content

Commit

Permalink
add hvplot in test require
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Stelitano committed May 6, 2022
1 parent ac8a361 commit d2c80fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@

test_requires = ['behave', 'h5py', 'netCDF4', 'pyhdf', 'imageio', 'pylibtiff',
'rasterio', 'geoviews', 'trollimage', 'fsspec', 'bottleneck',
'rioxarray', 'pytest', 'pytest-lazy-fixture', 'defusedxml']
'rioxarray', 'pytest', 'pytest-lazy-fixture', 'defusedxml',
'hvplot']


extras_require = {
# Readers:
Expand Down

0 comments on commit d2c80fb

Please sign in to comment.