From c0b5e4052d5c10bb56aa701a0ebddfd9ac2735ba Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 14 Mar 2018 16:55:22 +0100 Subject: [PATCH] note python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dabcde..f3c137f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ downloads and prepares various mnist-compatible datasets. files are downloaded to `~/.mnist` and checked for integrity by SHA-256 hashes. -**dependencies:** numpy +**dependencies:** python 3.6 or later, numpy **install:** `pip install --upgrade --upgrade-strategy only-if-needed https://github.com/notwa/mnists/tarball/master#egg=mnists`