File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
}
23
23
24
24
install_requires = [
25
- "colour-science>=0.4.0 " ,
25
+ "colour-science>=0.4.2 " ,
26
26
"imageio>=2,<3" ,
27
- "numpy>=1.19 ,<2" ,
27
+ "numpy>=1.20 ,<2" ,
28
28
"opencv-python>=4,<5" ,
29
- "scipy>=1.5 ,<2" ,
29
+ "scipy>=1.7 ,<2" ,
30
30
"typing-extensions>=4,<5" ,
31
31
]
32
32
33
33
extras_require = {
34
34
"development" : [
35
35
"biblib-simple" ,
36
36
"black" ,
37
+ "blackdoc" ,
37
38
"coverage" ,
38
39
"coveralls" ,
39
40
"flake8" ,
53
54
"toml" ,
54
55
"twine" ,
55
56
],
56
- "plotting" : ["matplotlib>=3.2 ,!=3.5.0,!=3.5.1" ],
57
+ "plotting" : ["matplotlib>=3.4 ,!=3.5.0,!=3.5.1" ],
57
58
"read-the-docs" : [
58
- "matplotlib>=3.2 ,!=3.5.0,!=3.5.1" ,
59
+ "matplotlib>=3.4 ,!=3.5.0,!=3.5.1" ,
59
60
"pydata-sphinx-theme" ,
60
61
"sphinxcontrib-bibtex" ,
61
62
],
75
76
package_data = package_data ,
76
77
install_requires = install_requires ,
77
78
extras_require = extras_require ,
78
- python_requires = ">=3.8 ,<3.11 " ,
79
+ python_requires = ">=3.9 ,<3.12 " ,
79
80
)
You can’t perform that action at this time.
0 commit comments