-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
59 lines (53 loc) · 1019 Bytes
/
Pipfile
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
[requires]
python_version = "3.8"
[[source]]
name = 'pypi'
url = 'https://pypi.python.org/simple'
verify_ssl = true
#[[source]]
#name = "downloadpytorch"
#url = "https://download.pytorch.org/whl/cu113/"
#verify_ssl = true
[packages]
numpy = "*"
pandas = "*"
matplotlib = "*"
scikit-learn = "*"
gitpython = "*"
pyyaml = "*"
requests = "*"
deprecation = "*"
pennprov = "*"
hydra-core = "*"
[dev-packages]
# pytest = "*"
mne = "*"
tqdm = "*"
seaborn = "*"
gpytorch = "*"
mne-features = "*"
borb = "*"
clearml = "*"
pyro-ppl = "*"
numpyro = "*"
corner = "*"
pytorch-lightning = "*"
mlxtend = "*"
scienceplots = "*"
debugpy = "*"
# gluonts = "*"
# pytorchts = "*"
# tvb-library
# nitime = "*"
# pyqt5 = "*"
# xgboost = "*"
# torch = {index = "pytorch",version = "==1.10.1"}
# paramiko = "*"
# fooof = "*"
# torch = {file = "https://download.pytorch.org/whl/cu102/torch-1.10.2%2Bcu102-cp38-cp38-win_amd64.whl"}
# torch = "==1.11.0+cu113"
# pymef = "*"
# kaggle = "*"
# xmltodict = "*"
[pipenv]
allow_prereleases = true