diff options
Diffstat (limited to '')
-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' |