Update requirements.txt
Browse files- 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 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|