-
Notifications
You must be signed in to change notification settings - Fork 207
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
base: master
Are you sure you want to change the base?
Conversation
graphistry/dep_manager.py
Outdated
self.pkgs = {} | ||
self.deps() | ||
|
||
def __getattr__(self, pkg): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add return types?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already fixed in main
what's the reln of this w/ #517 ? |
merged it into 517 a while ago |
just needed to fix counterfactual of tanmoy's toy code, change order to fit into existing scheme, also add fourth variable for version