-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 888 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "==1.23.0"
pandas = "==1.4.3"
psutil = "==5.9.1"
matplotlib = "==3.5.2"
pyqt5 = "==5.15.7"
scikit-learn = "==1.1.1"
minisom = "==2.3.0"
statsmodels = "==0.13.2"
keras = "==2.9.0"
pyqt5-sip = "==12.11.0"
python-dateutil = "==2.8.2"
pyyaml = "==6.0"
seaborn = "==0.11.2"
six = "==1.16.0"
pyqtgraph = "==0.12.4"
sqlalchemy = "==1.4.39"
requests = "==2.28.1"
h5py = "==3.7.0"
certifi = "==2022.6.15"
charset-normalizer = "==2.1.0"
cycler = "==0.11.0"
fonttools = "==4.34.2"
greenlet = "==1.1.2"
idna = "==3.3"
joblib = "==1.1.0"
kiwisolver = "==1.4.3"
patsy = "==0.5.2"
pillow = "==9.2.0"
pyparsing = "==3.0.9"
pyqt5-qt5 = "==5.15.2"
pytz = "==2022.1"
scipy = "==1.8.1"
threadpoolctl = "==3.1.0"
urllib3 = "==1.26.9"
psycopg2-binary = "==2.9.3"
[dev-packages]
[requires]
python_version = "3.10"