-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repairs to repo to build and publish transforms
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 <[email protected]>
- Loading branch information
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
|
@@ -10,7 +10,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"data-prep-toolkit-ray==0.2.0.dev6", | ||
"data-prep-toolkit-ray==0.2.0", | ||
] | ||
|
||
[build-system] | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
|
@@ -10,7 +10,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
|
@@ -10,7 +10,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
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", | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} | ||
|
@@ -10,7 +10,7 @@ authors = [ | |
{ name = "Boris Lublinsky", email = "[email protected]" }, | ||
] | ||
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", | ||
|