Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
remove sphinx version pinning #71
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jul 14, 2021
1 parent 4594021 commit 12e9576
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -33,9 +33,7 @@
],
"optional": ["mlflow", "GitPython", "transformers"],
"testing": ["pytest", "scikit-learn", "torch"],
# TODO: remove Sphinx pinning later
# see https://github.com/telekom/HPOflow/issues/71#issuecomment-878918685
"doc": ["sphinx==4.0.3", "sphinx_rtd_theme", "recommonmark"],
"doc": ["sphinx", "sphinx_rtd_theme", "recommonmark"],
}


Expand Down

0 comments on commit 12e9576

Please sign in to comment.