YanBoChen commited on
Commit
8942859
·
1 Parent(s): d3ad7d4

Add requirements.txt for test dependencies

Browse files
Files changed (1) hide show
  1. tests/requirements.txt +95 -0
tests/requirements.txt ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.14
4
+ aiosignal==1.4.0
5
+ annotated-types==0.7.0
6
+ annoy==1.17.3
7
+ anyio==4.9.0
8
+ attrs==25.3.0
9
+ Brotli==1.1.0
10
+ certifi==2025.7.14
11
+ charset-normalizer==3.4.2
12
+ click==8.2.1
13
+ contourpy==1.3.2
14
+ cycler==0.12.1
15
+ datasets==4.0.0
16
+ dill==0.3.8
17
+ distro==1.9.0
18
+ fastapi==0.116.1
19
+ ffmpy==0.6.0
20
+ filelock==3.18.0
21
+ fonttools==4.59.0
22
+ frozenlist==1.7.0
23
+ fsspec==2025.3.0
24
+ gradio==5.38.0
25
+ gradio_client==1.11.0
26
+ groovy==0.1.2
27
+ h11==0.16.0
28
+ hf-xet==1.1.5
29
+ httpcore==1.0.9
30
+ httpx==0.28.1
31
+ huggingface-hub==0.33.4
32
+ idna==3.10
33
+ iniconfig==2.1.0
34
+ Jinja2==3.1.6
35
+ jiter==0.10.0
36
+ joblib==1.5.1
37
+ kiwisolver==1.4.8
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==3.0.2
40
+ matplotlib==3.10.3
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ multidict==6.6.3
44
+ multiprocess==0.70.16
45
+ networkx==3.5
46
+ numpy==2.3.1
47
+ openai==1.97.0
48
+ orjson==3.11.0
49
+ packaging==25.0
50
+ pandas==2.3.1
51
+ pillow==11.3.0
52
+ pluggy==1.6.0
53
+ propcache==0.3.2
54
+ pyarrow==20.0.0
55
+ pydantic==2.11.7
56
+ pydantic_core==2.33.2
57
+ pydub==0.25.1
58
+ Pygments==2.19.2
59
+ pyparsing==3.2.3
60
+ pytest==8.4.1
61
+ python-dateutil==2.9.0.post0
62
+ python-multipart==0.0.20
63
+ pytz==2025.2
64
+ PyYAML==6.0.2
65
+ regex==2024.11.6
66
+ requests==2.32.4
67
+ rich==14.0.0
68
+ ruff==0.12.4
69
+ safehttpx==0.1.6
70
+ safetensors==0.5.3
71
+ scikit-learn==1.7.1
72
+ scipy==1.16.1
73
+ seaborn==0.13.2
74
+ semantic-version==2.10.0
75
+ sentence-transformers==3.0.1
76
+ shellingham==1.5.4
77
+ six==1.17.0
78
+ sniffio==1.3.1
79
+ starlette==0.47.2
80
+ sympy==1.14.0
81
+ threadpoolctl==3.6.0
82
+ tokenizers==0.21.2
83
+ tomlkit==0.13.3
84
+ torch==2.7.1
85
+ tqdm==4.67.1
86
+ transformers==4.53.2
87
+ typer==0.16.0
88
+ typing-inspection==0.4.1
89
+ typing_extensions==4.14.1
90
+ tzdata==2025.2
91
+ urllib3==2.5.0
92
+ uvicorn==0.35.0
93
+ websockets==15.0.1
94
+ xxhash==3.5.0
95
+ yarl==1.20.1