Skip to content

Remove unused packages#1687

Merged
openminddev merged 4 commits intomainfrom
remove-unused-packages
Jan 19, 2026
Merged

Remove unused packages#1687
openminddev merged 4 commits intomainfrom
remove-unused-packages

Conversation

@openminddev
Copy link
Copy Markdown
Contributor

This pull request updates the project's dependencies by removing several packages from the pyproject.toml file. The removed packages are related to scientific computing, audio processing, web frameworks, and templating, which may indicate a shift in project requirements or a cleanup of unused dependencies.

Dependency removals:

  • Removed scientific and mathematical libraries: bezier, scipy, tensorflow, and tf_keras.
  • Removed audio processing libraries: audiosegment and pydub. [1] [2]
  • Removed web framework and templating libraries: python-multipart and jinja2.

dependabot Bot and others added 2 commits January 19, 2026 03:24
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.56.0 to 4.60.2.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.56.0...4.60.2)

---
updated-dependencies:
- dependency-name: fonttools
  dependency-version: 4.60.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Removed several dependencies including bezier, scipy, audiosegment, tensorflow, tf_keras, python-multipart, jinja2, and pydub from pyproject.toml and uv.lock. This streamlines the project and reduces unnecessary package installations.
Copilot AI review requested due to automatic review settings January 19, 2026 03:29
@openminddev openminddev requested a review from a team as a code owner January 19, 2026 03:30
@github-actions github-actions Bot added dependencies Pull requests that update a dependency file config Configuration files labels Jan 19, 2026
Copy link
Copy Markdown
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 removes eight unused dependency packages from the project's pyproject.toml file, cleaning up dependencies that are no longer required.

Changes:

  • Removed scientific/mathematical computation libraries (bezier, scipy, tensorflow, tf_keras)
  • Removed audio processing libraries (audiosegment, pydub)
  • Removed web framework utilities (python-multipart, jinja2)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

openminddev and others added 2 commits January 18, 2026 19:30
Added tf-keras version 2.18.0 to the project's dependencies in pyproject.toml and updated the lock file accordingly to support TensorFlow Keras functionality.
Copilot AI review requested due to automatic review settings January 19, 2026 03:34
Copy link
Copy Markdown
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

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@openminddev openminddev merged commit 428c583 into main Jan 19, 2026
6 checks passed
@openminddev openminddev deleted the remove-unused-packages branch January 19, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

config Configuration files dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants