add prolog/problog libraries

This commit is contained in:
Nicolas Sebastian Schuler
2025-08-05 08:41:43 +02:00
parent c324247dc3
commit a227795a1a
4 changed files with 38 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ dependencies = [
"numpy>=2.3.2",
"opencv-python>=4.11.0.86",
"langchain-community>=0.3.27",
"pyswip>=0.3.3",
"problog>=2.2.7",
]
[tool.uv]