-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from capitalone/develop
Version v0.5.5
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = [ | |
{ name="Faisal Dosani", email="[email protected]" }, | ||
] | ||
license = {text = "Apache Software License"} | ||
dependencies = ["boto3<=1.28.39,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"] | ||
dependencies = ["boto3<=1.28.72,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.2,>=0.25.2", "numpy<=1.26.1,>=1.22.0"] | ||
|
||
requires-python = ">=3.8.0" | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements.txt pyproject.toml | ||
# | ||
boto3==1.28.0 | ||
boto3==1.28.63 | ||
# via locopy (pyproject.toml) | ||
botocore==1.31.3 | ||
botocore==1.31.67 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
jmespath==1.0.1 | ||
# via | ||
# boto3 | ||
# botocore | ||
numpy==1.25.0 | ||
numpy==1.26.0 | ||
# via | ||
# locopy (pyproject.toml) | ||
# pandas | ||
pandas==2.0.3 | ||
pandas==2.1.1 | ||
# via locopy (pyproject.toml) | ||
python-dateutil==2.8.2 | ||
# via | ||
# botocore | ||
# pandas | ||
pytz==2023.3 | ||
pytz==2023.3.post1 | ||
# via pandas | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via locopy (pyproject.toml) | ||
s3transfer==0.6.1 | ||
s3transfer==0.7.0 | ||
# via boto3 | ||
six==1.16.0 | ||
# via python-dateutil | ||
tzdata==2023.3 | ||
# via pandas | ||
urllib3==1.26.16 | ||
urllib3==2.0.7 | ||
# via botocore |