Skip to content

Commit ff132ef

Browse files
feat(req): added requirements-analsys txt file for notebook only related imports
1 parent 81e7ffa commit ff132ef

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ python -m venv .venv
7676
source .venv/bin/activate
7777
pip install -r requirements.txt
7878

79+
### Analysis Environment (notebooks-related dependencies)
80+
pip install -r requirements-analysis.txt
81+
7982
# Run the full pipeline demo
8083
python scripts/example_end_to_end_pipeline.py
8184

requirements-analysis.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-r requirements.txt
2+
3+
# Exploratory analysis and paper figures
4+
jupyter
5+
notebook
6+
fastparquet

0 commit comments

Comments
 (0)