bigmed@bigmed commited on
Commit
fa51494
1 Parent(s): 33ad8cf

updated req txt

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -8
requirements.txt CHANGED
@@ -1,8 +1,78 @@
1
- torch
2
- timm
3
- scikit-image
4
- numpy
5
- opencv-python
6
- Pillow
7
- gradio
8
- torchvision
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ async-timeout==4.0.2
7
+ attrs==22.2.0
8
+ certifi==2022.12.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ colorama==0.4.6
12
+ contourpy==1.0.7
13
+ cycler==0.11.0
14
+ entrypoints==0.4
15
+ fastapi==0.95.0
16
+ ffmpy==0.3.0
17
+ filelock==3.10.7
18
+ fonttools==4.39.2
19
+ frozenlist==1.3.3
20
+ fsspec==2023.3.0
21
+ gradio==3.23.0
22
+ h11==0.14.0
23
+ httpcore==0.16.3
24
+ httpx==0.23.3
25
+ huggingface-hub==0.13.3
26
+ idna==3.4
27
+ imageio==2.27.0
28
+ importlib-resources==5.12.0
29
+ Jinja2==3.1.2
30
+ jsonschema==4.17.3
31
+ kiwisolver==1.4.4
32
+ lazy_loader==0.2
33
+ linkify-it-py==2.0.0
34
+ markdown-it-py==2.2.0
35
+ MarkupSafe==2.1.2
36
+ matplotlib==3.7.1
37
+ mdit-py-plugins==0.3.3
38
+ mdurl==0.1.2
39
+ mpmath==1.3.0
40
+ multidict==6.0.4
41
+ networkx==3.0
42
+ numpy==1.24.2
43
+ opencv-python==4.7.0.72
44
+ orjson==3.8.8
45
+ packaging==23.0
46
+ pandas==1.5.3
47
+ Pillow==9.4.0
48
+ pydantic==1.10.7
49
+ pydub==0.25.1
50
+ pyparsing==3.0.9
51
+ pyrsistent==0.19.3
52
+ python-dateutil==2.8.2
53
+ python-multipart==0.0.6
54
+ pytz==2023.2
55
+ PyWavelets==1.4.1
56
+ PyYAML==6.0
57
+ requests==2.28.2
58
+ rfc3986==1.5.0
59
+ scikit-image==0.20.0
60
+ scipy==1.9.1
61
+ semantic-version==2.10.0
62
+ six==1.16.0
63
+ sniffio==1.3.0
64
+ starlette==0.26.1
65
+ sympy==1.11.1
66
+ tifffile==2023.3.21
67
+ timm==0.6.13
68
+ toolz==0.12.0
69
+ torch==2.0.0
70
+ torchvision==0.15.1
71
+ tqdm==4.65.0
72
+ typing_extensions==4.5.0
73
+ uc-micro-py==1.0.1
74
+ urllib3==1.26.15
75
+ uvicorn==0.21.1
76
+ websockets==10.4
77
+ yarl==1.8.2
78
+ zipp==3.15.0