Skip to content

Commit 66bea35

Browse files
committed
Update "setup.py" file.
1 parent 1fc7453 commit 66bea35

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

setup.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,19 @@
2222
}
2323

2424
install_requires = [
25-
"colour-science>=0.4.0",
25+
"colour-science>=0.4.2",
2626
"imageio>=2,<3",
27-
"numpy>=1.19,<2",
27+
"numpy>=1.20,<2",
2828
"opencv-python>=4,<5",
29-
"scipy>=1.5,<2",
29+
"scipy>=1.7,<2",
3030
"typing-extensions>=4,<5",
3131
]
3232

3333
extras_require = {
3434
"development": [
3535
"biblib-simple",
3636
"black",
37+
"blackdoc",
3738
"coverage",
3839
"coveralls",
3940
"flake8",
@@ -53,9 +54,9 @@
5354
"toml",
5455
"twine",
5556
],
56-
"plotting": ["matplotlib>=3.2,!=3.5.0,!=3.5.1"],
57+
"plotting": ["matplotlib>=3.4,!=3.5.0,!=3.5.1"],
5758
"read-the-docs": [
58-
"matplotlib>=3.2,!=3.5.0,!=3.5.1",
59+
"matplotlib>=3.4,!=3.5.0,!=3.5.1",
5960
"pydata-sphinx-theme",
6061
"sphinxcontrib-bibtex",
6162
],
@@ -75,5 +76,5 @@
7576
package_data=package_data,
7677
install_requires=install_requires,
7778
extras_require=extras_require,
78-
python_requires=">=3.8,<3.11",
79+
python_requires=">=3.9,<3.12",
7980
)

0 commit comments

Comments
 (0)