Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/fabric/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy >=1.21.0, <1.27.0
pytest ==8.4.2
pytest-cov ==6.3.0
pytest-timeout ==2.4.0
pytest-rerunfailures ==16.0.1
pytest-rerunfailures ==16.1
pytest-random-order ==1.2.0
click ==8.1.8; python_version < "3.11"
click ==8.3.0; python_version > "3.10"
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage ==7.10.6
pytest ==8.4.2
pytest-cov ==6.3.0
pytest-timeout ==2.4.0
pytest-rerunfailures ==16.0.1
pytest-rerunfailures ==16.1
pytest-random-order ==1.2.0

# needed in tests
Expand Down
Loading