Skip to content

Commit 9dce1eb

Browse files
authored
Merge branch 'main' into update_varlen_tutorial
2 parents 73d816e + 9f5082b commit 9dce1eb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.ci/docker/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pandocfilters==1.5.1
1616
markdown==3.8.2
1717

1818
# PyTorch Theme
19-
pytorch_sphinx_theme2==0.4.4
19+
pytorch_sphinx_theme2==0.4.6
2020

2121
# Tutorial dependencies
2222
tqdm==4.66.1
@@ -52,7 +52,9 @@ onnxscript>=0.6.2
5252
onnxruntime
5353
evaluate
5454
accelerate>=0.20.1
55-
git+https://github.com/facebookresearch/mosaic.git
55+
# Pinned to commit before click>=8.3.0 was added, which conflicts with ray's click!=8.3.* requirement.
56+
# TODO: Revert to `git+https://github.com/facebookresearch/mosaic.git` when ray or click versions are updated.
57+
git+https://github.com/facebookresearch/mosaic.git@8f1444f
5658
altair
5759
omegaconf
5860

0 commit comments

Comments
 (0)