forked from Giord1999/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
34 lines (34 loc) · 1.36 KB
/
requirements.txt
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
-i https://pypi.org/simple
asttokens==2.4.1
contourpy==1.3.0; python_version >= '3.9'
cycler==0.12.1; python_version >= '3.8'
decorator==5.1.1; python_version >= '3.5'
executing==2.1.0; python_version >= '3.8'
fonttools==4.54.1; python_version >= '3.8'
ipython==8.29.0; python_version >= '3.10'
jedi==0.19.1; python_version >= '3.6'
kiwisolver==1.4.7; python_version >= '3.8'
matplotlib==3.9.2; python_version >= '3.9'
matplotlib-inline==0.1.7; python_version >= '3.8'
numpy==2.1.3; python_version >= '3.10'
numpy-financial==1.0.0; python_version >= '3.5'
packaging==24.1; python_version >= '3.8'
pandas==2.2.3; python_version >= '3.9'
parso==0.8.4; python_version >= '3.6'
pexpect==4.9.0; sys_platform != 'win32' and sys_platform != 'emscripten'
pillow==11.0.0; python_version >= '3.9'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
ptyprocess==0.7.0
pure-eval==0.2.3
pygments==2.18.0; python_version >= '3.8'
pyparsing==3.2.0; python_version >= '3.9'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2024.2
scipy==1.14.1; python_version >= '3.10'
seaborn==0.13.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
stack-data==0.6.3
tqdm==4.67.0; python_version >= '3.7'
traitlets==5.14.3; python_version >= '3.8'
tzdata==2024.2; python_version >= '2'
wcwidth==0.2.13