Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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,5 +1,5 @@
coverage ==7.10.6
numpy >=1.21.0, <1.27.0
numpy >=1.21.0, <2.4.0
pytest ==8.4.2
pytest-cov ==6.3.0
pytest-timeout ==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest-random-order ==1.2.0
# needed in tests
cloudpickle >=1.3, <3.2.0
scikit-learn >0.22.1, <1.8.0
numpy >1.20.0, <1.27.0
numpy >1.20.0, <2.4.0
onnx >1.12.0, <1.20.0
onnxruntime >=1.12.0, <1.23.0
onnxscript >= 0.1.0, < 0.5.0
Expand Down
Loading