Skip to content

Commit 0f4f21b

Browse files
authored
list all deps (#85)
1 parent c8aaae6 commit 0f4f21b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

setup.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@
1010
description='xarray-based spatial analysis tools',
1111
packages=['xrspatial',
1212
'xrspatial.tests'],
13-
install_requires=['datashader'],
13+
install_requires=[
14+
'dask',
15+
'datashader',
16+
'numba',
17+
'numpy',
18+
'pandas',
19+
'pillow',
20+
'requests',
21+
'scikit-learn',
22+
'scipy',
23+
'xarray',
24+
],
1425
zip_safe=False,
1526
classifiers=["Programming Language :: Python :: 3",
1627
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)