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

[Requirements] Fix conflicts #597

Merged
merged 3 commits into from
Dec 17, 2020
Merged

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Dec 17, 2020

  • Saw this error in the system tests:
    error: chardet 4.0.0 is installed but chardet<4.0,>=2.0 is required by {'aiohttp'}
    and reading this I understand this is happening because we python setup.py develop which is discouraged, changed to pip install -e .
  • noticed that in the automation requirements we're still click==7.0 which was pinned because of kfp, already bumped kfp in [SDK+API+Images] Bumping requirement versions #568 so was able to change it to click~=7.0
  • Found a conflict with new distributed version see detailed explanation in comment

@Hedingber Hedingber merged commit e7edd32 into mlrun:development Dec 17, 2020
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.

None yet

1 participant