Skip to content

Commit

Permalink
Repairs to repo to build and publish transforms
Browse files Browse the repository at this point in the history
Fix ray-only transforms toml versions
Turn off spark builds for doc_id and filter which did not convert from requirements.txt to pyproject.toml

Signed-off-by: David Wood <dawood@us.ibm.com>
  • Loading branch information
daw3rd committed Jun 27, 2024
1 parent 9e93905 commit 3ee26c5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions transforms/universal/doc_id/ray/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dpk_docid_transform_ray"
version = "0.4.0.dev6"
version = "0.2.0"
requires-python = ">=3.10"
description = "docid Ray Transform"
license = {text = "Apache-2.0"}
Expand All @@ -10,7 +10,7 @@ authors = [
{ name = "Boris Lublinsky", email = "blublinsky@ibm.com" },
]
dependencies = [
"data-prep-toolkit-ray==0.2.0.dev6",
"data-prep-toolkit-ray==0.2.0",
]

[build-system]
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions transforms/universal/ededup/ray/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dpk_ededup_transform_ray"
version = "0.4.0.dev6"
version = "0.2.0"
requires-python = ">=3.10"
description = "ededup Ray Transform"
license = {text = "Apache-2.0"}
Expand All @@ -10,7 +10,7 @@ authors = [
{ name = "Boris Lublinsky", email = "blublinsky@ibm.com" },
]
dependencies = [
"data-prep-toolkit-ray==0.2.0.dev6",
"data-prep-toolkit-ray==0.2.0",
"mmh3==4.1.0",
"xxhash==3.4.1",
"tqdm==4.66.3",
Expand Down
4 changes: 2 additions & 2 deletions transforms/universal/fdedup/ray/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dpk_fdedup_transform_ray"
version = "0.4.0.dev6"
version = "0.2.0"
requires-python = ">=3.10"
description = "fdedup Ray Transform"
license = {text = "Apache-2.0"}
Expand All @@ -10,7 +10,7 @@ authors = [
{ name = "Boris Lublinsky", email = "blublinsky@ibm.com" },
]
dependencies = [
"data-prep-toolkit-ray==0.2.0.dev6",
"data-prep-toolkit-ray==0.2.0",
"mmh3==4.1.0",
"xxhash==3.4.1",
"tqdm==4.66.3",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions transforms/universal/profiler/ray/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dpk_profiler_transform_ray"
version = "0.4.0.dev6"
version = "0.4.0"
requires-python = ">=3.10"
description = "profiler Ray Transform"
license = {text = "Apache-2.0"}
Expand All @@ -10,7 +10,7 @@ authors = [
{ name = "Boris Lublinsky", email = "blublinsky@ibm.com" },
]
dependencies = [
"data-prep-toolkit-ray==0.2.0.dev6",
"data-prep-toolkit-ray==0.2.0",
"mmh3==4.1.0",
"xxhash==3.4.1",
"tqdm==4.66.3",
Expand Down

0 comments on commit 3ee26c5

Please sign in to comment.