From 642744cd584ffe4bd26b93c47501cdf67a85bb1d Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Tue, 18 Jun 2024 09:54:17 +0200 Subject: [PATCH] Loosen requirements when necessary --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index b225da1..90a2e82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,10 +3,10 @@ confluent-kafka==2.4.0 coverage coveralls fastavro==1.9.4 -matplotlib==3.9.0 -numpy==1.26.4 -pandas==2.2.2 -pyarrow==16.1.0 -PyYAML==6.0.1 -tabulate==0.9.0 -tqdm==4.66.4 +matplotlib +numpy +pandas +pyarrow +PyYAML +tabulate +tqdm