Skip to content

Fix requirements for python nodes demos. #3211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions demos/python_demos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ git+https://github.com/dtrawins/optimum-intel.git@concurrency_support_cloneall

onnx==1.17.0
pillow==10.3.0
optimum[diffusers]==1.17.1
optimum[diffusers]==1.18.1
tritonclient[grpc]==2.51.0 # Required to use batch string serialization/deserialization (4byte length prepend)
transformers==4.49 # 4.50 has a bug
transformers<=4.49 # 4.50 has a bug
diffusers==0.29.2
datasets==2.18.0
numpy<2.0
Expand Down