-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuninstall.bat
130 lines (130 loc) · 2.01 KB
/
uninstall.bat
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@echo off
echo Başlatılıyor...
for %%p in (
acres
altgraph
auto-py-to-exe
blis
bottle-websocket
bs4
catalogue
chromedriver-py
ci-info
cloudpathlib
cloudpickle
confection
configparser
cymem
dm-tree
docstring_parser
dp-accounting
Eel
et_xmlfile
etelemetry
etils
fitz
frontend
gevent
gevent-websocket
httplib2
immutabledict
langcodes
language_data
looseversion
marisa-trie
murmurhash
mypy-extensions
nibabel
nipype
openpyxl
pandas
pefile
preshed
promise
prov
puremagic
pydot
pyinstaller
pyinstaller-hooks-contrib
PyMuPDF
pyotp
pypng
pywin32-ctypes
pyxnat
pyzmq
qrcode
ratelim
rdflib
referencing
responses
retina-face
retrying
rfc3339-validator
rfc3986-validator
rpds-py
ruff
s3transfer
safehttpx
safetensors
schedule
selenium
shellingham
simple-parsing
simple-websocket
simsimd
slicer
smmap
sortedcontainers
spacy-legacy
spacy-loggers
sqlparse
srsly
stringzilla
supervision
tenacity
tensorboard-data-server
tensorflow-estimator
tensorflow-io-gcs-filesystem
tensorflow-metadata
tensorflow-probability
tensorflow_intel
terminaltables
text-unidecode
thinc
threadpoolctl
tifffile
timm
tinycss2
tokenizers
toml
tomli
tomlkit
tornado
traits
trio
trio-websocket
typer
types-python-dateutil
uri-template
uvicorn
wasabi
wcwidth
weasel
webdriver-manager
webencodings
websocket-client
whl
widgetsnbextension
wikipedia
wsproto
xxhash
xyzservices
yapf
zipp
zope.event
zope.interface
) do (
pip uninstall %%p -y
)
echo Tüm işlemler tamamlandı!
pause