We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c26a4 commit 4748d65Copy full SHA for 4748d65
.github/workflows/build-data.yml
@@ -43,7 +43,7 @@ jobs:
43
44
upload_testpypi:
45
needs: [build]
46
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
47
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
48
strategy:
49
matrix:
packages/basemap/pyproject.toml
@@ -20,7 +20,10 @@ authors = [
20
dependencies = [
21
"numpy>=2.0",
22
"matplotlib>=3.4.0",
23
- "pyproj>=3.0.0"
+ "pyproj>=3.0.0",
24
+ "packaging >= 16.0, < 25.0",
25
+ "pyshp >= 1.2, < 2.4",
26
+ "basemap_data >= 1.3.2, < 1.4"
27
]
28
29
[tool.setuptools]
0 commit comments