Skip to content

Update requirements.txt to match setup #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ To install stumpy from source, you'll need to install the dependencies above. Fo

.. code:: bash

conda install -y numpy
conda install -y scipy
conda install -y numba
conda install -y numpy scipy numba

Alternatively, but with lower performance, you can also install these dependencies using the requirements.txt file (found in the ``stumpy`` directory (same directory where you found this file after cloning the git repo)):

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy
numba
scipy
numpy>=1.13
numba>=0.42.0
scipy>=1.2.1