Vease-Viewer 2.1.1rc1__tar.gz → 2.1.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/PKG-INFO +6 -6
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/pyproject.toml +1 -1
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/requirements_gpu.txt +5 -5
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/src/Vease_Viewer.egg-info/PKG-INFO +6 -6
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/src/Vease_Viewer.egg-info/requires.txt +5 -5
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/LICENSE +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/README.md +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/setup.cfg +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-2.1.1rc1 → vease_viewer-2.1.2}/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.1.
|
3
|
+
Version: 2.1.2
|
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
|
@@ -22,14 +22,14 @@ 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
|
-
Requires-Dist: kiwisolver==1.4.
|
25
|
+
Requires-Dist: kiwisolver==1.4.8
|
26
26
|
Requires-Dist: matplotlib==3.10.0
|
27
27
|
Requires-Dist: multidict==6.0.5
|
28
|
-
Requires-Dist: numpy==2.2.
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==1.1.
|
28
|
+
Requires-Dist: numpy==2.2.1
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==1.1.2
|
30
30
|
Requires-Dist: packaging==24.2
|
31
|
-
Requires-Dist: pillow==11.
|
32
|
-
Requires-Dist: pyparsing==3.2.
|
31
|
+
Requires-Dist: pillow==11.1.0
|
32
|
+
Requires-Dist: pyparsing==3.2.1
|
33
33
|
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
|
@@ -43,7 +43,7 @@ jsonschema-specifications==2023.12.1
|
|
43
43
|
# via
|
44
44
|
# jsonschema
|
45
45
|
# opengeodeweb-viewer
|
46
|
-
kiwisolver==1.4.
|
46
|
+
kiwisolver==1.4.8
|
47
47
|
# via matplotlib
|
48
48
|
matplotlib==3.10.0
|
49
49
|
# via vtk
|
@@ -52,17 +52,17 @@ multidict==6.0.5
|
|
52
52
|
# aiohttp
|
53
53
|
# opengeodeweb-viewer
|
54
54
|
# yarl
|
55
|
-
numpy==2.2.
|
55
|
+
numpy==2.2.1
|
56
56
|
# via
|
57
57
|
# contourpy
|
58
58
|
# matplotlib
|
59
|
-
opengeodeweb-viewer[gpu]==1.1.
|
59
|
+
opengeodeweb-viewer[gpu]==1.1.2
|
60
60
|
# via -r requirements_gpu.in
|
61
61
|
packaging==24.2
|
62
62
|
# via matplotlib
|
63
|
-
pillow==11.
|
63
|
+
pillow==11.1.0
|
64
64
|
# via matplotlib
|
65
|
-
pyparsing==3.2.
|
65
|
+
pyparsing==3.2.1
|
66
66
|
# via matplotlib
|
67
67
|
python-dateutil==2.9.0.post0
|
68
68
|
# via matplotlib
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.2
|
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
|
@@ -22,14 +22,14 @@ 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
|
-
Requires-Dist: kiwisolver==1.4.
|
25
|
+
Requires-Dist: kiwisolver==1.4.8
|
26
26
|
Requires-Dist: matplotlib==3.10.0
|
27
27
|
Requires-Dist: multidict==6.0.5
|
28
|
-
Requires-Dist: numpy==2.2.
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==1.1.
|
28
|
+
Requires-Dist: numpy==2.2.1
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==1.1.2
|
30
30
|
Requires-Dist: packaging==24.2
|
31
|
-
Requires-Dist: pillow==11.
|
32
|
-
Requires-Dist: pyparsing==3.2.
|
31
|
+
Requires-Dist: pillow==11.1.0
|
32
|
+
Requires-Dist: pyparsing==3.2.1
|
33
33
|
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
|
@@ -9,14 +9,14 @@ frozenlist==1.4.1
|
|
9
9
|
idna==3.6
|
10
10
|
jsonschema==4.21.1
|
11
11
|
jsonschema-specifications==2023.12.1
|
12
|
-
kiwisolver==1.4.
|
12
|
+
kiwisolver==1.4.8
|
13
13
|
matplotlib==3.10.0
|
14
14
|
multidict==6.0.5
|
15
|
-
numpy==2.2.
|
16
|
-
opengeodeweb-viewer[gpu]==1.1.
|
15
|
+
numpy==2.2.1
|
16
|
+
opengeodeweb-viewer[gpu]==1.1.2
|
17
17
|
packaging==24.2
|
18
|
-
pillow==11.
|
19
|
-
pyparsing==3.2.
|
18
|
+
pillow==11.1.0
|
19
|
+
pyparsing==3.2.1
|
20
20
|
python-dateutil==2.9.0.post0
|
21
21
|
python-dotenv==1.0.1
|
22
22
|
referencing==0.33.0
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|