add requirements.txt file
This commit is contained in:
parent
4d56d484f8
commit
31614acdc9
|
@ -0,0 +1,51 @@
|
||||||
|
certifi==2024.7.4
|
||||||
|
cffi==1.16.0
|
||||||
|
charset-normalizer==3.3.2
|
||||||
|
click==8.1.7
|
||||||
|
contourpy==1.2.1
|
||||||
|
cycler==0.12.1
|
||||||
|
filelock==3.15.4
|
||||||
|
fonttools==4.53.1
|
||||||
|
fsspec==2024.6.1
|
||||||
|
gitdb==4.0.11
|
||||||
|
GitPython==3.1.43
|
||||||
|
gTTS==2.5.2
|
||||||
|
idna==3.7
|
||||||
|
Jinja2==3.1.4
|
||||||
|
kiwisolver==1.4.5
|
||||||
|
MarkupSafe==2.1.5
|
||||||
|
matplotlib==3.9.1
|
||||||
|
mpmath==1.3.0
|
||||||
|
networkx==3.3
|
||||||
|
numpy==1.26.4
|
||||||
|
opencv-python==4.10.0.84
|
||||||
|
opencv-python-headless==4.10.0.84
|
||||||
|
packaging==24.1
|
||||||
|
pandas==2.2.2
|
||||||
|
pillow==10.4.0
|
||||||
|
psutil==6.0.0
|
||||||
|
py-cpuinfo==9.0.0
|
||||||
|
pycparser==2.22
|
||||||
|
pydub==0.25.1
|
||||||
|
pygame==2.6.0
|
||||||
|
pyparsing==3.1.2
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
pytz==2024.1
|
||||||
|
PyYAML==6.0.1
|
||||||
|
requests==2.32.3
|
||||||
|
scipy==1.14.0
|
||||||
|
seaborn==0.13.2
|
||||||
|
six==1.16.0
|
||||||
|
smmap==5.0.1
|
||||||
|
sounddevice==0.4.7
|
||||||
|
sympy==1.13.1
|
||||||
|
thop==0.1.1.post2209072238
|
||||||
|
tk==0.1.0
|
||||||
|
torch==2.2.2
|
||||||
|
torchvision==0.17.2
|
||||||
|
tqdm==4.66.4
|
||||||
|
typing_extensions==4.12.2
|
||||||
|
tzdata==2024.1
|
||||||
|
ultralytics==8.2.60
|
||||||
|
ultralytics-thop==2.0.0
|
||||||
|
urllib3==2.2.2
|
Loading…
Reference in New Issue