8000 Don't install pydantic by default · ludicityrock/llama-cpp-python@7851cc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7851cc1

Browse files
committed
Don't install pydantic by default
1 parent 09707f5 commit 7851cc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
packages=["llama_cpp", "llama_cpp.server"],
1919
install_requires=[
2020
"typing-extensions>=4.5.0",
21-
"pydantic==1.10.7",
2221
],
2322
extras_require={
2423
"server": ["uvicorn>=0.21.1", "fastapi>=0.95.0", "sse-starlette>=1.3.3"],

0 commit comments

Comments
 (0)
0