-
Notifications
You must be signed in to change notification settings - Fork 0
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 #101 from uc-cdis/fix/update_beam
Fix Google dataflow install error
- Loading branch information
Showing
3 changed files
with
18 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
python_dateutil==2.8.0 | ||
requests>=2.20.0<3.0.0 | ||
boto3>=1.9.111 | ||
python_dateutil==2.8.2 | ||
requests>=2.26.0<3.0.0 | ||
boto3==1.20.24 | ||
retry==0.9.2 | ||
google-cloud==0.34.0 | ||
google-resumable-media==0.3.1 | ||
google-cloud-storage==1.6.0 | ||
setuptools==40.3.0 | ||
apache-beam[gcp]==2.16.0 | ||
google-resumable-media==2.1.0 | ||
google-cloud-storage==1.43.0 | ||
apache-beam[gcp]==2.34.0 | ||
setuptools==59.6.0 | ||
-e git+https://[email protected]/uc-cdis/[email protected]#egg=cdislogging | ||
# For the Google script, indexclient source must also be available as a zip | ||
# file and fed to the script using option "--extra_package" (until package is | ||
|
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,7 +1,7 @@ | ||
requests==2.20.0 | ||
requests==2.26.0 | ||
retry==0.9.2 | ||
google-auth==1.4.1 | ||
google-resumable-media==0.3.1 | ||
google-cloud-storage==1.10.0 | ||
google-auth==2.3.3 | ||
google-resumable-media==2.1.0 | ||
google-cloud-storage==1.43.0 | ||
-e git+https://[email protected]/uc-cdis/[email protected]#egg=cdislogging | ||
-e git+https://[email protected]/uc-cdis/[email protected]#egg=cdiserrors |
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