From baed31f8b6822db4c1142ddbb1f9ca95eded2d2d Mon Sep 17 00:00:00 2001 From: Philipp Grathwohl Date: Mon, 14 Feb 2022 09:54:51 +0100 Subject: [PATCH] Update dependencies for dev environment for python 3.9 see github issue avollkopf/craftbeerpi4#39 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 28e5433..1bb28da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,13 +10,13 @@ cryptography==3.3.2 requests==2.25.1 voluptuous==0.12.1 pyfiglet==0.8.post1 -pandas==1.1.5 +pandas==1.4.0 shortuuid==1.0.1 tabulate==0.8.7 -numpy==1.20.3 +numpy==1.22.0 cbpi4ui click==7.1.2 importlib_metadata==4.8.2 asyncio-mqtt psutil==5.8.0 -zipp>=0.5 \ No newline at end of file +zipp>=0.5