Skip to content

Commit 1722e9c

Browse files
author
Nicholas Long
committed
add back in pyarrow
1 parent c654fcb commit 1722e9c

2 files changed

Lines changed: 66 additions & 2 deletions

File tree

poetry.lock

Lines changed: 61 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ pandas = ">2"
1212
requests = "~2.32"
1313
pathlib = "^1.0.1"
1414
geopandas = "^1.1.1"
15-
fastparquet = "^2024.5.0"
1615
tqdm = "^4.67.1"
1716
seaborn = "^0.13.2"
1817
matplotlib = "^3.10.7"
1918

19+
# although not called directory, these are
20+
# needed for processing parquet files
21+
fastparquet = "^2024.5.0"
22+
pyarrow = "^22.0.0"
23+
2024
[tool.poetry.group.dev.dependencies]
2125
pytest = "^8.4.1"
2226
pytest-mock = "^3.10.0"

0 commit comments

Comments
 (0)