File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 29
29
miniconda-version : " latest"
30
30
auto-update-conda : true
31
31
32
- - name : Install prerequisites
33
- run : sudo apt install libgeos3.10.2 libgeos-dev -y
32
+ # - name: Install prerequisites
33
+ # run: sudo apt install libgeos3.10.2 libgeos-dev -y
34
34
35
35
- name : Build and upload package
36
36
shell : bash -el {0}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ include README.rst
49
49
include AUTHORS.txt
50
50
include LICENSE.txt
51
51
include requirements.txt
52
+ include requirements-basemap.txt
52
53
include pyproject.toml
53
54
include .coveragerc
54
55
include tox.ini
Original file line number Diff line number Diff line change 1
- __version__ = "0.8.2 "
1
+ __version__ = "0.9.0 "
Original file line number Diff line number Diff line change @@ -168,9 +168,6 @@ def main(argv):
168
168
documentation_url = url + '/blob/main/README.rst'
169
169
tracker_url = url + '/issues'
170
170
171
- # External dependency url
172
- bm_git = 'https://github.com/matplotlib/basemap#subdirectory=packages/'
173
-
174
171
# Inputs to setup
175
172
metadata = dict (
176
173
name = package_name ,
@@ -198,12 +195,6 @@ def main(argv):
198
195
install_requires = requirements ,
199
196
python_requires = '>=3.7' ,
200
197
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',
207
198
'setuptools' ,
208
199
'wheel' ,
209
200
'pytest-runner' ],
You can’t perform that action at this time.
0 commit comments