Skip to content

Commit

Permalink
Update basemap_data requirement for basemap
Browse files Browse the repository at this point in the history
  • Loading branch information
molinav committed Dec 28, 2021
1 parent b55fb66 commit 740d3c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/basemap-for-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ jobs:
-
name: Install package
run: |
pip install --prefer-binary "basemap-data == 1.3.0rc1"
pip install --prefer-binary ${{ env.PKGDIR }}/dist/*-manylinux1*.whl
-
name: Test package
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/basemap-for-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ jobs:
-
name: Install package
run: |
pip install --prefer-binary "basemap-data == 1.3.0rc1"
pip install --prefer-binary (Get-Item ${{ env.PKGDIR }}/dist/*-win*.whl)
-
name: Test package
Expand Down
2 changes: 1 addition & 1 deletion packages/basemap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
basemap_data > 1.2, < 1.4
basemap_data >= 1.3, < 1.4

six >= 1.10, < 1.16

Expand Down

0 comments on commit 740d3c7

Please sign in to comment.