Skip to content

Commit

Permalink
Limit diffusers in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Dec 24, 2024
1 parent da470cd commit b322087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--extra-index-url https://download.pytorch.org/whl/cpu
diffusers==0.31.0
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
numpy<2.0.0; sys_platform == 'darwin'
numpy<2.0.0; platform_system == 'darwin'
onnx==1.17.0
pytest

Expand Down

0 comments on commit b322087

Please sign in to comment.