Skip to content

Commit 3117542

Browse files
authored
Merge pull request #38 from apulverizer/feature/remove-geopandas-as-install-dep
add geopandas and arcgis as extra_require
2 parents ebb403c + 0a46003 commit 3117542

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ def find_version(*file_paths):
3434
'pandas>=0.23.0',
3535
'pulp>=1.6.1'
3636
],
37+
extras_require={
38+
"arcgis": ["arcgis>=1.8.2"],
39+
"geopandas": ["geopandas>=0.4.1"]
40+
},
3741
classifiers=[
3842
'Intended Audience :: Science/Research',
3943
'Programming Language :: Python :: 3'

0 commit comments

Comments
 (0)