File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 3.2"
4
3
- " 3.3"
5
4
- " 3.4"
6
5
- " pypy3"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Use cases include xenografts of human cancers in mouse and host pathogen interac
13
13
14
14
Installation
15
15
============
16
- Xenomapper requires python 3.2 or higher and is tested on linux and MacOS with CPython and pypy3. For bam file decoding samtools must be installed.
16
+ Xenomapper requires python 3.3 or higher and is tested on linux and MacOS with CPython and pypy3. For bam file decoding samtools must be installed.
17
17
18
18
Installing from the Python Package Index with pip is the easiest option:
19
19
Original file line number Diff line number Diff line change 8
8
try :
9
9
import statistics
10
10
except ImportError :
11
- install_requires .append ('backports. statistics' )
11
+ install_requires .append ('statistics' )
12
12
13
13
setup (
14
14
name = 'XenoMapper' ,
33
33
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ,
34
34
'Operating System :: POSIX' ,
35
35
'Programming Language :: Python :: 3 :: Only' ,
36
- 'Programming Language :: Python :: 3.2' ,
37
36
'Programming Language :: Python :: 3.3' ,
38
37
'Programming Language :: Python :: 3.4' ,
39
38
'Programming Language :: Python :: Implementation :: CPython' ,
You can’t perform that action at this time.
0 commit comments