Skip to content

Commit c179fad

Browse files
committed
🐛 fix mistral common dependency
1 parent 3049bd2 commit c179fad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ transformers = "^4.56.0"
2929
sentence-transformers = "^5.1.0"
3030
dspy = "^2.6.14"
3131
bitsandbytes="^0.45.1"
32-
mistral-common="^1.8.5"
3332
mistral-common = { version = "^1.8.5", extras = ["sentencepiece"] }
3433

3534
[tool.poetry.dev-dependencies]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ torch~=2.8.0
1919
sentence-transformers~=5.1.0
2020
scikit-learn~=1.6.1
2121
bitsandbytes~=0.45.1
22-
mistral-common~=1.8.5
2322
mistral-common[sentencepiece]~=1.8.5

0 commit comments

Comments
 (0)