Skip to content

Commit 3f4c785

Browse files
committed
fix readthedocs and ci cpu tests
1 parent 3fe0476 commit 3f4c785

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sphinx:
3131
build:
3232
os: ubuntu-20.04
3333
tools:
34-
python: "3.9"
34+
python: "3.10"
3535
apt_packages:
3636
- texlive-latex-extra
3737
- dvipng

requirements/fabric/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ click ==8.1.8; python_version < "3.11"
1111
click ==8.3.0; python_version > "3.10"
1212
tensorboardX >=2.6, <2.7.0 # todo: relax it back to `>=2.2` after fixing tests
1313
huggingface-hub
14+
torch_xla >=1.13

requirements/pytorch/test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ tensorboard >=2.11, <2.21.0 # for `TensorBoardLogger`
2323

2424
torch-tensorrt; platform_system == "Linux" and python_version >= "3.12"
2525
huggingface-hub
26+
torch_xla >=1.13

0 commit comments

Comments
 (0)