Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into cookie-cutter-initial-temp…
Browse files Browse the repository at this point in the history
…late

Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Nov 8, 2021
2 parents b0fd8b4 + c4f33c6 commit 0420410
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ grpcio==1.41.1
# via
# -c requirements.txt
# flytekit
identify==2.3.3
identify==2.3.4
# via pre-commit
idna==3.3
# via
Expand Down Expand Up @@ -212,7 +212,7 @@ pyarrow==3.0.0
# via
# -c requirements.txt
# flytekit
pycparser==2.20
pycparser==2.21
# via
# -c requirements.txt
# cffi
Expand Down
10 changes: 5 additions & 5 deletions doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ black==21.10b0
# via papermill
bleach==4.1.0
# via nbconvert
boto3==1.19.11
boto3==1.19.12
# via sagemaker-training
botocore==1.22.11
botocore==1.22.12
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -175,7 +175,7 @@ mypy-extensions==0.4.3
# typing-inspect
natsort==8.0.0
# via flytekit
nbclient==0.5.4
nbclient==0.5.5
# via
# nbconvert
# papermill
Expand Down Expand Up @@ -237,7 +237,7 @@ py4j==0.10.9.2
# via pyspark
pyarrow==3.0.0
# via flytekit
pycparser==2.20
pycparser==2.21
# via cffi
pygments==2.10.0
# via
Expand Down Expand Up @@ -298,7 +298,7 @@ s3transfer==0.5.0
# via boto3
sagemaker-training==3.9.2
# via flytekit
scipy==1.7.1
scipy==1.7.2
# via sagemaker-training
secretstorage==3.3.1
# via keyring
Expand Down
10 changes: 5 additions & 5 deletions requirements-spark2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ black==21.10b0
# via papermill
bleach==4.1.0
# via nbconvert
boto3==1.19.11
boto3==1.19.12
# via sagemaker-training
botocore==1.22.11
botocore==1.22.12
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -164,7 +164,7 @@ mypy-extensions==0.4.3
# typing-inspect
natsort==8.0.0
# via flytekit
nbclient==0.5.4
nbclient==0.5.5
# via
# nbconvert
# papermill
Expand Down Expand Up @@ -226,7 +226,7 @@ py4j==0.10.9.2
# via pyspark
pyarrow==3.0.0
# via flytekit
pycparser==2.20
pycparser==2.21
# via cffi
pygments==2.10.0
# via
Expand Down Expand Up @@ -285,7 +285,7 @@ s3transfer==0.5.0
# via boto3
sagemaker-training==3.9.2
# via flytekit
scipy==1.7.1
scipy==1.7.2
# via sagemaker-training
secretstorage==3.3.1
# via keyring
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ black==21.10b0
# via papermill
bleach==4.1.0
# via nbconvert
boto3==1.19.11
boto3==1.19.12
# via sagemaker-training
botocore==1.22.11
botocore==1.22.12
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -162,7 +162,7 @@ mypy-extensions==0.4.3
# typing-inspect
natsort==8.0.0
# via flytekit
nbclient==0.5.4
nbclient==0.5.5
# via
# nbconvert
# papermill
Expand Down Expand Up @@ -224,7 +224,7 @@ py4j==0.10.9.2
# via pyspark
pyarrow==3.0.0
# via flytekit
pycparser==2.20
pycparser==2.21
# via cffi
pygments==2.10.0
# via
Expand Down Expand Up @@ -283,7 +283,7 @@ s3transfer==0.5.0
# via boto3
sagemaker-training==3.9.2
# via flytekit
scipy==1.7.1
scipy==1.7.2
# via sagemaker-training
secretstorage==3.3.1
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
spark = ["pyspark>=2.4.0,<3.0.0"]
spark3 = ["pyspark>=3.0.0"]
sidecar = ["k8s-proto>=0.0.3,<1.0.0"]
schema = ["numpy>=1.14.0,<2.0.0", "pandas>=0.22.0,<2.0.0", "pyarrow>2.0.0,<4.0.0"]
schema = ["numpy>=1.14.0,<2.0.0", "pandas>=0.22.0,<2.0.0", "pyarrow>2.0.0"]
hive_sensor = ["hmsclient>=0.0.1,<1.0.0"]
notebook = ["papermill>=1.2.0", "nbconvert>=6.0.7", "ipykernel>=5.0.0,<6.0.0"]
sagemaker = ["sagemaker-training>=3.6.2,<4.0.0"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ py==1.11.0
# via retry
pyarrow==3.0.0
# via flytekit
pycparser==2.20
pycparser==2.21
# via cffi
pyparsing==3.0.4
pyparsing==3.0.5
# via matplotlib
python-dateutil==2.8.1
# via
Expand Down

0 comments on commit 0420410

Please sign in to comment.