File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
if os .environ .get ('READTHEDOCS' ) == 'True' :
36
36
INSTALLATION_REQUIREMENTS += ['mock' , 'sphinxcontrib-bibtex' ]
37
37
38
- OPTIONAL_REQUIREMENTS = ['rawpy>=0.5.0 ' ]
38
+ OPTIONAL_REQUIREMENTS = ['rawpy' ]
39
39
40
- PLOTTING_REQUIREMENTS = ['matplotlib>=1.3.1 ' ]
40
+ PLOTTING_REQUIREMENTS = ['matplotlib>=2.2.* ' ]
41
41
42
42
DOCS_REQUIREMENTS = [
43
- 'sphinx>=1.6.6 ' , 'sphinxcontrib-bibtex' , 'sphinx_rtd_theme'
43
+ 'sphinx>=1.6.* ' , 'sphinxcontrib-bibtex' , 'sphinx_rtd_theme'
44
44
]
45
45
46
- TESTS_REQUIREMENTS = ['coverage>=3.7.1 ' , 'flake8>=2.1.0 ' , 'nose>=1.3.4 ' ]
46
+ TESTS_REQUIREMENTS = ['coverage' , 'flake8' , 'nose' ]
47
47
48
48
DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
49
49
'invoke' , 'restructuredtext-lint' , 'twine' , 'yapf==0.23.0'
You can’t perform that action at this time.
0 commit comments