File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed
tests/integration/microservices/viewer Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 2626 cd ./tests/integration/microservices/viewer
2727 python3 -m venv venv
2828 source venv/bin/activate
29- pip install -r requirements.txt
29+ pip install --extra-index-url https://wheels.vtk.org - r requirements.txt
3030 - name : Install and run tests
3131 run : |
3232 npm i
Original file line number Diff line number Diff line change 1- OpenGeodeWeb-Viewer[gpu ]
1+ OpenGeodeWeb-Viewer[cpu ]
Original file line number Diff line number Diff line change 22# This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
5- # pip-compile requirements.in
5+ # pip-compile --extra-index-url=https://wheels.vtk.org --pre requirements.in
66#
7+ --extra-index-url https://wheels.vtk.org
8+
79aiohappyeyeballs == 2.6.1
810 # via
911 # aiohttp
1012 # opengeodeweb-viewer
11- aiohttp == 3.12.14
13+ aiohttp == 3.12.15
1214 # via
1315 # opengeodeweb-viewer
1416 # wslink
1517aiosignal == 1.4.0
1618 # via
1719 # aiohttp
1820 # opengeodeweb-viewer
19- async-timeout == 5.0.1
20- # via opengeodeweb-viewer
2121attrs == 25.3.0
2222 # via
2323 # aiohttp
@@ -28,7 +28,7 @@ cycler==0.12.1
2828 # via matplotlib
2929fastjsonschema == 2.21.1
3030 # via opengeodeweb-viewer
31- fonttools == 4.59.0
31+ fonttools == 4.59.2
3232 # via matplotlib
3333frozenlist == 1.7.0
3434 # via
@@ -39,10 +39,10 @@ idna==3.10
3939 # via
4040 # opengeodeweb-viewer
4141 # yarl
42- kiwisolver == 1.4.8
42+ kiwisolver == 1.4.10rc0
4343 # via matplotlib
44- matplotlib == 3.10.5
45- # via vtk
44+ matplotlib == 3.10.6
45+ # via vtk-osmesa
4646multidict == 6.6.3
4747 # via
4848 # aiohttp
@@ -52,8 +52,10 @@ numpy==2.3.2
5252 # via
5353 # contourpy
5454 # matplotlib
55- opengeodeweb-viewer [gpu ]== 1.10.1
56- # via -r requirements.in
55+ opengeodeweb-viewer [cpu ]== 1.11.0rc3
56+ # via
57+ # -r requirements.in
58+ # opengeodeweb-viewer
5759packaging == 25.0
5860 # via matplotlib
5961pillow == 11.3.0
@@ -73,7 +75,7 @@ typing-extensions==4.14.1
7375 # via
7476 # aiosignal
7577 # opengeodeweb-viewer
76- vtk == 9.3.1
78+ vtk-osmesa == 9.3.1
7779 # via opengeodeweb-viewer
7880websocket-client == 1.8.0
7981 # via opengeodeweb-viewer
You can’t perform that action at this time.
0 commit comments