Skip to content

Commit 1a6f3d7

Browse files
committed
updated to v0.5.5
1 parent d03899e commit 1a6f3d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
- conda config --add channels defaults
2929
- conda config --add channels conda-forge
3030
- 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
3232

3333
install: python setup.py install
3434

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main():
4545
'Programming Language :: Python:: 2.7',
4646
],
4747
install_requires=[
48-
'numpy>=1.13.3',
48+
'numpy==1.15.4',
4949
'pandas>=0.21.0',
5050
'matplotlib>=2.1.0',
5151
'scipy>=1.0.0',

0 commit comments

Comments
 (0)