Skip to content

Remove unused TensorFlow dependency from imspy-dda CLI#385

Merged
theGreatHerrLebert merged 1 commit intomainfrom
fix/remove-tensorflow-dep
Feb 6, 2026
Merged

Remove unused TensorFlow dependency from imspy-dda CLI#385
theGreatHerrLebert merged 1 commit intomainfrom
fix/remove-tensorflow-dep

Conversation

@theGreatHerrLebert
Copy link
Owner

Summary

  • imspy-dda crashed on startup with ModuleNotFoundError: No module named 'tensorflow'
  • The configure_gpu_memory() function imported TensorFlow unconditionally, but TF is not a declared dependency of any package
  • The function was unused by the search pipeline (which uses PyTorch) — removed it and its call site

Test plan

  • imspy-dda --help no longer crashes

🤖 Generated with Claude Code

The configure_gpu_memory function imported TensorFlow unconditionally,
crashing imspy-dda on startup since TensorFlow is not a declared
dependency. The function was unused by the actual search pipeline
(which uses PyTorch).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@theGreatHerrLebert theGreatHerrLebert merged commit d019fe1 into main Feb 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant