diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-10 03:33:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-10 20:03:21 +0300 |
commit | ac7561ed3809e4fcef0dd9ab183974292cbc7217 (patch) | |
tree | e574a088a75ba3676e5fce847a2a2104387cab0b /requirements.txt | |
parent | Travis: fix printf usage in trask_status.sh (diff) | |
download | vk-scripts-ac7561ed3809e4fcef0dd9ab183974292cbc7217.tar.gz vk-scripts-ac7561ed3809e4fcef0dd9ab183974292cbc7217.zip |
Travis: add online_sessions.sh
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' |