Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mne-gui-addons #22453

Merged
merged 7 commits into from
May 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions recipes/mne-gui-addons/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{% set name = "mne-gui-addons" %}
{% set version = "0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mne-gui-addons-{{ version }}.tar.gz
sha256: 0f5231065e823f051d9df09077b866cf27bda91a4582b280dfeaa725550c4ab7

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python >=3.8
- setuptools >=45
- setuptools-scm >=6.2
- wheel
- pip
run:
- python >=3.8
- packaging
- qtpy
- pyqt
- pyvista
- pyvistaqt
- matplotlib-base
- mne-base
- nibabel
- dipy >=1.4
- traitlets
- setuptools >=65

test:
imports:
- mne_gui_addons
commands:
- pip check
requires:
- pip

about:
home: https://pypi.org/project/mne-gui-addons/
summary: MNE-Python GUI addons.
license: BSD-3-Clause
license_file: LICENSE

extra:
recipe-maintainers:
- larsoner
- alexrockhill
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexrockhill can you confirm that you're willing to co-maintain this recipe?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes