diff --git a/ml/hardware-recommender/requirements.txt b/ml/hardware-recommender/requirements.txt index ec23487..00c0167 100644 --- a/ml/hardware-recommender/requirements.txt +++ b/ml/hardware-recommender/requirements.txt @@ -2,7 +2,7 @@ huggingface-hub==0.34.3 numpy==2.2.6 pandas==2.3.1 pyarrow==21.0.0 -pytest==8.4.1 +pytest==9.1.1 torch==2.13.0 # Training-time only (export_onnx.py) — the packaged app never installs # these; it runs the exported .onnx file through onnxruntime instead (see