idolezal commited on
Commit
aecd534
ยท
1 Parent(s): ffd19db

Used the freezed version of "requirements.txt" due to problems with compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +84 -10
requirements.txt CHANGED
@@ -1,15 +1,89 @@
1
- gradio==4.42.0
2
- pandas==2.2.3
 
 
 
 
 
 
 
 
3
  azure-cosmos==4.7.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  huggingface-hub==0.25.1
5
- requests==2.32.3
6
- Pyarrow
7
- tabulate==0.9.0
8
- scipy==1.14.1
9
- numpy==2.0.2
10
- scikit-learn==1.5.2
 
 
 
 
 
 
 
11
  numba==0.60.0
12
- gradio_modal==0.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  regex==2024.9.11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  bokeh
15
- tqdm
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.2
3
+ aiohttp==3.10.7
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.0
7
+ async-timeout==4.0.3
8
+ attrs==24.2.0
9
+ Authlib==1.3.2
10
+ azure-core==1.31.0
11
  azure-cosmos==4.7.0
12
+ cffi==1.17.1
13
+ charset-normalizer==3.3.2
14
+ click==8.0.4
15
+ contourpy==1.3.0
16
+ cycler==0.12.1
17
+ datasets==3.0.1
18
+ dill==0.3.8
19
+ exceptiongroup==1.2.2
20
+ ffmpy==0.4.0
21
+ filelock==3.16.1
22
+ fonttools==4.54.1
23
+ frozenlist==1.4.1
24
+ fsspec==2024.6.1
25
+ gradio==4.42.0
26
+ gradio_client==1.3.0
27
+ gradio_modal==0.0.3
28
+ h11==0.14.0
29
+ hf_transfer==0.1.8
30
+ httpcore==1.0.5
31
+ httpx==0.27.2
32
  huggingface-hub==0.25.1
33
+ idna==3.10
34
+ importlib_resources==6.4.5
35
+ itsdangerous==2.2.0
36
+ Jinja2==3.1.4
37
+ joblib==1.4.2
38
+ kiwisolver==1.4.7
39
+ llvmlite==0.43.0
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==2.1.5
42
+ matplotlib==3.9.2
43
+ mdurl==0.1.2
44
+ multidict==6.1.0
45
+ multiprocess==0.70.16
46
  numba==0.60.0
47
+ numpy==2.0.2
48
+ orjson==3.10.7
49
+ packaging==24.1
50
+ pandas==2.2.3
51
+ pillow==10.4.0
52
+ protobuf==3.20.3
53
+ psutil==5.9.8
54
+ pyarrow==17.0.0
55
+ pycparser==2.22
56
+ pydantic==2.9.2
57
+ pydantic_core==2.23.4
58
+ pydub==0.25.1
59
+ Pygments==2.18.0
60
+ pyparsing==3.1.4
61
+ python-dateutil==2.9.0.post0
62
+ python-multipart==0.0.11
63
+ pytz==2024.2
64
+ PyYAML==6.0.2
65
  regex==2024.9.11
66
+ requests==2.32.3
67
+ rich==13.8.1
68
+ ruff==0.6.8
69
+ scikit-learn==1.5.2
70
+ scipy==1.14.1
71
+ semantic-version==2.10.0
72
+ shellingham==1.5.4
73
+ six==1.16.0
74
+ sniffio==1.3.1
75
+ spaces==0.30.2
76
+ starlette==0.38.6
77
+ tabulate==0.9.0
78
+ threadpoolctl==3.5.0
79
+ tomlkit==0.12.0
80
+ tqdm==4.66.5
81
+ typer==0.12.5
82
+ typing_extensions==4.12.2
83
+ tzdata==2024.2
84
+ urllib3==2.2.3
85
+ uvicorn==0.31.0
86
+ websockets==12.0
87
+ xxhash==3.5.0
88
+ yarl==1.13.1
89
  bokeh