Daniel0315 commited on
Commit
232d3ec
ยท
verified ยท
1 Parent(s): fea6612

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- streamlit==1.39.0
2
- pandas==2.2.2
3
- pyarrow==17.0.0
4
- plotly==5.24.1
5
- networkx==3.3
6
- pyvis==0.3.2
 
7
  huggingface_hub>=0.20.0
 
1
+ # ๋ฒ„์ „ ์™„ํ™” โ†’ pre-built wheel ์‚ฌ์šฉ์œผ๋กœ ๋นŒ๋“œ ์†๋„ ๊ฐœ์„ 
2
+ streamlit>=1.39.0
3
+ pandas>=2.0,<3
4
+ pyarrow>=15.0
5
+ plotly>=5.0
6
+ networkx>=3.0
7
+ pyvis>=0.3.2
8
  huggingface_hub>=0.20.0