dev-bjoern Claude commited on
Commit
db71401
·
1 Parent(s): d3b96a3

fix: Use bpy 5.0.0 (5.0.2 doesn't exist)

Browse files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- bpy==5.0.2
2
  gradio>=5.0.0
3
  openvino>=2025.0.0
4
  openvino-genai>=2025.0.0
 
1
+ bpy==5.0.0
2
  gradio>=5.0.0
3
  openvino>=2025.0.0
4
  openvino-genai>=2025.0.0