Jean-Antoine ZAGATO commited on
Commit
86ec604
1 Parent(s): 86f8c77

Fix requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -19
requirements.txt CHANGED
@@ -6,7 +6,6 @@ annotated-types==0.5.0
6
  anyio==3.7.1
7
  async-timeout==4.0.2
8
  attrs==23.1.0
9
- ca-certificates==2023.05.30
10
  certifi==2023.7.22
11
  charset-normalizer==3.2.0
12
  click==8.1.6
@@ -23,49 +22,43 @@ fonttools==4.42.0
23
  frozenlist==1.4.0
24
  fsspec==2023.6.0
25
  gradio==3.39.0
26
- gradio-client==0.3.0
27
  h11==0.14.0
28
  httpcore==0.17.3
29
  httpx==0.24.1
30
  huggingface-hub==0.16.4
31
  idna==3.4
32
  importlib-resources==6.0.1
33
- jinja2==3.1.2
34
  jsonschema==4.19.0
35
  jsonschema-specifications==2023.7.1
36
  kiwisolver==1.4.4
37
- libcxx==14.0.6
38
- libffi==3.4.4
39
  linkify-it-py==2.0.2
40
  markdown-it-py==2.2.0
41
- markupsafe==2.1.3
42
  matplotlib==3.7.2
43
  mdit-py-plugins==0.3.3
44
  mdurl==0.1.2
45
  mpmath==1.3.0
46
  multidict==6.0.4
47
  multiprocess==0.70.15
48
- ncurses==6.4
49
  networkx==3.1
50
  numpy==1.24.4
51
- openssl==3.0.10
52
  orjson==3.9.4
53
  packaging==23.1
54
  pandas==2.0.3
55
- pillow==10.0.0
56
  pip==23.2.1
57
- pkgutil-resolve-name==1.3.10
58
  pyarrow==12.0.1
59
  pydantic==2.1.1
60
- pydantic-core==2.4.0
61
  pydub==0.25.1
62
  pyparsing==3.0.9
63
- python==3.8.17
64
  python-dateutil==2.8.2
65
  python-multipart==0.0.6
66
  pytz==2023.3
67
- pyyaml==6.0.1
68
- readline==8.2
69
  referencing==0.30.2
70
  regex==2023.6.3
71
  requests==2.31.0
@@ -75,16 +68,14 @@ sentencepiece==0.1.99
75
  setuptools==68.0.0
76
  six==1.16.0
77
  sniffio==1.3.0
78
- sqlite==3.41.2
79
  starlette==0.27.0
80
  sympy==1.12
81
- tk==8.6.12
82
  tokenizers==0.12.1
83
  toolz==0.12.0
84
  torch==2.0.1
85
  tqdm==4.65.1
86
  transformers==4.22.1
87
- typing-extensions==4.7.1
88
  tzdata==2023.3
89
  uc-micro-py==1.0.2
90
  urllib3==2.0.4
@@ -92,7 +83,5 @@ uvicorn==0.23.2
92
  websockets==11.0.3
93
  wheel==0.38.4
94
  xxhash==3.3.0
95
- xz==5.4.2
96
  yarl==1.9.2
97
  zipp==3.16.2
98
- zlib==1.2.13
 
6
  anyio==3.7.1
7
  async-timeout==4.0.2
8
  attrs==23.1.0
 
9
  certifi==2023.7.22
10
  charset-normalizer==3.2.0
11
  click==8.1.6
 
22
  frozenlist==1.4.0
23
  fsspec==2023.6.0
24
  gradio==3.39.0
25
+ gradio_client==0.3.0
26
  h11==0.14.0
27
  httpcore==0.17.3
28
  httpx==0.24.1
29
  huggingface-hub==0.16.4
30
  idna==3.4
31
  importlib-resources==6.0.1
32
+ Jinja2==3.1.2
33
  jsonschema==4.19.0
34
  jsonschema-specifications==2023.7.1
35
  kiwisolver==1.4.4
 
 
36
  linkify-it-py==2.0.2
37
  markdown-it-py==2.2.0
38
+ MarkupSafe==2.1.3
39
  matplotlib==3.7.2
40
  mdit-py-plugins==0.3.3
41
  mdurl==0.1.2
42
  mpmath==1.3.0
43
  multidict==6.0.4
44
  multiprocess==0.70.15
 
45
  networkx==3.1
46
  numpy==1.24.4
 
47
  orjson==3.9.4
48
  packaging==23.1
49
  pandas==2.0.3
50
+ Pillow==10.0.0
51
  pip==23.2.1
52
+ pkgutil_resolve_name==1.3.10
53
  pyarrow==12.0.1
54
  pydantic==2.1.1
55
+ pydantic_core==2.4.0
56
  pydub==0.25.1
57
  pyparsing==3.0.9
 
58
  python-dateutil==2.8.2
59
  python-multipart==0.0.6
60
  pytz==2023.3
61
+ PyYAML==6.0.1
 
62
  referencing==0.30.2
63
  regex==2023.6.3
64
  requests==2.31.0
 
68
  setuptools==68.0.0
69
  six==1.16.0
70
  sniffio==1.3.0
 
71
  starlette==0.27.0
72
  sympy==1.12
 
73
  tokenizers==0.12.1
74
  toolz==0.12.0
75
  torch==2.0.1
76
  tqdm==4.65.1
77
  transformers==4.22.1
78
+ typing_extensions==4.7.1
79
  tzdata==2023.3
80
  uc-micro-py==1.0.2
81
  urllib3==2.0.4
 
83
  websockets==11.0.3
84
  wheel==0.38.4
85
  xxhash==3.3.0
 
86
  yarl==1.9.2
87
  zipp==3.16.2