diff --git a/.travis.yml b/.travis.yml index 8800fb7a..a1d84d49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: linux dist: xenial python: # We don't actually use the Travis Python, but this keeps it organized. - - "3.7" + - "3.8" install: - sudo apt-get update - pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index f19d848e..7d34f17a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ numpy scipy matplotlib scikit-learn +pandas sphinx pillow sphinx-gallery @@ -15,4 +16,4 @@ codespell pydocstyle tqdm statsmodels -pyriemann @ git+https://github.com/alexandrebarachant/pyRiemann.git@1ecaa372b7c432f13e82685b2541ee48424a11c9 +git+git://github.com/ErikBjare/pyRiemann.git@1ecaa372b7c432f13e82685b2541ee48424a11c9#egg=pyriemann