Skip to content

Commit 52e498f

Browse files
angel-coreGoogle-ML-Automation
authored andcommitted
Update Orbax dependency for MaxText CUDA 12.
This change updates orbax-checkpoint to version 0.12.1 and adds it to the extra dependencies. It also includes version bumps for several other packages in the generated requirements, after running respective command for generated dep. PiperOrigin-RevId: 949735177
1 parent 83527b8 commit 52e498f

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
datasets>=4.8.5
22
fsspec==2026.2.0
33
gcsfs==2026.2.0
4+
orbax-checkpoint>=0.12.1

src/dependencies/requirements/generated_requirements/cuda12-requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cloudpickle>=3.1.2
3030
clu>=0.0.12
3131
colorama>=0.4.6
3232
contourpy>=1.3.3
33-
coverage>=7.14.3
33+
coverage>=7.15.0
3434
cryptography>=49.0.0
3535
cycler>=0.12.1
3636
datasets>=5.0.0
@@ -84,11 +84,11 @@ grpcio-status>=1.80.0
8484
gviz-api>=1.10.0
8585
h11>=0.16.0
8686
h5py>=3.14.0
87-
hf-xet>=1.5.1 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
87+
hf-xet>=1.5.1 ; platform_machine == 'AMD64' or platform_machine == 'aarch64' or platform_machine == 'x86_64'
8888
httpcore>=1.0.9
8989
httplib2>=0.32.0
9090
httpx>=0.28.1
91-
huggingface-hub>=1.21.0
91+
huggingface-hub>=1.22.0
9292
humanize>=4.16.0
9393
hypothesis>=6.142.1
9494
identify>=2.6.19
@@ -158,7 +158,7 @@ opt-einsum>=3.4.0
158158
optax>=0.2.8
159159
optree>=0.19.0
160160
optype>=0.17.0
161-
orbax-checkpoint>=0.11.39
161+
orbax-checkpoint>=0.12.1
162162
packaging>=26.1
163163
pandas>=3.0.3
164164
parameterized>=0.9.0
@@ -169,6 +169,7 @@ platformdirs>=4.10.0
169169
pluggy>=1.6.0
170170
portpicker>=1.6.0
171171
pre-commit>=4.6.0
172+
prometheus-client>=0.20.0
172173
promise>=2.3
173174
propcache>=0.5.2
174175
proto-plus>=1.28.0
@@ -195,7 +196,7 @@ pyproject-hooks>=1.2.0
195196
pytest>=8.4.2
196197
pytest-xdist>=3.8.0
197198
python-dateutil>=2.9.0.post0
198-
python-discovery>=1.4.2
199+
python-discovery>=1.4.3
199200
pytokens>=0.4.1
200201
pytype>=2024.10.11
201202
pyyaml>=6.0.3
@@ -229,7 +230,7 @@ tensorflow>=2.20.0
229230
tensorflow-datasets>=4.9.10
230231
tensorflow-metadata>=1.21.0
231232
tensorflow-text>=2.20.1
232-
tensorstore>=0.1.82
233+
tensorstore>=0.1.84
233234
termcolor>=3.3.0
234235
tiktoken>=0.13.0
235236
tokamax>=0.0.12
@@ -241,24 +242,24 @@ tqdm>=4.68.3
241242
transformer-engine>=2.16.1
242243
transformer-engine-cu12>=2.16.1
243244
transformer-engine-jax>=2.16.1
244-
transformers>=5.12.1
245+
transformers>=5.13.0
245246
treescope>=0.1.10
246247
typeguard>=2.13.3
247-
typer>=0.25.1
248+
typer>=0.26.8
248249
typing-extensions>=4.15.0
249250
typing-inspection>=0.4.2
250251
tzdata>=2026.2 ; sys_platform == 'emscripten' or sys_platform == 'win32'
251252
uritemplate>=4.2.0
252253
urllib3>=2.6.3
253-
uvicorn>=0.49.0
254+
uvicorn>=0.50.2
254255
uvloop>=0.22.1
255-
virtualenv>=21.5.1
256+
virtualenv>=21.5.2
256257
wadler-lindig>=0.1.7
257258
websockets>=16.0
258259
werkzeug>=3.1.8
259260
wheel>=0.46.3
260261
wrapt>=2.2.2
261-
xxhash>=3.8.0
262+
xxhash>=3.8.1
262263
yarl>=1.24.2
263264
zipp>=3.23.1
264265
zstandard>=0.25.0

0 commit comments

Comments
 (0)