Loading
Update `sphinx-markdown-tables` to fix conflict
`sphinx-markdown-tables` 0.0.12 had a strict pin which is causing a conflict error with the new pip 20.3: ``` ERROR: Cannot install -r ./lib/galaxy/dependencies/dev-requirements.txt (line 55) and markdown==3.1.1 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies The conflict is caused by: The user requested markdown==3.1.1 The user requested markdown==3.1.1 sphinx-markdown-tables 0.0.12 depends on markdown==3.0.1 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict ``` See https://github.com/galaxyproject/galaxy/pull/10825/checks?check_run_id=1474883413