Skip to content

Commit 540f9c7

Browse files
committed
pin numpy, pydantic, pynitefea
1 parent 302f3bf commit 540f9c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)