From 49788abcb5b6e7d928dc6cdcfc6fc1560ff99738 Mon Sep 17 00:00:00 2001 From: Yahya Al-Shamali Date: Wed, 23 Aug 2023 01:43:27 -0600 Subject: [PATCH] Revert "Update requirements.txt to test 3.6" This reverts commit 6c264048ce6521da29073375acea284f6848b832. --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 86b7d9f..142fb06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pillow -pandas -matplotlib -openpyxl +pillow ~= 9.0 +pandas ~= 1.3 +matplotlib ~= 3.5 +openpyxl \ No newline at end of file