Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune unnecessary SparseML dependencies #1979

Merged
merged 4 commits into from
Jan 20, 2024
Merged

Prune unnecessary SparseML dependencies #1979

merged 4 commits into from
Jan 20, 2024

Conversation

mgoin
Copy link
Member

@mgoin mgoin commented Jan 19, 2024

Trying to clean up some dependencies in our packages that are unused or easy to loosen restrictions on similarly to deepsparse

  • Notebooks aren't used anywhere and are a heavy dependency to require, so move ["jupyter>=1.0.0", "ipywidgets>=7.0.0"] to a sparseml[notebook] optional dep
  • progressbar2 wasn't used anywhere searching for progressbar
  • scikit-image wasn't used anywhere searching for skimage
  • In deepsparse we lifted the restriction on protobuf to allow for ONNX>=1.14 support Lift protobuf restriction to allow onnx 1.14 deepsparse#1097 Raising Protobuf causes tensorboard logging errors

@mgoin mgoin merged commit 1053003 into main Jan 20, 2024
13 checks passed
@mgoin mgoin deleted the prune-deps branch January 20, 2024 12:27
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.

None yet

3 participants