Skip to content

Commit

Permalink
MAINT: missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Apr 1, 2021
1 parent 69a8dd3 commit 75c7b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest pytest-qt pytest-cov mne
pip install hnn_core
- name: Install HNN
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@
packages=find_packages(),
package_data={'hnn':
['../param/*.param']},
install_requires=['hnn-core']
install_requires=['nlopt',
'psutil',
'pyqt5']
)

0 comments on commit 75c7b39

Please sign in to comment.