Skip to content

Commit 0d293b5

Browse files
committed
Update versions in "setup.py" file.
1 parent db37dd8 commit 0d293b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
if os.environ.get('READTHEDOCS') == 'True':
3636
INSTALLATION_REQUIREMENTS += ['mock', 'sphinxcontrib-bibtex']
3737

38-
OPTIONAL_REQUIREMENTS = ['rawpy>=0.5.0']
38+
OPTIONAL_REQUIREMENTS = ['rawpy']
3939

40-
PLOTTING_REQUIREMENTS = ['matplotlib>=1.3.1']
40+
PLOTTING_REQUIREMENTS = ['matplotlib>=2.2.*']
4141

4242
DOCS_REQUIREMENTS = [
43-
'sphinx>=1.6.6', 'sphinxcontrib-bibtex', 'sphinx_rtd_theme'
43+
'sphinx>=1.6.*', 'sphinxcontrib-bibtex', 'sphinx_rtd_theme'
4444
]
4545

46-
TESTS_REQUIREMENTS = ['coverage>=3.7.1', 'flake8>=2.1.0', 'nose>=1.3.4']
46+
TESTS_REQUIREMENTS = ['coverage', 'flake8', 'nose']
4747

4848
DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
4949
'invoke', 'restructuredtext-lint', 'twine', 'yapf==0.23.0'

0 commit comments

Comments
 (0)