From 5dde1f89eb48a3317f03caa034fe821bbbbe2d80 Mon Sep 17 00:00:00 2001 From: Abraham Montoya Date: Wed, 19 Jun 2024 18:43:02 -0700 Subject: [PATCH] ci: add numpy version --- requirements.txt | 1 + tests/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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