Vease-Viewer 2.3.14rc13__tar.gz → 2.3.14rc14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of Vease-Viewer might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Vease-Viewer
3
- Version: 2.3.14rc13
3
+ Version: 2.3.14rc14
4
4
  Summary: Vease-Viewer is the viewer microservice of Vease
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
@@ -17,29 +17,37 @@ Requires-Dist: aiosignal==1.*,>=1.4.0
17
17
  Requires-Dist: attrs==25.*,>=25.3.0
18
18
  Requires-Dist: blinker==1.*,>=1.9.0
19
19
  Requires-Dist: click==8.*,>=8.3.0
20
+ Requires-Dist: contourpy==1.*,>=1.3.3
21
+ Requires-Dist: cycler==0.*,>=0.12.1
20
22
  Requires-Dist: fastjsonschema==2.*,>=2.21.1
21
23
  Requires-Dist: flask==3.*,>=3.1.2
22
24
  Requires-Dist: flask-sqlalchemy==3.*,>=3.1.1
25
+ Requires-Dist: fonttools==4.*,>=4.60.1
23
26
  Requires-Dist: frozenlist==1.*,>=1.7.0
24
27
  Requires-Dist: greenlet==3.*,>=3.2.4
25
28
  Requires-Dist: idna==3.10
26
29
  Requires-Dist: itsdangerous==2.*,>=2.2.0
27
30
  Requires-Dist: jinja2==3.*,>=3.1.6
31
+ Requires-Dist: kiwisolver==1.*,>=1.4.10rc0
28
32
  Requires-Dist: markupsafe==3.*,>=3.0.2
33
+ Requires-Dist: matplotlib==3.*,>=3.10.6
29
34
  Requires-Dist: multidict==6.*,>=6.6.4
35
+ Requires-Dist: numpy==2.*,>=2.3.3
30
36
  Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
37
+ Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc9
38
+ Requires-Dist: packaging==25.0
39
+ Requires-Dist: pillow==11.*,>=11.3.0
32
40
  Requires-Dist: propcache==0.*,>=0.3.2
41
+ Requires-Dist: pyparsing==3.*,>=3.3.0a1
42
+ Requires-Dist: python-dateutil==2.9.*,>=2.9.0.post0
43
+ Requires-Dist: six==1.*,>=1.17.0
33
44
  Requires-Dist: sqlalchemy==2.*,>=2.0.43
34
45
  Requires-Dist: typing-extensions==4.*,>=4.15.0
46
+ Requires-Dist: vtk==9.*,>=9.5.2
35
47
  Requires-Dist: websocket-client==1.*,>=1.8.0
36
48
  Requires-Dist: werkzeug==3.*,>=3.1.3
37
49
  Requires-Dist: wslink==1.*,>=1.12.4
38
50
  Requires-Dist: yarl==1.*,>=1.20.1
39
- Provides-Extra: gpu
40
- Requires-Dist: vtk==9.3.1; extra == "gpu"
41
- Provides-Extra: cpu
42
- Requires-Dist: vtk-osmesa==9.3.1; extra == "cpu"
43
51
  Dynamic: license-file
44
52
 
45
53
  # Vease-Viewer
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Vease-Viewer"
7
- version = "2.3.14-rc.13"
7
+ version = "2.3.14-rc.14"
8
8
  dynamic = ["dependencies"]
9
9
  authors = [
10
10
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -18,10 +18,6 @@ classifiers = [
18
18
  "Operating System :: OS Independent",
19
19
  ]
20
20
 
21
- [project.optional-dependencies]
22
- gpu = ["vtk == 9.3.1"]
23
- cpu = ["vtk-osmesa == 9.3.1"]
24
-
25
21
  [project.urls]
26
22
  "Homepage" = "https://github.com/Geode-solutions/Vease-Viewer"
27
23
  "Bug Tracker" = "https://github.com/Geode-solutions/Vease-Viewer/issues"
@@ -29,7 +25,6 @@ cpu = ["vtk-osmesa == 9.3.1"]
29
25
  [project.scripts]
30
26
  vease-viewer = "vease_viewer.app:run_viewer"
31
27
 
32
-
33
28
  [tool.setuptools.dynamic]
34
29
  dependencies = {file = ["requirements.txt"]}
35
30
 
@@ -30,6 +30,14 @@ click==8.*,>=8.3.0
30
30
  # flask
31
31
  # opengeodeweb-microservice
32
32
  # opengeodeweb-viewer
33
+ contourpy==1.*,>=1.3.3
34
+ # via
35
+ # matplotlib
36
+ # opengeodeweb-viewer
37
+ cycler==0.*,>=0.12.1
38
+ # via
39
+ # matplotlib
40
+ # opengeodeweb-viewer
33
41
  fastjsonschema==2.*,>=2.21.1
34
42
  # via
35
43
  # opengeodeweb-microservice
@@ -43,6 +51,10 @@ flask-sqlalchemy==3.*,>=3.1.1
43
51
  # via
44
52
  # opengeodeweb-microservice
45
53
  # opengeodeweb-viewer
54
+ fonttools==4.*,>=4.60.1
55
+ # via
56
+ # matplotlib
57
+ # opengeodeweb-viewer
46
58
  frozenlist==1.*,>=1.7.0
47
59
  # via
48
60
  # aiohttp
@@ -67,6 +79,10 @@ jinja2==3.*,>=3.1.6
67
79
  # flask
68
80
  # opengeodeweb-microservice
69
81
  # opengeodeweb-viewer
82
+ kiwisolver==1.*,>=1.4.10rc0
83
+ # via
84
+ # matplotlib
85
+ # opengeodeweb-viewer
70
86
  markupsafe==3.*,>=3.0.2
71
87
  # via
72
88
  # flask
@@ -74,20 +90,49 @@ markupsafe==3.*,>=3.0.2
74
90
  # opengeodeweb-microservice
75
91
  # opengeodeweb-viewer
76
92
  # werkzeug
93
+ matplotlib==3.*,>=3.10.6
94
+ # via
95
+ # opengeodeweb-viewer
96
+ # vtk
77
97
  multidict==6.*,>=6.6.4
78
98
  # via
79
99
  # aiohttp
80
100
  # opengeodeweb-viewer
81
101
  # yarl
102
+ numpy==2.*,>=2.3.3
103
+ # via
104
+ # contourpy
105
+ # matplotlib
106
+ # opengeodeweb-viewer
82
107
  opengeodeweb-microservice==1.*,>=1.0.1rc1
83
108
  # via opengeodeweb-viewer
84
- opengeodeweb-viewer==1.*,>=1.11.0rc8
109
+ opengeodeweb-viewer==1.*,>=1.11.0rc9
85
110
  # via -r requirements-internal.in
111
+ packaging==25.0
112
+ # via
113
+ # matplotlib
114
+ # opengeodeweb-viewer
115
+ pillow==11.*,>=11.3.0
116
+ # via
117
+ # matplotlib
118
+ # opengeodeweb-viewer
86
119
  propcache==0.*,>=0.3.2
87
120
  # via
88
121
  # aiohttp
89
122
  # opengeodeweb-viewer
90
123
  # yarl
124
+ pyparsing==3.*,>=3.3.0a1
125
+ # via
126
+ # matplotlib
127
+ # opengeodeweb-viewer
128
+ python-dateutil==2.9.*,>=2.9.0.post0
129
+ # via
130
+ # matplotlib
131
+ # opengeodeweb-viewer
132
+ six==1.*,>=1.17.0
133
+ # via
134
+ # opengeodeweb-viewer
135
+ # python-dateutil
91
136
  sqlalchemy==2.*,>=2.0.43
92
137
  # via
93
138
  # flask-sqlalchemy
@@ -99,6 +144,8 @@ typing-extensions==4.*,>=4.15.0
99
144
  # opengeodeweb-microservice
100
145
  # opengeodeweb-viewer
101
146
  # sqlalchemy
147
+ vtk==9.*,>=9.5.2
148
+ # via opengeodeweb-viewer
102
149
  websocket-client==1.*,>=1.8.0
103
150
  # via opengeodeweb-viewer
104
151
  werkzeug==3.*,>=3.1.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Vease-Viewer
3
- Version: 2.3.14rc13
3
+ Version: 2.3.14rc14
4
4
  Summary: Vease-Viewer is the viewer microservice of Vease
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/Vease-Viewer
@@ -17,29 +17,37 @@ Requires-Dist: aiosignal==1.*,>=1.4.0
17
17
  Requires-Dist: attrs==25.*,>=25.3.0
18
18
  Requires-Dist: blinker==1.*,>=1.9.0
19
19
  Requires-Dist: click==8.*,>=8.3.0
20
+ Requires-Dist: contourpy==1.*,>=1.3.3
21
+ Requires-Dist: cycler==0.*,>=0.12.1
20
22
  Requires-Dist: fastjsonschema==2.*,>=2.21.1
21
23
  Requires-Dist: flask==3.*,>=3.1.2
22
24
  Requires-Dist: flask-sqlalchemy==3.*,>=3.1.1
25
+ Requires-Dist: fonttools==4.*,>=4.60.1
23
26
  Requires-Dist: frozenlist==1.*,>=1.7.0
24
27
  Requires-Dist: greenlet==3.*,>=3.2.4
25
28
  Requires-Dist: idna==3.10
26
29
  Requires-Dist: itsdangerous==2.*,>=2.2.0
27
30
  Requires-Dist: jinja2==3.*,>=3.1.6
31
+ Requires-Dist: kiwisolver==1.*,>=1.4.10rc0
28
32
  Requires-Dist: markupsafe==3.*,>=3.0.2
33
+ Requires-Dist: matplotlib==3.*,>=3.10.6
29
34
  Requires-Dist: multidict==6.*,>=6.6.4
35
+ Requires-Dist: numpy==2.*,>=2.3.3
30
36
  Requires-Dist: opengeodeweb-microservice==1.*,>=1.0.1rc1
31
- Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc8
37
+ Requires-Dist: opengeodeweb-viewer==1.*,>=1.11.0rc9
38
+ Requires-Dist: packaging==25.0
39
+ Requires-Dist: pillow==11.*,>=11.3.0
32
40
  Requires-Dist: propcache==0.*,>=0.3.2
41
+ Requires-Dist: pyparsing==3.*,>=3.3.0a1
42
+ Requires-Dist: python-dateutil==2.9.*,>=2.9.0.post0
43
+ Requires-Dist: six==1.*,>=1.17.0
33
44
  Requires-Dist: sqlalchemy==2.*,>=2.0.43
34
45
  Requires-Dist: typing-extensions==4.*,>=4.15.0
46
+ Requires-Dist: vtk==9.*,>=9.5.2
35
47
  Requires-Dist: websocket-client==1.*,>=1.8.0
36
48
  Requires-Dist: werkzeug==3.*,>=3.1.3
37
49
  Requires-Dist: wslink==1.*,>=1.12.4
38
50
  Requires-Dist: yarl==1.*,>=1.20.1
39
- Provides-Extra: gpu
40
- Requires-Dist: vtk==9.3.1; extra == "gpu"
41
- Provides-Extra: cpu
42
- Requires-Dist: vtk-osmesa==9.3.1; extra == "cpu"
43
51
  Dynamic: license-file
44
52
 
45
53
  # Vease-Viewer
@@ -4,28 +4,34 @@ aiosignal==1.*,>=1.4.0
4
4
  attrs==25.*,>=25.3.0
5
5
  blinker==1.*,>=1.9.0
6
6
  click==8.*,>=8.3.0
7
+ contourpy==1.*,>=1.3.3
8
+ cycler==0.*,>=0.12.1
7
9
  fastjsonschema==2.*,>=2.21.1
8
10
  flask==3.*,>=3.1.2
9
11
  flask-sqlalchemy==3.*,>=3.1.1
12
+ fonttools==4.*,>=4.60.1
10
13
  frozenlist==1.*,>=1.7.0
11
14
  greenlet==3.*,>=3.2.4
12
15
  idna==3.10
13
16
  itsdangerous==2.*,>=2.2.0
14
17
  jinja2==3.*,>=3.1.6
18
+ kiwisolver==1.*,>=1.4.10rc0
15
19
  markupsafe==3.*,>=3.0.2
20
+ matplotlib==3.*,>=3.10.6
16
21
  multidict==6.*,>=6.6.4
22
+ numpy==2.*,>=2.3.3
17
23
  opengeodeweb-microservice==1.*,>=1.0.1rc1
18
- opengeodeweb-viewer==1.*,>=1.11.0rc8
24
+ opengeodeweb-viewer==1.*,>=1.11.0rc9
25
+ packaging==25.0
26
+ pillow==11.*,>=11.3.0
19
27
  propcache==0.*,>=0.3.2
28
+ pyparsing==3.*,>=3.3.0a1
29
+ python-dateutil==2.9.*,>=2.9.0.post0
30
+ six==1.*,>=1.17.0
20
31
  sqlalchemy==2.*,>=2.0.43
21
32
  typing-extensions==4.*,>=4.15.0
33
+ vtk==9.*,>=9.5.2
22
34
  websocket-client==1.*,>=1.8.0
23
35
  werkzeug==3.*,>=3.1.3
24
36
  wslink==1.*,>=1.12.4
25
37
  yarl==1.*,>=1.20.1
26
-
27
- [cpu]
28
- vtk-osmesa==9.3.1
29
-
30
- [gpu]
31
- vtk==9.3.1