Skip to content

Commit 53242e9

Browse files
committed
Update pins
1 parent b5caefe commit 53242e9

File tree

3 files changed

+99
-131
lines changed

3 files changed

+99
-131
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ authors = [
77
]
88
requires-python = ">=3.11"
99
dependencies = [
10-
"numpy==2.0.2",
10+
"numpy==2.2.5",
1111
"plotly>=6.2.0",
1212
"plotly-3d-primitives>=0.4.0",
13-
"pydantic==2.11.7",
13+
"pydantic_core==2.27.2",
14+
"pydantic==2.10.6",
1415
"pynitefea==1.1.2",
1516
"deepmerge>=2.0",
1617
]

src/pynite_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- combos: Functions for bulk importing load combinations
1010
"""
1111

12-
__version__ = "0.6.3"
12+
__version__ = "0.6.4"
1313

1414
from .reports import (
1515
extract_node_reactions,

0 commit comments

Comments
 (0)