Skip to content

Commit a665a32

Browse files
#1355: normalize and Update Package Names in Pipfiles Using PyPI Data (#1494)
* instead of using the Pypi name -> retrieved the name and convert to canonical based on PEP --------- Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 9fef62b commit a665a32

File tree

27 files changed

+142
-27
lines changed

27 files changed

+142
-27
lines changed

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tf2onnx = "~= 1.16.1"
1010

1111
[packages]
1212
# ROCm TensorFlow packages
13-
tensorflow_rocm = "~=2.14.0.600"
13+
tensorflow-rocm = "~=2.14.0.600"
1414
tensorboard = "~=2.14.0"
1515

1616
# Datascience and useful extensions

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ipython-genutils = "~=0.2.0"
3232
jinja2 = "~=3.1.6"
3333
jupyter-client = ">=8.6.3"
3434
jupyter-core = "~=5.7.2"
35-
MarkupSafe = "~=3.0.2"
35+
markupsafe = "~=3.0.2"
3636
minio = "~=7.2.15"
3737
nbclient = "~=0.10.2"
3838
nbconvert = "~=7.16.6"

runtimes/datascience/ubi9-python-3.11/Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/datascience/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ipython-genutils = "~=0.2.0"
3232
jinja2 = "~=3.1.6"
3333
jupyter-client = ">=8.6.3"
3434
jupyter-core = "~=5.7.2"
35-
MarkupSafe = "~=3.0.2"
35+
markupsafe = "~=3.0.2"
3636
minio = "~=7.2.15"
3737
nbclient = "~=0.10.2"
3838
nbconvert = "~=7.16.6"

runtimes/datascience/ubi9-python-3.12/Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/minimal/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython-genutils = "~=0.2.0"
1313
jinja2 = "~=3.1.6"
1414
jupyter-client = "~=8.6.3"
1515
jupyter-core = "~=5.7.2"
16-
MarkupSafe = "~=3.0.2"
16+
markupsafe = "~=3.0.2"
1717
minio = "~=7.2.15"
1818
nbclient = "~=0.10.2"
1919
nbconvert = "~=7.16.6"

runtimes/minimal/ubi9-python-3.11/Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/minimal/ubi9-python-3.12/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython-genutils = "~=0.2.0"
1313
jinja2 = "~=3.1.6"
1414
jupyter-client = "~=8.6.3"
1515
jupyter-core = "~=5.7.2"
16-
MarkupSafe = "~=3.0.2"
16+
markupsafe = "~=3.0.2"
1717
minio = "~=7.2.15"
1818
nbclient = "~=0.10.2"
1919
nbconvert = "~=7.16.6"

runtimes/minimal/ubi9-python-3.12/Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)