We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccb25a commit 3831423Copy full SHA for 3831423
2 files changed
requirements.txt
@@ -19,12 +19,12 @@ Pillow
19
pylint
20
pyink
21
pytest==8.2.2
22
-tensorflow==2.17.0
+tensorflow>=2.17.0
23
tensorflow-datasets>=4.9.6
24
ruff>=0.1.5,<=0.2
25
git+https://github.com/mlperf/logging.git
26
opencv-python-headless==4.10.0.84
27
-orbax-checkpoint>=0.10.3
+orbax-checkpoint==0.10.3
28
tokenizers==0.21.0
29
huggingface_hub==0.30.2
30
transformers==4.48.1
requirements_with_jax_stable_stack.txt
@@ -14,7 +14,7 @@ jaxlib>=0.4.30
14
Jinja2
15
16
optax>=0.2.3
17
18
parameterized
Pillow
0 commit comments