nickusan commited on
Commit
ef51870
·
verified ·
1 Parent(s): 749f74a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +121 -5
requirements.txt CHANGED
@@ -1,5 +1,121 @@
1
- streamlit
2
- torch
3
- transformers>=4.30.0
4
- numpy
5
- sentencepiece
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.11.14
3
+ aiosignal==1.3.2
4
+ altair==5.5.0
5
+ annotated-types==0.7.0
6
+ appnope==0.1.4
7
+ asttokens==3.0.0
8
+ async-timeout==5.0.1
9
+ attrs==25.3.0
10
+ blinker==1.9.0
11
+ cachetools==5.5.2
12
+ certifi==2025.1.31
13
+ charset-normalizer==3.4.1
14
+ click==8.1.8
15
+ colored==2.3.0
16
+ comm==0.2.2
17
+ contourpy==1.3.0
18
+ cycler==0.12.1
19
+ datasets==3.5.0
20
+ debugpy==1.8.12
21
+ decorator==5.2.1
22
+ dill==0.3.8
23
+ distlib==0.3.9
24
+ docker-pycreds==0.4.0
25
+ einops==0.8.1
26
+ eval_type_backport==0.2.2
27
+ exceptiongroup==1.2.2
28
+ executing==2.2.0
29
+ filelock==3.17.0
30
+ fonttools==4.56.0
31
+ frozenlist==1.5.0
32
+ fsspec==2024.12.0
33
+ gitdb==4.0.12
34
+ GitPython==3.1.44
35
+ huggingface-hub==0.29.3
36
+ idna==3.10
37
+ imageio==2.37.0
38
+ importlib_metadata==8.6.1
39
+ importlib_resources==6.5.2
40
+ ipykernel==6.29.5
41
+ ipython==8.18.1
42
+ jedi==0.19.2
43
+ Jinja2==3.1.5
44
+ joblib==1.4.2
45
+ jsonschema==4.23.0
46
+ jsonschema-specifications==2024.10.1
47
+ jupyter_client==8.6.3
48
+ jupyter_core==5.7.2
49
+ kiwisolver==1.4.7
50
+ lazy_loader==0.4
51
+ MarkupSafe==3.0.2
52
+ matplotlib==3.9.4
53
+ matplotlib-inline==0.1.7
54
+ mpmath==1.3.0
55
+ multidict==6.2.0
56
+ multiprocess==0.70.16
57
+ narwhals==1.33.0
58
+ nest-asyncio==1.6.0
59
+ networkx==3.2.1
60
+ numpy==2.0.2
61
+ opencv-python==4.11.0.86
62
+ packaging==24.2
63
+ pandas==2.2.3
64
+ parso==0.8.4
65
+ pexpect==4.9.0
66
+ pillow==11.1.0
67
+ platformdirs==4.3.6
68
+ prompt_toolkit==3.0.50
69
+ propcache==0.3.1
70
+ protobuf==5.29.4
71
+ psutil==7.0.0
72
+ ptyprocess==0.7.0
73
+ pure_eval==0.2.3
74
+ pyarrow==19.0.1
75
+ pydantic==2.11.1
76
+ pydantic_core==2.33.0
77
+ pydeck==0.9.1
78
+ Pygments==2.19.1
79
+ pyparsing==3.2.1
80
+ python-dateutil==2.9.0.post0
81
+ pytz==2025.1
82
+ PyYAML==6.0.2
83
+ pyzmq==26.2.1
84
+ referencing==0.36.2
85
+ regex==2024.11.6
86
+ requests==2.32.3
87
+ rpds-py==0.24.0
88
+ safetensors==0.5.3
89
+ scikit-image==0.24.0
90
+ scikit-learn==1.6.1
91
+ scipy==1.13.1
92
+ seaborn==0.13.2
93
+ sentencepiece==0.2.0
94
+ sentry-sdk==2.24.1
95
+ setproctitle==1.3.5
96
+ smmap==5.0.2
97
+ stack-data==0.6.3
98
+ streamlit==1.44.1
99
+ sympy==1.13.1
100
+ tenacity==9.1.2
101
+ termcolor==2.5.0
102
+ threadpoolctl==3.5.0
103
+ tifffile==2024.8.30
104
+ tokenizers==0.21.1
105
+ toml==0.10.2
106
+ torch==2.6.0
107
+ torchvision==0.21.0
108
+ tornado==6.4.2
109
+ tqdm==4.67.1
110
+ traitlets==5.14.3
111
+ transformers==4.50.3
112
+ typing-inspection==0.4.0
113
+ typing_extensions==4.12.2
114
+ tzdata==2025.1
115
+ urllib3==2.3.0
116
+ virtualenv==20.30.0
117
+ wandb==0.19.8
118
+ wcwidth==0.2.13
119
+ xxhash==3.5.0
120
+ yarl==1.18.3
121
+ zipp==3.21.0