Skip to content
New issue

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

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

Already on GitHub? # to your account

Add diagram #125

Merged
merged 11 commits into from
Sep 16, 2020
Merged

Add diagram #125

merged 11 commits into from
Sep 16, 2020

Conversation

erica-chiu
Copy link
Contributor

Resolves #113

@csala
Copy link
Contributor

csala commented Mar 5, 2020

Hey @erica-chiu ! Thanks for the PR. It seems like travis is failing because it is missing the graphviz dependency when running the tests.

Would you mind moving the 'graphviz>=0.9', specification in setup.py (line 59) from development_requires (you can remove it from here) to install_requires?
Also, while you are at it, can you add an upper maximum and make it 'graphviz>=0.9,<1',?

It should look like this:

install_requires = [
    'graphviz>=0.9,<1',
]

@csala csala merged commit 7337ee1 into MLBazaar:master Sep 16, 2020
gsheni pushed a commit that referenced this pull request Aug 29, 2022
…nstack

Add pandas resample and unstack primitives
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pipeline Diagrams
2 participants