From e6c22941a603ab662be45e81422c5691f3ab42b9 Mon Sep 17 00:00:00 2001 From: paulovmr <832830+paulovmr@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:51:28 -0300 Subject: [PATCH] Change odh-elyra version to 4.0.0.dev0 --- jupyter/datascience/ubi9-python-3.11/Pipfile | 2 +- jupyter/pytorch/ubi9-python-3.11/Pipfile | 2 +- jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile | 2 +- jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile | 2 +- jupyter/tensorflow/ubi9-python-3.11/Pipfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jupyter/datascience/ubi9-python-3.11/Pipfile b/jupyter/datascience/ubi9-python-3.11/Pipfile index c6aa8bbac..7e95d5961 100644 --- a/jupyter/datascience/ubi9-python-3.11/Pipfile +++ b/jupyter/datascience/ubi9-python-3.11/Pipfile @@ -27,7 +27,7 @@ mysql-connector-python = "~=9.0.0" # JupyterLab packages -odh-elyra = ">=4.0.0" +odh-elyra = "==4.0.0.dev0" jupyterlab = "~=4.2.4" jupyter-bokeh = "~=4.0.5" diff --git a/jupyter/pytorch/ubi9-python-3.11/Pipfile b/jupyter/pytorch/ubi9-python-3.11/Pipfile index 6e5e65663..8cb6db762 100644 --- a/jupyter/pytorch/ubi9-python-3.11/Pipfile +++ b/jupyter/pytorch/ubi9-python-3.11/Pipfile @@ -37,7 +37,7 @@ mysql-connector-python = "~=9.0.0" # JupyterLab packages -odh-elyra = ">=4.0.0" +odh-elyra = "==4.0.0.dev0" jupyterlab = "~=4.2.4" jupyter-bokeh = "~=4.0.5" diff --git a/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile b/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile index a6f8c2fcb..c69a4a077 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile +++ b/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile @@ -39,7 +39,7 @@ mysql-connector-python = "~=9.0.0" # JupyterLab packages -odh-elyra = ">=4.0.0" +odh-elyra = "==4.0.0.dev0" jupyterlab = "~=4.2.4" jupyter-bokeh = "~=4.0.5" diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile b/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile index 2f3e00e87..7a82c78cd 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile +++ b/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile @@ -32,7 +32,7 @@ mysql-connector-python = "~=9.0.0" # JupyterLab packages -odh-elyra = ">=4.0.0" +odh-elyra = "==4.0.0.dev0" jupyterlab = "~=4.2.4" jupyter-bokeh = "~=4.0.5" diff --git a/jupyter/tensorflow/ubi9-python-3.11/Pipfile b/jupyter/tensorflow/ubi9-python-3.11/Pipfile index 723a28be6..103adc5f1 100644 --- a/jupyter/tensorflow/ubi9-python-3.11/Pipfile +++ b/jupyter/tensorflow/ubi9-python-3.11/Pipfile @@ -31,7 +31,7 @@ pyodbc = "~=5.1.0" mysql-connector-python = "~=9.0.0" # JupyterLab packages -odh-elyra = ">=4.0.0" +odh-elyra = "==4.0.0.dev0" jupyterlab = "~=4.2.4" jupyter-bokeh = "~=4.0.5"