Fix scipy dependency (#37)

This commit is contained in:
Davide Restivo
2025-02-11 09:18:35 +01:00
committed by GitHub
parent afe78b914c
commit d20bc9026f
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ scikit-learn == 1.5.0
sentencepiece == 0.2.0
nltk == 3.8.1
evaluate == 0.4.2
scipy == 1.12.0 # TEMPORARY DEP BECAUSE OF https://github.com/piskvorky/gensim/issues/3525
scipy >= 1.15.0
# Cloud providers
openai == 1.34.0
@@ -40,4 +40,4 @@ trl == 0.9.4
peft == 0.11.1
accelerate == 0.31.0
bitsandbytes == 0.43.1
mteb == 1.12.39
mteb == 1.12.39

View File

@@ -16,7 +16,7 @@ scikit-learn >= 1.5.0
sentencepiece >= 0.2.0
nltk >= 3.8.1
evaluate >= 0.4.2
scipy == 1.12.0 # TEMPORARY DEP BECAUSE OF https://github.com/piskvorky/gensim/issues/3525
scipy >= 1.15.0
# Cloud providers
openai >= 1.34.0
@@ -40,4 +40,4 @@ trl >= 0.9.4
peft >= 0.11.1
accelerate >= 0.31.0
bitsandbytes >= 0.43.1
mteb >= 1.12.39
mteb >= 1.12.39