Fix scipy dependency (#37)
This commit is contained in:
@@ -16,7 +16,7 @@ scikit-learn == 1.5.0
|
|||||||
sentencepiece == 0.2.0
|
sentencepiece == 0.2.0
|
||||||
nltk == 3.8.1
|
nltk == 3.8.1
|
||||||
evaluate == 0.4.2
|
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
|
# Cloud providers
|
||||||
openai == 1.34.0
|
openai == 1.34.0
|
||||||
@@ -40,4 +40,4 @@ trl == 0.9.4
|
|||||||
peft == 0.11.1
|
peft == 0.11.1
|
||||||
accelerate == 0.31.0
|
accelerate == 0.31.0
|
||||||
bitsandbytes == 0.43.1
|
bitsandbytes == 0.43.1
|
||||||
mteb == 1.12.39
|
mteb == 1.12.39
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ scikit-learn >= 1.5.0
|
|||||||
sentencepiece >= 0.2.0
|
sentencepiece >= 0.2.0
|
||||||
nltk >= 3.8.1
|
nltk >= 3.8.1
|
||||||
evaluate >= 0.4.2
|
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
|
# Cloud providers
|
||||||
openai >= 1.34.0
|
openai >= 1.34.0
|
||||||
@@ -40,4 +40,4 @@ trl >= 0.9.4
|
|||||||
peft >= 0.11.1
|
peft >= 0.11.1
|
||||||
accelerate >= 0.31.0
|
accelerate >= 0.31.0
|
||||||
bitsandbytes >= 0.43.1
|
bitsandbytes >= 0.43.1
|
||||||
mteb >= 1.12.39
|
mteb >= 1.12.39
|
||||||
|
|||||||
Reference in New Issue
Block a user