-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
context
I wanted to upgrade to the newest version of myst-parser, with requirements.txt:
Sphinx==4.3.1
mdformat_myst==0.1.4
myst_parser==0.16.1
expectation
I expect the current latest releases of executablebooks projects to have compatible dependencies.
bug
But instead pip install -r requirements.txt returns:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
The conflict is caused by:
mdformat-myst 0.1.4 depends on mdit-py-plugins<0.3.0 and >=0.2.7
myst-parser 0.16.1 depends on mdit-py-plugins~=0.3.0problem
This is a problem for people using mdformat_myst because it basically prevents them from upgrading their myst-parser version beyond 0.15.1.
Reproduce the bug
- save the requirements.txt file from above, create a new virtualenv, and install with pip.
List your environment
- Python 3.8.9
- Ubuntu Linux 18.04 bionic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working