Vease-Viewer 2.0.0rc5__tar.gz → 2.0.0rc7__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.0rc5
3
+ Version: 2.0.0rc7
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
@@ -23,10 +23,10 @@ Requires-Dist: idna==3.6
23
23
  Requires-Dist: jsonschema==4.21.1
24
24
  Requires-Dist: jsonschema-specifications==2023.12.1
25
25
  Requires-Dist: kiwisolver==1.4.7
26
- Requires-Dist: matplotlib==3.10.0rc1
26
+ Requires-Dist: matplotlib==3.9.3
27
27
  Requires-Dist: multidict==6.0.5
28
- Requires-Dist: numpy==2.2.0rc1
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.0.0rc3
28
+ Requires-Dist: numpy==2.1.3
29
+ Requires-Dist: opengeodeweb-viewer[gpu]==1.0.0
30
30
  Requires-Dist: packaging==24.2
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 = "2.0.0-rc.5"
8
+ version = "2.0.0-rc.7"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -2,7 +2,7 @@
2
2
  # This file is autogenerated by pip-compile with Python 3.10
3
3
  # by the following command:
4
4
  #
5
- # pip-compile --pre requirements_gpu.in
5
+ # pip-compile requirements_gpu.in
6
6
  #
7
7
  aiohttp==3.9.3
8
8
  # via
@@ -45,18 +45,18 @@ jsonschema-specifications==2023.12.1
45
45
  # opengeodeweb-viewer
46
46
  kiwisolver==1.4.7
47
47
  # via matplotlib
48
- matplotlib==3.10.0rc1
48
+ matplotlib==3.9.3
49
49
  # via vtk
50
50
  multidict==6.0.5
51
51
  # via
52
52
  # aiohttp
53
53
  # opengeodeweb-viewer
54
54
  # yarl
55
- numpy==2.2.0rc1
55
+ numpy==2.1.3
56
56
  # via
57
57
  # contourpy
58
58
  # matplotlib
59
- opengeodeweb-viewer[gpu]==1.0.0rc3
59
+ opengeodeweb-viewer[gpu]==1.0.0
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.1
2
2
  Name: Vease-Viewer
3
- Version: 2.0.0rc5
3
+ Version: 2.0.0rc7
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
@@ -23,10 +23,10 @@ Requires-Dist: idna==3.6
23
23
  Requires-Dist: jsonschema==4.21.1
24
24
  Requires-Dist: jsonschema-specifications==2023.12.1
25
25
  Requires-Dist: kiwisolver==1.4.7
26
- Requires-Dist: matplotlib==3.10.0rc1
26
+ Requires-Dist: matplotlib==3.9.3
27
27
  Requires-Dist: multidict==6.0.5
28
- Requires-Dist: numpy==2.2.0rc1
29
- Requires-Dist: opengeodeweb-viewer[gpu]==1.0.0rc3
28
+ Requires-Dist: numpy==2.1.3
29
+ Requires-Dist: opengeodeweb-viewer[gpu]==1.0.0
30
30
  Requires-Dist: packaging==24.2
31
31
  Requires-Dist: pillow==11.0.0
32
32
  Requires-Dist: pyparsing==3.2.0
@@ -10,10 +10,10 @@ idna==3.6
10
10
  jsonschema==4.21.1
11
11
  jsonschema-specifications==2023.12.1
12
12
  kiwisolver==1.4.7
13
- matplotlib==3.10.0rc1
13
+ matplotlib==3.9.3
14
14
  multidict==6.0.5
15
- numpy==2.2.0rc1
16
- opengeodeweb-viewer[gpu]==1.0.0rc3
15
+ numpy==2.1.3
16
+ opengeodeweb-viewer[gpu]==1.0.0
17
17
  packaging==24.2
18
18
  pillow==11.0.0
19
19
  pyparsing==3.2.0
File without changes