Skip to content

Commit 07b54ca

Browse files
committed
Merge branch 'fix/database' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/database
2 parents 100c5c0 + 3de6087 commit 07b54ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ frozenlist~=1.0
2222
# via
2323
# aiohttp
2424
# aiosignal
25-
idna==3.10
25+
idna~=3.0
2626
# via yarl
27-
kiwisolver==1.4.10rc0
27+
kiwisolver~=1.0
2828
# via matplotlib
2929
matplotlib~=3.0
3030
# via vtk
@@ -36,27 +36,27 @@ numpy~=2.0
3636
# via
3737
# contourpy
3838
# matplotlib
39-
packaging==25.0
39+
packaging~=25.0
4040
# via matplotlib
4141
pillow~=11.0
4242
# via matplotlib
4343
propcache~=0.0
4444
# via
4545
# aiohttp
4646
# yarl
47-
pyparsing==3.3.0a1
47+
pyparsing~=3.0
4848
# via matplotlib
4949
python-dateutil==2.9.0.post0
5050
# via matplotlib
5151
six~=1.0
5252
# via python-dateutil
53-
typing-extensions~=4.0
53+
typing-extensions==4.15.0
5454
# via aiosignal
55-
vtk==9.5.2
55+
vtk~=9.0
5656
# via -r requirements.in
5757
websocket-client~=1.0
5858
# via -r requirements.in
59-
wslink==1.12.4
59+
wslink~=1.0
6060
# via -r requirements.in
6161
yarl~=1.0
6262
# via aiohttp

0 commit comments

Comments
 (0)