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

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