Skip to content

Commit

Permalink
updated to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rfarouni committed Jan 17, 2019
1 parent d03899e commit 1a6f3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- conda config --add channels defaults
- conda config --add channels conda-forge
- conda config --add channels bioconda
- 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
- 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

install: python setup.py install

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main():
'Programming Language :: Python:: 2.7',
],
install_requires=[
'numpy>=1.13.3',
'numpy==1.15.4',
'pandas>=0.21.0',
'matplotlib>=2.1.0',
'scipy>=1.0.0',
Expand Down

0 comments on commit 1a6f3d7

Please sign in to comment.