mrestrepo commited on
Commit
db069d8
·
1 Parent(s): 786ed74

no freeze requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -67
requirements.txt CHANGED
@@ -1,68 +1,4 @@
1
- aiofiles==23.2.1
2
- altair==5.3.0
3
- annotated-types==0.6.0
4
- anyio==4.3.0
5
- attrs==23.2.0
6
- certifi==2024.2.2
7
- charset-normalizer==3.3.2
8
- click==8.1.7
9
- colorama==0.4.6
10
- contourpy==1.2.1
11
- cycler==0.12.1
12
- dotenv==0.0.5
13
- exceptiongroup==1.2.1
14
- fastapi==0.110.2
15
- ffmpy==0.3.2
16
- filelock==3.13.4
17
- fonttools==4.51.0
18
- fsspec==2024.3.1
19
- gradio==4.27.0
20
- gradio_client==0.15.1
21
- h11==0.14.0
22
- httpcore==1.0.5
23
- httpx==0.27.0
24
- huggingface-hub==0.22.2
25
- idna==3.7
26
- importlib_resources==6.4.0
27
- Jinja2==3.1.3
28
- jsonschema==4.21.1
29
- jsonschema-specifications==2023.12.1
30
- kiwisolver==1.4.5
31
- markdown-it-py==3.0.0
32
- MarkupSafe==2.1.5
33
- matplotlib==3.8.4
34
- mdurl==0.1.2
35
- numpy==1.26.4
36
- orjson==3.10.1
37
- packaging==24.0
38
- pandas==2.2.2
39
- pathlib==1.0.1
40
- pillow==10.3.0
41
- pydantic==2.7.0
42
- pydantic_core==2.18.1
43
- pydub==0.25.1
44
- Pygments==2.17.2
45
- pyparsing==3.1.2
46
- python-dateutil==2.9.0.post0
47
- python-multipart==0.0.9
48
- pytz==2024.1
49
- PyYAML==6.0.1
50
- referencing==0.34.0
51
  requests==2.31.0
52
- rich==13.7.1
53
- rpds-py==0.18.0
54
- ruff==0.4.1
55
- semantic-version==2.10.0
56
- shellingham==1.5.4
57
- six==1.16.0
58
- sniffio==1.3.1
59
- starlette==0.37.2
60
- tomlkit==0.12.0
61
- toolz==0.12.1
62
- tqdm==4.66.2
63
- typer==0.12.3
64
- typing_extensions==4.11.0
65
- tzdata==2024.1
66
- urllib3==2.2.1
67
- uvicorn==0.29.0
68
- websockets==11.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  requests==2.31.0
2
+ pathlib==1.0.1
3
+ python-dotenv==1.0.1
4
+ gradio==4.15.0