Loading recipe/meta.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ requirements: - numpy - pvl >= 1.3.0 - protobuf - gdal - icu - h5py - pandas Loading @@ -38,7 +37,6 @@ requirements: - numpy - pvl >= 1.3.0 - protobuf - gdal - icu - h5py - pandas Loading @@ -49,6 +47,8 @@ requirements: - scipy - certifi - pyproj run_contrained: - gdal test: imports: Loading setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
recipe/meta.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ requirements: - numpy - pvl >= 1.3.0 - protobuf - gdal - icu - h5py - pandas Loading @@ -38,7 +37,6 @@ requirements: - numpy - pvl >= 1.3.0 - protobuf - gdal - icu - h5py - pandas Loading @@ -49,6 +47,8 @@ requirements: - scipy - certifi - pyproj run_contrained: - gdal test: imports: Loading
setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -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", Loading