Skip to content

Commit 47b5aea

Browse files
Add missing dependencies to requirements.txt
- Added scipy>=1.10.0 (used for statistical functions) - Added statsmodels>=0.14.0 (used for statistical tests) - Added Pillow>=9.5.0 (used for image processing) These dependencies are used in the Python code examples and were missing from the requirements file. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ad4b8b1 commit 47b5aea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jupyterbook/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ matplotlib>=3.7.0
88
numpy>=1.24.0
99
pandas>=2.0.0
1010
scikit-learn>=1.3.0
11+
scipy>=1.10.0
12+
statsmodels>=0.14.0
13+
14+
# Image processing
15+
Pillow>=9.5.0
1116

1217
# For better notebook execution
1318
nbclient>=0.5.0

0 commit comments

Comments
 (0)