ibm-granite-community / pm

Granite Community Project Management
0 stars 0 forks source link

[4.3.2:3a] Convert Python code to replace a dependency with a different dependency #72

Open fayvor opened 2 months ago

fayvor commented 2 months ago
  1. User: Inputs or selects Python code or a whole project to be upgraded and specifies the old dependency to remove and the new dependency to replace it.
  2. System: Generates new Python code that replaces calls to the old dependency with the new dependency, and it is functionally the same as the older code. Also generates required changes to build and configuration files.