Skip to content

Commit 12d0f66

Browse files
committed
Updating requirements
1 parent 5be05d3 commit 12d0f66

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black~=19.3b0
2-
pylint~=2.5.0
2+
pylint~=2.5.2
33
flake8~=3.7.9
44
mypy~=0.770
55
isort~=4.3.21
@@ -8,14 +8,14 @@ doc8~=0.8.0
88
tox~=3.15.0
99
pytest~=5.4.1
1010
pytest-cov~=2.8.1
11-
pytest-xdist~=1.31.0
11+
pytest-xdist~=1.32.0
1212
scikit-learn~=0.22.1
13-
awscli>=1.18.22
13+
awscli>=1.18.0
1414
cfn-lint~=0.30.1
1515
cfn-flip~=1.2.3
1616
twine~=3.1.1
1717
wheel~=0.34.2
1818
sphinx~=3.0.3
1919
sphinx_bootstrap_theme~=0.7.1
2020
moto~=1.3.14
21-
jupyterlab~=2.1.1
21+
jupyterlab~=2.1.2

requirements-torch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
torch~=1.5.0
22
torchvision~=0.6.0
33
torchaudio~=0.5.0
4-
Pillow~=7.1.2
4+
Pillow~=7.1.0

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
numpy~=1.18.1
2-
pandas~=1.0.3
1+
boto3>=1.12.0
2+
botocore>=1.15.0
3+
numpy~=1.18.0
4+
pandas~=1.0.0
35
pyarrow~=0.17.0
4-
boto3>=1.12.22
5-
botocore>=1.15.22
6-
s3fs~=0.4.2
7-
psycopg2-binary~=2.8.5
8-
pymysql~=0.9.3
9-
SQLAlchemy==1.3.13
10-
sqlalchemy-redshift~=0.7.7
6+
s3fs~=0.4.0
7+
psycopg2-binary~=2.8.0
8+
pymysql~=0.9.0
9+
sqlalchemy-redshift~=0.7.0
10+
SQLAlchemy==1.3.13

0 commit comments

Comments
 (0)