Skip to content

Commit 740d3c7

Browse files
committed
Update basemap_data requirement for basemap
1 parent b55fb66 commit 740d3c7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ jobs:
300300
-
301301
name: Install package
302302
run: |
303-
pip install --prefer-binary "basemap-data == 1.3.0rc1"
304303
pip install --prefer-binary ${{ env.PKGDIR }}/dist/*-manylinux1*.whl
305304
-
306305
name: Test package

.github/workflows/basemap-for-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ jobs:
218218
-
219219
name: Install package
220220
run: |
221-
pip install --prefer-binary "basemap-data == 1.3.0rc1"
222221
pip install --prefer-binary (Get-Item ${{ env.PKGDIR }}/dist/*-win*.whl)
223222
-
224223
name: Test package

packages/basemap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
basemap_data > 1.2, < 1.4
1+
basemap_data >= 1.3, < 1.4
22

33
six >= 1.10, < 1.16
44

0 commit comments

Comments
 (0)