From 51d808eb00ac358f7bcfaabf7bce79cc554357b5 Mon Sep 17 00:00:00 2001 From: Maroun Touma Date: Mon, 14 Oct 2024 16:17:34 -0400 Subject: [PATCH] Fix missing dev1 in pip install Signed-off-by: Maroun Touma --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2b46e2b7..1aa02399a 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ conda install gxx_linux-64 Next, install the data prep toolkit library. This library installs both the python and ray versions of the transforms. For better management of dependencies, it is recommended to install the same tagged version of both the library and the transform. ```bash -pip3 install data-prep-toolkit[ray]==0.2.2 -pip3 install data-prep-toolkit-transforms[ray,all]==0.2.2 +pip3 install 'data-prep-toolkit[ray]==0.2.2.dev1' +pip3 install 'data-prep-toolkit-transforms[ray,all]==0.2.2.dev1' pip3 install jupyterlab ipykernel ipywidgets ## install custom kernel