Skip to content

Commit 88c3d6e

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/database
2 parents 4307e0d + 3b6bc70 commit 88c3d6e

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --output-file=./requirements.txt --pre ./requirements.in
66
#
7-
aiohappyeyeballs==2.*,>=2.6.1
7+
aiohappyeyeballs~=2.0
88
# via aiohttp
9-
aiohttp==3.*,>=3.12.15
9+
aiohttp~=3.0
1010
# via wslink
11-
aiosignal==1.*,>=1.4.0
11+
aiosignal~=1.0
1212
# via aiohttp
13-
attrs==25.*,>=25.3.0
13+
attrs~=25.0
1414
# via aiohttp
1515
contourpy==1.*,>=1.3.3
1616
# via matplotlib
17-
cycler==0.*,>=0.12.1
17+
cycler~=0.0
1818
# via matplotlib
1919
fonttools==4.*,>=4.60.1
2020
# via matplotlib
21-
frozenlist==1.*,>=1.7.0
21+
frozenlist~=1.0
2222
# via
2323
# aiohttp
2424
# aiosignal
@@ -28,35 +28,37 @@ kiwisolver==1.4.10rc0
2828
# via matplotlib
2929
matplotlib==3.*,>=3.10.6
3030
# via vtk
31-
multidict==6.*,>=6.6.4
31+
multidict~=6.0
3232
# via
3333
# aiohttp
3434
# yarl
35-
numpy==2.*,>=2.3.3
35+
numpy~=2.0
3636
# via
3737
# contourpy
3838
# matplotlib
3939
packaging==25.0
4040
# via matplotlib
41-
pillow==11.*,>=11.3.0
41+
pillow~=11.0
4242
# via matplotlib
43-
propcache==0.*,>=0.3.2
43+
propcache~=0.0
4444
# via
4545
# aiohttp
4646
# yarl
47+
pyparsing==3.3.0a1
4748
pyparsing==3.3.0a1
4849
# via matplotlib
50+
python-dateutil==2.9.0.post0
4951
python-dateutil==2.9.0.post0
5052
# via matplotlib
51-
six==1.*,>=1.17.0
53+
six~=1.0
5254
# via python-dateutil
5355
typing-extensions==4.*,>=4.15.0
5456
# via aiosignal
5557
vtk==9.5.2
5658
# via -r requirements.in
57-
websocket-client==1.*,>=1.8.0
59+
websocket-client~=1.0
5860
# via -r requirements.in
5961
wslink==1.12.4
6062
# via -r requirements.in
61-
yarl==1.*,>=1.20.1
63+
yarl~=1.0
6264
# via aiohttp

0 commit comments

Comments
 (0)