Skip to content

Commit

Permalink
bump pandas requirement to >=2.2.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jurraca committed Dec 3, 2024
1 parent 361fe18 commit 7cc7d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
beautifulsoup4==4.11.1
pandas==1.5.3
pandas>=2.2.3
requests>=2.31.0
tqdm==4.66.3

0 comments on commit 7cc7d8c

Please sign in to comment.