From 575a80f3cc858fd29004da553d730bb7a8403aa1 Mon Sep 17 00:00:00 2001 From: Siavash Ameli Date: Thu, 19 Oct 2023 20:02:57 -0700 Subject: [PATCH] ext 6 py --- requirements-bkup.txt => requirements-basemap.txt | 12 ------------ setup.py | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) rename requirements-bkup.txt => requirements-basemap.txt (73%) diff --git a/requirements-bkup.txt b/requirements-basemap.txt similarity index 73% rename from requirements-bkup.txt rename to requirements-basemap.txt index 4540017..e05063b 100644 --- a/requirements-bkup.txt +++ b/requirements-basemap.txt @@ -1,15 +1,3 @@ -numpy -scipy -pyncml -netCDF4 -opencv-python-headless -shapely -pyDOE -matplotlib -seaborn -proj -pyproj -geos basemap @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap basemap-data @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap_data basemap-data-hires @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap_data_hires diff --git a/setup.py b/setup.py index 1e07eb9..0d5018f 100644 --- a/setup.py +++ b/setup.py @@ -201,7 +201,7 @@ def main(argv): # 'basemap @ ' + bm_git + 'basemap', # 'basemap-data @ ' + bm_git + 'basemap_data', # 'basemap-data-hires @ ' + bm_git + 'basemap_data_hires', - 'basemap @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip', + # 'basemap @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip', # 'basemap-data @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip', # 'basemap-data-hires @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip', 'setuptools',