giggls / osml10n

Localization functions for Openstreetmap
https://tile.openstreetmap.de
GNU General Public License v3.0
14 stars 7 forks source link

Pin scipy to < 1.13 #38

Closed akx closed 4 weeks ago

akx commented 3 months ago

tltk depends on gensim, which currently requires scipy < 1.13 due to some moved functions.

See: https://stackoverflow.com/a/78544073/51685

giggls commented 4 weeks ago

Fixed in newer version of gensim (see c776985)