Skip to content

Commit

Permalink
updated requirements.txt for python dependencies because gensim is re…
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Sep 15, 2024
1 parent ab7172c commit 272a10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matching-ml/src/main/resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gensim==4.3.1
scipy<1.13 # because of gensim -> see https://stackoverflow.com/questions/78279136/importerror-cannot-import-name-triu-from-scipy-linalg-when-importing-gens
flask>=2.0
Werkzeug<=2.2.3 # necessary because starting from 2.3.0 the webserver do not get the request headers
numpy>=1.11.3
Expand Down

0 comments on commit 272a10a

Please sign in to comment.