Adonai Vera commited on
Commit
ff6dcf9
·
1 Parent(s): 99f1ae6

INcrease gradio version

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -49
requirements.txt CHANGED
@@ -1,95 +1,77 @@
1
- accelerate==0.24.1
2
  aiofiles==23.2.1
3
- aiohttp==3.9.0
4
- aiosignal==1.3.1
5
- altair==5.1.2
6
  annotated-types==0.6.0
7
- anyio==3.7.1
8
- async-timeout==4.0.3
9
- attrs==23.1.0
10
  certifi==2023.11.17
11
  charset-normalizer==3.3.2
12
  click==8.1.7
13
  colorama==0.4.6
14
  contourpy==1.2.0
15
  cycler==0.12.1
16
- datasets==2.4.0
17
- dill==0.3.5.1
18
- evaluate==0.4.1
19
  exceptiongroup==1.2.0
20
- ExifRead==3.0.0
21
- fastapi==0.104.1
22
  ffmpy==0.3.1
23
  filelock==3.13.1
24
- fonttools==4.45.1
25
- frozenlist==1.4.0
26
- fsspec==2023.10.0
27
  gradio==4.36.1
 
28
  h11==0.14.0
29
  httpcore==1.0.2
30
- httpx==0.25.2
31
- huggingface-hub==0.19.4
32
- idna==3.4
33
  importlib-resources==6.1.1
34
  Jinja2==3.1.2
35
- joblib==1.3.2
36
  jsonschema==4.20.0
37
- jsonschema-specifications==2023.11.1
38
  kiwisolver==1.4.5
39
  markdown-it-py==3.0.0
40
  MarkupSafe==2.1.3
41
  matplotlib==3.8.2
42
  mdurl==0.1.2
43
  mpmath==1.3.0
44
- multidict==6.0.4
45
- multiprocess==0.70.13
46
  networkx==3.2.1
47
- numpy==1.26.2
48
  orjson==3.9.10
49
  packaging==23.2
50
- pandas==2.1.3
51
- Pillow==10.1.0
52
- psutil==5.9.6
53
- pyarrow==14.0.1
54
- pyarrow-hotfix==0.6
55
- pydantic==2.5.2
56
- pydantic_core==2.14.5
57
  pydub==0.25.1
58
  Pygments==2.17.2
59
  pyparsing==3.1.1
60
  python-dateutil==2.8.2
61
- python-multipart==0.0.6
62
  pytz==2023.3.post1
63
  PyYAML==6.0.1
64
- referencing==0.31.0
65
- regex==2023.10.3
66
  requests==2.31.0
67
- responses==0.18.0
68
  rich==13.7.0
69
- rpds-py==0.13.1
70
- safetensors==0.4.0
71
- scikit-learn==1.3.2
72
- scipy==1.11.4
73
  semantic-version==2.10.0
74
  shellingham==1.5.4
75
  six==1.16.0
76
  sniffio==1.3.0
77
- starlette==0.27.0
78
  sympy==1.12
79
- threadpoolctl==3.2.0
80
  tokenizers==0.15.0
81
  tomlkit==0.12.0
82
  toolz==0.12.0
83
- torch==2.1.1
84
- torchvision==0.16.1
 
85
  tqdm==4.66.1
86
- transformers @ git+https://github.com/huggingface/transformers@c5be38cd27bee92be73c73ba09aec8bedf841423
87
- typer==0.9.0
88
- typing_extensions==4.8.0
89
- tzdata==2023.3
90
  urllib3==2.1.0
91
- uvicorn==0.24.0.post1
92
  websockets==11.0.3
93
- xxhash==3.4.1
94
- yarl==1.9.3
95
  zipp==3.17.0
 
 
1
  aiofiles==23.2.1
2
+ altair==5.2.0
 
 
3
  annotated-types==0.6.0
4
+ anyio==4.2.0
5
+ attrs==23.2.0
 
6
  certifi==2023.11.17
7
  charset-normalizer==3.3.2
8
  click==8.1.7
9
  colorama==0.4.6
10
  contourpy==1.2.0
11
  cycler==0.12.1
 
 
 
12
  exceptiongroup==1.2.0
13
+ fastapi==0.108.0
 
14
  ffmpy==0.3.1
15
  filelock==3.13.1
16
+ fonttools==4.47.0
17
+ fsspec==2023.12.2
 
18
  gradio==4.36.1
19
+ gradio_client==1.0.1
20
  h11==0.14.0
21
  httpcore==1.0.2
22
+ httpx==0.26.0
23
+ huggingface-hub==0.20.2
24
+ idna==3.6
25
  importlib-resources==6.1.1
26
  Jinja2==3.1.2
 
27
  jsonschema==4.20.0
28
+ jsonschema-specifications==2023.12.1
29
  kiwisolver==1.4.5
30
  markdown-it-py==3.0.0
31
  MarkupSafe==2.1.3
32
  matplotlib==3.8.2
33
  mdurl==0.1.2
34
  mpmath==1.3.0
 
 
35
  networkx==3.2.1
36
+ numpy==1.26.3
37
  orjson==3.9.10
38
  packaging==23.2
39
+ pandas==2.1.4
40
+ pillow==10.2.0
41
+ pydantic==2.5.3
42
+ pydantic_core==2.14.6
 
 
 
43
  pydub==0.25.1
44
  Pygments==2.17.2
45
  pyparsing==3.1.1
46
  python-dateutil==2.8.2
47
+ python-multipart==0.0.9
48
  pytz==2023.3.post1
49
  PyYAML==6.0.1
50
+ referencing==0.32.1
51
+ regex==2023.12.25
52
  requests==2.31.0
 
53
  rich==13.7.0
54
+ rpds-py==0.16.2
55
+ ruff==0.4.9
56
+ safetensors==0.4.1
 
57
  semantic-version==2.10.0
58
  shellingham==1.5.4
59
  six==1.16.0
60
  sniffio==1.3.0
61
+ starlette==0.32.0.post1
62
  sympy==1.12
 
63
  tokenizers==0.15.0
64
  tomlkit==0.12.0
65
  toolz==0.12.0
66
+ torch==2.1.2
67
+ torchaudio==2.1.2
68
+ torchvision==0.16.2
69
  tqdm==4.66.1
70
+ transformers==4.36.2
71
+ typer==0.12.3
72
+ typing_extensions==4.9.0
73
+ tzdata==2023.4
74
  urllib3==2.1.0
75
+ uvicorn==0.25.0
76
  websockets==11.0.3
 
 
77
  zipp==3.17.0