Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ This project is licensed under the MIT License.
<th>Incomplete</th>
<th>Yes</th>
</tr>
<tr>
<th>pyogrio</th>
<th><code>pyogrio</code></th>
<th>
<a href="https://pypi.org/project/pyogrio">PyPI</a>,
<a href="https://github.com/geopandas/pyogrio">GitHub</a>
</th>
<th>Complete</th>
<th>Yes</th>
</tr>
</table>

## Upstreamed stubs
Expand Down Expand Up @@ -114,4 +104,9 @@ These stubs were included here in the past and have been moved to typeshed or to
<th><a href="https://github.com/python/typeshed/tree/main/stubs/geopandas">typeshed</a></th>
<th><code>pip install types-geopandas</code></th>
</tr>
<tr>
<th><a href="https://pypi.org/project/pyogrio">pyogrio</a></th>
<th><a href="https://github.com/python/typeshed/tree/main/stubs/pyogrio">typeshed</a></th>
<th><code>pip install types-pyogrio</code></th>
</tr>
</table>
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ tests = [
"geopandas>=1.0.0",
"pandapower>=3.1.2,<3.5", # TODO: remove upper bound
"types-networkx>=3.4.2",
# pyogrio
"pyogrio>=0.13.0",
]
dev = [
"ruff>=0.15.21",
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"pyright": ["tests", "stubs"],
"ty-check": ["tests", "stubs"],
"pyrefly-check": ["tests", "stubs"],
"stubtest": ["--allowlist=stubtest_allowlist.txt", "pandapower", "pyogrio"],
"stubtest": ["--allowlist=stubtest_allowlist.txt", "pandapower"],
"pytest": [],
}
if (num_mypy_workers := min(os.cpu_count() or 1, 6)) > 1:
Expand Down
4 changes: 0 additions & 4 deletions stubs/pyogrio-stubs/.ruff.toml

This file was deleted.

47 changes: 0 additions & 47 deletions stubs/pyogrio-stubs/__init__.pyi

This file was deleted.

24 changes: 0 additions & 24 deletions stubs/pyogrio-stubs/_typing.pyi

This file was deleted.

82 changes: 0 additions & 82 deletions stubs/pyogrio-stubs/core.pyi

This file was deleted.

6 changes: 0 additions & 6 deletions stubs/pyogrio-stubs/errors.pyi

This file was deleted.

79 changes: 0 additions & 79 deletions stubs/pyogrio-stubs/geopandas.pyi

This file was deleted.

Loading