i_vorobyev commited on
Commit
fde5663
·
1 Parent(s): b0cb70d

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +83 -0
requirements.txt ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
+ antiberty==0.1.3
7
+ anyio==3.7.1
8
+ async-timeout==4.0.3
9
+ asynctest==0.13.0
10
+ attrs==23.2.0
11
+ biopython==1.81
12
+ certifi==2023.11.17
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ cycler==0.11.0
16
+ einops==0.6.1
17
+ exceptiongroup==1.2.0
18
+ fastapi==0.103.2
19
+ ffmpy==0.3.1
20
+ filelock==3.12.2
21
+ fonttools==4.38.0
22
+ frozenlist==1.3.3
23
+ fsspec==2023.1.0
24
+ gradio==3.34.0
25
+ gradio-client==0.2.6
26
+ h11==0.14.0
27
+ httpcore==0.17.3
28
+ httpx==0.24.1
29
+ huggingface-hub==0.16.4
30
+ idna==3.6
31
+ igfold==0.4.0
32
+ importlib-metadata==6.7.0
33
+ importlib-resources==5.12.0
34
+ Jinja2==3.1.3
35
+ jsonschema==4.17.3
36
+ kiwisolver==1.4.5
37
+ lightning-utilities==0.10.1
38
+ linkify-it-py==2.0.2
39
+ markdown-it-py==2.2.0
40
+ MarkupSafe==2.1.4
41
+ matplotlib==3.5.3
42
+ mdit-py-plugins==0.3.3
43
+ mdurl==0.1.2
44
+ multidict==6.0.4
45
+ numpy==1.21.6
46
+ orjson==3.9.7
47
+ packaging==23.2
48
+ pandas==1.3.5
49
+ Pillow==9.5.0
50
+ pkgutil-resolve-name==1.3.10
51
+ protobuf==4.24.4
52
+ pydantic==2.5.3
53
+ pydantic-core==2.14.6
54
+ pydub==0.25.1
55
+ pygments==2.17.2
56
+ pyparsing==3.1.1
57
+ pyrsistent==0.19.3
58
+ python-dateutil==2.8.2
59
+ python-multipart==0.0.6
60
+ pytorch-lightning==1.8.6
61
+ pytz==2023.3.post1
62
+ PyYAML==6.0.1
63
+ regex==2023.12.25
64
+ requests==2.31.0
65
+ safetensors==0.4.2
66
+ semantic-version==2.10.0
67
+ six==1.16.0
68
+ sniffio==1.3.0
69
+ starlette==0.27.0
70
+ tensorboardX==2.6.2.2
71
+ tokenizers==0.13.3
72
+ toolz==0.12.0
73
+ torch==1.13.1
74
+ torchmetrics==0.11.4
75
+ tqdm==4.66.1
76
+ transformers==4.30.2
77
+ typing-extensions==4.7.1
78
+ uc-micro-py==1.0.2
79
+ urllib3==2.0.7
80
+ uvicorn==0.22.0
81
+ websockets==11.0.3
82
+ yarl==1.9.4
83
+ zipp==3.15.0