GRAAL-Research / deepparse

Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning
https://deepparse.org/
GNU Lesser General Public License v3.0
299 stars 30 forks source link

Adding Gensim last update for support 3.12 #225

Closed tavallaie closed 5 months ago

tavallaie commented 5 months ago

Adding the last stable commit of gensim for support Python 3.12, I wrote a similar problem here. https://blog.techbend.io/overcoming-the-hazm-compatibility-challenge-with-python-312

This PR fixes issue #220

davebulaval commented 5 months ago

Does it work with the develop branch instead of a specific commit?

tavallaie commented 5 months ago

Because I don't know which commit will be added next, and it may break deepparse, I stick to the specific commit I know works.

davebulaval commented 5 months ago

Gensim expects a release in two to three weeks ref. Therefore, I prefer to wait for the official release for a more robust approach. In the meantime, one can use a previous version of Gensim.