edadaltocg commited on
Commit
3fceb24
1 Parent(s): df37aa3

freeze requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +87 -5
requirements.txt CHANGED
@@ -1,5 +1,87 @@
1
- torch
2
- torchvision
3
- transformers
4
- timm
5
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ altair==5.1.0
5
+ anyio==3.6.2
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ bcrypt==4.0.1
9
+ black==22.10.0
10
+ certifi==2022.9.24
11
+ cffi==1.15.1
12
+ charset-normalizer==2.1.1
13
+ click==8.1.3
14
+ contourpy==1.0.6
15
+ cryptography==38.0.4
16
+ cycler==0.11.0
17
+ fastapi==0.88.0
18
+ ffmpy==0.3.0
19
+ filelock==3.8.1
20
+ fonttools==4.38.0
21
+ frozenlist==1.3.3
22
+ fsspec==2022.11.0
23
+ gradio==3.41.2
24
+ gradio_client==0.5.0
25
+ h11==0.12.0
26
+ httpcore==0.15.0
27
+ httpx==0.23.1
28
+ huggingface-hub==0.16.4
29
+ idna==3.4
30
+ importlib-resources==6.0.1
31
+ Jinja2==3.1.2
32
+ jsonschema==4.19.0
33
+ jsonschema-specifications==2023.7.1
34
+ kiwisolver==1.4.4
35
+ linkify-it-py==1.0.3
36
+ markdown-it-py==2.1.0
37
+ MarkupSafe==2.1.1
38
+ matplotlib==3.6.2
39
+ mdit-py-plugins==0.3.2
40
+ mdurl==0.1.2
41
+ mpmath==1.3.0
42
+ multidict==6.0.3
43
+ mypy-extensions==0.4.3
44
+ networkx==3.1
45
+ numpy==1.23.5
46
+ orjson==3.8.3
47
+ packaging==21.3
48
+ pandas==1.5.2
49
+ paramiko==2.12.0
50
+ pathspec==0.10.2
51
+ Pillow==9.3.0
52
+ platformdirs==2.5.4
53
+ pycparser==2.21
54
+ pycryptodome==3.16.0
55
+ pydantic==1.10.2
56
+ pydub==0.25.1
57
+ PyNaCl==1.5.0
58
+ pyparsing==3.0.9
59
+ python-dateutil==2.8.2
60
+ python-multipart==0.0.5
61
+ pytz==2022.6
62
+ PyYAML==6.0
63
+ referencing==0.30.2
64
+ regex==2022.10.31
65
+ requests==2.28.1
66
+ rfc3986==1.5.0
67
+ rpds-py==0.10.0
68
+ safetensors==0.3.3
69
+ semantic-version==2.10.0
70
+ six==1.16.0
71
+ sniffio==1.3.0
72
+ starlette==0.22.0
73
+ sympy==1.12
74
+ timm==0.9.5
75
+ tokenizers==0.13.2
76
+ tomli==2.0.1
77
+ toolz==0.12.0
78
+ torch==2.0.1
79
+ torchvision==0.15.2
80
+ tqdm==4.64.1
81
+ transformers==4.32.1
82
+ typing_extensions==4.4.0
83
+ uc-micro-py==1.0.1
84
+ urllib3==1.26.13
85
+ uvicorn==0.20.0
86
+ websockets==10.4
87
+ yarl==1.8.2