Skip to content

Replace dependency of mdformat-tables to mdformat-gfm #43

@kdeldycke

Description

@kdeldycke

Describe the bug

Describe the bug

mdformat 1.0.0 has just been released.

Unfortunately I cannot install mdformat_myst because it is capping mdformat to < 0.8.0 via a dependency on mdformat-tables:

  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of mdformat-tables are available:
          mdformat-tables<=0.4.0
          mdformat-tables==0.4.1
          mdformat-tables==1.0.0
      and mdformat-tables==0.4.0 depends on mdformat>=0.7.0,<0.8.0, we can conclude that mdformat-tables>=0.4.0,<0.4.1 depends on mdformat>=0.7.0,<0.8.0.
      And because mdformat-tables>=0.4.1 depends on mdformat>=0.7.5,<0.8.0 and mdformat-myst==0.2.2 depends on mdformat-tables>=0.4.0, we can conclude that mdformat-myst==0.2.2 depends on
      mdformat>=0.7.0,<0.8.0.
      And because you require mdformat==1.0.0 and mdformat-myst==0.2.2, we can conclude that your requirements are unsatisfiable.

Reproduce the bug

$ uv pip install "mdformat == 1.0.0" "mdformat_myst == 0.2.2"
  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of mdformat-tables are available:
          mdformat-tables<=0.4.0
          mdformat-tables==0.4.1
          mdformat-tables==1.0.0
      and mdformat-tables==0.4.0 depends on mdformat>=0.7.0,<0.8.0, we can conclude that mdformat-tables>=0.4.0,<0.4.1 depends on mdformat>=0.7.0,<0.8.0.
      And because mdformat-tables>=0.4.1 depends on mdformat>=0.7.5,<0.8.0 and mdformat-myst==0.2.2 depends on mdformat-tables>=0.4.0, we can conclude that mdformat-myst==0.2.2 depends on
      mdformat>=0.7.0,<0.8.0.
      And because you require mdformat==1.0.0 and mdformat-myst==0.2.2, we can conclude that your requirements are unsatisfiable.

List your environment

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions