We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d018733 + 9d1f8e9 commit 3fcb509Copy full SHA for 3fcb509
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
requires-python = ">=3.10"
10
dependencies = [
11
"ipykernel>=6.29.5",
12
- "plotly-3d-primitives>=0.2.1",
+ "plotly-3d-primitives>=0.4.0",
13
]
14
15
[build-system]
@@ -21,6 +21,6 @@ dev = [
21
22
"nbformat>=5.10.4",
23
"pandas>=2.2.3",
24
- "pynitefea>=0.0.96",
+ "pynitefea>=1.0",
25
"scipy>=1.14.1",
26
src/pynite_plotly/__init__.py
@@ -3,4 +3,4 @@
3
"""
4
__version__ = "0.3.0"
5
6
-from pynite_plotly.rendering import Renderer
+from pynite_plotly.rendering import Renderer, plot_model
0 commit comments