Vease-Viewer 1.0.1rc1__tar.gz → 1.0.2__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/PKG-INFO +3 -3
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/pyproject.toml +1 -1
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/requirements_gpu.txt +2 -2
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/src/Vease_Viewer.egg-info/PKG-INFO +3 -3
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/src/Vease_Viewer.egg-info/requires.txt +2 -2
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/LICENSE +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/README.md +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/setup.cfg +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/src/Vease_Viewer.egg-info/SOURCES.txt +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/src/Vease_Viewer.egg-info/dependency_links.txt +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/src/Vease_Viewer.egg-info/entry_points.txt +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.2}/src/Vease_Viewer.egg-info/top_level.txt +0 -0
- {vease_viewer-1.0.1rc1 → vease_viewer-1.0.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: 1.0.
|
3
|
+
Version: 1.0.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
|
@@ -25,8 +25,8 @@ Requires-Dist: jsonschema-specifications==2023.12.1
|
|
25
25
|
Requires-Dist: kiwisolver==1.4.7
|
26
26
|
Requires-Dist: matplotlib==3.9.2
|
27
27
|
Requires-Dist: multidict==6.0.5
|
28
|
-
Requires-Dist: numpy==2.1.
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==0.
|
28
|
+
Requires-Dist: numpy==2.1.3
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==0.3.0
|
30
30
|
Requires-Dist: packaging==24.1
|
31
31
|
Requires-Dist: pillow==11.0.0
|
32
32
|
Requires-Dist: pyparsing==3.2.0
|
@@ -50,11 +50,11 @@ multidict==6.0.5
|
|
50
50
|
# aiohttp
|
51
51
|
# opengeodeweb-viewer
|
52
52
|
# yarl
|
53
|
-
numpy==2.1.
|
53
|
+
numpy==2.1.3
|
54
54
|
# via
|
55
55
|
# contourpy
|
56
56
|
# matplotlib
|
57
|
-
opengeodeweb-viewer[gpu]==0.
|
57
|
+
opengeodeweb-viewer[gpu]==0.3.0
|
58
58
|
# via -r requirements_gpu.in
|
59
59
|
packaging==24.1
|
60
60
|
# via matplotlib
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Vease-Viewer
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.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
|
@@ -25,8 +25,8 @@ Requires-Dist: jsonschema-specifications==2023.12.1
|
|
25
25
|
Requires-Dist: kiwisolver==1.4.7
|
26
26
|
Requires-Dist: matplotlib==3.9.2
|
27
27
|
Requires-Dist: multidict==6.0.5
|
28
|
-
Requires-Dist: numpy==2.1.
|
29
|
-
Requires-Dist: opengeodeweb-viewer[gpu]==0.
|
28
|
+
Requires-Dist: numpy==2.1.3
|
29
|
+
Requires-Dist: opengeodeweb-viewer[gpu]==0.3.0
|
30
30
|
Requires-Dist: packaging==24.1
|
31
31
|
Requires-Dist: pillow==11.0.0
|
32
32
|
Requires-Dist: pyparsing==3.2.0
|
@@ -12,8 +12,8 @@ jsonschema-specifications==2023.12.1
|
|
12
12
|
kiwisolver==1.4.7
|
13
13
|
matplotlib==3.9.2
|
14
14
|
multidict==6.0.5
|
15
|
-
numpy==2.1.
|
16
|
-
opengeodeweb-viewer[gpu]==0.
|
15
|
+
numpy==2.1.3
|
16
|
+
opengeodeweb-viewer[gpu]==0.3.0
|
17
17
|
packaging==24.1
|
18
18
|
pillow==11.0.0
|
19
19
|
pyparsing==3.2.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
|