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 302f3bf commit 540f9c7Copy full SHA for 540f9c7
pyproject.toml
@@ -7,11 +7,11 @@ authors = [
7
]
8
requires-python = ">=3.11"
9
dependencies = [
10
- "numpy>=2.0.2",
+ "numpy==2.0.2",
11
"plotly>=6.2.0",
12
"plotly-3d-primitives>=0.4.0",
13
- "pydantic>=2.11.7",
14
- "pynitefea>=1.1.2",
+ "pydantic==2.11.7",
+ "pynitefea==1.1.2",
15
"deepmerge>=2.0",
16
17
0 commit comments