Skip to content

Commit

Permalink
update-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsty committed Sep 9, 2024
1 parent 395e23c commit 929a75d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
base_packages = [
"pandas >= 2.2.1",
"duckdb == 1.0.0",
"lenlp == 1.1.1",
"pyarrow >= 16.1.0",
"tqdm >= 4.66.4",
"joblib >= 1.4.2",
]

eval = ["ranx >= 0.3.16", "beir >= 2.0.0"]
Expand All @@ -20,6 +20,7 @@
"ruff >= 0.4.9",
"pytest-cov >= 5.0.0",
"pytest >= 8.2.1",
"harlequin >= 1.24.0",
]


Expand Down

0 comments on commit 929a75d

Please sign in to comment.