File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pytest ==8.4.2
44pytest-cov ==6.3.0
55pytest-timeout ==2.4.0
66pytest-rerunfailures ==16.0.1; python_version < "3.10"
7- pytest-rerunfailures ==16.1; python_version >= "3.10 "
7+ pytest-rerunfailures ==16.1; python_version > "3.9 "
88pytest-random-order ==1.2.0
99click ==8.1.8; python_version < "3.11"
1010click ==8.3.0; python_version > "3.10"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pytest ==8.4.2
33pytest-cov ==6.3.0
44pytest-timeout ==2.4.0
55pytest-rerunfailures ==16.0.1; python_version < "3.10"
6- pytest-rerunfailures ==16.1; python_version >= "3.10 "
6+ pytest-rerunfailures ==16.1; python_version > "3.9 "
77pytest-random-order ==1.2.0
88
99# needed in tests
@@ -20,4 +20,4 @@ uvicorn # for `ServableModuleValidator` # not setting version as re-defined in
2020
2121tensorboard >=2.11, <2.21.0 # for `TensorBoardLogger`
2222
23- torch-tensorrt; platform_system == "Linux" and python_version >= "3.12 "
23+ torch-tensorrt; platform_system == "Linux" and python_version > "3.11 "
You can’t perform that action at this time.
0 commit comments