Skip to content
Open
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
2 changes: 1 addition & 1 deletion manual-testing-sandbox/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spacy==3.1.2

# Deep Learning
torch==2.6.0
keras==2.6.0
keras==3.14.0
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: keras==3.14.0 conflicts with the existing tensorflow==2.6.0 pin, which requires keras~=2.6. Update TensorFlow in the same change or keep Keras on a 2.6-compatible version.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At manual-testing-sandbox/requirements.txt, line 29:

<comment>`keras==3.14.0` conflicts with the existing `tensorflow==2.6.0` pin, which requires `keras~=2.6`. Update TensorFlow in the same change or keep Keras on a 2.6-compatible version.</comment>

<file context>
@@ -26,7 +26,7 @@ spacy==3.1.2
 # Deep Learning
 torch==2.6.0
-keras==2.6.0
+keras==3.14.0
 
 # Image processing
</file context>
Fix with Cubic


# Image processing
pillow==8.3.2
Expand Down
Loading