Skip to content

Commit f09595e

Browse files
author
stephaniegott
committed
remove package manager specific instructions
1 parent bddb057 commit f09595e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ipyleaflet/leaflet.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,7 @@ class Velocity(Layer):
334334
except ModuleNotFoundError:
335335
raise ImportError(
336336
'The `xarray` module (required for use of the Velocity layer) is'
337-
'not installed. Run "$ conda install -c conda-forge xarray dask'
338-
'netCDF4 bottleneck" or "$ pip install xarray" to install the '
339-
'latest version.'
337+
'not installed.'
340338
)
341339

342340
_view_name = Unicode('LeafletVelocityView').tag(sync=True)

0 commit comments

Comments
 (0)