From 8071336c9ac7d6f14d2b56d83ae6406d56dc9011 Mon Sep 17 00:00:00 2001 From: Jochen Staerk Date: Fri, 8 Mar 2024 23:14:38 +0100 Subject: [PATCH] Update README.md Python 3.7 will not work with the selected version of tensorflow, 3.8 will not work with other depencencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97ab756..ec3c7fd 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ git clone https://github.com/naiveHobo/InvoiceNet.git cd InvoiceNet/ # Create conda environment and activate -conda create --name invoicenet python=3.7 +conda create --name invoicenet python=3.9 conda activate invoicenet # Install InvoiceNet