python3Packages.langchain-ollama: remove dependency relaxation on langchain-core
This commit is contained in:
@@ -40,12 +40,6 @@ buildPythonPackage rec {
|
||||
hatchling
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
# Each component release requests the exact latest core.
|
||||
# That prevents us from updating individual components.
|
||||
"langchain-core"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
langchain-core
|
||||
ollama
|
||||
|
||||
Reference in New Issue
Block a user