File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11awscli >= 1.18.0 ,< 2.0.0
22black ~= 19.3b0
33pylint ~= 2.5.2
4- flake8 ~= 3.8.1
4+ flake8 ~= 3.8.2
55mypy ~= 0.770
66isort ~= 4.3.21
77pydocstyle ~= 5.0.2
88doc8 ~= 0.8.0
9- tox ~= 3.15.0
9+ tox ~= 3.15.1
1010pytest ~= 5.4.2
11- pytest-cov ~= 2.8.1
11+ pytest-cov ~= 2.9.0
1212pytest-xdist ~= 1.32.0
1313pytest-timeout ~= 1.3.4
1414scikit-learn ~= 0.23.1
15- cfn-lint ~= 0.32.0
15+ cfn-lint ~= 0.32.1
1616cfn-flip ~= 1.2.3
1717twine ~= 3.1.1
1818wheel ~= 0.34.2
19- sphinx ~= 3.0.3
19+ sphinx ~= 3.0.4
2020sphinx_bootstrap_theme ~= 0.7.1
2121moto ~= 1.3.14
22- jupyterlab ~= 2.1.2
22+ jupyterlab ~= 2.1.3
Original file line number Diff line number Diff line change 22set -ex
33
44pip install --upgrade pip
5- pip install -r requirements-dev.txt
6- pip install -e .
5+ pip install --upgrade - r requirements-dev.txt
6+ pip install --upgrade - e .
You can’t perform that action at this time.
0 commit comments