Skip to content

Conversation

@luarss
Copy link
Collaborator

@luarss luarss commented Jun 14, 2025

No description provided.

Copilot AI review requested due to automatic review settings June 14, 2025 10:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR aims to remove overlapping dependency definitions between the backend and frontend requirements to streamline dependency management.

  • Removed redundant dependencies from frontend/requirements-test.txt
  • Removed outdated or duplicated streamlit definitions from backend/requirements.txt
  • Consolidated dependencies in backend/requirements-test.txt to only what is required for tests

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
frontend/requirements-test.txt Removed redundant dependencies, retaining only essential testing libraries
backend/requirements.txt Removed duplicate streamlit dependency to avoid conflicts
backend/requirements-test.txt Pruned overlapping dependencies and kept only the necessary test-related libraries
Comments suppressed due to low confidence (2)

frontend/requirements-test.txt:1

  • Consider centralizing dependency versions to minimize potential drift across multiple files if pytz is shared between components.
pytz==2024.1

backend/requirements.txt:16

  • Removing streamlit from the backend requirements is appropriate; consider adding documentation on where or how this dependency is now managed to ensure clarity.
-streamlit==1.37.0

@luarss luarss merged commit 2eb108d into The-OpenROAD-Project:master Jun 14, 2025
2 checks passed
@luarss luarss deleted the topic/simplify-reqs branch June 14, 2025 14:28
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