Skip to content

Commit 4748d65

Browse files
committed
add deps from req to toml
1 parent 60c26a4 commit 4748d65

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
upload_testpypi:
4545
needs: [build]
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-20.04
4747
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
4848
strategy:
4949
matrix:

packages/basemap/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ authors = [
2020
dependencies = [
2121
"numpy>=2.0",
2222
"matplotlib>=3.4.0",
23-
"pyproj>=3.0.0"
23+
"pyproj>=3.0.0",
24+
"packaging >= 16.0, < 25.0",
25+
"pyshp >= 1.2, < 2.4",
26+
"basemap_data >= 1.3.2, < 1.4"
2427
]
2528

2629
[tool.setuptools]

0 commit comments

Comments
 (0)