forked from torcheeg/torcheeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
43 lines (38 loc) · 1.12 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{% set name = "TorchEEG" %}
{% set version = "1.1.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: .
build:
number: 0
noarch: python
script: "python -m pip install . --no-deps --ignore-installed -vv"
requirements:
build:
- python
run:
- python
- tqdm>=4.64.0
- numpy>=1.21.5
- pandas>=1.3.5
- xlrd>=2.0.1
- scipy>=1.7.3,<=1.10.1
- scikit-learn>=1.0.2
- python-lmdb>=1.3.0
- einops>=0.4.1
- mne-base>=1.0.3
- xmltodict>=0.13.0
- networkx>=2.6.3
- PyWavelets>=1.3.0
- spectrum>=0.8.1
- torchmetrics>=0.10.0
- mne-connectivity>=0.4.0
- pytorch-lightning>=1.9.5
about:
home: https://github.com/tczhangzhi/torcheeg
license: MIT
summary: 'TorchEEG is a library built on PyTorch for EEG signal analysis.'
description: |
TorchEEG is a library built on PyTorch for EEG signal analysis. TorchEEG aims to provide a plug-and-play EEG analysis tool, so that researchers can quickly reproduce EEG analysis work and start new EEG analysis research without paying attention to technical details unrelated to the research focus.