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

docs: Mention that downgrading dependencies might be needed at times #1513

Closed
matthewfeickert opened this issue Jul 1, 2021 · 0 comments · Fixed by #1529
Closed

docs: Mention that downgrading dependencies might be needed at times #1513

matthewfeickert opened this issue Jul 1, 2021 · 0 comments · Fixed by #1529
Assignees
Labels
docs Documentation related

Comments

@matthewfeickert
Copy link
Member

matthewfeickert commented Jul 1, 2021

Description

Given the problems brought up with click v8.X in Issue #1506, it is probably worth noting in the docs FAQ section that if a user runs into a problem with a core dependency acting weird that as pyhf is a library and not an application we don't overly control the range of dependencies and they might need to manually downgrade dependencies, e.g.

# requirements.txt
click<8.0.0
pyhf==0.6.2

, especially if there has been a recent release of the dependencies since the last release of pyhf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant