Skip to content

Commit

Permalink
Fix requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-mannattil committed Mar 28, 2018
1 parent 830aa19 commit 5f5a530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Installation
NoLiTSA can be installed using pip by running

$ git clone https://github.com/manu-mannattil/nolitsa.git
$ pip install nolitsa
$ pip install ./nolitsa

or, with newer versions of pip:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author_email='manu.mannattil@gmail.com',
license='BSD',
packages=['nolitsa'],
install_requires=['numpy>=1.8.1', 'scipy>=0.13.3'],
install_requires=['numpy>=1.11.0', 'scipy>=0.17.0'],
test_suite='nose.collector',
tests_require=['nose>=1.3.1'],
include_package_data=True,
Expand Down

0 comments on commit 5f5a530

Please sign in to comment.