Skip to content

Commit 8fa3004

Browse files
opengeodeweb-viewer[cpu]
1 parent de9c67c commit 8fa3004

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OpenGeodeWeb-Viewer[gpu]
1+
OpenGeodeWeb-Viewer[cpu]

tests/integration/microservices/viewer/requirements.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
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+
79
aiohappyeyeballs==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
1517
aiosignal==1.4.0
1618
# via
1719
# aiohttp
1820
# opengeodeweb-viewer
19-
async-timeout==5.0.1
20-
# via opengeodeweb-viewer
2121
attrs==25.3.0
2222
# via
2323
# aiohttp
@@ -28,7 +28,7 @@ cycler==0.12.1
2828
# via matplotlib
2929
fastjsonschema==2.21.1
3030
# via opengeodeweb-viewer
31-
fonttools==4.59.0
31+
fonttools==4.59.2
3232
# via matplotlib
3333
frozenlist==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
4646
multidict==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
5759
packaging==25.0
5860
# via matplotlib
5961
pillow==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
7880
websocket-client==1.8.0
7981
# via opengeodeweb-viewer

0 commit comments

Comments
 (0)