Skip to content

Commit

Permalink
Merge branch 'main' into devcontainer-deps-through-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpowersys authored Dec 12, 2024
2 parents a9b3257 + dddd251 commit 1e35927
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
- os: ubuntu-arm64-24.04
python-version: "3.12"
- os: macos-14
python-version:
- "3.10"
- "3.12"
python-version: "3.12"
steps:
- run: echo "No build required"
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ services:
- druid

oracle:
image: gvenzl/oracle-free:23.5-slim
image: gvenzl/oracle-free:23.6-slim
environment:
ORACLE_PASSWORD: ibis
ORACLE_DATABASE: IBIS_TESTING
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/classification-metrics-on-the-backend/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ f1_score_expr = 2 * tp / (t.actual.sum() + t.prediction.sum())
print(
f"accuracy={accuracy_expr.to_pyarrow().as_py()}",
f"precision={precision_expr.to_pyarrow().as_py()}",
f"precision={recall_expr.to_pyarrow().as_py()}",
f"recall_expr={recall_expr.to_pyarrow().as_py()}",
f"f1_score={f1_score_expr.to_pyarrow().as_py()}",
sep="\n",
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"parsy>=2,<3",
"python-dateutil>=2.8.2,<3",
"pytz>=2022.7",
"sqlglot>=23.4,<25.33",
"sqlglot>=23.4,<25.35",
"toolz>=0.11,<2",
"typing-extensions>=4.3.0,<5",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt

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

8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 1e35927

Please sign in to comment.