Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Force numpy and pandas version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Mar 12, 2021
1 parent 6869c4f commit 34a717c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH

install:
# spikeextractors is taken from github to get latest version
- pip install numpy>=1.20
- pip install pandas>=1.2
- pip install https://github.com/SpikeInterface/spikeextractors/archive/master.zip
- pip install https://github.com/SpikeInterface/spikemetrics/archive/master.zip
- pip install https://github.com/SpikeInterface/spikefeatures/archive/master.zip
Expand Down

0 comments on commit 34a717c

Please sign in to comment.