Skip to content

Commit 5079a32

Browse files
committed
Update "pyproject.toml" file.
1 parent 18ed0ea commit 5079a32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude = [
4646

4747
[tool.poetry.dependencies]
4848
python = "^3.6"
49-
colour-science = "^0.3.14"
49+
colour-science = "^0.3.16"
5050
opencv-python = "^4"
5151

5252
biblib-simple = { version = "*", optional = true } # Development dependency.
@@ -62,7 +62,7 @@ numpy = { version = "*", optional = true }
6262
pre-commit = { version = "*", optional = true } # Development dependency.
6363
pytest = { version = "*", optional = true } # Development dependency.
6464
restructuredtext-lint = { version = "*", optional = true } # Development dependency.
65-
sphinx = { version = "*", optional = true } # Development dependency.
65+
sphinx = { version = "<=3.1.2", optional = true } # Development dependency.
6666
sphinx_rtd_theme = { version = "*", optional = true } # Development dependency.
6767
sphinxcontrib-bibtex = { version = "*", optional = true } # Development dependency.
6868
toml = { version = "*", optional = true } # Development dependency.
@@ -82,7 +82,7 @@ nose = "*"
8282
pre-commit = "*"
8383
pytest = "*"
8484
restructuredtext-lint = "*"
85-
sphinx = "*"
85+
sphinx = "<=3.1.2"
8686
sphinx_rtd_theme = "*"
8787
sphinxcontrib-bibtex = "*"
8888
toml = "*"

0 commit comments

Comments
 (0)