diff --git a/runtimes/datascience/ubi9-python-3.11/kustomize/base/kustomization.yaml b/runtimes/datascience/ubi9-python-3.11/kustomize/base/kustomization.yaml index 4b9d51145..877441ec4 100644 --- a/runtimes/datascience/ubi9-python-3.11/kustomize/base/kustomization.yaml +++ b/runtimes/datascience/ubi9-python-3.11/kustomize/base/kustomization.yaml @@ -8,7 +8,3 @@ images: - name: runtime-workbench newName: quay.io/opendatahub/workbench-images newTag: runtime-datascience-ubi9-python-3.11 -configMapGenerator: - - name: req-config - files: - - requirements-elyra.txt diff --git a/runtimes/datascience/ubi9-python-3.11/kustomize/base/requirements-elyra.txt b/runtimes/datascience/ubi9-python-3.11/kustomize/base/requirements-elyra.txt deleted file mode 100644 index 91fb8e57d..000000000 --- a/runtimes/datascience/ubi9-python-3.11/kustomize/base/requirements-elyra.txt +++ /dev/null @@ -1,20 +0,0 @@ -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -# This is copied from elyra directly: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt -ipykernel==6.13.0 -ipython==8.10.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==7.3.1 -jupyter-core==4.11.2 -MarkupSafe==2.1.1 -minio==7.1.15 -nbclient==0.6.3 -nbconvert==7.1.0 -nbformat==5.4.0 -papermill==2.3.4 -pyzmq==24.0.1 -prompt-toolkit==3.0.30 -requests==2.31.0 -tornado==6.3.3 -traitlets==5.1.1 -urllib3==1.26.18 diff --git a/runtimes/datascience/ubi9-python-3.11/utils/requirements-elyra.txt b/runtimes/datascience/ubi9-python-3.11/utils/requirements-elyra.txt deleted file mode 100644 index 039bfa570..000000000 --- a/runtimes/datascience/ubi9-python-3.11/utils/requirements-elyra.txt +++ /dev/null @@ -1,71 +0,0 @@ -# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt - -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -ipykernel==6.29.5 -ipython==8.27.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==8.6.3 -jupyter-core==5.7.2 -MarkupSafe==2.1.5 -minio==7.2.8 -nbclient==0.10.0 -nbconvert==7.16.4 -nbformat==5.10.4 -papermill==2.6.0 -pyzmq==26.2.0 -prompt-toolkit==3.0.47 -requests==2.32.3 -tornado==6.4.1 -traitlets==5.14.3 -urllib3==2.2.3 -# -# These excluded are transitive dependencies of the included python packages. -#ansiwrap==0.8.4 -#appnope==0.1.3 -#asttokens==2.0.5 -#attrs==21.4.0 -#backcall==0.2.0 -#beautifulsoup4==4.11.1 -#bleach==5.0.0 -#certifi==2021.10.8 -#charset-normalizer==2.0.12 -#click==8.1.3 -#debugpy==1.6.0 -#decorator==5.1.1 -#defusedxml==0.7.1 -#entrypoints==0.4 -#executing==0.8.3 -#fastjsonschema==2.15.3 -#idna==3.3 -#importlib-resources==5.7.1 -#jedi==0.18.1 -#jsonschema==4.5.1 -#jupyterlab-pygments==0.2.2 -#matplotlib-inline==0.1.3 -#mistune==0.8.4 -#nest-asyncio==1.5.5 -#packaging==21.3 -#pandocfilters==1.5.0 -#parso==0.8.3 -#pexpect==4.8.0 -#pickleshare==0.7.5 -#psutil==5.9.0 -#ptyprocess==0.7.0 -#pure-eval==0.2.2 -#Pygments==2.12.0 -#pyparsing==3.0.9 -#pyrsistent==0.18.1 -#python-dateutil==2.8.2 -#PyYAML==6.0 -#six==1.16.0 -#soupsieve==2.3.2.post1 -#stack-data==0.2.0 -#tenacity==8.0.1 -#textwrap3==0.9.2 -#tinycss2==1.1.1 -#tqdm==4.64.0 -#wcwidth==0.2.5 -#webencodings==0.5.1 -#zipp==3.8.0 -# diff --git a/runtimes/minimal/ubi9-python-3.11/kustomize/base/kustomization.yaml b/runtimes/minimal/ubi9-python-3.11/kustomize/base/kustomization.yaml index f1b507574..79d05ac49 100644 --- a/runtimes/minimal/ubi9-python-3.11/kustomize/base/kustomization.yaml +++ b/runtimes/minimal/ubi9-python-3.11/kustomize/base/kustomization.yaml @@ -8,7 +8,3 @@ images: - name: runtime-workbench newName: quay.io/opendatahub/workbench-images newTag: runtime-minimal-ubi9-python-3.11 -configMapGenerator: - - name: req-config - files: - - requirements-elyra.txt diff --git a/runtimes/minimal/ubi9-python-3.11/kustomize/base/requirements-elyra.txt b/runtimes/minimal/ubi9-python-3.11/kustomize/base/requirements-elyra.txt deleted file mode 100644 index 91fb8e57d..000000000 --- a/runtimes/minimal/ubi9-python-3.11/kustomize/base/requirements-elyra.txt +++ /dev/null @@ -1,20 +0,0 @@ -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -# This is copied from elyra directly: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt -ipykernel==6.13.0 -ipython==8.10.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==7.3.1 -jupyter-core==4.11.2 -MarkupSafe==2.1.1 -minio==7.1.15 -nbclient==0.6.3 -nbconvert==7.1.0 -nbformat==5.4.0 -papermill==2.3.4 -pyzmq==24.0.1 -prompt-toolkit==3.0.30 -requests==2.31.0 -tornado==6.3.3 -traitlets==5.1.1 -urllib3==1.26.18 diff --git a/runtimes/minimal/ubi9-python-3.11/utils/requirements-elyra.txt b/runtimes/minimal/ubi9-python-3.11/utils/requirements-elyra.txt deleted file mode 100644 index 039bfa570..000000000 --- a/runtimes/minimal/ubi9-python-3.11/utils/requirements-elyra.txt +++ /dev/null @@ -1,71 +0,0 @@ -# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt - -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -ipykernel==6.29.5 -ipython==8.27.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==8.6.3 -jupyter-core==5.7.2 -MarkupSafe==2.1.5 -minio==7.2.8 -nbclient==0.10.0 -nbconvert==7.16.4 -nbformat==5.10.4 -papermill==2.6.0 -pyzmq==26.2.0 -prompt-toolkit==3.0.47 -requests==2.32.3 -tornado==6.4.1 -traitlets==5.14.3 -urllib3==2.2.3 -# -# These excluded are transitive dependencies of the included python packages. -#ansiwrap==0.8.4 -#appnope==0.1.3 -#asttokens==2.0.5 -#attrs==21.4.0 -#backcall==0.2.0 -#beautifulsoup4==4.11.1 -#bleach==5.0.0 -#certifi==2021.10.8 -#charset-normalizer==2.0.12 -#click==8.1.3 -#debugpy==1.6.0 -#decorator==5.1.1 -#defusedxml==0.7.1 -#entrypoints==0.4 -#executing==0.8.3 -#fastjsonschema==2.15.3 -#idna==3.3 -#importlib-resources==5.7.1 -#jedi==0.18.1 -#jsonschema==4.5.1 -#jupyterlab-pygments==0.2.2 -#matplotlib-inline==0.1.3 -#mistune==0.8.4 -#nest-asyncio==1.5.5 -#packaging==21.3 -#pandocfilters==1.5.0 -#parso==0.8.3 -#pexpect==4.8.0 -#pickleshare==0.7.5 -#psutil==5.9.0 -#ptyprocess==0.7.0 -#pure-eval==0.2.2 -#Pygments==2.12.0 -#pyparsing==3.0.9 -#pyrsistent==0.18.1 -#python-dateutil==2.8.2 -#PyYAML==6.0 -#six==1.16.0 -#soupsieve==2.3.2.post1 -#stack-data==0.2.0 -#tenacity==8.0.1 -#textwrap3==0.9.2 -#tinycss2==1.1.1 -#tqdm==4.64.0 -#wcwidth==0.2.5 -#webencodings==0.5.1 -#zipp==3.8.0 -# diff --git a/runtimes/pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml b/runtimes/pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml index 6eedbe641..50117234d 100644 --- a/runtimes/pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml +++ b/runtimes/pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml @@ -8,7 +8,3 @@ images: - name: runtime-workbench newName: quay.io/opendatahub/workbench-images newTag: runtime-pytorch-ubi9-python-3.11 -configMapGenerator: - - name: req-config - files: - - requirements-elyra.txt diff --git a/runtimes/pytorch/ubi9-python-3.11/kustomize/base/requirements-elyra.txt b/runtimes/pytorch/ubi9-python-3.11/kustomize/base/requirements-elyra.txt deleted file mode 100644 index 91fb8e57d..000000000 --- a/runtimes/pytorch/ubi9-python-3.11/kustomize/base/requirements-elyra.txt +++ /dev/null @@ -1,20 +0,0 @@ -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -# This is copied from elyra directly: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt -ipykernel==6.13.0 -ipython==8.10.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==7.3.1 -jupyter-core==4.11.2 -MarkupSafe==2.1.1 -minio==7.1.15 -nbclient==0.6.3 -nbconvert==7.1.0 -nbformat==5.4.0 -papermill==2.3.4 -pyzmq==24.0.1 -prompt-toolkit==3.0.30 -requests==2.31.0 -tornado==6.3.3 -traitlets==5.1.1 -urllib3==1.26.18 diff --git a/runtimes/pytorch/ubi9-python-3.11/utils/requirements-elyra.txt b/runtimes/pytorch/ubi9-python-3.11/utils/requirements-elyra.txt deleted file mode 100644 index 039bfa570..000000000 --- a/runtimes/pytorch/ubi9-python-3.11/utils/requirements-elyra.txt +++ /dev/null @@ -1,71 +0,0 @@ -# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt - -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -ipykernel==6.29.5 -ipython==8.27.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==8.6.3 -jupyter-core==5.7.2 -MarkupSafe==2.1.5 -minio==7.2.8 -nbclient==0.10.0 -nbconvert==7.16.4 -nbformat==5.10.4 -papermill==2.6.0 -pyzmq==26.2.0 -prompt-toolkit==3.0.47 -requests==2.32.3 -tornado==6.4.1 -traitlets==5.14.3 -urllib3==2.2.3 -# -# These excluded are transitive dependencies of the included python packages. -#ansiwrap==0.8.4 -#appnope==0.1.3 -#asttokens==2.0.5 -#attrs==21.4.0 -#backcall==0.2.0 -#beautifulsoup4==4.11.1 -#bleach==5.0.0 -#certifi==2021.10.8 -#charset-normalizer==2.0.12 -#click==8.1.3 -#debugpy==1.6.0 -#decorator==5.1.1 -#defusedxml==0.7.1 -#entrypoints==0.4 -#executing==0.8.3 -#fastjsonschema==2.15.3 -#idna==3.3 -#importlib-resources==5.7.1 -#jedi==0.18.1 -#jsonschema==4.5.1 -#jupyterlab-pygments==0.2.2 -#matplotlib-inline==0.1.3 -#mistune==0.8.4 -#nest-asyncio==1.5.5 -#packaging==21.3 -#pandocfilters==1.5.0 -#parso==0.8.3 -#pexpect==4.8.0 -#pickleshare==0.7.5 -#psutil==5.9.0 -#ptyprocess==0.7.0 -#pure-eval==0.2.2 -#Pygments==2.12.0 -#pyparsing==3.0.9 -#pyrsistent==0.18.1 -#python-dateutil==2.8.2 -#PyYAML==6.0 -#six==1.16.0 -#soupsieve==2.3.2.post1 -#stack-data==0.2.0 -#tenacity==8.0.1 -#textwrap3==0.9.2 -#tinycss2==1.1.1 -#tqdm==4.64.0 -#wcwidth==0.2.5 -#webencodings==0.5.1 -#zipp==3.8.0 -# diff --git a/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml b/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml index 0b8dd03b2..fab9cab3b 100644 --- a/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml +++ b/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/kustomization.yaml @@ -8,7 +8,3 @@ images: - name: runtime-workbench newName: quay.io/opendatahub/workbench-images newTag: runtime-rocm-pytorch-ubi9-python-3.11 -configMapGenerator: - - name: req-config - files: - - requirements-elyra.txt diff --git a/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/requirements-elyra.txt b/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/requirements-elyra.txt deleted file mode 100644 index 91fb8e57d..000000000 --- a/runtimes/rocm-pytorch/ubi9-python-3.11/kustomize/base/requirements-elyra.txt +++ /dev/null @@ -1,20 +0,0 @@ -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -# This is copied from elyra directly: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt -ipykernel==6.13.0 -ipython==8.10.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==7.3.1 -jupyter-core==4.11.2 -MarkupSafe==2.1.1 -minio==7.1.15 -nbclient==0.6.3 -nbconvert==7.1.0 -nbformat==5.4.0 -papermill==2.3.4 -pyzmq==24.0.1 -prompt-toolkit==3.0.30 -requests==2.31.0 -tornado==6.3.3 -traitlets==5.1.1 -urllib3==1.26.18 diff --git a/runtimes/rocm-pytorch/ubi9-python-3.11/utils/requirements-elyra.txt b/runtimes/rocm-pytorch/ubi9-python-3.11/utils/requirements-elyra.txt deleted file mode 100644 index 039bfa570..000000000 --- a/runtimes/rocm-pytorch/ubi9-python-3.11/utils/requirements-elyra.txt +++ /dev/null @@ -1,71 +0,0 @@ -# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt - -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -ipykernel==6.29.5 -ipython==8.27.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==8.6.3 -jupyter-core==5.7.2 -MarkupSafe==2.1.5 -minio==7.2.8 -nbclient==0.10.0 -nbconvert==7.16.4 -nbformat==5.10.4 -papermill==2.6.0 -pyzmq==26.2.0 -prompt-toolkit==3.0.47 -requests==2.32.3 -tornado==6.4.1 -traitlets==5.14.3 -urllib3==2.2.3 -# -# These excluded are transitive dependencies of the included python packages. -#ansiwrap==0.8.4 -#appnope==0.1.3 -#asttokens==2.0.5 -#attrs==21.4.0 -#backcall==0.2.0 -#beautifulsoup4==4.11.1 -#bleach==5.0.0 -#certifi==2021.10.8 -#charset-normalizer==2.0.12 -#click==8.1.3 -#debugpy==1.6.0 -#decorator==5.1.1 -#defusedxml==0.7.1 -#entrypoints==0.4 -#executing==0.8.3 -#fastjsonschema==2.15.3 -#idna==3.3 -#importlib-resources==5.7.1 -#jedi==0.18.1 -#jsonschema==4.5.1 -#jupyterlab-pygments==0.2.2 -#matplotlib-inline==0.1.3 -#mistune==0.8.4 -#nest-asyncio==1.5.5 -#packaging==21.3 -#pandocfilters==1.5.0 -#parso==0.8.3 -#pexpect==4.8.0 -#pickleshare==0.7.5 -#psutil==5.9.0 -#ptyprocess==0.7.0 -#pure-eval==0.2.2 -#Pygments==2.12.0 -#pyparsing==3.0.9 -#pyrsistent==0.18.1 -#python-dateutil==2.8.2 -#PyYAML==6.0 -#six==1.16.0 -#soupsieve==2.3.2.post1 -#stack-data==0.2.0 -#tenacity==8.0.1 -#textwrap3==0.9.2 -#tinycss2==1.1.1 -#tqdm==4.64.0 -#wcwidth==0.2.5 -#webencodings==0.5.1 -#zipp==3.8.0 -# diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml b/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml index 068f4883d..31e2487f9 100644 --- a/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml +++ b/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml @@ -8,7 +8,3 @@ images: - name: runtime-workbench newName: quay.io/opendatahub/workbench-images newTag: runtime-rocm-tensorflow-ubi9-python-3.11 -configMapGenerator: - - name: req-config - files: - - requirements-elyra.txt diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/requirements-elyra.txt b/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/requirements-elyra.txt deleted file mode 100644 index 91fb8e57d..000000000 --- a/runtimes/rocm-tensorflow/ubi9-python-3.11/kustomize/base/requirements-elyra.txt +++ /dev/null @@ -1,20 +0,0 @@ -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -# This is copied from elyra directly: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt -ipykernel==6.13.0 -ipython==8.10.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==7.3.1 -jupyter-core==4.11.2 -MarkupSafe==2.1.1 -minio==7.1.15 -nbclient==0.6.3 -nbconvert==7.1.0 -nbformat==5.4.0 -papermill==2.3.4 -pyzmq==24.0.1 -prompt-toolkit==3.0.30 -requests==2.31.0 -tornado==6.3.3 -traitlets==5.1.1 -urllib3==1.26.18 diff --git a/runtimes/rocm-tensorflow/ubi9-python-3.11/utils/requirements-elyra.txt b/runtimes/rocm-tensorflow/ubi9-python-3.11/utils/requirements-elyra.txt deleted file mode 100644 index 039bfa570..000000000 --- a/runtimes/rocm-tensorflow/ubi9-python-3.11/utils/requirements-elyra.txt +++ /dev/null @@ -1,71 +0,0 @@ -# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt - -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -ipykernel==6.29.5 -ipython==8.27.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==8.6.3 -jupyter-core==5.7.2 -MarkupSafe==2.1.5 -minio==7.2.8 -nbclient==0.10.0 -nbconvert==7.16.4 -nbformat==5.10.4 -papermill==2.6.0 -pyzmq==26.2.0 -prompt-toolkit==3.0.47 -requests==2.32.3 -tornado==6.4.1 -traitlets==5.14.3 -urllib3==2.2.3 -# -# These excluded are transitive dependencies of the included python packages. -#ansiwrap==0.8.4 -#appnope==0.1.3 -#asttokens==2.0.5 -#attrs==21.4.0 -#backcall==0.2.0 -#beautifulsoup4==4.11.1 -#bleach==5.0.0 -#certifi==2021.10.8 -#charset-normalizer==2.0.12 -#click==8.1.3 -#debugpy==1.6.0 -#decorator==5.1.1 -#defusedxml==0.7.1 -#entrypoints==0.4 -#executing==0.8.3 -#fastjsonschema==2.15.3 -#idna==3.3 -#importlib-resources==5.7.1 -#jedi==0.18.1 -#jsonschema==4.5.1 -#jupyterlab-pygments==0.2.2 -#matplotlib-inline==0.1.3 -#mistune==0.8.4 -#nest-asyncio==1.5.5 -#packaging==21.3 -#pandocfilters==1.5.0 -#parso==0.8.3 -#pexpect==4.8.0 -#pickleshare==0.7.5 -#psutil==5.9.0 -#ptyprocess==0.7.0 -#pure-eval==0.2.2 -#Pygments==2.12.0 -#pyparsing==3.0.9 -#pyrsistent==0.18.1 -#python-dateutil==2.8.2 -#PyYAML==6.0 -#six==1.16.0 -#soupsieve==2.3.2.post1 -#stack-data==0.2.0 -#tenacity==8.0.1 -#textwrap3==0.9.2 -#tinycss2==1.1.1 -#tqdm==4.64.0 -#wcwidth==0.2.5 -#webencodings==0.5.1 -#zipp==3.8.0 -# diff --git a/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml b/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml index f53ac5889..37f33937e 100644 --- a/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml +++ b/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/kustomization.yaml @@ -8,7 +8,3 @@ images: - name: runtime-workbench newName: quay.io/opendatahub/workbench-images newTag: runtime-cuda-tensorflow-ubi9-python-3.11 -configMapGenerator: - - name: req-config - files: - - requirements-elyra.txt diff --git a/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/requirements-elyra.txt b/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/requirements-elyra.txt deleted file mode 100644 index 91fb8e57d..000000000 --- a/runtimes/tensorflow/ubi9-python-3.11/kustomize/base/requirements-elyra.txt +++ /dev/null @@ -1,20 +0,0 @@ -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -# This is copied from elyra directly: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt -ipykernel==6.13.0 -ipython==8.10.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==7.3.1 -jupyter-core==4.11.2 -MarkupSafe==2.1.1 -minio==7.1.15 -nbclient==0.6.3 -nbconvert==7.1.0 -nbformat==5.4.0 -papermill==2.3.4 -pyzmq==24.0.1 -prompt-toolkit==3.0.30 -requests==2.31.0 -tornado==6.3.3 -traitlets==5.1.1 -urllib3==1.26.18 diff --git a/runtimes/tensorflow/ubi9-python-3.11/utils/requirements-elyra.txt b/runtimes/tensorflow/ubi9-python-3.11/utils/requirements-elyra.txt deleted file mode 100644 index 039bfa570..000000000 --- a/runtimes/tensorflow/ubi9-python-3.11/utils/requirements-elyra.txt +++ /dev/null @@ -1,71 +0,0 @@ -# Copied from: https://github.com/elyra-ai/elyra/blob/main/etc/generic/requirements-elyra.txt - -# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks. -ipykernel==6.29.5 -ipython==8.27.0 -ipython-genutils==0.2.0 -jinja2==3.1.4 -jupyter-client==8.6.3 -jupyter-core==5.7.2 -MarkupSafe==2.1.5 -minio==7.2.8 -nbclient==0.10.0 -nbconvert==7.16.4 -nbformat==5.10.4 -papermill==2.6.0 -pyzmq==26.2.0 -prompt-toolkit==3.0.47 -requests==2.32.3 -tornado==6.4.1 -traitlets==5.14.3 -urllib3==2.2.3 -# -# These excluded are transitive dependencies of the included python packages. -#ansiwrap==0.8.4 -#appnope==0.1.3 -#asttokens==2.0.5 -#attrs==21.4.0 -#backcall==0.2.0 -#beautifulsoup4==4.11.1 -#bleach==5.0.0 -#certifi==2021.10.8 -#charset-normalizer==2.0.12 -#click==8.1.3 -#debugpy==1.6.0 -#decorator==5.1.1 -#defusedxml==0.7.1 -#entrypoints==0.4 -#executing==0.8.3 -#fastjsonschema==2.15.3 -#idna==3.3 -#importlib-resources==5.7.1 -#jedi==0.18.1 -#jsonschema==4.5.1 -#jupyterlab-pygments==0.2.2 -#matplotlib-inline==0.1.3 -#mistune==0.8.4 -#nest-asyncio==1.5.5 -#packaging==21.3 -#pandocfilters==1.5.0 -#parso==0.8.3 -#pexpect==4.8.0 -#pickleshare==0.7.5 -#psutil==5.9.0 -#ptyprocess==0.7.0 -#pure-eval==0.2.2 -#Pygments==2.12.0 -#pyparsing==3.0.9 -#pyrsistent==0.18.1 -#python-dateutil==2.8.2 -#PyYAML==6.0 -#six==1.16.0 -#soupsieve==2.3.2.post1 -#stack-data==0.2.0 -#tenacity==8.0.1 -#textwrap3==0.9.2 -#tinycss2==1.1.1 -#tqdm==4.64.0 -#wcwidth==0.2.5 -#webencodings==0.5.1 -#zipp==3.8.0 -#