Skip to content
Snippets Groups Projects
Unverified Commit 85b216bb authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

removed gdal as a requirement (#186)

* removed gdal as a requirement

* added run contrained

* added optional gdal
parent 3cb058a0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ requirements:
- numpy
- pvl >= 1.3.0
- protobuf
- gdal
- icu
- h5py
- pandas
......@@ -38,7 +37,6 @@ requirements:
- numpy
- pvl >= 1.3.0
- protobuf
- gdal
- icu
- h5py
- pandas
......@@ -49,6 +47,8 @@ requirements:
- scipy
- certifi
- pyproj
run_contrained:
- gdal
test:
imports:
......
......@@ -22,18 +22,18 @@ def setup_package():
zip_safe=True,
scripts=['bin/socetnet2isis', 'bin/isisnet2socet'],
install_requires=[
'gdal',
'numpy',
'pyproj',
'pvl',
'protobuf',
'h5py',
'protobuf',
'pandas',
'sqlalchemy',
'pyyaml',
'networkx',
'affine',
'scipy'],
extras_require={'io_gdal' : "gdal"},
classifiers=[
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment