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.
1 parent ea382f7 commit b5caefeCopy full SHA for b5caefe
pyproject.toml
@@ -10,7 +10,7 @@ dependencies = [
10
"numpy==2.0.2",
11
"plotly>=6.2.0",
12
"plotly-3d-primitives>=0.4.0",
13
- "pydantic==2.39.0",
+ "pydantic==2.11.7",
14
"pynitefea==1.1.2",
15
"deepmerge>=2.0",
16
]
src/pynite_tools/__init__.py
@@ -9,7 +9,7 @@
9
- combos: Functions for bulk importing load combinations
"""
-__version__ = "0.6.2"
+__version__ = "0.6.3"
from .reports import (
extract_node_reactions,
0 commit comments