Skip to content

Commit e0769d2

Browse files
committed
Update several python packages on pipfiles to cover review comments
1 parent 0ee3972 commit e0769d2

File tree

16 files changed

+20819
-240
lines changed

16 files changed

+20819
-240
lines changed

base/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ verify_ssl = true
88
[packages]
99
# Base packages
1010
wheel = "~=0.44.0"
11-
setuptools = "~=73.0.0"
11+
setuptools = "~=74.1.2"
1212

1313
[requires]
1414
python_version = "3.11"

base/ubi9-python-3.11/Pipfile.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "pypi"
77

88
[packages]
99
# Datascience and useful extensions
10-
boto3 = "~=1.35.5"
10+
boto3 = "~=1.35.14"
1111
kafka-python = "~=2.0.2"
1212
matplotlib = "~=3.9.2"
1313
numpy = "~=2.1.0"
@@ -18,7 +18,6 @@ scipy = "~=1.14.1"
1818
skl2onnx = "~=1.17.0"
1919
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
2020
codeflare-sdk = "~=0.18.0"
21-
memray = "~=1.10.0" # any version above this would cause issue with rich package
2221

2322
# DB connectors
2423
pymongo = "~=4.8.0"
@@ -42,15 +41,9 @@ jupyter-resource-usage = "~=1.1.0"
4241
nbdime = "~=4.0.1"
4342
nbgitpuller = "~=1.2.1"
4443

45-
# pycodestyle is dependency of below packages
46-
# and to achieve compatible of pycodestyle with python-lsp-server[all]
47-
# pinned the below packages
48-
autopep8 = "~=2.3.1"
49-
flake8 = "~=7.1.1"
50-
5144
# Base packages
5245
wheel = "~=0.44.0"
53-
setuptools = "~=73.0.0"
46+
setuptools = "~=74.1.2"
5447

5548
[requires]
5649
python_version = "3.11"

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

Lines changed: 3304 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/minimal/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nbgitpuller = "~=1.2.1"
1818

1919
# Base packages
2020
wheel = "~=0.44.0"
21-
setuptools = "~=73.0.0"
21+
setuptools = "~=74.1.2"
2222

2323
[requires]
2424
python_version = "3.11"

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

Lines changed: 190 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ torch = {version = "~=2.4.0", index = "pytorch"}
1717
torchvision = {version = "~=0.19.0", index = "pytorch"}
1818

1919
# Datascience and useful extensions
20-
boto3 = "~=1.35.6"
20+
boto3 = "~=1.35.14"
2121
kafka-python = "~=2.0.2"
2222
matplotlib = "~=3.9.2"
2323
numpy = "~=2.1.0"
@@ -28,7 +28,6 @@ scipy = "~=1.14.1"
2828
skl2onnx = "~=1.17.0"
2929
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
3030
codeflare-sdk = "~=0.18.0"
31-
memray = "~=1.10.0" # any version above this would cause issue with rich package
3231

3332
# DB connectors
3433
pymongo = "~=4.8.0"
@@ -52,15 +51,9 @@ jupyter-resource-usage = "~=1.1.0"
5251
nbdime = "~=4.0.1"
5352
nbgitpuller = "~=1.2.1"
5453

55-
# pycodestyle is dependency of below packages
56-
# and to achieve compatible of pycodestyle with python-lsp-server[all]
57-
# pinned the below packages
58-
autopep8 = "~=2.3.1"
59-
flake8 = "~=7.1.1"
60-
6154
# Base packages
6255
wheel = "~=0.44.0"
63-
setuptools = "~=73.0.0"
56+
setuptools = "~=74.1.2"
6457

6558
[requires]
6659
python_version = "3.11"

jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Lines changed: 3515 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ torchvision = {version = "~=0.19.0", index = "pytorch"} # https://pytorch.org/ge
1919
pytorch-triton-rocm = {version = "~=3.0.0", index = "pytorch"}
2020

2121
# Datascience and useful extensions
22-
boto3 = "~=1.35.5"
22+
boto3 = "~=1.35.14"
2323
kafka-python = "~=2.0.2"
2424
matplotlib = "~=3.9.2"
2525
numpy = "~=2.1.0"
@@ -30,7 +30,6 @@ scipy = "~=1.14.1"
3030
skl2onnx = "~=1.17.0"
3131
onnxconverter-common = "~=1.14.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
3232
codeflare-sdk = "~=0.18.0"
33-
memray = "~=1.10.0" # any version above this would cause issue with rich package
3433

3534
# DB connectors
3635
pymongo = "~=4.8.0"
@@ -54,15 +53,9 @@ jupyter-resource-usage = "~=1.1.0"
5453
nbdime = "~=4.0.1"
5554
nbgitpuller = "~=1.2.1"
5655

57-
# pycodestyle is dependency of below packages
58-
# and to achieve compatible of pycodestyle with python-lsp-server[all]
59-
# pinned the below packages
60-
autopep8 = "~=2.3.1"
61-
flake8 = "~=7.1.1"
62-
6356
# Base packages
6457
wheel = "~=0.44.0"
65-
setuptools = "~=73.0.0"
58+
setuptools = "~=74.1.2"
6659

6760
[requires]
6861
python_version = "3.11"

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

Lines changed: 3397 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)