Skip to content

Commit

Permalink
ext py 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Oct 20, 2023
1 parent 679fb6d commit 29efab5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,12 @@ def main(argv):
install_requires=requirements,
python_requires='>=3.7',
setup_requires=[
'basemap @ ' + bm_git + 'basemap',
'basemap-data @ ' + bm_git + 'basemap_data',
'basemap-data-hires @ ' + bm_git + 'basemap_data_hires',
# '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-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',
'wheel',
'pytest-runner'],
Expand Down

0 comments on commit 29efab5

Please sign in to comment.