diff --git a/requirements.txt b/requirements.txt index 48066bc..c3435d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ psycopg2-binary==2.9.9 sqlalchemy==2.0.30 boto3==1.34.117 botocore==1.34.117 +numpy==1.26.4 diff --git a/tests/requirements.txt b/tests/requirements.txt index 1e89cbd..845d9c8 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -9,4 +9,5 @@ boto3==1.34.117 botocore==1.34.117 moto==5.0.9 sqlalchemy==2.0.30 -psycopg2-binary==2.9.9 \ No newline at end of file +psycopg2-binary==2.9.9 +numpy==1.26.4 \ No newline at end of file