Skip to content

Commit bc810b6

Browse files
committed
use fixed pyspark version
1 parent 8546926 commit bc810b6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ repos:
77
entry: "pre-commit-scripts/runner.sh"
88
language: script
99
stages: ["pre-commit", "pre-push"]
10+
- repo: local
11+
hooks:
12+
- id: post-commit
13+
name: Post Commit
14+
description: Run post-commit scripts.
15+
entry: "post-commit-scripts/runner.sh"
16+
language: script
17+
stages: ["post-commit"]
18+
always_run: true

py-sdk/inference_logging_client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929

3030
dependencies = [
31-
"pyspark>=3.3.0",
31+
"pyspark==3.3.0",
3232
"pyarrow>=5.0.0",
3333
"zstandard>=0.15.0",
3434
]

0 commit comments

Comments
 (0)