From 6cb0c2090e1841744bcf5735fd3fbf1b1d1eaf49 Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Mon, 18 Dec 2023 10:56:50 -0800 Subject: [PATCH 1/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecb099a..d8e47a0 100755 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run(self): scripts=['bin/dswx_hls.py', 'bin/dswx_compare.py'], install_requires=['argparse', 'numpy', 'yamale', - 'osgeo', 'scipy', 'pytest', 'requests'], + 'scipy', 'pytest', 'requests'], url='https://github.com/opera-adt/PROTEUS', license='Copyright by the California Institute of Technology.' ' ALL RIGHTS RESERVED.', From fb4db98375d12c6a44d4e015030f21ab2ac4e52a Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Mon, 18 Dec 2023 13:36:21 -0800 Subject: [PATCH 2/3] Update setup.py with gdal --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8e47a0..7a9260f 100755 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run(self): scripts=['bin/dswx_hls.py', 'bin/dswx_compare.py'], install_requires=['argparse', 'numpy', 'yamale', - 'scipy', 'pytest', 'requests'], + 'gdal', 'scipy', 'pytest', 'requests'], url='https://github.com/opera-adt/PROTEUS', license='Copyright by the California Institute of Technology.' ' ALL RIGHTS RESERVED.', From 51093d0118579f14a5ccb8a9be8704afc7d295c2 Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Mon, 18 Dec 2023 17:57:12 -0800 Subject: [PATCH 3/3] Update setup.py - remove gdal again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a9260f..d8e47a0 100755 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run(self): scripts=['bin/dswx_hls.py', 'bin/dswx_compare.py'], install_requires=['argparse', 'numpy', 'yamale', - 'gdal', 'scipy', 'pytest', 'requests'], + 'scipy', 'pytest', 'requests'], url='https://github.com/opera-adt/PROTEUS', license='Copyright by the California Institute of Technology.' ' ALL RIGHTS RESERVED.',