ansys-mechanical-core 0.11.20__tar.gz → 0.11.21__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 (52) hide show
  1. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/PKG-INFO +2 -9
  2. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/pyproject.toml +2 -9
  3. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/LICENSE +0 -0
  4. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/README.rst +0 -0
  5. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/__init__.py +0 -0
  6. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/_version.py +0 -0
  7. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/__init__.py +0 -0
  8. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/addins.py +0 -0
  9. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/app.py +0 -0
  10. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/app_libraries.py +0 -0
  11. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/appdata.py +0 -0
  12. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/background.py +0 -0
  13. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/cleanup_gui.py +0 -0
  14. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/enum_importer.py +0 -0
  15. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/global_importer.py +0 -0
  16. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/graphics/__init__.py +0 -0
  17. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/graphics/embedding_plotter.py +0 -0
  18. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/graphics/usd_converter.py +0 -0
  19. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/graphics/utils.py +0 -0
  20. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/imports.py +0 -0
  21. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/initializer.py +0 -0
  22. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/loader.py +0 -0
  23. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/logger/__init__.py +0 -0
  24. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/logger/environ.py +0 -0
  25. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/logger/linux_api.py +0 -0
  26. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/logger/sinks.py +0 -0
  27. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/logger/windows_api.py +0 -0
  28. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/messages.py +0 -0
  29. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/poster.py +0 -0
  30. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/resolver.py +0 -0
  31. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/rpc/__init__.py +0 -0
  32. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/rpc/client.py +0 -0
  33. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/rpc/default_server.py +0 -0
  34. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/rpc/server.py +0 -0
  35. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/rpc/utils.py +0 -0
  36. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/runtime.py +0 -0
  37. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/shims.py +0 -0
  38. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/transaction.py +0 -0
  39. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/ui.py +0 -0
  40. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/utils.py +0 -0
  41. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/embedding/warnings.py +0 -0
  42. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/errors.py +0 -0
  43. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/examples/__init__.py +0 -0
  44. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/examples/downloads.py +0 -0
  45. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/feature_flags.py +0 -0
  46. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/ide_config.py +0 -0
  47. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/launcher.py +0 -0
  48. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/logging.py +0 -0
  49. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/mechanical.py +0 -0
  50. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/misc.py +0 -0
  51. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/pool.py +0 -0
  52. {ansys_mechanical_core-0.11.20 → ansys_mechanical_core-0.11.21}/src/ansys/mechanical/core/run.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ansys-mechanical-core
3
- Version: 0.11.20
3
+ Version: 0.11.21
4
4
  Summary: A python wrapper for Ansys Mechanical
5
5
  Keywords: pymechanical,mechanical,ansys,pyansys
6
6
  Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
@@ -32,7 +32,6 @@ Requires-Dist: tqdm>=4.45.0
32
32
  Requires-Dist: requests>=2,<3
33
33
  Requires-Dist: sphinx==8.2.3 ; extra == "doc"
34
34
  Requires-Dist: ansys-sphinx-theme[autoapi, changelog]==1.5.2 ; extra == "doc"
35
- Requires-Dist: grpcio==1.73.0 ; extra == "doc"
36
35
  Requires-Dist: imageio-ffmpeg==0.6.0 ; extra == "doc"
37
36
  Requires-Dist: imageio==2.37.0 ; extra == "doc"
38
37
  Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "doc"
@@ -40,12 +39,7 @@ Requires-Dist: jupyterlab>=3.2.8 ; extra == "doc"
40
39
  Requires-Dist: matplotlib==3.10.3 ; extra == "doc"
41
40
  Requires-Dist: numpy==2.2.6 ; extra == "doc"
42
41
  Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
43
- Requires-Dist: pandas==2.3.0 ; extra == "doc"
44
- Requires-Dist: panel==1.7.1 ; extra == "doc"
45
- Requires-Dist: plotly==6.1.2 ; extra == "doc"
46
42
  Requires-Dist: pypandoc==1.15 ; extra == "doc"
47
- Requires-Dist: pytest-sphinx==0.6.3 ; extra == "doc"
48
- Requires-Dist: pythreejs==2.4.2 ; extra == "doc"
49
43
  Requires-Dist: pyvista>=0.39.1 ; extra == "doc"
50
44
  Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "doc"
51
45
  Requires-Dist: sphinx-autodoc-typehints==3.1.0 ; extra == "doc"
@@ -54,13 +48,12 @@ Requires-Dist: sphinx_design==0.6.1 ; extra == "doc"
54
48
  Requires-Dist: sphinx-gallery==0.19.0 ; extra == "doc"
55
49
  Requires-Dist: sphinx-notfound-page==1.1.0 ; extra == "doc"
56
50
  Requires-Dist: sphinxcontrib-websupport==2.0.0 ; extra == "doc"
57
- Requires-Dist: sphinxemoji==0.3.1 ; extra == "doc"
58
51
  Requires-Dist: ansys-tools-visualization-interface>=0.2.6 ; extra == "graphics"
59
52
  Requires-Dist: usd-core==25.5.1 ; extra == "graphics"
60
53
  Requires-Dist: ansys-platform-instancemanagement>=1.0.1 ; extra == "pim"
61
54
  Requires-Dist: rpyc==6.0.2 ; extra == "rpc"
62
55
  Requires-Dist: toolz==1.0.0 ; extra == "rpc"
63
- Requires-Dist: pytest==8.4.0 ; extra == "tests"
56
+ Requires-Dist: pytest==8.4.1 ; extra == "tests"
64
57
  Requires-Dist: pytest-cov==6.2.1 ; extra == "tests"
65
58
  Requires-Dist: pytest-print==1.1.0 ; extra == "tests"
66
59
  Requires-Dist: psutil==7.0.0 ; extra == "tests"
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
  [project]
6
6
  # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
  name = "ansys-mechanical-core"
8
- version = "0.11.20"
8
+ version = "0.11.21"
9
9
  description = "A python wrapper for Ansys Mechanical"
10
10
  readme = "README.rst"
11
11
  requires-python = ">=3.10,<4.0"
@@ -50,7 +50,7 @@ Changelog = "https://mechanical.docs.pyansys.com/version/stable/changelog.html"
50
50
 
51
51
  [project.optional-dependencies]
52
52
  tests = [
53
- "pytest==8.4.0",
53
+ "pytest==8.4.1",
54
54
  "pytest-cov==6.2.1",
55
55
  "pytest-print==1.1.0",
56
56
  "psutil==7.0.0"
@@ -58,7 +58,6 @@ tests = [
58
58
  doc = [
59
59
  "sphinx==8.2.3",
60
60
  "ansys-sphinx-theme[autoapi,changelog]==1.5.2",
61
- "grpcio==1.73.0",
62
61
  "imageio-ffmpeg==0.6.0",
63
62
  "imageio==2.37.0",
64
63
  "jupyter_sphinx==0.5.3",
@@ -66,12 +65,7 @@ doc = [
66
65
  "matplotlib==3.10.3",
67
66
  "numpy==2.2.6",
68
67
  "numpydoc==1.8.0",
69
- "pandas==2.3.0",
70
- "panel==1.7.1",
71
- "plotly==6.1.2",
72
68
  "pypandoc==1.15",
73
- "pytest-sphinx==0.6.3",
74
- "pythreejs==2.4.2",
75
69
  "pyvista>=0.39.1",
76
70
  "sphinx-autobuild==2024.10.3",
77
71
  "sphinx-autodoc-typehints==3.1.0",
@@ -80,7 +74,6 @@ doc = [
80
74
  "sphinx-gallery==0.19.0",
81
75
  "sphinx-notfound-page==1.1.0",
82
76
  "sphinxcontrib-websupport==2.0.0",
83
- "sphinxemoji==0.3.1",
84
77
  ]
85
78
  # Viz option will be removed in future versions
86
79
  viz = [