ozefe commited on
Commit
1d34cfa
·
verified ·
1 Parent(s): 03a6818

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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