From 7cc7d8c852ba086302112e1ea2f48c19131b7225 Mon Sep 17 00:00:00 2001 From: jurraca Date: Tue, 3 Dec 2024 12:13:27 +0000 Subject: [PATCH] bump pandas requirement to >=2.2.3 Our current version is fairly old (released Jan 2023). This version is 3 months old and should be a safe requirement for a while. It also aligns with nixpkgs 24.11. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc34f56..906b6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ beautifulsoup4==4.11.1 -pandas==1.5.3 +pandas>=2.2.3 requests>=2.31.0 tqdm==4.66.3