Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Runtime dependencies.
|
| 2 |
+
# Core (scp_dataset.py, export_parquet.py):
|
| 3 |
+
duckdb>=1.0
|
| 4 |
+
thaumiel>=0.1.0 # or install the local clone: pip install ./.references/thaumiel
|
| 5 |
+
|
| 6 |
+
# Report generation (generate_report.py):
|
| 7 |
+
matplotlib>=3.8
|
| 8 |
+
numpy>=1.26
|