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.13.2
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: This pin conflicts with tensorflow==2.6.0 (which requires keras~=2.6), so installing requirements will fail with an unsatisfiable dependency set.

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>This pin conflicts with `tensorflow==2.6.0` (which requires `keras~=2.6`), so installing requirements will fail with an unsatisfiable dependency set.</comment>

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


# Image processing
pillow==8.3.2
Expand Down
Loading