Skip to content

Commit b61a8ee

Browse files
committed
added datashader as dep.
1 parent 38afef9 commit b61a8ee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ requirements:
99

1010
run:
1111
- python
12-
- xarray
13-
- numba
12+
- datashader
1413

1514
test:
1615
requires:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
cmdclass=versioneer.get_cmdclass(),
88
description='xarray-based spatial analysis tools',
99
packages=find_packages(),
10-
install_requires=['xarray', 'numba', 'pandas', 'pytest'],
10+
install_requires=['datashader', 'pytest'],
1111
zip_safe=False,
1212
include_package_data=True)

0 commit comments

Comments
 (0)