File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ before_install:
28
28
- conda config --add channels defaults
29
29
- conda config --add channels conda-forge
30
30
- conda config --add channels bioconda
31
- - conda install --yes python=$TRAVIS_PYTHON_VERSION ghostscript meme=4.11.2 bedtools sambamba ucsc-bigwigaverageoverbed ucsc-bedgraphtobigwig setuptools bx-python numpy scipy matplotlib jinja2 pandas tqdm weblogo memory_profiler
31
+ - conda install --yes python=$TRAVIS_PYTHON_VERSION ghostscript meme=4.11.2 numpy=1.15.4 bedtools sambamba ucsc-bigwigaverageoverbed ucsc-bedgraphtobigwig setuptools bx-python scipy matplotlib jinja2 pandas tqdm weblogo memory_profiler
32
32
33
33
install : python setup.py install
34
34
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def main():
45
45
'Programming Language :: Python:: 2.7' ,
46
46
],
47
47
install_requires = [
48
- 'numpy>=1.13.3 ' ,
48
+ 'numpy==1.15.4 ' ,
49
49
'pandas>=0.21.0' ,
50
50
'matplotlib>=2.1.0' ,
51
51
'scipy>=1.0.0' ,
You can’t perform that action at this time.
0 commit comments