Skip to content

Commit

Permalink
update pyriemann requirements?
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan committed Nov 23, 2021
1 parent cd5db9a commit cd20619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scikit-learn
joblib
pandas
qiskit
pyriemann
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
platforms='any',
python_requires=">=3.6",
install_requires=['cython', 'pyriemann', 'qiskit==0.20.0', 'cvxpy==1.1.12'],
install_requires=['cython', 'git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann', 'qiskit==0.20.0', 'cvxpy==1.1.12'],
extras_require={'docs': ['sphinx-gallery', 'sphinx-bootstrap_theme', 'numpydoc', 'mne', 'seaborn'],
'tests': ['pytest', 'seaborn', 'flake8']},
zip_safe=False,
Expand Down

0 comments on commit cd20619

Please sign in to comment.