diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-06 20:40:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-06 20:40:43 +0200 |
commit | f29fe369adc78dbf4424deb41a5192c29e06fde4 (patch) | |
tree | 3db60d9742d5a515305b0207217d058632f52be0 | |
parent | Add readme (diff) | |
download | pylibcoopgamma-f29fe369adc78dbf4424deb41a5192c29e06fde4.tar.gz pylibcoopgamma-f29fe369adc78dbf4424deb41a5192c29e06fde4.tar.bz2 pylibcoopgamma-f29fe369adc78dbf4424deb41a5192c29e06fde4.tar.xz |
At least python 3.4 will be required
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index aaa3d5b..80be0ba 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,13 +1,13 @@ RUNTIME DEPENDENCIES: - python3 + python3>=3.4 libcoopgamma libc BUILD DEPENDENCIES: - python3 + python3>=3.4 libcoopgamma libc make |