Skip to content

Commit

Permalink
Merge pull request #262 from NASA-IMPACT/fix/remove-pypgstac
Browse files Browse the repository at this point in the history
fix: remove pypgstac install
  • Loading branch information
anayeaye authored Nov 25, 2024
2 parents ef7be91 + 56738e9 commit 66193a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dags/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apache-airflow-providers-postgres==5.2.2
apache-airflow-providers-common-sql==1.2.0
typing-extensions==4.4.0
psycopg2-binary==2.9.5
pypgstac==0.7.4
pyOpenSSL==22.0.0
stac-pydantic
fsspec
Expand Down
2 changes: 0 additions & 2 deletions sm2a/airflow_worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ COPY --chown=airflow:airflow scripts "${AIRFLOW_HOME}/scripts"

RUN cp ${AIRFLOW_HOME}/configuration/airflow.cfg* ${AIRFLOW_HOME}/.

RUN pip install pypgstac==0.7.4

# ENV
ENV AIRFLOW_HOME ${AIRFLOW_HOME}
ENV TZ UTC
Expand Down

0 comments on commit 66193a8

Please sign in to comment.