diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:36:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 03:36:14 +0300 |
commit | 76be50a86b9c7f12e194e54a5b92b1fed42cdb3b (patch) | |
tree | ab4e4ca7bcfb14a6baf8de6af04e0aebf0a9619e /requirements.txt | |
parent | README update (diff) | |
download | sorting-algorithms-76be50a86b9c7f12e194e54a5b92b1fed42cdb3b.tar.gz sorting-algorithms-76be50a86b9c7f12e194e54a5b92b1fed42cdb3b.zip |
add requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8fe1f23 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +numpy>1.11.0 +matplotlib==1.5.1; python_version == '3.4' +matplotlib==2.1.2; python_version == '3.5' +matplotlib==3.1.1; python_version > '3.5' |