Skip to content

Commit 73ae495

Browse files
committed
Add benchmark-specific pip installation option
1 parent 63f5ca9 commit 73ae495

3 files changed

Lines changed: 132 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = []
2929
tpu = ["src/dependencies/requirements/generated_requirements/tpu-requirements.txt"]
3030
tpu-post-train = ["src/dependencies/requirements/generated_requirements/tpu-post-train-requirements.txt"]
3131
cuda12 = ["src/dependencies/requirements/generated_requirements/cuda12-requirements.txt"]
32+
runner = ["src/dependencies/requirements/generated_requirements/runner-requirements.txt"]
3233
docs = ["src/dependencies/requirements/requirements_docs.txt"]
3334

3435
[project.urls]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
google-cloud-filestore
2+
kubernetes
3+
omegaconf
4+
xpk
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
# Generated by seed-env. Do not edit manually.
2+
# If you need to modify dependencies, please do so in the host requirements file and run seed-env again.
3+
4+
absl-py>=2.3.1
5+
annotated-types>=0.7.0
6+
antlr4-python3-runtime>=4.9.3
7+
anyio>=4.12.1
8+
astunparse>=1.6.3
9+
attrs>=25.4.0
10+
auditwheel>=6.6.0
11+
build>=1.4.0
12+
certifi>=2026.1.4
13+
cffi>=2.0.0 ; platform_python_implementation != 'PyPy'
14+
charset-normalizer>=3.4.4
15+
cloud-accelerator-diagnostics>=0.1.1
16+
cloudpickle>=3.1.2
17+
colorama>=0.4.6
18+
contourpy>=1.3.3
19+
cryptography>=46.0.5
20+
cycler>=0.12.1
21+
distro>=1.9.0
22+
docker>=7.1.0
23+
docstring-parser>=0.17.0
24+
durationpy>=0.10
25+
etils>=1.13.0
26+
execnet>=2.1.2
27+
filelock>=3.20.3
28+
flatbuffers>=25.12.19
29+
fonttools>=4.61.1
30+
fsspec>=2026.1.0
31+
gast>=0.7.0
32+
google-api-core>=2.30.0
33+
google-auth>=2.49.0
34+
google-cloud-aiplatform>=1.141.0
35+
google-cloud-bigquery>=3.40.1
36+
google-cloud-common>=1.8.0
37+
google-cloud-core>=2.5.0
38+
google-cloud-filestore>=1.15.0
39+
google-cloud-resource-manager>=1.16.0
40+
google-cloud-storage>=3.9.0
41+
google-crc32c>=1.8.0
42+
google-genai>=1.66.0
43+
google-pasta>=0.2.0
44+
google-resumable-media>=2.8.0
45+
googleapis-common-protos>=1.73.0
46+
grpc-google-iam-v1>=0.14.3
47+
grpcio-status>=1.76.0
48+
grpcio>=1.76.0
49+
gviz-api>=1.10.0
50+
h11>=0.16.0
51+
h5py>=3.15.1
52+
httpcore>=1.0.9
53+
httpx>=0.28.1
54+
hypothesis>=6.142.1
55+
idna>=3.11
56+
importlib-resources>=6.5.2
57+
iniconfig>=2.3.0
58+
jaxlib>=0.9.0
59+
keras>=3.13.1
60+
kiwisolver>=1.4.9
61+
kubernetes>=35.0.0
62+
libclang>=18.1.1
63+
libtpu>=0.0.34 ; platform_machine == 'x86_64' and sys_platform == 'linux'
64+
markdown-it-py>=4.0.0
65+
markdown>=3.10.1
66+
markupsafe>=3.0.3
67+
matplotlib>=3.10.8
68+
mdurl>=0.1.2
69+
ml-dtypes>=0.5.4
70+
mpmath>=1.3.0
71+
namex>=0.1.0
72+
numpy-typing-compat>=20251206.2.0
73+
numpy>=2.0.2
74+
nvidia-cuda-cccl>=13.1.115
75+
oauthlib>=3.3.1
76+
omegaconf>=2.3.0
77+
opt-einsum>=3.4.0
78+
optree>=0.18.0
79+
optype>=0.15.0
80+
packaging>=26.0
81+
pillow>=12.1.0
82+
pluggy>=1.6.0
83+
portpicker>=1.6.0
84+
proto-plus>=1.27.1
85+
protobuf>=6.33.5
86+
psutil>=7.2.1
87+
pyasn1-modules>=0.4.2
88+
pyasn1>=0.6.2
89+
pycparser>=3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
90+
pydantic-core>=2.41.5
91+
pydantic>=2.12.5
92+
pyelftools>=0.32
93+
pygments>=2.19.2
94+
pyparsing>=3.3.2
95+
pyproject-hooks>=1.2.0
96+
pytest-xdist>=3.8.0
97+
pytest>=8.4.2
98+
python-dateutil>=2.9.0.post0
99+
pywin32>=311 ; sys_platform == 'win32'
100+
pyyaml>=6.0.3
101+
requests-oauthlib>=2.0.0
102+
requests>=2.32.5
103+
rich>=14.2.0
104+
rsa>=4.9.1
105+
ruamel-yaml>=0.19.1
106+
scipy-stubs>=1.17.0.1
107+
scipy>=1.17.0
108+
setuptools>=80.10.1
109+
six>=1.17.0
110+
sniffio>=1.3.1
111+
sortedcontainers>=2.4.0
112+
tabulate>=0.10.0
113+
tenacity>=9.1.4
114+
tensorboard-data-server>=0.7.2
115+
tensorboard-plugin-profile>=2.13.0
116+
tensorstore>=0.1.80
117+
termcolor>=3.3.0
118+
typing-extensions>=4.15.0
119+
typing-inspection>=0.4.2
120+
urllib3>=2.6.3
121+
websocket-client>=1.9.0
122+
websockets>=16.0
123+
werkzeug>=3.1.5
124+
wheel>=0.46.2
125+
xpk>=0.6.0
126+
zipp>=3.23.0
127+
zstandard>=0.25.0

0 commit comments

Comments
 (0)