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

Update requirements to include latest flatten-tool, and libcoveweb from PyPI #54

Merged
merged 3 commits into from
Sep 8, 2020

Conversation

Bjwebb
Copy link
Collaborator

@Bjwebb Bjwebb commented Sep 3, 2020

Once deployed, this will fix #35, as that's fixed in the latest flatten-tool release.

libcoveweb is now on PyPI, so can be upgraded like a normal package, instead of a git url.

This also switches to pip's new 2020-resolver in the update_requirements.sh script. This will be the default from the October pip release.

The new resolver is stricter, but easier to reason about. At the moment if "A requires B which requires D(v1)" and "A requires C which requires D(v2)" then the installation will happen successfully, with D(v1) or D(v2) picked depending on the order the requirements are listed. With the new resolver, this case will error out, and D will not be installed.

@Bjwebb Bjwebb requested a review from stevenday September 3, 2020 10:28
Copy link
Contributor

@stevenday stevenday left a comment

Choose a reason for hiding this comment

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

Looks good @Bjwebb - thank you!

@Bjwebb Bjwebb merged commit a9217c7 into master Sep 8, 2020
@Bjwebb Bjwebb deleted the update-requirements branch September 8, 2020 08:18
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.

When someone uploads a spreadsheet what version of the schema do we assume it is?
2 participants