We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8aaae6 commit 0f4f21bCopy full SHA for 0f4f21b
1 file changed
setup.py
@@ -10,7 +10,18 @@
10
description='xarray-based spatial analysis tools',
11
packages=['xrspatial',
12
'xrspatial.tests'],
13
- install_requires=['datashader'],
+ install_requires=[
14
+ 'dask',
15
+ 'datashader',
16
+ 'numba',
17
+ 'numpy',
18
+ 'pandas',
19
+ 'pillow',
20
+ 'requests',
21
+ 'scikit-learn',
22
+ 'scipy',
23
+ 'xarray',
24
+ ],
25
zip_safe=False,
26
classifiers=["Programming Language :: Python :: 3",
27
"License :: OSI Approved :: MIT License",
0 commit comments