Commit
·
6a03f9b
1
Parent(s):
5fe0e5a
edit requirements
Browse files- requirements.txt +3 -48
requirements.txt
CHANGED
@@ -1,58 +1,13 @@
|
|
1 |
-
-i https://pypi.python.org/simple
|
2 |
-
gradio==3.27.0
|
3 |
-
gradio_client==1.3.0
|
4 |
-
imageio==2.35.0
|
5 |
-
Jinja2==3.1.4
|
6 |
-
jsonschema==4.23.0
|
7 |
-
jsonschema-specifications==2023.12.1
|
8 |
-
kiwisolver==1.4.5
|
9 |
-
lazy_loader==0.4
|
10 |
-
linkify-it-py==2.0.3
|
11 |
-
markdown-it-py==2.2.0
|
12 |
-
MarkupSafe==2.1.5
|
13 |
matplotlib==3.7.1
|
14 |
-
mdit-py-plugins==0.3.3
|
15 |
-
mdurl==0.1.2
|
16 |
-
multidict==6.0.5
|
17 |
-
narwhals==1.4.0
|
18 |
networkx==2.8.4
|
19 |
numpy==1.24.3
|
20 |
-
nvidia-ml-py==12.535.161
|
21 |
-
opt-einsum==3.3.0
|
22 |
-
orjson==3.10.7
|
23 |
-
packaging==24.1
|
24 |
pandas==1.5.3
|
25 |
Pillow==9.3.0
|
26 |
-
|
|
|
|
|
27 |
pydantic==1.10.1
|
28 |
pydantic_core==2.20.1
|
29 |
-
pydub==0.25.1
|
30 |
-
pyparsing==3.1.2
|
31 |
-
pyro-api==0.1.2
|
32 |
-
pyro-ppl==1.8.4
|
33 |
-
python-dateutil==2.9.0.post0
|
34 |
-
python-multipart==0.0.9
|
35 |
-
pytz==2024.1
|
36 |
-
PyWavelets==1.7.0
|
37 |
-
PyYAML==6.0.2
|
38 |
-
referencing==0.35.1
|
39 |
-
requests==2.32.3
|
40 |
-
rpds-py==0.20.0
|
41 |
-
scikit-image==0.20.0
|
42 |
-
scipy==1.14.0
|
43 |
-
semantic-version==2.10.0
|
44 |
-
six==1.16.0
|
45 |
-
sniffio==1.3.1
|
46 |
-
starlette==0.37.2
|
47 |
-
termcolor==2.4.0
|
48 |
-
tifffile==2024.8.10
|
49 |
-
tqdm==4.65.0
|
50 |
-
typing_extensions==4.12.2
|
51 |
-
uc-micro-py==1.0.3
|
52 |
-
urllib3==2.2.2
|
53 |
-
uvicorn==0.30.6
|
54 |
-
websockets==12.0
|
55 |
-
yarl==1.9.4
|
56 |
-i https://download.pytorch.org/whl/cu117
|
57 |
torch==1.13.1+cu117
|
58 |
torchaudio==0.13.1+cu117
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
matplotlib==3.7.1
|
|
|
|
|
|
|
|
|
2 |
networkx==2.8.4
|
3 |
numpy==1.24.3
|
|
|
|
|
|
|
|
|
4 |
pandas==1.5.3
|
5 |
Pillow==9.3.0
|
6 |
+
pyro_ppl==1.8.4
|
7 |
+
scikit_image==0.20.0
|
8 |
+
tqdm==4.65.0
|
9 |
pydantic==1.10.1
|
10 |
pydantic_core==2.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
-i https://download.pytorch.org/whl/cu117
|
12 |
torch==1.13.1+cu117
|
13 |
torchaudio==0.13.1+cu117
|