Jishan2019 commited on
Commit
1d1685b
·
verified ·
1 Parent(s): 71dba80

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +92 -7
requirements.txt CHANGED
@@ -1,10 +1,95 @@
1
- streamlit==1.52.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  numpy==2.2.6
3
- pillow==12.0.0
4
-
5
- opencv-python-headless==4.12.0.88
6
  onnxruntime==1.23.2
7
- huggingface-hub==0.36.0
8
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  transformers==4.57.3
10
- torch==2.2.2
 
 
 
 
 
 
1
+ altair==6.0.0
2
+ appnope==0.1.4
3
+ asttokens==3.0.1
4
+ attrs==25.4.0
5
+ blinker==1.9.0
6
+ cachetools==6.2.4
7
+ certifi==2026.1.4
8
+ charset-normalizer==3.4.4
9
+ click==8.3.1
10
+ coloredlogs==15.0.1
11
+ comm==0.2.3
12
+ contourpy==1.3.3
13
+ cycler==0.12.1
14
+ debugpy==1.8.19
15
+ decorator==5.2.1
16
+ executing==2.2.1
17
+ filelock==3.20.1
18
+ flatbuffers==25.12.19
19
+ fonttools==4.61.1
20
+ fsspec==2025.12.0
21
+ gitdb==4.0.12
22
+ GitPython==3.1.46
23
+ hf-xet==1.2.0
24
+ huggingface-hub==0.36.0
25
+ humanfriendly==10.0
26
+ idna==3.11
27
+ importlib_metadata==8.7.1
28
+ ipykernel==7.1.0
29
+ ipython==9.8.0
30
+ ipython_pygments_lexers==1.1.1
31
+ jedi==0.19.2
32
+ Jinja2==3.1.6
33
+ joblib==1.5.3
34
+ jsonschema==4.25.1
35
+ jsonschema-specifications==2025.9.1
36
+ jupyter_client==8.7.0
37
+ jupyter_core==5.9.1
38
+ kiwisolver==1.4.9
39
+ MarkupSafe==3.0.3
40
+ matplotlib==3.10.8
41
+ matplotlib-inline==0.2.1
42
+ mpmath==1.3.0
43
+ narwhals==2.14.0
44
+ nest-asyncio==1.6.0
45
+ networkx==3.6.1
46
  numpy==2.2.6
 
 
 
47
  onnxruntime==1.23.2
48
+ opencv-python==4.12.0.88
49
+ packaging==25.0
50
+ pandas==2.3.3
51
+ parso==0.8.5
52
+ pexpect==4.9.0
53
+ pillow==12.0.0
54
+ platformdirs==4.5.1
55
+ prompt_toolkit==3.0.52
56
+ protobuf==6.33.2
57
+ psutil==7.2.0
58
+ ptyprocess==0.7.0
59
+ pure_eval==0.2.3
60
+ pyarrow==22.0.0
61
+ pydeck==0.9.1
62
+ Pygments==2.19.2
63
+ pyparsing==3.3.1
64
+ python-dateutil==2.9.0.post0
65
+ pytz==2025.2
66
+ PyYAML==6.0.3
67
+ pyzmq==27.1.0
68
+ referencing==0.37.0
69
+ regex==2025.11.3
70
+ requests==2.32.5
71
+ rpds-py==0.30.0
72
+ safetensors==0.7.0
73
+ scikit-learn==1.8.0
74
+ scipy==1.16.3
75
+ six==1.17.0
76
+ smmap==5.0.2
77
+ stack-data==0.6.3
78
+ streamlit==1.52.2
79
+ sympy==1.14.0
80
+ tenacity==9.1.2
81
+ threadpoolctl==3.6.0
82
+ tokenizers==0.22.1
83
+ toml==0.10.2
84
+ torch==2.9.1
85
+ torchvision==0.24.1
86
+ tornado==6.5.4
87
+ tqdm==4.67.1
88
+ traitlets==5.14.3
89
  transformers==4.57.3
90
+ typing_extensions==4.15.0
91
+ tzdata==2025.3
92
+ urllib3==2.6.2
93
+ watermark==2.6.0
94
+ wcwidth==0.2.14
95
+ zipp==3.23.0