File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 29
29
30
30
LONG_DESCRIPTION = open ('README.rst' ).read ()
31
31
32
- INSTALLATION_REQUIREMENTS = ['colour-science>=0.3.11 ' , 'opencv>=3.4.3' ]
32
+ INSTALLATION_REQUIREMENTS = ['colour-science>=0.3.12 ' , 'opencv>=3.4.3' ]
33
33
34
34
if os .environ .get ('READTHEDOCS' ) == 'True' :
35
35
INSTALLATION_REQUIREMENTS = [
36
- 'colour-science>=0.3.8 ' , 'mock==1.0.1' , 'sphinxcontrib-bibtex'
36
+ 'colour-science>=0.3.12 ' , 'mock==1.0.1' , 'sphinxcontrib-bibtex'
37
37
]
38
38
39
39
DOCS_REQUIREMENTS = [
43
43
TESTS_REQUIREMENTS = ['coverage>=3.7.1' , 'flake8>=2.1.0' , 'nose>=1.3.4' ]
44
44
45
45
DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
46
- 'invoke' , 'restructuredtext_lint' , 'twine' , 'yapf=0.23.0'
46
+ 'invoke' , 'restructuredtext_lint' , 'twine' , 'yapf== 0.23.0'
47
47
]
48
48
if sys .version_info [:2 ] >= (3 , 2 ):
49
- DEVELOPMENT_REQUIREMENTS += [
50
- 'biblib @ git+ssh://git@github.comcolour-science/biblib'
51
- '@v0.1.0#egg=biblib'
52
- ]
49
+ DEVELOPMENT_REQUIREMENTS += ['biblib-simple' ]
53
50
54
51
55
52
def get_version ():
You can’t perform that action at this time.
0 commit comments