Skip to content

Commit e25f4f1

Browse files
Update pip requirements and lock file (#133)
Co-authored-by: jayaprabhakar <[email protected]>
1 parent 62cb0e3 commit e25f4f1

File tree

2 files changed

+39
-69
lines changed

2 files changed

+39
-69
lines changed

third_party/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
antlr4-python3-runtime==4.13.1
22
PyYAML==6.0.1
3-
matplotlib==3.8.2
3+
matplotlib==3.9.4
44
numpy==1.26.4
55
protobuf==4.25.3
6-
scipy==1.12.0
6+
scipy==1.14.1

third_party/requirements_lock.txt

Lines changed: 37 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,40 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.in
6+
#
17
antlr4-python3-runtime==4.13.1
2-
PyYAML==6.0.1
3-
matplotlib==3.8.2
8+
# via -r requirements.in
9+
contourpy==1.3.1
10+
# via matplotlib
11+
cycler==0.12.1
12+
# via matplotlib
13+
fonttools==4.55.3
14+
# via matplotlib
15+
kiwisolver==1.4.7
16+
# via matplotlib
17+
matplotlib==3.9.4
18+
# via -r requirements.in
419
numpy==1.26.4
20+
# via
21+
# -r requirements.in
22+
# contourpy
23+
# matplotlib
24+
# scipy
25+
packaging==24.2
26+
# via matplotlib
27+
pillow==11.0.0
28+
# via matplotlib
529
protobuf==4.25.3
6-
scipy==1.12.0
7-
## The following requirements were added by pip freeze:
8-
antlr4-tools==0.2.1
9-
appnope==0.1.4
10-
asttokens==2.4.1
11-
attrs==23.2.0
12-
backcall==0.2.0
13-
beautifulsoup4==4.12.3
14-
bleach==6.1.0
15-
certifi==2023.11.17
16-
charset-normalizer==3.3.2
17-
contourpy==1.2.0
18-
cycler==0.12.1
19-
decorator==5.1.1
20-
defusedxml==0.7.1
21-
docopt==0.6.2
22-
executing==2.0.1
23-
fastjsonschema==2.19.1
24-
fonttools==4.46.0
25-
idna==3.6
26-
install-jdk==1.1.0
27-
ipython==8.12.3
28-
jedi==0.19.1
29-
Jinja2==3.1.3
30-
jsonschema==4.21.1
31-
jsonschema-specifications==2023.12.1
32-
jupyter_client==8.6.0
33-
jupyter_core==5.7.1
34-
jupyterlab_pygments==0.3.0
35-
kiwisolver==1.4.5
36-
MarkupSafe==2.1.5
37-
matplotlib-inline==0.1.6
38-
mistune==3.0.2
39-
nbclient==0.9.0
40-
nbconvert==7.16.1
41-
nbformat==5.9.2
42-
networkx==3.2.1
43-
packaging==23.2
44-
pandocfilters==1.5.1
45-
parso==0.8.3
46-
pexpect==4.9.0
47-
pickleshare==0.7.5
48-
Pillow==10.1.0
49-
pipreqs==0.5.0
50-
platformdirs==4.2.0
51-
prompt-toolkit==3.0.43
52-
ptyprocess==0.7.0
53-
pure-eval==0.2.2
54-
Pygments==2.17.2
55-
pyparsing==3.1.1
56-
python-dateutil==2.8.2
57-
pyzmq==25.1.2
58-
referencing==0.33.0
59-
requests==2.31.0
60-
rpds-py==0.18.0
61-
six==1.16.0
62-
soupsieve==2.5
63-
stack-data==0.6.3
64-
tinycss2==1.2.1
65-
tornado==6.4
66-
traitlets==5.14.1
67-
urllib3==2.2.1
68-
wcwidth==0.2.13
69-
webencodings==0.5.1
70-
yarg==0.1.9
30+
# via -r requirements.in
31+
pyparsing==3.2.0
32+
# via matplotlib
33+
python-dateutil==2.9.0.post0
34+
# via matplotlib
35+
pyyaml==6.0.1
36+
# via -r requirements.in
37+
scipy==1.14.1
38+
# via -r requirements.in
39+
six==1.17.0
40+
# via python-dateutil

0 commit comments

Comments
 (0)