Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/FE-349-Add-data-clean-up-to-HCA-…
Browse files Browse the repository at this point in the history
…ingest-manifest_dot_py' into FE-349-Add-data-clean-up-to-HCA-ingest-manifest_dot_py
  • Loading branch information
bahill committed Nov 8, 2024
2 parents c4da65e + 3da16ea commit c5cf739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dagster==0.12.14
data-repo-client==1.542.0
docstring-parser==0.15; python_version >= "3.9" and python_version < "3.10"
frozenlist==1.4.0; python_version >= "3.9" and python_version < "3.10" and python_full_version >= "3.6.0"
google-api-core==2.19.0; python_version >= "3.9" and python_version < "3.10" and (python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")
google-api-core==2.22.0; python_version >= "3.9" and python_version < "3.10" and (python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10") and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")
google-api-python-client==1.12.11; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
google-auth-httplib2==0.1.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
google-auth==2.23.3; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "3.10" or python_full_version >= "3.6.0" and python_version >= "3.9" and python_version < "3.10"
Expand Down Expand Up @@ -56,7 +56,7 @@ multidict==6.0.4; python_version >= "3.9" and python_version < "3.10" and python
numpy==1.26.1; python_version >= "3.9" and python_version < "3.11"
oauth2client==4.1.3
oauthlib==3.2.2; python_version >= "3.6"
packaging==23.2; python_version >= "3.9" and python_version < "3.10"
packaging==24.1; python_version >= "3.8"
pandas==2.1.2; python_version >= "3.9"
pendulum==2.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
promise==2.3
Expand Down

0 comments on commit c5cf739

Please sign in to comment.