Skip to content

Commit

Permalink
Fix python tests requirements with numpy for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed Oct 11, 2024
1 parent d9feaea commit 8f1e347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
numpy<2.0.0; sys_platform == 'darwin'
onnx==1.16.1
pytest
llm_bench/python/who_what_benchmark
Expand Down

0 comments on commit 8f1e347

Please sign in to comment.