GeorgiosIoannouCoder commited on
Commit
e26c868
1 Parent(s): 74a334c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -0
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ addict==2.4.0
3
+ aiohttp==3.9.1
4
+ aiosignal==1.3.1
5
+ aiostream==0.5.2
6
+ altair==5.1.2
7
+ annotated-types==0.6.0
8
+ anyio==3.7.1
9
+ asgiref==3.7.2
10
+ async-timeout==4.0.3
11
+ attrs==23.1.0
12
+ basicsr==1.4.2
13
+ blinker==1.7.0
14
+ cachetools==5.3.2
15
+ certifi==2023.11.17
16
+ charset-normalizer==3.3.2
17
+ click==8.1.7
18
+ cloudpickle==2.0.0
19
+ colorama==0.4.6
20
+ exceptiongroup==1.2.0
21
+ fastapi==0.104.1
22
+ filelock==3.13.1
23
+ frozenlist==1.4.0
24
+ fsspec==2023.10.0
25
+ future==0.18.3
26
+ gitdb==4.0.11
27
+ GitPython==3.1.40
28
+ google-auth==2.23.4
29
+ google-auth-oauthlib==1.1.0
30
+ grpcio==1.59.3
31
+ grpclib==0.4.3
32
+ h2==4.1.0
33
+ hpack==4.0.0
34
+ hyperframe==6.0.1
35
+ idna==3.4
36
+ imageio==2.33.0
37
+ importlib-metadata==6.8.0
38
+ Jinja2==3.1.2
39
+ jsonschema==4.20.0
40
+ jsonschema-specifications==2023.11.1
41
+ lazy_loader==0.3
42
+ lmdb==1.4.1
43
+ Markdown==3.5.1
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.3
46
+ mdurl==0.1.2
47
+ modal==0.55.4127
48
+ mpmath==1.3.0
49
+ multidict==6.0.4
50
+ networkx==3.2.1
51
+ numpy==1.26.2
52
+ oauthlib==3.2.2
53
+ opencv-python==4.8.1.78
54
+ packaging==23.2
55
+ pandas==2.1.3
56
+ Pillow==10.1.0
57
+ platformdirs==4.0.0
58
+ protobuf==4.25.1
59
+ pyarrow==14.0.1
60
+ pyasn1==0.5.1
61
+ pyasn1-modules==0.3.0
62
+ pydantic==2.5.2
63
+ pydantic_core==2.14.5
64
+ pydeck==0.8.1b0
65
+ Pygments==2.17.1
66
+ python-dateutil==2.8.2
67
+ pytz==2023.3.post1
68
+ PyYAML==6.0.1
69
+ referencing==0.31.0
70
+ requests==2.31.0
71
+ requests-oauthlib==1.3.1
72
+ rich==13.7.0
73
+ rpds-py==0.13.1
74
+ rsa==4.9
75
+ scikit-image==0.22.0
76
+ scipy==1.11.4
77
+ sigtools==4.0.1
78
+ six==1.16.0
79
+ smmap==5.0.1
80
+ sniffio==1.3.0
81
+ starlette==0.27.0
82
+ streamlit==1.28.2
83
+ sympy==1.12
84
+ synchronicity==0.5.3
85
+ tb-nightly==2.16.0a20231120
86
+ tblib==3.0.0
87
+ tenacity==8.2.3
88
+ tensorboard-data-server==0.7.2
89
+ tf-keras-nightly==2.16.0.dev2023112010
90
+ tifffile==2023.9.26
91
+ toml==0.10.2
92
+ tomli==2.0.1
93
+ toolz==0.12.0
94
+ torch==2.1.1
95
+ torchaudio==2.1.1
96
+ torchvision==0.16.1
97
+ tornado==6.3.3
98
+ tqdm==4.66.1
99
+ typer==0.9.0
100
+ types-certifi==2021.10.8.3
101
+ types-toml==0.10.8.7
102
+ typing_extensions==4.8.0
103
+ tzdata==2023.3
104
+ tzlocal==5.2
105
+ urllib3==2.1.0
106
+ validators==0.22.0
107
+ watchdog==3.0.0
108
+ watchfiles==0.21.0
109
+ Werkzeug==3.0.1
110
+ yapf==0.40.2
111
+ yarl==1.9.3
112
+ zipp==3.17.0
113
+ --extra-index-url https://download.pytorch.org/whl/cu113
114
+ torch