File tree Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change 21
21
],
22
22
}
23
23
24
- install_requires = ["colour-science>=0.3.16,<0.4.0" , "opencv-python>=4,<5" ]
24
+ install_requires = [
25
+ "colour-science>=0.4.0" ,
26
+ "imageio>=2,<3" ,
27
+ "opencv-python>=4,<5" ,
28
+ "scipy>=1.5,<2" ,
29
+ "typing-extensions>=4,<5" ,
30
+ ]
25
31
26
32
extras_require = {
27
33
"development" : [
28
34
"biblib-simple" ,
35
+ "black" ,
29
36
"coverage" ,
30
37
"coveralls" ,
31
38
"flake8" ,
39
+ "flynt" ,
32
40
"invoke" ,
33
41
"jupyter" ,
34
- "matplotlib" ,
35
- "mock" ,
36
- "nose" ,
42
+ "mypy" ,
37
43
"pre-commit" ,
44
+ "pydata-sphinx-theme" ,
45
+ "pydocstyle" ,
38
46
"pytest" ,
47
+ "pytest-cov" ,
48
+ "pyupgrade" ,
39
49
"restructuredtext-lint" ,
40
- "sphinx<=3.1.2" ,
41
- "sphinx_rtd_theme" ,
50
+ "sphinx>=4,<5" ,
42
51
"sphinxcontrib-bibtex" ,
43
52
"toml" ,
44
53
"twine" ,
45
- "yapf==0.23" ,
46
54
],
47
- "read-the-docs" : ["mock" , "numpy" , "sphinxcontrib-bibtex" ],
55
+ "plotting" : ["matplotlib>=3.2,!=3.5.0,!=3.5.1" ],
56
+ "read-the-docs" : [
57
+ "matplotlib>=3.2,!=3.5.0,!=3.5.1" ,
58
+ "pydata-sphinx-theme" ,
59
+ "sphinxcontrib-bibtex" ,
60
+ ],
48
61
}
49
62
50
63
setup (
61
74
package_data = package_data ,
62
75
install_requires = install_requires ,
63
76
extras_require = extras_require ,
64
- python_requires = ">=3.6,<4.0 " ,
77
+ python_requires = ">=3.8,<3.11 " ,
65
78
)
You can’t perform that action at this time.
0 commit comments