Skip to content

Commit 1fba24c

Browse files
committed
Update "pyproject.toml" file.
1 parent e5f3621 commit 1fba24c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pyproject.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,14 @@ exclude = [
4545

4646
[tool.poetry.dependencies]
4747
python = ">= 3.8, < 3.11"
48-
colour-science = "^0.3.16"
48+
colour-science = ">= 0.4.0"
49+
imageio = ">= 2, < 3"
50+
numpy = ">= 1.19, < 2"
4951
opencv-python = ">= 4, < 5"
52+
scipy = ">= 1.5, < 2"
53+
typing-extensions = ">= 4, < 5" # Convenience for Google Colab.
54+
55+
matplotlib = { version = ">= 3.2, != 3.5.0, != 3.5.1", optional = true }
5056

5157
biblib-simple = { version = "*", optional = true } # Development dependency.
5258
black = { version = "*", optional = true } # Development dependency.
@@ -56,9 +62,7 @@ flake8 = { version = "*", optional = true } # Development dependency.
5662
flynt = { version = "*", optional = true } # Development dependency.
5763
invoke = { version = "*", optional = true } # Development dependency.
5864
jupyter = { version = "*", optional = true } # Development dependency.
59-
matplotlib = { version = ">= 3.2, != 3.5.0, != 3.5.1", optional = true }
6065
mypy = { version = "*", optional = true } # Development dependency.
61-
numpy = { version = ">= 1.19, < 2", optional = true }
6266
pre-commit = { version = "*", optional = true } # Development dependency.
6367
pydata-sphinx-theme = { version = "*", optional = true } # Development dependency.
6468
pydocstyle = { version = "*", optional = true } # Development dependency.
@@ -147,5 +151,5 @@ convention = "numpy"
147151
add-ignore = "D104,D200,D202,D205,D301,D400"
148152

149153
[build-system]
150-
requires = [ "poetry>=0.12" ]
151-
build-backend = "poetry.masonry.api"
154+
requires = ["poetry_core>=1.0.0"]
155+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)