From 04c72f4d7aa02f6f4cff5ee85bf1bc8414e67475 Mon Sep 17 00:00:00 2001 From: Andrew <64439232+atl1502@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:20:31 -0600 Subject: [PATCH] add polars to requirements (#1087) * add polars to requirements * Update requirements.txt Co-authored-by: Taylor Turner --------- Co-authored-by: Taylor Turner --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a45dc34a..cc77e04c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,4 @@ HLL>=2.0.3 datasketches>=4.1.0 packaging>=23.0 boto3>=1.28.61 +polars>=0.20.5