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 b5caefe commit 53242e9Copy full SHA for 53242e9
pyproject.toml
@@ -7,10 +7,11 @@ authors = [
7
]
8
requires-python = ">=3.11"
9
dependencies = [
10
- "numpy==2.0.2",
+ "numpy==2.2.5",
11
"plotly>=6.2.0",
12
"plotly-3d-primitives>=0.4.0",
13
- "pydantic==2.11.7",
+ "pydantic_core==2.27.2",
14
+ "pydantic==2.10.6",
15
"pynitefea==1.1.2",
16
"deepmerge>=2.0",
17
src/pynite_tools/__init__.py
@@ -9,7 +9,7 @@
- combos: Functions for bulk importing load combinations
"""
-__version__ = "0.6.3"
+__version__ = "0.6.4"
from .reports import (
extract_node_reactions,
0 commit comments