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 0bce8e9 commit 33b2ef2Copy full SHA for 33b2ef2
autorag/pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
urls = { Homepage = "https://github.com/Marker-Inc-Korea/AutoRAG" }
27
dynamic = ["version"]
28
dependencies = [
29
- "pydantic==2.9.2", # incompatible with llama index
+ "pydantic>=2.9.2",
30
"numpy==1.26.4", # temporal not using numpy 2.0.0
31
"pandas>=2.2.3",
32
"tqdm>=4.67.1",
0 commit comments