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

Minimize dependencies #425

Closed
1 of 6 tasks
Zethson opened this issue Nov 8, 2023 · 0 comments · Fixed by #441
Closed
1 of 6 tasks

Minimize dependencies #425

Zethson opened this issue Nov 8, 2023 · 0 comments · Fixed by #441
Labels
enhancement New feature or request

Comments

@Zethson
Copy link
Member

Zethson commented Nov 8, 2023

Description of feature

There's a number of dependencies that we're currently using that I'd be happy if we were to remove them:

  • ipywidgets
  • plotnine

We need to do the following for every dependency

  • Check where we're using it in the code
  • Remove the dependency
  • Rewrite the code with an alternative implementation using more fundamental dependencies. For example, when removing plotnine, we want to use matplotlib and seaborn
  • Create a PR
@Zethson Zethson added the enhancement New feature or request label Nov 8, 2023
@Zethson Zethson linked a pull request Nov 20, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant