lep1 commited on
Commit
590c58b
1 Parent(s): 3972408

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -0
requirements.txt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ altair==4.2.2
3
+ antlr4-python3-runtime==4.9.3
4
+ appnope==0.1.3
5
+ asttokens==2.2.1
6
+ attrs==22.2.0
7
+ backcall==0.2.0
8
+ backports.zoneinfo==0.2.1
9
+ blinker==1.5
10
+ cachetools==5.3.0
11
+ certifi==2022.12.7
12
+ charset-normalizer==3.1.0
13
+ click==8.0.4
14
+ contourpy==1.0.7
15
+ cycler==0.11.0
16
+ decorator==5.1.1
17
+ entrypoints==0.4
18
+ executing==1.2.0
19
+ filelock==3.10.4
20
+ fire==0.5.0
21
+ fonttools==4.39.2
22
+ gitdb==4.0.10
23
+ GitPython==3.1.31
24
+ google-auth==2.16.3
25
+ google-auth-oauthlib==0.4.6
26
+ grpcio==1.51.3
27
+ huggingface-hub==0.13.3
28
+ hydra-core==1.3.2
29
+ idna==3.4
30
+ importlib-metadata==6.1.0
31
+ importlib-resources==5.12.0
32
+ ipython==8.11.0
33
+ jedi==0.18.2
34
+ Jinja2==3.1.2
35
+ jsonschema==4.17.3
36
+ kiwisolver==1.4.4
37
+ Markdown==3.4.3
38
+ markdown-it-py==2.2.0
39
+ MarkupSafe==2.1.2
40
+ matplotlib==3.7.1
41
+ matplotlib-inline==0.1.6
42
+ mdurl==0.1.2
43
+ mpmath==1.3.0
44
+ networkx==3.0
45
+ numpy==1.24.2
46
+ oauthlib==3.2.2
47
+ omegaconf==2.3.0
48
+ opencv-python==4.6.0.66
49
+ packaging==23.0
50
+ pandas==1.5.3
51
+ parso==0.8.3
52
+ pexpect==4.8.0
53
+ pickleshare==0.7.5
54
+ Pillow==9.4.0
55
+ pkgutil_resolve_name==1.3.10
56
+ prompt-toolkit==3.0.38
57
+ protobuf==3.20.3
58
+ psutil==5.9.4
59
+ ptyprocess==0.7.0
60
+ pure-eval==0.2.2
61
+ pyarrow==11.0.0
62
+ pyasn1==0.4.8
63
+ pyasn1-modules==0.2.8
64
+ pybboxes==0.1.6
65
+ pydeck==0.8.0
66
+ Pygments==2.14.0
67
+ Pympler==1.0.1
68
+ pyparsing==3.0.9
69
+ pyrsistent==0.19.3
70
+ python-dateutil==2.8.2
71
+ pytz==2023.2
72
+ pytz-deprecation-shim==0.1.0.post0
73
+ PyYAML==6.0
74
+ requests==2.28.2
75
+ requests-oauthlib==1.3.1
76
+ rich==13.3.2
77
+ rsa==4.9
78
+ sahi==0.11.13
79
+ scipy==1.10.1
80
+ seaborn==0.12.2
81
+ semver==2.13.0
82
+ sentry-sdk==1.17.0
83
+ shapely==2.0.1
84
+ six==1.16.0
85
+ smmap==5.0.0
86
+ stack-data==0.6.2
87
+ streamlit==1.20.0
88
+ sympy==1.11.1
89
+ tensorboard==2.12.0
90
+ tensorboard-data-server==0.7.0
91
+ tensorboard-plugin-wit==1.8.1
92
+ termcolor==2.2.0
93
+ terminaltables==3.1.10
94
+ thop==0.1.1.post2209072238
95
+ toml==0.10.2
96
+ toolz==0.12.0
97
+ torch==2.0.0
98
+ torchvision==0.15.1
99
+ tornado==6.2
100
+ tqdm==4.65.0
101
+ traitlets==5.9.0
102
+ typing_extensions==4.5.0
103
+ tzdata==2023.2
104
+ tzlocal==4.3
105
+ ultralytics==8.0.43
106
+ ultralyticsplus==0.0.28
107
+ urllib3==1.26.15
108
+ validators==0.20.0
109
+ wcwidth==0.2.6
110
+ Werkzeug==2.2.3
111
+ zipp==3.15.0