Skip to content

Commit ab7819a

Browse files
committed
Update "setup.py" file.
1 parent 7e2e079 commit ab7819a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

setup.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
LONG_DESCRIPTION = open('README.rst').read()
3131

32-
INSTALLATION_REQUIREMENTS = ['colour-science>=0.3.11', 'opencv>=3.4.3']
32+
INSTALLATION_REQUIREMENTS = ['colour-science>=0.3.12', 'opencv>=3.4.3']
3333

3434
if os.environ.get('READTHEDOCS') == 'True':
3535
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'
3737
]
3838

3939
DOCS_REQUIREMENTS = [
@@ -43,13 +43,10 @@
4343
TESTS_REQUIREMENTS = ['coverage>=3.7.1', 'flake8>=2.1.0', 'nose>=1.3.4']
4444

4545
DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
46-
'invoke', 'restructuredtext_lint', 'twine', 'yapf=0.23.0'
46+
'invoke', 'restructuredtext_lint', 'twine', 'yapf==0.23.0'
4747
]
4848
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']
5350

5451

5552
def get_version():

0 commit comments

Comments
 (0)