Skip to content

Commit 3464987

Browse files
committed
Move pydantic to core
1 parent 567b2b7 commit 3464987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"neo>=0.14.0",
2929
"probeinterface>=0.2.23",
3030
"packaging",
31+
"pydantic",
3132
]
3233

3334
[build-system]
@@ -97,7 +98,6 @@ full = [
9798
"pandas",
9899
"scipy",
99100
"scikit-learn",
100-
"pydantic",
101101
"networkx",
102102
"distinctipy",
103103
"matplotlib>=3.6", # matplotlib.colormaps

0 commit comments

Comments
 (0)