Closed drobert-bfm closed 4 months ago
Thank you for you interest in improving Deepparse.
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.
Update: Gensim does not yet support wheels for Python 3.12.
It should be resolved soon.
Update: A new release is expected in the next two to three weeks (ref).
It will be fixed in release 0.9.10; I have fixed the SciPy version until Gensim does a release.
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.