-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
77 lines (72 loc) · 2.04 KB
/
requirements.txt
File metadata and controls
77 lines (72 loc) · 2.04 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
certifi==2023.5.7
charset-normalizer==3.2.0
colorama==0.4.6
contourpy==1.1.0
cycler==0.11.0
EasyProcess==1.1
entrypoint2==1.1
filelock==3.12.2
fonttools==4.41.0
gitdb==4.0.10
GitPython==3.1.32
idna==3.4
Jinja2==3.1.2
kiwisolver==1.4.4
MarkupSafe==2.1.3
matplotlib==3.7.2
MouseInfo==0.1.3
mpmath==1.3.0
mss==9.0.1
networkx==3.1
numpy==1.25.1
opencv-python==4.8.0.74
packaging==23.1
pandas==2.0.3
Pillow==10.0.0
psutil==5.9.5
pure-python-adb==0.3.0.dev0
PyAutoGUI==0.9.54
PyGetWindow==0.0.9
PyMsgBox==1.0.9
pyparsing==3.0.9
pyperclip==1.8.2
pypiwin32==223
PyQt5==5.15.9
PyQt5-Qt5==5.15.2
PyQt5-sip==12.12.2
PyRect==0.2.0
pyscreenshot==3.1
PyScreeze==0.1.29
python-dateutil==2.8.2
pytweening==1.0.7
pytz==2023.3
pywin32==306
PyYAML==6.0.1
requests==2.31.0
scipy==1.11.1
seaborn==0.12.2
six==1.16.0
smmap==5.0.0
sympy==1.12
thop==0.1.1.post2209072238
# The following packages are needed to run PyTorch on CPU:
torch==2.0.1
torchvision==0.15.2
# Note: If you plan to run PyTorch on an NVIDIA graphics card with CUDA support, please first uninstall the above packages:
# pip uninstall torch torchvision
# Then run the following command to install packages suitable for GPU execution:
# pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# This is to install torch, torchvision, and torchaudio that support execution on the GPU
# If the download speed is slow, you can set the pip source to Tsinghua University source to speed up the package download:
# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# Install PyTorch, torchvision, and torchaudio versions suitable for CUDA 11.8:
# pip install torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 -f https://download.pytorch.org/whl/
# More installation guides can be found on the PyTorch official website:
# https://pytorch.org/get-started/locally/
# https://download.pytorch.org/whl/torch_stable.html
# Please note, CUDA currently does not support AMD graphics cards
tqdm==4.65.0
typing_extensions==4.7.1
tzdata==2023.3
ultralytics==8.0.137
urllib3==2.0.3