From c8f34e31038b5bb451fcdca9b5ab430e6df1ea08 Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Mon, 8 Jan 2024 22:44:11 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a990daf66..612372754 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,9 +58,10 @@ development purposes but also feel free to just use the containers and update wi ### Local Set Up -It is recommended to use Python versions >= 3.11. +It is recommended to use Python versions 3.11. -This guide skips setting up User Authentication for the purpose of simplicity +If using a lower version, modifications will have to be made to the code. +If using a higher version, the version of Tensorflow we use may not be available for your platform. #### Installing Requirements