From 97cfea125e399ab80122bcc7245d4ff7abcb2728 Mon Sep 17 00:00:00 2001 From: Rahul Tuli Date: Tue, 2 May 2023 15:25:41 +0530 Subject: [PATCH] Update: missed python version during update (#307) --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 46e41da4..8a21d946 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -16,7 +16,7 @@ limitations under the License. # Developing SparseZoo -SparseZoo is developed and tested using Python 3.6-3.9. +SparseZoo is developed and tested using Python 3.7-3.9. To develop sparsezoo, you will also need the development dependencies and to follow the styling guidelines. Here's some details to get started.