Skip to content

Commit 7c913bf

Browse files
fix(Extra): remove gpu & cpu mode, auto handled by vtk
closes Geode-solutions/Vease#121
1 parent c2ca1b7 commit 7c913bf

File tree

9 files changed

+37
-31
lines changed

9 files changed

+37
-31
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ classifiers = [
1919
"Operating System :: OS Independent",
2020
]
2121

22-
[project.optional-dependencies]
23-
gpu = ["vtk == 9.3.1"]
24-
cpu = ["vtk-osmesa == 9.3.1"]
25-
2622
[project.urls]
2723
"Homepage" = "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer"
2824
"Bug Tracker" = "https://github.com/Geode-solutions/OpenGeodeWeb-Viewer/issues"

requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
wslink==1.12.4
2-
websocket_client==1.8.0
2+
websocket_client==1.8.0
3+
vtk==9.5.2

requirements.txt

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt --pre requirements-internal.in requirements.in
5+
# pip-compile --cert=None --client-cert=None --index-url=None --output-file=requirements.txt --pip-args=None requirements-internal.in requirements.in
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
@@ -13,70 +13,80 @@ aiosignal==1.4.0
1313
attrs==25.3.0
1414
# via aiohttp
1515
blinker==1.9.0
16-
# via
17-
# flask
18-
# opengeodeweb-microservice
16+
# via flask
1917
click==8.3.0
20-
# via
21-
# flask
22-
# opengeodeweb-microservice
18+
# via flask
19+
contourpy==1.3.3
20+
# via matplotlib
21+
cycler==0.12.1
22+
# via matplotlib
2323
fastjsonschema==2.21.1
2424
# via opengeodeweb-microservice
2525
flask==3.1.2
26-
# via
27-
# flask-sqlalchemy
28-
# opengeodeweb-microservice
26+
# via flask-sqlalchemy
2927
flask-sqlalchemy==3.1.1
3028
# via opengeodeweb-microservice
29+
fonttools==4.60.0
30+
# via matplotlib
3131
frozenlist==1.7.0
3232
# via
3333
# aiohttp
3434
# aiosignal
3535
greenlet==3.2.4
36-
# via
37-
# opengeodeweb-microservice
38-
# sqlalchemy
36+
# via sqlalchemy
3937
idna==3.10
4038
# via yarl
4139
itsdangerous==2.2.0
42-
# via
43-
# flask
44-
# opengeodeweb-microservice
40+
# via flask
4541
jinja2==3.1.6
46-
# via
47-
# flask
48-
# opengeodeweb-microservice
42+
# via flask
43+
kiwisolver==1.4.9
44+
# via matplotlib
4945
markupsafe==3.0.2
5046
# via
5147
# flask
5248
# jinja2
53-
# opengeodeweb-microservice
5449
# werkzeug
50+
matplotlib==3.10.6
51+
# via vtk
5552
multidict==6.6.4
5653
# via
5754
# aiohttp
5855
# yarl
59-
opengeodeweb-microservice==1.*,>=1.0.1rc1
56+
numpy==2.3.3
57+
# via
58+
# contourpy
59+
# matplotlib
60+
opengeodeweb-microservice==1.0.0
6061
# via -r requirements-internal.in
62+
packaging==25.0
63+
# via matplotlib
64+
pillow==11.3.0
65+
# via matplotlib
6166
propcache==0.3.2
6267
# via
6368
# aiohttp
6469
# yarl
70+
pyparsing==3.2.5
71+
# via matplotlib
72+
python-dateutil==2.9.0.post0
73+
# via matplotlib
74+
six==1.17.0
75+
# via python-dateutil
6576
sqlalchemy==2.0.43
6677
# via
6778
# flask-sqlalchemy
6879
# opengeodeweb-microservice
6980
typing-extensions==4.15.0
7081
# via
7182
# aiosignal
72-
# opengeodeweb-microservice
7383
# sqlalchemy
84+
vtk==9.5.2
85+
# via -r requirements.in
7486
websocket-client==1.8.0
7587
# via -r requirements.in
7688
werkzeug==3.1.3
77-
# via
78-
# flask
79-
# opengeodeweb-microservice
89+
# via flask
8090
wslink==1.12.4
8191
# via -r requirements.in
8292
yarl==1.20.1

src/opengeodeweb_viewer/object/object_methods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def SetPointsVisibility(self, id, visibility):
134134
self.SetVisibility(id, visibility)
135135
else:
136136
actor.GetProperty().SetVertexVisibility(visibility)
137-
actor.GetProperty().SetEdgeVisibility(visibility)
138137
self.render()
139138

140139
def SetPointsSize(self, id, size):
-1.59 KB
Loading
-2.37 KB
Loading
-3.44 KB
Loading
-13.6 KB
Loading
-18.8 KB
Loading

0 commit comments

Comments
 (0)