From d72fec796a3ff57da4e5afc11497d0f28f636491 Mon Sep 17 00:00:00 2001 From: kayzliu Date: Thu, 5 Jan 2023 18:51:59 -0600 Subject: [PATCH] update doc --- README.rst | 4 ++-- docs/install.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 55a708c..1c54876 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ Alternatively, you could clone and run setup.py file: **Required Dependencies**\ : -* Python 3.6 + +* Python 3.7+ * numpy>=1.19.4 * scikit-learn>=0.22.1 * scipy>=1.5.2 @@ -227,7 +227,7 @@ How to Contribute You are welcome to contribute to this exciting project: -See `contribution guide `_ for more information. +See `contribution guide `_ for more information. ---- diff --git a/docs/install.rst b/docs/install.rst index 60fe941..4799439 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -21,7 +21,7 @@ Alternatively, you could clone and run setup.py file: **Required Dependencies**\ : -* Python 3.6 + +* Python 3.7+ * numpy>=1.19.4 * scikit-learn>=0.22.1 * scipy>=1.5.2