Jack-ki1 commited on
Commit
f40c61e
Β·
verified Β·
1 Parent(s): 721021e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -5
requirements.txt CHANGED
@@ -1,5 +1,31 @@
1
- streamlit>=1.28.0
2
- nbformat>=5.9.0
3
- astor>=0.8.1
4
- altair
5
- pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ══════════════════════════════════════════════════════════════
2
+ # PyStreamlit Converter Pro β€” Requirements
3
+ # ══════════════════════════════════════════════════════════════
4
+ # Install: pip install -r requirements.txt
5
+ # Run: streamlit run app.py
6
+
7
+ # ── Core ────────────────────────────────────────────────────
8
+ streamlit>=1.32.0
9
+ nbformat>=5.9.2
10
+
11
+ # ── AST / Code Utilities ────────────────────────────────────
12
+ astor>=0.8.1 # Python < 3.9 fallback (ast.unparse)
13
+
14
+ # ── Data & Visualisation (for sample files & analysis) ──────
15
+ pandas>=2.0.0
16
+ numpy>=1.26.0
17
+ matplotlib>=3.8.0
18
+ seaborn>=0.13.0
19
+ plotly>=5.20.0
20
+ altair>=5.2.0
21
+
22
+ # ── Machine Learning (optional) ─────────────────────────────
23
+ scikit-learn>=1.4.0
24
+ # xgboost>=2.0.0 # uncomment if needed
25
+ # lightgbm>=4.0.0 # uncomment if needed
26
+ # torch>=2.0.0 # uncomment if needed
27
+ # tensorflow>=2.15.0 # uncomment if needed
28
+
29
+ # ── Standard Library (no install needed) ────────────────────
30
+ # difflib, ast, re, io, hashlib, zipfile, pathlib,
31
+ # textwrap, collections, datetime β€” all stdlib