Skip to content

Commit 8426ea4

Browse files
fix(dependencies): add forgotten dependencies
1 parent 48e800f commit 8426ea4

File tree

2 files changed

+58
-14
lines changed

2 files changed

+58
-14
lines changed

requirements.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
wslink
2-
numpy
1+
jsonschema
2+
numpy
3+
vtk
4+
wslink

requirements.txt

Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,74 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
7-
aiohttp==3.8.5
7+
aiohttp==3.9.3
88
# via wslink
99
aiosignal==1.3.1
1010
# via aiohttp
1111
async-timeout==4.0.3
1212
# via aiohttp
13-
attrs==23.1.0
14-
# via aiohttp
15-
charset-normalizer==3.2.0
16-
# via aiohttp
17-
frozenlist==1.4.0
13+
attrs==23.2.0
14+
# via
15+
# aiohttp
16+
# jsonschema
17+
# referencing
18+
contourpy==1.2.0
19+
# via matplotlib
20+
cycler==0.12.1
21+
# via matplotlib
22+
fonttools==4.49.0
23+
# via matplotlib
24+
frozenlist==1.4.1
1825
# via
1926
# aiohttp
2027
# aiosignal
21-
idna==3.4
28+
idna==3.6
2229
# via yarl
23-
multidict==6.0.4
30+
importlib-resources==6.1.2
31+
# via matplotlib
32+
jsonschema==4.21.1
33+
# via -r requirements.in
34+
jsonschema-specifications==2023.12.1
35+
# via jsonschema
36+
kiwisolver==1.4.5
37+
# via matplotlib
38+
matplotlib==3.8.3
39+
# via vtk
40+
multidict==6.0.5
2441
# via
2542
# aiohttp
2643
# yarl
27-
numpy==1.25.2
44+
numpy==1.26.4
45+
# via
46+
# -r requirements.in
47+
# contourpy
48+
# matplotlib
49+
packaging==23.2
50+
# via matplotlib
51+
pillow==10.2.0
52+
# via matplotlib
53+
pyparsing==3.1.2
54+
# via matplotlib
55+
python-dateutil==2.9.0.post0
56+
# via matplotlib
57+
referencing==0.33.0
58+
# via
59+
# jsonschema
60+
# jsonschema-specifications
61+
rpds-py==0.18.0
62+
# via
63+
# jsonschema
64+
# referencing
65+
six==1.16.0
66+
# via python-dateutil
67+
vtk==9.3.0
2868
# via -r requirements.in
29-
wslink==1.11.1
69+
wslink==1.12.4
3070
# via -r requirements.in
31-
yarl==1.9.2
71+
yarl==1.9.4
3272
# via aiohttp
73+
zipp==3.17.0
74+
# via importlib-resources

0 commit comments

Comments
 (0)