Vease-Viewer 1.0.1__tar.gz → 1.0.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Vease-Viewer
3
- Version: 1.0.1
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.2
29
- Requires-Dist: opengeodeweb-viewer[gpu]==0.2.1
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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "Vease-Viewer"
8
- version = "1.0.1"
8
+ version = "1.0.2"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -50,11 +50,11 @@ multidict==6.0.5
50
50
  # aiohttp
51
51
  # opengeodeweb-viewer
52
52
  # yarl
53
- numpy==2.1.2
53
+ numpy==2.1.3
54
54
  # via
55
55
  # contourpy
56
56
  # matplotlib
57
- opengeodeweb-viewer[gpu]==0.2.1
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.1
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.2
29
- Requires-Dist: opengeodeweb-viewer[gpu]==0.2.1
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.2
16
- opengeodeweb-viewer[gpu]==0.2.1
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