Skip to content

Commit

Permalink
fix: copy required functions from geoarrow-pyarrow (#2)
Browse files Browse the repository at this point in the history
* fix: copy required functions

* chore: apply refurb suggestions

* chore: add pragma for no tests coverage
  • Loading branch information
RaczeQ authored Dec 28, 2023
1 parent 07d6668 commit 2fed88a
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 81 deletions.
13 changes: 6 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ dependencies = [
"shapely",
"pyarrow>=13.0.0",
"duckdb>=0.9.2",
"geoarrow-pyarrow @ git+https://github.com/geoarrow/geoarrow-python.git@0a95d5ff3180c20e89f4572ac38d255f58e13396#subdirectory=geoarrow-pyarrow",
"geoarrow-pyarrow>=0.1.1",
"typeguard",
"pyarrow-hotfix",
]
requires-python = ">=3.9"
readme = "README.md"
Expand Down
Loading

0 comments on commit 2fed88a

Please sign in to comment.