Skip to content

Commit 309e178

Browse files
committed
Add requirements for data sci notebook section.
1 parent b458f9f commit 309e178

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

apps/py/requirements.piptools

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ colorama
33
bs4
44
httpx
55
flask
6+
matplotlib
7+
numpy
8+
scipy
69
sqlalchemy
710
requests
811
pytest

apps/py/requirements.txt

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile requirements.piptools
@@ -23,8 +23,14 @@ click==8.1.7
2323
# via flask
2424
colorama==0.4.6
2525
# via -r requirements.piptools
26+
contourpy==1.2.0
27+
# via matplotlib
28+
cycler==0.12.1
29+
# via matplotlib
2630
flask==3.0.0
2731
# via -r requirements.piptools
32+
fonttools==4.46.0
33+
# via matplotlib
2834
h11==0.14.0
2935
# via httpcore
3036
httpcore==1.0.2
@@ -42,22 +48,38 @@ itsdangerous==2.1.2
4248
# via flask
4349
jinja2==3.1.2
4450
# via flask
51+
kiwisolver==1.4.5
52+
# via matplotlib
4553
markdown-it-py==3.0.0
4654
# via rich
4755
markupsafe==2.1.3
4856
# via
4957
# jinja2
5058
# werkzeug
59+
matplotlib==3.8.2
60+
# via -r requirements.piptools
5161
mdurl==0.1.2
5262
# via markdown-it-py
63+
numpy==1.26.2
64+
# via
65+
# -r requirements.piptools
66+
# contourpy
67+
# matplotlib
68+
# scipy
5369
packaging==23.2
54-
# via pytest
70+
# via
71+
# matplotlib
72+
# pytest
73+
pillow==10.1.0
74+
# via matplotlib
5575
pluggy==1.3.0
5676
# via pytest
5777
pprintpp==0.4.0
5878
# via pytest-clarity
5979
pygments==2.17.2
6080
# via rich
81+
pyparsing==3.1.1
82+
# via matplotlib
6183
pytest==7.4.3
6284
# via
6385
# -r requirements.piptools
@@ -67,10 +89,16 @@ pytest-clarity==1.0.1
6789
# via -r requirements.piptools
6890
pytest-mock==3.12.0
6991
# via -r requirements.piptools
92+
python-dateutil==2.8.2
93+
# via matplotlib
7094
requests==2.31.0
7195
# via -r requirements.piptools
7296
rich==13.7.0
7397
# via pytest-clarity
98+
scipy==1.11.4
99+
# via -r requirements.piptools
100+
six==1.16.0
101+
# via python-dateutil
74102
sniffio==1.3.0
75103
# via
76104
# anyio

0 commit comments

Comments
 (0)