Skip to content

Commit

Permalink
Fix broken dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryeng committed Aug 20, 2024
1 parent 8132503 commit c4370b3
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 28 deletions.
111 changes: 84 additions & 27 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ python-dateutil = ">=2.9.0.post0"
numpy = ">=1.26.4"
matplotlib = "^3.8.4"
duckdb = "^1.0.0"
polars = "^1.5.0"

[tool.poetry.group.dev.dependencies]
pygments = ">=2.10.0"
Expand Down
1 change: 0 additions & 1 deletion src/ssb_timeseries/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import polars
import pyarrow
import pyarrow.dataset
import pyarrow.filesystem
import pyarrow.parquet as pq
from dapla import FileClient

Expand Down

0 comments on commit c4370b3

Please sign in to comment.