forked from Giord1999/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (43 loc) · 883 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]
pandas = "==2.2.3"
matplotlib = "==3.9.2"
seaborn = "==0.13.2"
numpy-financial = "==1.0.0"
tqdm = "==4.67.0"
scipy = "==1.14.1"
ipython = "==8.29.0"
prompt-toolkit = "==3.0.48"
asttokens = "==2.4.1"
contourpy = "==1.3.0"
cycler = "==0.12.1"
decorator = "==5.1.1"
executing = "==2.1.0"
fonttools = "==4.54.1"
jedi = "==0.19.1"
kiwisolver = "==1.4.7"
matplotlib-inline = "==0.1.7"
numpy = "==2.1.3"
packaging = "==24.1"
parso = "==0.8.4"
pexpect = "==4.9.0"
pillow = "==11.0.0"
ptyprocess = "==0.7.0"
pure-eval = "==0.2.3"
pygments = "==2.18.0"
pyparsing = "==3.2.0"
python-dateutil = "==2.9.0.post0"
pytz = "==2024.2"
six = "==1.16.0"
stack-data = "==0.6.3"
traitlets = "==5.14.3"
tzdata = "==2024.2"
wcwidth = "==0.2.13"
pyqt5 = "*"
tk = "*"
[dev-packages]
[requires]
# python_version = "3.12"