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

Won't install using Poetry and recent pandas. #220

Closed drobert-bfm closed 4 months ago

drobert-bfm commented 7 months ago

There's a version conflict due to the possibly over-restrictive dependency declared by deepparse on Pandas 2.0.3. Projects which require a recent version of Pandas for other reasons can't install deepparse without triggering this version conflict. Pip will tolerate this (it shouldn't), but poetry refuses to install deepparse as a result.

To reproduce:

Expected Behaviour:

Both current versions of pandas and deepparse install correctly.

github-actions[bot] commented 7 months ago

Thank you for you interest in improving Deepparse.

davebulaval commented 6 months ago

I have fixed it in the dev remote. You can go ahead and install the dev version until I release it.

Gensim also has a dependency problem with SciPy, so I am waiting for them to fix it before releasing a new version.

davebulaval commented 5 months ago

Update: Gensim does not yet support wheels for Python 3.12.

It should be resolved soon.

https://github.com/piskvorky/gensim/issues/3510

davebulaval commented 5 months ago

Update: A new release is expected in the next two to three weeks (ref).

davebulaval commented 4 months ago

It will be fixed in release 0.9.10; I have fixed the SciPy version until Gensim does a release.