-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
101 additions
and
75 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
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
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
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
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
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,93 +1,94 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
cachetools==5.3.0 | ||
cachetools==5.3.2 | ||
# via google-auth | ||
certifi==2022.12.7 | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==3.1.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
db-dtypes==1.0.5 | ||
db-dtypes==1.1.1 | ||
# via fhiry (setup.py) | ||
google-api-core[grpc]==2.11.0 | ||
google-api-core[grpc]==2.14.0 | ||
# via | ||
# google-api-core | ||
# google-cloud-bigquery | ||
# google-cloud-core | ||
google-auth==2.16.2 | ||
google-auth==2.23.4 | ||
# via | ||
# google-api-core | ||
# google-cloud-core | ||
google-cloud-bigquery==3.6.0 | ||
google-cloud-bigquery==3.13.0 | ||
# via fhiry (setup.py) | ||
google-cloud-core==2.3.2 | ||
google-cloud-core==2.3.3 | ||
# via google-cloud-bigquery | ||
google-crc32c==1.5.0 | ||
# via google-resumable-media | ||
google-resumable-media==2.4.1 | ||
google-resumable-media==2.6.0 | ||
# via google-cloud-bigquery | ||
googleapis-common-protos==1.58.0 | ||
googleapis-common-protos==1.61.0 | ||
# via | ||
# google-api-core | ||
# grpcio-status | ||
grpcio==1.51.3 | ||
grpcio==1.59.2 | ||
# via | ||
# google-api-core | ||
# google-cloud-bigquery | ||
# grpcio-status | ||
grpcio-status==1.51.3 | ||
grpcio-status==1.59.2 | ||
# via google-api-core | ||
idna==3.4 | ||
# via requests | ||
numpy==1.24.2 | ||
numpy==1.26.2 | ||
# via | ||
# db-dtypes | ||
# pandas | ||
# pyarrow | ||
packaging==23.0 | ||
packaging==23.2 | ||
# via | ||
# db-dtypes | ||
# google-cloud-bigquery | ||
pandas==1.5.3 | ||
pandas==2.1.3 | ||
# via | ||
# db-dtypes | ||
# fhiry (setup.py) | ||
proto-plus==1.22.2 | ||
proto-plus==1.22.3 | ||
# via google-cloud-bigquery | ||
protobuf==4.22.1 | ||
protobuf==4.25.0 | ||
# via | ||
# google-api-core | ||
# google-cloud-bigquery | ||
# googleapis-common-protos | ||
# grpcio-status | ||
# proto-plus | ||
pyarrow==11.0.0 | ||
pyarrow==14.0.1 | ||
# via db-dtypes | ||
pyasn1==0.4.8 | ||
pyasn1==0.5.0 | ||
# via | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.2.8 | ||
pyasn1-modules==0.3.0 | ||
# via google-auth | ||
python-dateutil==2.8.2 | ||
# via | ||
# google-cloud-bigquery | ||
# pandas | ||
pytz==2022.7.1 | ||
pytz==2023.3.post1 | ||
# via pandas | ||
requests==2.28.2 | ||
requests==2.31.0 | ||
# via | ||
# google-api-core | ||
# google-cloud-bigquery | ||
rsa==4.9 | ||
# via google-auth | ||
six==1.16.0 | ||
# via | ||
# google-auth | ||
# python-dateutil | ||
tqdm==4.65.0 | ||
# via python-dateutil | ||
tqdm==4.66.1 | ||
# via fhiry (setup.py) | ||
urllib3==1.26.14 | ||
tzdata==2023.3 | ||
# via pandas | ||
urllib3==2.1.0 | ||
# via requests |
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
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
Oops, something went wrong.