Skip to content

Commit

Permalink
Fix prql version
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Aug 30, 2024
1 parent cde8982 commit 4cbcd5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ requires-python = ">=3.11"
dependencies = [
"duckdb>=1.0.0",
"more-itertools>=10.4.0",
"prql-python>=0.11.2",
"prql-python==0.9.5",
"psutil>=6.0.0",
"pygithub",
"requests",
"tqdm",
"typer[all]",
"typer",
]

[project.scripts]
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

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

0 comments on commit 4cbcd5c

Please sign in to comment.