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

smart dependency manager #511

Open
wants to merge 170 commits into
base: master
Choose a base branch
from
Open

smart dependency manager #511

wants to merge 170 commits into from

Conversation

dcolinmorgan
Copy link
Contributor

just needed to fix counterfactual of tanmoy's toy code, change order to fit into existing scheme, also add fourth variable for version

@dcolinmorgan dcolinmorgan linked an issue Oct 10, 2023 that may be closed by this pull request
self.pkgs = {}
self.deps()

def __getattr__(self, pkg):
Copy link
Contributor

Choose a reason for hiding this comment

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

add return types?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added pkg:str here to return type; i dont think this is related to the pytest type check errors below and in #489.

but i also dont know why this arrow_uploader error is coming up

Copy link
Contributor Author

Choose a reason for hiding this comment

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

any idea about this type check error, seemingly involving arrow_uploader? another PR pings this same error, not sure what to make of it

Copy link
Contributor

Choose a reason for hiding this comment

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

Already fixed in main

graphistry/dep_manager.py Outdated Show resolved Hide resolved
graphistry/dep_manager.py Outdated Show resolved Hide resolved
graphistry/dep_manager.py Outdated Show resolved Hide resolved
graphistry/dep_manager.py Outdated Show resolved Hide resolved
@lmeyerov
Copy link
Contributor

what's the reln of this w/ #517 ?

@dcolinmorgan
Copy link
Contributor Author

what's the reln of this w/ #517 ?

merged it into 517 a while ago

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.

[FEA] Smart dependency manager to replace lazy imports
2 participants