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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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:
+2 −2
Original line number Diff line number Diff line
@@ -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",