Skip to content

Commit

Permalink
Create new dev2 releases for both tansforms and library
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <touma@us.ibm.com>
  • Loading branch information
touma-I committed Oct 31, 2024
1 parent c68fc5d commit 8ac30a8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-processing-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "data_prep_toolkit"
version = "0.2.2.dev1"
version = "0.2.2.dev2"
keywords = ["data", "data preprocessing", "data preparation", "llm", "generative", "ai", "fine-tuning", "llmapps" ]
requires-python = ">=3.10,<3.13"
description = "Data Preparation Toolkit Library for Ray and Python"
Expand Down
2 changes: 1 addition & 1 deletion transforms/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "data_prep_toolkit_transforms"
version = "0.2.2.dev1"
version = "0.2.2.dev2"
requires-python = ">=3.10,<3.13"
keywords = ["transforms", "data preprocessing", "data preparation", "llm", "generative", "ai", "fine-tuning", "llmapps" ]
description = "Data Preparation Toolkit Transforms using Ray"
Expand Down
9 changes: 9 additions & 0 deletions transforms/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
twine
pytest>=7.3.2
pytest-dotenv>=0.5.2
pytest-env>=1.0.0
pre-commit>=3.3.2
pytest-cov>=4.1.0
pytest-mock>=3.10.0
moto==5.0.5
markupsafe==2.0.1
2 changes: 1 addition & 1 deletion transforms/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
data-prep-toolkit>=0.2.2.dev1
data-prep-toolkit>=0.2.2.dev2

0 comments on commit 8ac30a8

Please sign in to comment.