From d35032067aab560863983aade2c1a24e1b955a8b Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 7 Apr 2022 15:17:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20install=20on=20Python=203.?= =?UTF-8?q?10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I couldn't build pandas 1.0.5 (introduced as a Pickle compatibility measure in e65cad7) for Python 3.10. So update to the next minor version 1.1.x to have it work on Python 3.10. Fixes gh-11. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 330bbd6..1b51819 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click -pandas ~= 1.0.5 +pandas ~= 1.1.5 tqdm lxml openpyxl