File tree Expand file tree Collapse file tree 3 files changed +24
-9
lines changed Expand file tree Collapse file tree 3 files changed +24
-9
lines changed Original file line number Diff line number Diff line change
1
+ numpy
2
+ scipy
3
+ pyncml
4
+ netCDF4
5
+ opencv-python-headless
6
+ shapely
7
+ pyDOE
8
+ matplotlib
9
+ seaborn
10
+ proj
11
+ pyproj
12
+ geos
13
+ basemap @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap
14
+ basemap-data @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap_data
15
+ basemap-data-hires @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap_data_hires
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ seaborn
10
10
proj
11
11
pyproj
12
12
geos
13
- basemap @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap
14
- basemap-data @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap_data
15
- basemap-data-hires @ git+https://github.com/matplotlib/basemap#subdirectory=packages/basemap_data_hires
13
+ basemap
14
+ basemap-data
15
+ basemap-data-hires
Original file line number Diff line number Diff line change @@ -198,12 +198,12 @@ def main(argv):
198
198
install_requires = requirements ,
199
199
python_requires = '>=3.7' ,
200
200
setup_requires = [
201
- # 'basemap @ ' + bm_git + 'basemap',
202
- # 'basemap-data @ ' + bm_git + 'basemap_data',
203
- # 'basemap-data-hires @ ' + bm_git + 'basemap_data_hires',
204
- 'basemap @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip' ,
205
- 'basemap-data @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip' ,
206
- 'basemap-data-hires @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip' ,
201
+ 'basemap @ ' + bm_git + 'basemap' ,
202
+ 'basemap-data @ ' + bm_git + 'basemap_data' ,
203
+ 'basemap-data-hires @ ' + bm_git + 'basemap_data_hires' ,
204
+ # 'basemap @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip',
205
+ # 'basemap-data @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip',
206
+ # 'basemap-data-hires @ https://github.com/matplotlib/basemap/archive/refs/heads/develop.zip',
207
207
'setuptools' ,
208
208
'wheel' ,
209
209
'pytest-runner' ],
You can’t perform that action at this time.
0 commit comments