Vease-Viewer 2.0.0rc6__tar.gz → 2.1.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/PKG-INFO +6 -6
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/pyproject.toml +1 -1
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/requirements_gpu.txt +6 -6
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/Vease_Viewer.egg-info/PKG-INFO +6 -6
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/Vease_Viewer.egg-info/requires.txt +5 -5
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/LICENSE +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/README.md +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/setup.cfg +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.0.0rc6 → vease_viewer-2.1.0}/src/vease_viewer/app.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 2.0
|
3
|
+
Version: 2.1.0
|
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,16 +17,16 @@ Requires-Dist: async-timeout==4.0.3
|
|
17
17
|
Requires-Dist: attrs==23.2.0
|
18
18
|
Requires-Dist: contourpy==1.3.1
|
19
19
|
Requires-Dist: cycler==0.12.1
|
20
|
-
Requires-Dist: fonttools==4.55.
|
20
|
+
Requires-Dist: fonttools==4.55.2
|
21
21
|
Requires-Dist: frozenlist==1.4.1
|
22
22
|
Requires-Dist: idna==3.6
|
23
23
|
Requires-Dist: jsonschema==4.21.1
|
24
24
|
Requires-Dist: jsonschema-specifications==2023.12.1
|
25
25
|
Requires-Dist: kiwisolver==1.4.7
|
26
|
-
Requires-Dist: matplotlib==3.
|
26
|
+
Requires-Dist: matplotlib==3.9.3
|
27
27
|
Requires-Dist: multidict==6.0.5
|
28
|
-
Requires-Dist: numpy==2.2.
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==1.0
|
28
|
+
Requires-Dist: numpy==2.2.0
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==1.1.0
|
30
30
|
Requires-Dist: packaging==24.2
|
31
31
|
Requires-Dist: pillow==11.0.0
|
32
32
|
Requires-Dist: pyparsing==3.2.0
|
@@ -34,7 +34,7 @@ Requires-Dist: python-dateutil==2.9.0.post0
|
|
34
34
|
Requires-Dist: python-dotenv==1.0.1
|
35
35
|
Requires-Dist: referencing==0.33.0
|
36
36
|
Requires-Dist: rpds-py==0.18.0
|
37
|
-
Requires-Dist: six==1.
|
37
|
+
Requires-Dist: six==1.17.0
|
38
38
|
Requires-Dist: vtk==9.3.1
|
39
39
|
Requires-Dist: websocket-client==1.7.0
|
40
40
|
Requires-Dist: wslink==1.12.4
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is autogenerated by pip-compile with Python 3.10
|
3
3
|
# by the following command:
|
4
4
|
#
|
5
|
-
# pip-compile
|
5
|
+
# pip-compile requirements_gpu.in
|
6
6
|
#
|
7
7
|
aiohttp==3.9.3
|
8
8
|
# via
|
@@ -26,7 +26,7 @@ contourpy==1.3.1
|
|
26
26
|
# via matplotlib
|
27
27
|
cycler==0.12.1
|
28
28
|
# via matplotlib
|
29
|
-
fonttools==4.55.
|
29
|
+
fonttools==4.55.2
|
30
30
|
# via matplotlib
|
31
31
|
frozenlist==1.4.1
|
32
32
|
# via
|
@@ -45,18 +45,18 @@ jsonschema-specifications==2023.12.1
|
|
45
45
|
# opengeodeweb-viewer
|
46
46
|
kiwisolver==1.4.7
|
47
47
|
# via matplotlib
|
48
|
-
matplotlib==3.
|
48
|
+
matplotlib==3.9.3
|
49
49
|
# via vtk
|
50
50
|
multidict==6.0.5
|
51
51
|
# via
|
52
52
|
# aiohttp
|
53
53
|
# opengeodeweb-viewer
|
54
54
|
# yarl
|
55
|
-
numpy==2.2.
|
55
|
+
numpy==2.2.0
|
56
56
|
# via
|
57
57
|
# contourpy
|
58
58
|
# matplotlib
|
59
|
-
opengeodeweb-viewer[gpu]==1.0
|
59
|
+
opengeodeweb-viewer[gpu]==1.1.0
|
60
60
|
# via -r requirements_gpu.in
|
61
61
|
packaging==24.2
|
62
62
|
# via matplotlib
|
@@ -78,7 +78,7 @@ rpds-py==0.18.0
|
|
78
78
|
# jsonschema
|
79
79
|
# opengeodeweb-viewer
|
80
80
|
# referencing
|
81
|
-
six==1.
|
81
|
+
six==1.17.0
|
82
82
|
# via python-dateutil
|
83
83
|
vtk==9.3.1
|
84
84
|
# via opengeodeweb-viewer
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 2.0
|
3
|
+
Version: 2.1.0
|
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,16 +17,16 @@ Requires-Dist: async-timeout==4.0.3
|
|
17
17
|
Requires-Dist: attrs==23.2.0
|
18
18
|
Requires-Dist: contourpy==1.3.1
|
19
19
|
Requires-Dist: cycler==0.12.1
|
20
|
-
Requires-Dist: fonttools==4.55.
|
20
|
+
Requires-Dist: fonttools==4.55.2
|
21
21
|
Requires-Dist: frozenlist==1.4.1
|
22
22
|
Requires-Dist: idna==3.6
|
23
23
|
Requires-Dist: jsonschema==4.21.1
|
24
24
|
Requires-Dist: jsonschema-specifications==2023.12.1
|
25
25
|
Requires-Dist: kiwisolver==1.4.7
|
26
|
-
Requires-Dist: matplotlib==3.
|
26
|
+
Requires-Dist: matplotlib==3.9.3
|
27
27
|
Requires-Dist: multidict==6.0.5
|
28
|
-
Requires-Dist: numpy==2.2.
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==1.0
|
28
|
+
Requires-Dist: numpy==2.2.0
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==1.1.0
|
30
30
|
Requires-Dist: packaging==24.2
|
31
31
|
Requires-Dist: pillow==11.0.0
|
32
32
|
Requires-Dist: pyparsing==3.2.0
|
@@ -34,7 +34,7 @@ Requires-Dist: python-dateutil==2.9.0.post0
|
|
34
34
|
Requires-Dist: python-dotenv==1.0.1
|
35
35
|
Requires-Dist: referencing==0.33.0
|
36
36
|
Requires-Dist: rpds-py==0.18.0
|
37
|
-
Requires-Dist: six==1.
|
37
|
+
Requires-Dist: six==1.17.0
|
38
38
|
Requires-Dist: vtk==9.3.1
|
39
39
|
Requires-Dist: websocket-client==1.7.0
|
40
40
|
Requires-Dist: wslink==1.12.4
|
@@ -4,16 +4,16 @@ async-timeout==4.0.3
|
|
4
4
|
attrs==23.2.0
|
5
5
|
contourpy==1.3.1
|
6
6
|
cycler==0.12.1
|
7
|
-
fonttools==4.55.
|
7
|
+
fonttools==4.55.2
|
8
8
|
frozenlist==1.4.1
|
9
9
|
idna==3.6
|
10
10
|
jsonschema==4.21.1
|
11
11
|
jsonschema-specifications==2023.12.1
|
12
12
|
kiwisolver==1.4.7
|
13
|
-
matplotlib==3.
|
13
|
+
matplotlib==3.9.3
|
14
14
|
multidict==6.0.5
|
15
|
-
numpy==2.2.
|
16
|
-
opengeodeweb-viewer[gpu]==1.0
|
15
|
+
numpy==2.2.0
|
16
|
+
opengeodeweb-viewer[gpu]==1.1.0
|
17
17
|
packaging==24.2
|
18
18
|
pillow==11.0.0
|
19
19
|
pyparsing==3.2.0
|
@@ -21,7 +21,7 @@ python-dateutil==2.9.0.post0
|
|
21
21
|
python-dotenv==1.0.1
|
22
22
|
referencing==0.33.0
|
23
23
|
rpds-py==0.18.0
|
24
|
-
six==1.
|
24
|
+
six==1.17.0
|
25
25
|
vtk==9.3.1
|
26
26
|
websocket-client==1.7.0
|
27
27
|
wslink==1.12.4
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|