Fix gensim not compatible wtih numpy and scipy problem
- Replace numpy with gensim in requirements.txt - Let gensim choose a correct version of numpy and scipy
This commit is contained in:
parent
0af774a28f
commit
bc9905a061
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ configparser
|
||||||
future
|
future
|
||||||
|
|
||||||
# Basic modules
|
# Basic modules
|
||||||
numpy
|
gensim
|
||||||
pipmaster
|
pipmaster
|
||||||
pydantic
|
pydantic
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue