Vease-Viewer 2.2.0rc2__tar.gz → 2.2.1rc1__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.2
2
2
  Name: Vease-Viewer
3
- Version: 2.2.0rc2
3
+ Version: 2.2.1rc1
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
@@ -26,7 +26,7 @@ Requires-Dist: kiwisolver==1.4.8
26
26
  Requires-Dist: matplotlib==3.10.0
27
27
  Requires-Dist: multidict==6.0.5
28
28
  Requires-Dist: numpy==2.2.1
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.2.0
29
+ Requires-Dist: opengeodeweb-viewer[gpu]==1.2.1
30
30
  Requires-Dist: packaging==24.2
31
31
  Requires-Dist: pillow==11.1.0
32
32
  Requires-Dist: pyparsing==3.2.1
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "Vease-Viewer"
8
- version = "2.2.0-rc.2"
8
+ version = "2.2.1-rc.1"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -56,7 +56,7 @@ numpy==2.2.1
56
56
  # via
57
57
  # contourpy
58
58
  # matplotlib
59
- opengeodeweb-viewer[gpu]==1.2.0
59
+ opengeodeweb-viewer[gpu]==1.2.1
60
60
  # via -r requirements_gpu.in
61
61
  packaging==24.2
62
62
  # via matplotlib
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: Vease-Viewer
3
- Version: 2.2.0rc2
3
+ Version: 2.2.1rc1
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
@@ -26,7 +26,7 @@ Requires-Dist: kiwisolver==1.4.8
26
26
  Requires-Dist: matplotlib==3.10.0
27
27
  Requires-Dist: multidict==6.0.5
28
28
  Requires-Dist: numpy==2.2.1
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.2.0
29
+ Requires-Dist: opengeodeweb-viewer[gpu]==1.2.1
30
30
  Requires-Dist: packaging==24.2
31
31
  Requires-Dist: pillow==11.1.0
32
32
  Requires-Dist: pyparsing==3.2.1
@@ -13,7 +13,7 @@ kiwisolver==1.4.8
13
13
  matplotlib==3.10.0
14
14
  multidict==6.0.5
15
15
  numpy==2.2.1
16
- opengeodeweb-viewer[gpu]==1.2.0
16
+ opengeodeweb-viewer[gpu]==1.2.1
17
17
  packaging==24.2
18
18
  pillow==11.1.0
19
19
  pyparsing==3.2.1
File without changes