Metadata-Version: 2.4
Name: bcijelly
Version: 0.1.0
Summary: BCI utilities and models
Author-email: Liyuan Han <hanliyuan@ion.ac.cn>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2
Requires-Dist: torch
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Requires-Dist: huggingface_hub
Provides-Extra: lfads
Requires-Dist: torch==1.13.1; extra == "lfads"
Requires-Dist: torchmetrics==0.7.2; extra == "lfads"
Requires-Dist: pytorch-lightning==1.6.0; extra == "lfads"
Requires-Dist: hydra-core==1.3.0; extra == "lfads"
Requires-Dist: h5py; extra == "lfads"
Requires-Dist: ray[tune]==2.1.0; extra == "lfads"
Requires-Dist: matplotlib; extra == "lfads"
Requires-Dist: wandb; extra == "lfads"
Requires-Dist: seaborn; extra == "lfads"
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: twine>=5; extra == "dev"
Requires-Dist: build>=1; extra == "dev"
Dynamic: license-file

cat > README.md <<'EOF'
# bcijelly

BCI utilities and models.

## Installation 
``` bash
pip install bcijelly
```

## 要包含的内容

huggingface 可以用镜像：命令行
export HF_ENDPOINT="https://hf-mirror.com"
