diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-29 10:14:18 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-29 10:14:18 +0100 |
commit | 9ee9ba66c48668f70a23eccc065d1be26a434900 (patch) | |
tree | e5f489685dba625d4f4e348488444715d5a9abf6 | |
parent | put plots in img/ (diff) | |
download | sorting-algorithms-9ee9ba66c48668f70a23eccc065d1be26a434900.tar.gz sorting-algorithms-9ee9ba66c48668f70a23eccc065d1be26a434900.zip |
README: update
-rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -13,14 +13,6 @@ Prerequisites * [matplotlib] * [numpy] (required by [matplotlib]) -The versions below have been verified to work properly. - -| Software | Version -| ------------ | ------- -| CPython | 3.5.1 -| [matplotlib] | 1.5.1 -| [numpy] | 1.11.0 - [matplotlib]: http://matplotlib.org/ [numpy]: http://www.numpy.org/ |