From 10d746e8032a2af789712b1643ad239a2cd6e070 Mon Sep 17 00:00:00 2001 From: John Hawkins Date: Tue, 4 Jul 2023 09:42:57 +1000 Subject: [PATCH] Attempting to resolve PyTest issues --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7001a9c..b763b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ -numpy -pyyaml -pandas +numpy>=1.22.2 +pandas>=1.2.5 fpdf -datatest +datatest>=0.11.1 gitpython