awacke1 commited on
Commit
8e8efbf
Β·
verified Β·
1 Parent(s): 68992d1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -62
requirements.txt CHANGED
@@ -1,63 +1,13 @@
1
- # 🌟 Multi-Dataset Explorer Requirements 🌟
2
- # Core dependencies for our awesome dataset exploration app
3
 
4
- # 🎨 UI Framework
5
- gradio>=4.0.0
6
-
7
- # πŸ“Š Data Processing & Analysis
8
- pandas>=2.0.0
9
- numpy>=1.24.0
10
-
11
- # πŸ€— HuggingFace Ecosystem
12
- datasets>=2.14.0
13
- huggingface-hub>=0.17.0
14
- transformers>=4.30.0
15
-
16
- # πŸ₯ MLCroissant for metadata
17
- mlcroissant>=0.8.0
18
-
19
- # 🌐 HTTP & Async
20
- requests>=2.31.0
21
- aiohttp>=3.8.0
22
-
23
- # πŸ–ΌοΈ Image Processing
24
- Pillow>=10.0.0
25
-
26
- # πŸ“Š Data Export & Formats
27
- openpyxl>=3.1.0
28
- xlsxwriter>=3.1.0
29
- pyarrow>=13.0.0
30
- polars>=0.19.0
31
-
32
- # πŸ”§ Data Compression & I/O - gzip is built-in to Python
33
- lz4>=4.3.0
34
-
35
- # 🎯 Progress & Utilities
36
- tqdm>=4.65.0
37
- rich>=13.0.0
38
-
39
- # πŸ”’ Security & Authentication
40
- cryptography>=41.0.0
41
-
42
- # πŸ“ˆ Data Visualization (optional)
43
- plotly>=5.15.0
44
- matplotlib>=3.7.0
45
- seaborn>=0.12.0
46
-
47
- # 🧠 Machine Learning (optional)
48
- torch>=2.0.0
49
-
50
- # 🌍 Internationalization & Utilities
51
- babel>=2.12.0
52
- python-dotenv>=1.0.0
53
- pydantic>=2.0.0
54
-
55
- # πŸ” Text Processing
56
- regex>=2023.0.0
57
-
58
- # πŸ“ File Handling
59
- fsspec>=2023.6.0
60
-
61
- # ⚑ Performance
62
- fastapi>=0.100.0
63
- uvicorn>=0.23.0
 
 
 
1
 
2
+ gradio
3
+ pandas
4
+ requests
5
+ huggingface-hub
6
+ datasets
7
+ mlcroissant
8
+ dask[dataframe]
9
+ polars
10
+ pyarrow
11
+ openpyxl
12
+ s3fs
13
+ tabulate