Skip to content

Commit 03705af

Browse files
authored
Merge pull request #162 from michaelhhogue/fix-requirements
[Urgent] Fix requirements issue
2 parents 30170a8 + 94502a2 commit 03705af

File tree

1 file changed

+7
-55
lines changed

1 file changed

+7
-55
lines changed

requirements.txt

Lines changed: 7 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,54 @@
1-
aiohttp==3.9.1
2-
aiosignal==1.3.1
31
annotated-types==0.6.0
42
anyio==3.7.1
5-
attrs==23.2.0
6-
cachetools==5.3.2
73
certifi==2023.7.22
84
charset-normalizer==3.3.2
95
colorama==0.4.6
106
contourpy==1.2.0
117
cycler==0.12.1
128
distro==1.8.0
13-
easyocr==1.7.1
149
EasyProcess==1.1
1510
entrypoint2==1.1
1611
exceptiongroup==1.1.3
17-
filelock==3.13.1
1812
fonttools==4.44.0
19-
frozenlist==1.4.1
20-
fsspec==2024.2.0
21-
google-ai-generativelanguage==0.4.0
22-
google-api-core==2.16.2
23-
google-auth==2.27.0
24-
google-generativeai==0.3.0
25-
googleapis-common-protos==1.62.0
26-
grpcio==1.60.1
27-
grpcio-status==1.60.1
2813
h11==0.14.0
2914
httpcore==1.0.2
30-
httpx==0.25.2
15+
httpx>=0.25.2
3116
idna==3.4
32-
imageio==2.33.1
3317
importlib-resources==6.1.1
34-
Jinja2==3.1.3
3518
kiwisolver==1.4.5
36-
lazy_loader==0.3
37-
MarkupSafe==2.1.5
3819
matplotlib==3.8.1
3920
MouseInfo==0.1.3
40-
mpmath==1.3.0
4121
mss==9.0.1
42-
multidict==6.0.5
43-
networkx==3.2.1
44-
ninja==1.11.1.1
4522
numpy==1.26.1
46-
ollama==0.1.6
4723
openai==1.2.3
48-
opencv-python==4.9.0.80
49-
opencv-python-headless==4.9.0.80
5024
packaging==23.2
51-
pandas==2.2.0
5225
Pillow==10.1.0
5326
prompt-toolkit==3.0.39
54-
proto-plus==1.23.0
55-
protobuf==4.25.2
56-
psutil==5.9.8
57-
py-cpuinfo==9.0.0
58-
pyasn1==0.5.1
59-
pyasn1-modules==0.3.0
6027
PyAutoGUI==0.9.54
61-
pyclipper==1.3.0.post5
6228
pydantic==2.4.2
6329
pydantic_core==2.10.1
6430
PyGetWindow==0.0.9
6531
PyMsgBox==1.0.9
66-
pyobjc-core==10.1
67-
pyobjc-framework-Cocoa==10.1
68-
pyobjc-framework-Quartz==10.1
6932
pyparsing==3.1.1
7033
pyperclip==1.8.2
7134
PyRect==0.2.0
7235
pyscreenshot==3.1
7336
PyScreeze==0.1.29
74-
python-bidi==0.4.2
37+
python3-xlib==0.15
7538
python-dateutil==2.8.2
7639
python-dotenv==1.0.0
77-
python3-xlib==0.15
7840
pytweening==1.0.7
79-
pytz==2024.1
80-
PyYAML==6.0.1
8141
requests==2.31.0
82-
rsa==4.9
8342
rubicon-objc==0.4.7
84-
scikit-image==0.22.0
85-
scipy==1.12.0
86-
seaborn==0.13.2
87-
shapely==2.0.2
8843
six==1.16.0
8944
sniffio==1.3.0
90-
sympy==1.12
91-
thop==0.1.1.post2209072238
92-
tifffile==2024.1.30
93-
torch==2.2.0
94-
torchvision==0.17.0
9545
tqdm==4.66.1
9646
typing_extensions==4.8.0
97-
tzdata==2023.4
98-
ultralytics==8.0.227
9947
urllib3==2.0.7
10048
wcwidth==0.2.9
101-
yarl==1.9.4
10249
zipp==3.17.0
50+
google-generativeai==0.3.0
51+
aiohttp==3.9.1
52+
ultralytics==8.0.227
53+
easyocr==1.7.1
54+
ollama==0.1.6

0 commit comments

Comments
 (0)