Skip to content
Merged
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/pytorch/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ numpy >=1.17.2, <1.27.0
onnx >=1.12.0, <1.19.0
onnxruntime >=1.12.0, <1.21.0
psutil <7.0.1 # for `DeviceStatsMonitor`
pandas >1.0, <2.3.0 # needed in benchmarks
pandas >1.0, <2.4.0 # needed in benchmarks
fastapi # for `ServableModuleValidator` # not setting version as re-defined in App
uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App

Expand Down
Loading