Geode-Viewables 3.0.2__tar.gz → 3.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/Geode_Viewables.egg-info/PKG-INFO +5 -5
  2. geode_viewables-3.0.3/Geode_Viewables.egg-info/requires.txt +4 -0
  3. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/PKG-INFO +5 -5
  4. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/lib64/geode_viewables_py_conversion.cpython-310-x86_64-linux-gnu.so +0 -0
  5. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/lib64/geode_viewables_py_qem_proxy.cpython-310-x86_64-linux-gnu.so +0 -0
  6. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/lib64/libGeode-Viewables_conversion.so +0 -0
  7. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/lib64/libGeode-Viewables_qem_proxy.so +0 -0
  8. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/pyproject.toml +1 -1
  9. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/requirements.txt +4 -4
  10. geode_viewables-3.0.2/Geode_Viewables.egg-info/requires.txt +0 -4
  11. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/Geode_Viewables.egg-info/SOURCES.txt +0 -0
  12. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/Geode_Viewables.egg-info/dependency_links.txt +0 -0
  13. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/Geode_Viewables.egg-info/top_level.txt +0 -0
  14. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/README.md +0 -0
  15. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/__init__.py +0 -0
  16. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/conversion.py +0 -0
  17. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/geode_viewables/qem_proxy.py +0 -0
  18. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/setup.cfg +0 -0
  19. {geode_viewables-3.0.2 → geode_viewables-3.0.3}/setup.py +0 -0
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Geode-Viewables
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: Geode module to objects visualization
5
5
  Author-email: Geode-solutions <contact@geode-solutions.com>
6
6
  License: Proprietary
7
7
  Requires-Python: <3.13,>=3.9
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: geode-common==32.*,>=32.1.11
10
- Requires-Dist: opengeode-core==15.*,>=15.4.6
11
- Requires-Dist: opengeode-geosciences==8.*,>=8.0.3
12
- Requires-Dist: opengeode-io==7.*,>=7.0.2
9
+ Requires-Dist: geode-common==33.*,>=33.0.1
10
+ Requires-Dist: opengeode-core==15.*,>=15.4.7
11
+ Requires-Dist: opengeode-geosciences==8.*,>=8.0.4
12
+ Requires-Dist: opengeode-io==7.*,>=7.0.3
13
13
 
14
14
  <h1 align="center">Geode-Viewables<sup><i>by Geode-solutions</i></sup></h1>
15
15
  <h3 align="center">Utilities to help visualizing OpenGeode objects</h3>
@@ -0,0 +1,4 @@
1
+ geode-common==33.*,>=33.0.1
2
+ opengeode-core==15.*,>=15.4.7
3
+ opengeode-geosciences==8.*,>=8.0.4
4
+ opengeode-io==7.*,>=7.0.3
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Geode-Viewables
3
- Version: 3.0.2
3
+ Version: 3.0.3
4
4
  Summary: Geode module to objects visualization
5
5
  Author-email: Geode-solutions <contact@geode-solutions.com>
6
6
  License: Proprietary
7
7
  Requires-Python: <3.13,>=3.9
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: geode-common==32.*,>=32.1.11
10
- Requires-Dist: opengeode-core==15.*,>=15.4.6
11
- Requires-Dist: opengeode-geosciences==8.*,>=8.0.3
12
- Requires-Dist: opengeode-io==7.*,>=7.0.2
9
+ Requires-Dist: geode-common==33.*,>=33.0.1
10
+ Requires-Dist: opengeode-core==15.*,>=15.4.7
11
+ Requires-Dist: opengeode-geosciences==8.*,>=8.0.4
12
+ Requires-Dist: opengeode-io==7.*,>=7.0.3
13
13
 
14
14
  <h1 align="center">Geode-Viewables<sup><i>by Geode-solutions</i></sup></h1>
15
15
  <h3 align="center">Utilities to help visualizing OpenGeode objects</h3>
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
24
24
 
25
25
  [project]
26
26
  name = "Geode-Viewables"
27
- version = "3.0.2"
27
+ version = "3.0.3"
28
28
  description = "Geode module to objects visualization"
29
29
  authors = [{name = "Geode-solutions", email = "contact@geode-solutions.com"}]
30
30
  requires-python = ">=3.9,<3.13"
@@ -4,15 +4,15 @@
4
4
  #
5
5
  # pip-compile bindings/python/requirements.in
6
6
  #
7
- geode-common==32.*,>=32.1.11
7
+ geode-common==33.*,>=33.0.1
8
8
  # via -r bindings/python/requirements.in
9
- opengeode-core==15.*,>=15.4.6
9
+ opengeode-core==15.*,>=15.4.7
10
10
  # via
11
11
  # -r bindings/python/requirements.in
12
12
  # geode-common
13
13
  # opengeode-geosciences
14
14
  # opengeode-io
15
- opengeode-geosciences==8.*,>=8.0.3
15
+ opengeode-geosciences==8.*,>=8.0.4
16
16
  # via -r bindings/python/requirements.in
17
- opengeode-io==7.*,>=7.0.2
17
+ opengeode-io==7.*,>=7.0.3
18
18
  # via -r bindings/python/requirements.in
@@ -1,4 +0,0 @@
1
- geode-common==32.*,>=32.1.11
2
- opengeode-core==15.*,>=15.4.6
3
- opengeode-geosciences==8.*,>=8.0.3
4
- opengeode-io==7.*,>=7.0.2