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
@@ -1,7 +1,7 @@
coverage ==7.10.6
numpy >=1.21.0, <1.27.0
pytest ==8.4.1
pytest-cov ==6.2.1
pytest-cov ==6.3.0
pytest-timeout ==2.4.0
pytest-rerunfailures ==16.0
pytest-random-order ==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage ==7.10.6
pytest ==8.4.1
pytest-cov ==6.2.1
pytest-cov ==6.3.0
pytest-timeout ==2.4.0
pytest-rerunfailures ==16.0
pytest-random-order ==1.2.0
Expand Down
Loading