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
Contributor

@cubic-dev-ai cubic-dev-ai bot Feb 14, 2026

Choose a reason for hiding this comment

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

P2: Keras 3.13.2 requires a newer TensorFlow (>=2.16.1). With tensorflow==2.6.0 still pinned, this upgrade introduces an incompatible dependency set. Align TensorFlow or Keras versions to a compatible pair.

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.13.2 requires a newer TensorFlow (>=2.16.1). With tensorflow==2.6.0 still pinned, this upgrade introduces an incompatible dependency set. Align TensorFlow or Keras versions to a compatible pair.</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>
Fix with Cubic


# Image processing
pillow==8.3.2
Expand Down
Loading