Skip to content

Commit

Permalink
Merge pull request #35 from timeflux/dist
Browse files Browse the repository at this point in the history
Fix pyRiemann dependency so package can be uploaded to PyPi
  • Loading branch information
mesca committed Jun 8, 2021
2 parents 0c42348 + 29f9fdd commit 5eafb8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ jobs:
cd ..
- name: Test code
run: |
pip uninstall -y pyriemann
pip install git+https://github.com/pyRiemann/pyRiemann
pip install pytest pytest-cov
pytest --cov=$PACKAGE
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Timeflux rASR
=============

This plugin performs real-time artifact correction of EEG data.
This plugin performs real-time artifact correction on EEG data.

Installation
------------
Expand All @@ -15,6 +15,14 @@ You can then install this plugin in the `timeflux` environment:
$ conda activate timeflux
$ pip install timeflux_rasr


If you encounter issues with ``pyRiemann``, try installing the latest version directly from the repository:

::

$ pip install git+https://github.com/pyRiemann/pyRiemann


Witness the magic!
------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ keywords = timeflux
packages = find:
install_requires =
timeflux>=0.10.0
pyriemann@git+https://github.com/pyRiemann/pyRiemann
pyriemann
# pyriemann@git+https://github.com/pyRiemann/pyRiemann

[options.extras_require]
dev =
Expand Down

0 comments on commit 5eafb8f

Please sign in to comment.