Skip to content

Commit eb1d470

Browse files
Add missing scipy package to requirements
This allow to re-run all cells of the notebook without errors
1 parent 339cda9 commit eb1d470

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ numpy
22
matplotlib==3.*
33
seaborn==0.13.*
44
pandas
5+
scipy

requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements.txt --pip-args=None requirements.in
66
#
77
contourpy==1.3.1
88
# via matplotlib
@@ -22,6 +22,7 @@ numpy==2.2.2
2222
# contourpy
2323
# matplotlib
2424
# pandas
25+
# scipy
2526
# seaborn
2627
packaging==24.2
2728
# via matplotlib
@@ -39,6 +40,8 @@ python-dateutil==2.9.0.post0
3940
# pandas
4041
pytz==2025.1
4142
# via pandas
43+
scipy==1.16.2
44+
# via -r requirements.in
4245
seaborn==0.13.2
4346
# via -r requirements.in
4447
six==1.17.0

0 commit comments

Comments
 (0)