Skip to content

Commit 68703af

Browse files
committed
update
1 parent 3f4c785 commit 68703af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +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
14+
torch_xla >=1.13; platform_system != "Windows"

requirements/pytorch/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +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
26+
torch_xla >=1.13; platform_system != "Windows"

0 commit comments

Comments
 (0)