From 35094abac204eb89d421309cbc596d9855226767 Mon Sep 17 00:00:00 2001 From: Markham Lee Date: Thu, 22 Feb 2024 03:44:12 -0800 Subject: [PATCH] Fixing dependencies for arm64 compatiblity --- etl_pipelines/alpha_vantage_library/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etl_pipelines/alpha_vantage_library/requirements.txt b/etl_pipelines/alpha_vantage_library/requirements.txt index 1b30167..63f2aaf 100644 --- a/etl_pipelines/alpha_vantage_library/requirements.txt +++ b/etl_pipelines/alpha_vantage_library/requirements.txt @@ -1,6 +1,5 @@ jedi lxml -pyserial==3.5 python-dateutil pyzmq reactivex==4.0.4 @@ -16,5 +15,4 @@ numpy SQLAlchemy joblib Werkzeug -psycopg2-binary -pyarrow==14.0.2 \ No newline at end of file +psycopg2-binary \ No newline at end of file