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

Make umap-learn dependency optional #592

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

FBruzzesi
Copy link
Collaborator

Description

Makes umap-learn dependency optional in the same fashion of how it is done with cvxpy.
I will update documentation in the open PR accordingly if and when merged.

Checklist:

  • My code follows the style guidelines (flake8)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (also to the readme.md)
  • I have added tests that prove my fix is effective or that my feature works
  • I have added tests to check whether the new feature adheres to the sklearn convention
  • New and existing unit tests pass locally with my changes

If you feel your PR is ready for a review, ping @koaning or @MBrouns.

@@ -28,7 +31,7 @@ def __init__(self, package_name: str, version: str = None):
+ f"`python -m pip install scikit-lego[{extra_name}]` or "
+ "`python -m pip install scikit-lego[all]`. "
+ "For more information, check the 'Dependency installs' section of the installation docs at "
+ "https://scikit-lego.readthedocs.io/en/latest/install.html"
+ "https://scikit-lego.netlify.app/install"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unrelated but was pointing to the wrong page

Copy link
Owner

Choose a reason for hiding this comment

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

Once we move everything unto mkdocs ... I think we'll also port away from netlify and move it all to Github Pages. That deployment is super straightforward.

@FBruzzesi FBruzzesi changed the title Relax umap dependency Make umap-learn dependency optional Oct 26, 2023
Copy link
Owner

@koaning koaning left a comment

Choose a reason for hiding this comment

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

LGTM!

@FBruzzesi FBruzzesi merged commit 2042d51 into koaning:main Oct 27, 2023
7 checks passed
@FBruzzesi FBruzzesi deleted the feature/umap-relax branch October 27, 2023 12:37
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.

2 participants