Skip to content

[MNT] resolve dependency conflict in docs requirements#173

Merged
fkiraly merged 2 commits into
mainfrom
doc-reqs
May 2, 2023
Merged

[MNT] resolve dependency conflict in docs requirements#173
fkiraly merged 2 commits into
mainfrom
doc-reqs

Conversation

@fkiraly
Copy link
Copy Markdown
Contributor

@fkiraly fkiraly commented May 2, 2023

the skbase documentation currently does not build due to conflicting requirements in the docs dependency set.

The error is this:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
sphinx-rtd-theme 1.2.0 requires docutils<0.19, but you have docutils 0.19 which is incompatible.

This PR resolves the problem by copy-pasting the dependency set from sktime.

@fkiraly fkiraly added maintenance Continuous integration, unit testing & package distribution documentation Documentation & tutorials labels May 2, 2023
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 2, 2023

Codecov Report

Merging #173 (a37a8d0) into main (c94e769) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #173   +/-   ##
=======================================
  Coverage   82.46%   82.46%           
=======================================
  Files          39       39           
  Lines        2777     2777           
=======================================
  Hits         2290     2290           
  Misses        487      487           

@fkiraly fkiraly merged commit 1705227 into main May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation & tutorials maintenance Continuous integration, unit testing & package distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants