Compare commits

..

2 Commits

Author SHA1 Message Date
c2cfa70f54 完成版本v1.0 2023-10-17 18:52:31 +08:00
a8fef0b027 完成版本v1.0 2023-10-17 18:52:14 +08:00
2 changed files with 10 additions and 10 deletions

View File

@ -88,5 +88,5 @@ PSG_Post: 对PSG后端截断若干个点单位为点的个数仅计算信
~~bug2: 自定义起始位置spinbox编辑未结束会进行计算~~ 已修复
~~todo1: 将相关计算分段计算,减少程序卡顿~~ 已实现
todo2: 将程序编译为exe文件减少安装依赖的过程
~~todo2: 将程序编译为exe文件减少安装依赖的过程~~ 已实现
~~todo3: 加入可控选择CPU数量或占用百分比避免造成电脑卡顿~~ 后者较难实现,暂行搁置

View File

@ -1,9 +1,9 @@
python>=3.9
numpy
pandas
scipy
pyedflib
matplotlib
pySide6
pyyaml
numba
pyside6~=6.5.2
pyedflib~=0.1.34
numpy~=1.21.5
pandas~=1.4.2
yaml~=0.2.5
pyyaml~=6.0
matplotlib~=3.5.1
numba~=0.55.1
scipy~=1.7.3