Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 authored Oct 1, 2024
1 parent ceb264f commit ca03491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyter/tensorflow/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ name = "pypi"
[packages]
# TensorFlow packages
tensorflow = "~=2.17.0"
tensorflow[and-cuda]
tensorboard = "~=2.17.1"
tf2onnx = "~= 1.16.1"

# Datascience and useful extensions
boto3 = "~=1.35.14"
kafka-python-ng = "~=2.2.2"
kfp = "~=2.5.0"
matplotlib = "~=3.9.2"
numpy = "~=1.26.4"
pandas = "~=2.2.2"
Expand All @@ -31,7 +33,7 @@ pyodbc = "~=5.1.0"
mysql-connector-python = "~=9.0.0"

# JupyterLab packages
#odh-elyra = ">=3.16.7" # For the phase 1, exclude elyra installation. Till this Jira ticket is resolved. https://issues.redhat.com/browse/RHOAIENG-10143
odh-elyra = "==4.0.0.dev1"

jupyterlab = "~=4.2.4"
jupyter-bokeh = "~=4.0.5"
Expand Down

0 comments on commit ca03491

Please sign in to comment.