From 7c281a849a86f993bf1f7bf9a2f43e0966791509 Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Mon, 23 Oct 2023 09:15:57 -0400 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e651d54a..8a1dd9a19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,8 @@ imutils == 0.5.2 matplotlib >= 3.0.3 numpy opencv-python == 3.4.16.59 -pandas==0.25.3 +pandas==0.25.3;python_version=="3.6" +pandas;python_version>="3.9" scikit-image scipy seaborn == 0.9.0