Skip to content

Commit cbbc4ba

Browse files
committed
Bump Numpy version to 1.20
1 parent f40e594 commit cbbc4ba

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/static-checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [3.6, 3.7, 3.8]
17+
python-version: [3.6, 3.7, 3.8, 3.9]
1818

1919
steps:
2020
- uses: actions/checkout@v2

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ flake8==3.8.4
55
mypy==0.800
66
pydocstyle==5.1.1
77
doc8==0.8.1
8-
tox==3.21.3
8+
tox==3.21.4
99
pytest==6.2.2
1010
pytest-cov==2.11.1
1111
pytest-xdist==2.2.0
1212
pytest-timeout==1.4.2
13-
cfn-lint~=0.44.5
14-
pydot~=1.4.1
13+
cfn-lint==0.44.6
14+
pydot==1.4.1
1515
cfn-flip==1.2.3
1616
twine==3.3.0
1717
sphinx==3.4.3
1818
sphinx_bootstrap_theme==0.7.1
1919
moto==1.3.16
20-
jupyterlab==3.0.6
20+
jupyterlab==3.0.7
2121
s3fs==0.4.2
22-
python-Levenshtein==0.12.1
22+
python-Levenshtein==0.12.2
2323
-e .[sqlserver]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
boto3>=1.12.49,<2.0.0
22
botocore>=1.15.49,<2.0.0
3-
numpy>=1.18.0,<1.20.0
3+
numpy>=1.18.0,<1.21.0
44
pandas>=1.1.0,<1.3.0
55
pyarrow>=2.0.0,<3.1.0
66
redshift-connector~=2.0.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Programming Language :: Python :: 3.6",
3131
"Programming Language :: Python :: 3.7",
3232
"Programming Language :: Python :: 3.8",
33+
"Programming Language :: Python :: 3.9",
3334
],
3435
extras_require={"sqlserver": ["pyodbc~=4.0.30"]},
3536
)

0 commit comments

Comments
 (0)