Skip to content

Commit d0c0ff5

Browse files
committed
ext 4 py
1 parent 29efab5 commit d0c0ff5

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

requirements-bkup.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ seaborn
1010
proj
1111
pyproj
1212
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

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ def main(argv):
198198
install_requires=requirements,
199199
python_requires='>=3.7',
200200
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',
207207
'setuptools',
208208
'wheel',
209209
'pytest-runner'],

0 commit comments

Comments
 (0)