Skip to content

Commit 21ad727

Browse files
authored
opendatahub-io#2222: tidy(pyproject.toml): standardize quote style for dependencies in pyproject.toml files (opendatahub-io#2448)
1 parent 51210ab commit 21ad727

File tree

8 files changed

+208
-208
lines changed

8 files changed

+208
-208
lines changed

jupyter/trustyai/ubi9-python-3.12/pyproject.toml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,56 @@ requires-python = "==3.12.*"
55

66
dependencies = [
77
# PyTorch packages
8-
'torch==2.6.0+cu126',
8+
"torch==2.6.0+cu126",
99

1010
# TrustyAI packages
1111
# More information available at:
1212
# - https://pypi.org/project/trustyai/
1313
# - https://github.com/trustyai-explainability/trustyai-explainability-python/blob/main/requirements.txt
14-
'transformers~=4.55.0',
15-
'datasets~=3.4.1',
16-
'accelerate~=1.5.2',
17-
'trustyai~=0.6.2',
14+
"transformers~=4.55.0",
15+
"datasets~=3.4.1",
16+
"accelerate~=1.5.2",
17+
"trustyai~=0.6.2",
1818
# Datascience and useful extensions
19-
'boto3~=1.40.27',
20-
'kafka-python-ng~=2.2.3',
21-
'kfp~=2.14.3',
22-
'matplotlib~=3.10.3', # Should be pinned down to this version in order to be compatible with trustyai
23-
'numpy~=1.26.4', # Should be pinned down to this version in order to be compatible with trustyai
24-
'pandas~=1.5.3', # Should be pinned down to this version in order to be compatible with trustyai
25-
'plotly~=6.0.0',
26-
'scikit-learn~=1.7.0', # Should be pinned down to this version in order to be compatible with trustyai
27-
'scipy~=1.15.2',
28-
'skl2onnx~=1.18.0',
29-
'onnxconverter-common~=1.13.0', # Required for skl2onnx, as upgraded version is not compatible with protobuf
30-
'codeflare-sdk~=0.31.0',
31-
'kubeflow-training==1.9.2',
19+
"boto3~=1.40.27",
20+
"kafka-python-ng~=2.2.3",
21+
"kfp~=2.14.3",
22+
"matplotlib~=3.10.3", # Should be pinned down to this version in order to be compatible with trustyai
23+
"numpy~=1.26.4", # Should be pinned down to this version in order to be compatible with trustyai
24+
"pandas~=1.5.3", # Should be pinned down to this version in order to be compatible with trustyai
25+
"plotly~=6.0.0",
26+
"scikit-learn~=1.7.0", # Should be pinned down to this version in order to be compatible with trustyai
27+
"scipy~=1.15.2",
28+
"skl2onnx~=1.18.0",
29+
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
30+
"codeflare-sdk~=0.31.0",
31+
"kubeflow-training==1.9.2",
3232

3333
# DB connectors
34-
'pymongo~=4.11.2',
35-
'psycopg~=3.2.5',
36-
'pyodbc~=5.2.0',
37-
'mysql-connector-python~=9.3.0',
34+
"pymongo~=4.11.2",
35+
"psycopg~=3.2.5",
36+
"pyodbc~=5.2.0",
37+
"mysql-connector-python~=9.3.0",
3838

3939
# JupyterLab packages
40-
'odh-elyra==4.2.4',
40+
"odh-elyra==4.2.4",
4141
"odh-jupyter-trash-cleanup==0.1.0",
4242

43-
'jupyterlab==4.4.4',
44-
'jupyter-bokeh~=3.0.7', # trustyai 0.6.2 depends on jupyter-bokeh~=3.0.7
45-
'jupyter-server~=2.16.0',
46-
'jupyter-server-proxy~=4.4.0',
47-
'jupyter-server-terminals~=0.5.3',
48-
'jupyterlab-git~=0.51.1',
49-
'jupyterlab-lsp~=5.1.1',
50-
'jupyterlab-widgets~=3.0.15',
51-
'jupyter-resource-usage~=1.1.1',
52-
'nbdime~=4.0.2',
53-
'nbgitpuller~=1.2.2',
43+
"jupyterlab==4.4.4",
44+
"jupyter-bokeh~=3.0.7", # trustyai 0.6.2 depends on jupyter-bokeh~=3.0.7
45+
"jupyter-server~=2.16.0",
46+
"jupyter-server-proxy~=4.4.0",
47+
"jupyter-server-terminals~=0.5.3",
48+
"jupyterlab-git~=0.51.1",
49+
"jupyterlab-lsp~=5.1.1",
50+
"jupyterlab-widgets~=3.0.15",
51+
"jupyter-resource-usage~=1.1.1",
52+
"nbdime~=4.0.2",
53+
"nbgitpuller~=1.2.2",
5454

5555
# Base packages
56-
'wheel~=0.45.1',
57-
'setuptools~=78.1.1',
56+
"wheel~=0.45.1",
57+
"setuptools~=78.1.1",
5858
]
5959

6060
[tool.uv]

rstudio/c9s-python-3.11/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires-python = "==3.11.*"
55

66
dependencies = [
77
# Base packages
8-
'wheel~=0.45.1',
9-
'setuptools~=78.1.1',
8+
"wheel~=0.45.1",
9+
"setuptools~=78.1.1",
1010
]
1111

1212
[tool.uv]

rstudio/rhel9-python-3.11/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires-python = "==3.11.*"
55

66
dependencies = [
77
# Base packages
8-
'wheel~=0.45.1',
9-
'setuptools~=78.1.1',
8+
"wheel~=0.45.1",
9+
"setuptools~=78.1.1",
1010
]
1111

1212
[tool.uv]

runtimes/datascience/ubi9-python-3.12/pyproject.toml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,47 +6,47 @@ requires-python = "==3.12.*"
66
dependencies = [
77
# Datascience and useful extensions
88
"boto3~=1.40.27",
9-
'kafka-python-ng~=2.2.3',
10-
'matplotlib~=3.10.1',
11-
'numpy~=2.2.6',
12-
'pandas~=2.2.3',
13-
'plotly~=6.0.0',
14-
'scikit-learn~=1.6.1',
15-
'scipy~=1.15.2',
16-
'skl2onnx~=1.18.0',
17-
'onnxconverter-common~=1.13.0', # Required for skl2onnx, as upgraded version is not compatible with protobuf
18-
'codeflare-sdk~=0.31.0; platform_machine != "s390x" and platform_machine != "ppc64le"',
9+
"kafka-python-ng~=2.2.3",
10+
"matplotlib~=3.10.1",
11+
"numpy~=2.2.6",
12+
"pandas~=2.2.3",
13+
"plotly~=6.0.0",
14+
"scikit-learn~=1.6.1",
15+
"scipy~=1.15.2",
16+
"skl2onnx~=1.18.0",
17+
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
18+
"codeflare-sdk~=0.31.0; platform_machine != 's390x' and platform_machine != 'ppc64le'",
1919
"feast~=0.53.0",
2020

2121
# DB connectors
22-
'pymongo~=4.11.2',
23-
'psycopg~=3.2.5',
24-
'pyodbc~=5.2.0',
25-
'mysql-connector-python~=9.3.0',
22+
"pymongo~=4.11.2",
23+
"psycopg~=3.2.5",
24+
"pyodbc~=5.2.0",
25+
"mysql-connector-python~=9.3.0",
2626

2727
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
28-
'ipykernel~=6.29.5',
29-
'ipython~=9.0.1',
30-
'ipython-genutils~=0.2.0',
31-
'jinja2~=3.1.6',
32-
'jupyter-client>=8.6.3',
33-
'jupyter-core~=5.8.1',
34-
'markupsafe~=3.0.2',
35-
'minio~=7.2.15',
36-
'nbclient~=0.10.2',
37-
'nbconvert~=7.16.6',
38-
'nbformat~=5.10.4',
39-
'papermill~=2.6.0',
40-
'pyzmq~=26.2.1',
41-
'prompt-toolkit~=3.0.50',
42-
'requests~=2.32.3',
43-
'tornado~=6.5.2',
44-
'traitlets~=5.14.3',
45-
'urllib3~=2.5.0',
28+
"ipykernel~=6.29.5",
29+
"ipython~=9.0.1",
30+
"ipython-genutils~=0.2.0",
31+
"jinja2~=3.1.6",
32+
"jupyter-client>=8.6.3",
33+
"jupyter-core~=5.8.1",
34+
"markupsafe~=3.0.2",
35+
"minio~=7.2.15",
36+
"nbclient~=0.10.2",
37+
"nbconvert~=7.16.6",
38+
"nbformat~=5.10.4",
39+
"papermill~=2.6.0",
40+
"pyzmq~=26.2.1",
41+
"prompt-toolkit~=3.0.50",
42+
"requests~=2.32.3",
43+
"tornado~=6.5.2",
44+
"traitlets~=5.14.3",
45+
"urllib3~=2.5.0",
4646

4747
# Base packages
48-
'setuptools==78.1.1',
49-
'wheel==0.45.1',
48+
"setuptools==78.1.1",
49+
"wheel==0.45.1",
5050
]
5151

5252
[tool.uv]

runtimes/minimal/ubi9-python-3.12/pyproject.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ requires-python = "==3.12.*"
55

66
dependencies = [
77
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
8-
'ipykernel~=6.29.5',
9-
'ipython~=9.0.1',
10-
'ipython-genutils~=0.2.0',
11-
'jinja2~=3.1.6',
12-
'jupyter-client~=8.6.3',
13-
'jupyter-core~=5.8.1',
14-
'markupsafe~=3.0.2',
15-
'minio~=7.2.15',
16-
'nbclient~=0.10.2',
17-
'nbconvert~=7.16.6',
18-
'nbformat~=5.10.4',
19-
'papermill~=2.6.0',
20-
'pyzmq~=26.2.1',
21-
'prompt-toolkit~=3.0.50',
22-
'requests~=2.32.3',
23-
'tornado~=6.5.2',
24-
'traitlets~=5.14.3',
25-
'urllib3~=2.5.0',
8+
"ipykernel~=6.29.5",
9+
"ipython~=9.0.1",
10+
"ipython-genutils~=0.2.0",
11+
"jinja2~=3.1.6",
12+
"jupyter-client~=8.6.3",
13+
"jupyter-core~=5.8.1",
14+
"markupsafe~=3.0.2",
15+
"minio~=7.2.15",
16+
"nbclient~=0.10.2",
17+
"nbconvert~=7.16.6",
18+
"nbformat~=5.10.4",
19+
"papermill~=2.6.0",
20+
"pyzmq~=26.2.1",
21+
"prompt-toolkit~=3.0.50",
22+
"requests~=2.32.3",
23+
"tornado~=6.5.2",
24+
"traitlets~=5.14.3",
25+
"urllib3~=2.5.0",
2626

2727
# Base packages
28-
'setuptools==78.1.1',
29-
'wheel==0.45.1',
28+
"setuptools==78.1.1",
29+
"wheel==0.45.1",
3030
]
3131

3232
[tool.uv]

runtimes/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,56 @@ dependencies = [
88
# for a discussion on what version of torch to use
99

1010
# PyTorch packages
11-
'tensorboard~=2.20.0',
12-
'torch==2.7.1',
13-
'torchvision==0.22.1',
11+
"tensorboard~=2.20.0",
12+
"torch==2.7.1",
13+
"torchvision==0.22.1",
1414

1515
# llmcompressor packages
16-
'llmcompressor==0.7.1',
17-
'lm-eval~=0.4.8',
16+
"llmcompressor==0.7.1",
17+
"lm-eval~=0.4.8",
1818

1919
# Datascience and useful extensions
20-
'boto3~=1.40.27',
21-
'kafka-python-ng~=2.2.3',
22-
'matplotlib~=3.10.1',
23-
'numpy~=2.2.6',
24-
'pandas~=2.2.3',
25-
'plotly~=6.0.0',
26-
'scikit-learn~=1.6.1',
27-
'scipy~=1.15.2',
28-
'skl2onnx~=1.18.0',
29-
'onnxconverter-common~=1.13.0', # Required for skl2onnx, as upgraded version is not compatible with protobuf
20+
"boto3~=1.40.27",
21+
"kafka-python-ng~=2.2.3",
22+
"matplotlib~=3.10.1",
23+
"numpy~=2.2.6",
24+
"pandas~=2.2.3",
25+
"plotly~=6.0.0",
26+
"scikit-learn~=1.6.1",
27+
"scipy~=1.15.2",
28+
"skl2onnx~=1.18.0",
29+
"onnxconverter-common~=1.13.0", # Required for skl2onnx, as upgraded version is not compatible with protobuf
3030
"feast~=0.53.0",
3131

3232
# DB connectors
33-
'pymongo~=4.11.2',
34-
'psycopg~=3.2.5',
35-
'pyodbc~=5.2.0',
36-
'mysql-connector-python~=9.3.0',
33+
"pymongo~=4.11.2",
34+
"psycopg~=3.2.5",
35+
"pyodbc~=5.2.0",
36+
"mysql-connector-python~=9.3.0",
3737

3838
# This is a comprehensive list of python dependencies that Elyra requires to execute Jupyter notebooks.
39-
'ipykernel~=6.29.5',
40-
'ipython~=9.0.1',
41-
'ipython-genutils~=0.2.0',
42-
'jinja2~=3.1.6',
43-
'jupyter-client~=8.6.3',
44-
'jupyter-core~=5.8.1',
45-
'markupsafe~=3.0.2',
46-
'minio~=7.2.15',
47-
'nbclient~=0.10.2',
48-
'nbconvert~=7.16.6',
49-
'nbformat~=5.10.4',
50-
'papermill~=2.6.0',
51-
'pyzmq~=26.2.1',
52-
'prompt-toolkit~=3.0.50',
53-
'requests~=2.32.3',
54-
'tornado~=6.5.2',
55-
'traitlets~=5.14.3',
56-
'urllib3~=2.5.0',
39+
"ipykernel~=6.29.5",
40+
"ipython~=9.0.1",
41+
"ipython-genutils~=0.2.0",
42+
"jinja2~=3.1.6",
43+
"jupyter-client~=8.6.3",
44+
"jupyter-core~=5.8.1",
45+
"markupsafe~=3.0.2",
46+
"minio~=7.2.15",
47+
"nbclient~=0.10.2",
48+
"nbconvert~=7.16.6",
49+
"nbformat~=5.10.4",
50+
"papermill~=2.6.0",
51+
"pyzmq~=26.2.1",
52+
"prompt-toolkit~=3.0.50",
53+
"requests~=2.32.3",
54+
"tornado~=6.5.2",
55+
"traitlets~=5.14.3",
56+
"urllib3~=2.5.0",
5757

5858
# Base packages
59-
'setuptools~=78.1.1',
60-
'wheel==0.45.1',
59+
"setuptools~=78.1.1",
60+
"wheel==0.45.1",
6161
]
6262

6363
[tool.uv.sources]

0 commit comments

Comments
 (0)