forked from bartlomiej-chybowski/PySeizure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
72 lines (68 loc) · 1.69 KB
/
Pipfile
File metadata and controls
72 lines (68 loc) · 1.69 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "https://pypi.nvidia.com"
verify_ssl = true
name = "nvidia"
[packages]
cuml-cu12 = {version="*", index="nvidia"}
pylibraft-cu12 = {version="*", index="nvidia"}
cudf-cu12 = {version="*", index="nvidia"}
ucxx-cu12 = {version="*", index="nvidia"}
dask-cudf-cu12 = {version="*", index="nvidia"}
numpy = ">=1.23.5"
pandas = ">=1.5.3"
PyYAML = ">=6.0.2"
pyEDFlib = ">=0.1.30"
mne = ">=1.3.0"
scipy = ">=1.9.3"
scikit-learn = ">=1.2.1"
matplotlib = ">=3.6.3"
xgboost = ">=1.7.1"
multiprocess = ">=0.70.14"
dask = {extras = ["complete"], version = ">=2022.11.1"}
numba = ">=0.56.4"
resampy = ">=0.4.2"
pyarrow = ">=10.0.0"
eeglib = ">=0.4.1"
librosa = ">=0.9.2"
graphviz = ">=0.20.1"
hyperopt = ">=0.2.7"
torch = "*"
wfdb = "*"
edflib-python = "*"
pywavelets = "*"
statsmodels = "*"
eegtools = "*"
chardet = "*"
networkx = "*"
torchmetrics = "*"
tensorboard = "*"
optuna = "*"
optuna-dashboard = "*"
pylpsd = "*"
lmdbm = "*"
pytorch-metric-learning = "*"
edfio = "*"
ujson = "*"
jax = "*"
shap = "*"
seaborn = "*"
[dev-packages]
pytest = ">=7.2.0"
pytest-mock = ">=3.10.0"
sphinx = ">=5.3.0"
ipython = ">=8.6.0"
pydocstyle = ">=6.1.1"
coverage = ">=6.5.0"
pytest-cov = ">=4.0.0"
sphinx-rtd-theme = ">=1.1.1"
sphinxcontrib-napoleon = ">=0.7"
myst-parser = ">=0.18.1"
flake8 = ">=6.0.0"
wheel = ">=0.38.4"
[requires]
python_version = "3.12"
#numpy pandas PyYAML pyEDFlib mne scipy scikit-learn matplotlib xgboost multiprocess numba resampy pyarrow eeglib librosa graphviz hyperopt torch wfdb edflib-python pywavelets statsmodels eegtools chardet networkx torchmetrics tensorboard optuna optuna-dashboard pylpsd lmdbm pytorch-metric-learning edfio