Skip to content

Commit 0ff1dd3

Browse files
fix experimental and finetuning deps (run-llama#19630)
1 parent c6c5e12 commit 0ff1dd3

File tree

4 files changed

+6861
-2162
lines changed

4 files changed

+6861
-2162
lines changed

llama-index-experimental/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ dev = [
2525

2626
[project]
2727
name = "llama-index-experimental"
28-
version = "0.6.0"
28+
version = "0.6.1"
2929
description = "llama-index experimental package"
3030
authors = [{name = "Your Name", email = "[email protected]"}]
3131
requires-python = ">=3.10,<4.0"
3232
readme = "README.md"
3333
license = "MIT"
3434
dependencies = [
3535
"llama-index-core>=0.13.0,<0.14",
36-
"llama-index-finetuning>=0.3.2,<0.4",
36+
"llama-index-finetuning>=0.4,<0.5",
3737
"pandas<2.3.0",
3838
"duckdb>=1.0.0,<2",
3939
]

0 commit comments

Comments
 (0)