Vease-Viewer 2.0.0rc7__tar.gz → 2.1.0rc2__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: 2.0.0rc7
3
+ Version: 2.1.0rc2
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,7 +17,7 @@ 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.0
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
@@ -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.3
27
27
  Requires-Dist: multidict==6.0.5
28
- Requires-Dist: numpy==2.1.3
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.0.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.16.0
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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "Vease-Viewer"
8
- version = "2.0.0-rc.7"
8
+ version = "2.1.0-rc.2"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -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.0
29
+ fonttools==4.55.2
30
30
  # via matplotlib
31
31
  frozenlist==1.4.1
32
32
  # via
@@ -52,11 +52,11 @@ multidict==6.0.5
52
52
  # aiohttp
53
53
  # opengeodeweb-viewer
54
54
  # yarl
55
- numpy==2.1.3
55
+ numpy==2.2.0
56
56
  # via
57
57
  # contourpy
58
58
  # matplotlib
59
- opengeodeweb-viewer[gpu]==1.0.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.16.0
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.0rc7
3
+ Version: 2.1.0rc2
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,7 +17,7 @@ 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.0
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
@@ -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.3
27
27
  Requires-Dist: multidict==6.0.5
28
- Requires-Dist: numpy==2.1.3
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.0.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.16.0
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,7 +4,7 @@ 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.0
7
+ fonttools==4.55.2
8
8
  frozenlist==1.4.1
9
9
  idna==3.6
10
10
  jsonschema==4.21.1
@@ -12,8 +12,8 @@ jsonschema-specifications==2023.12.1
12
12
  kiwisolver==1.4.7
13
13
  matplotlib==3.9.3
14
14
  multidict==6.0.5
15
- numpy==2.1.3
16
- opengeodeweb-viewer[gpu]==1.0.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.16.0
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