-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't install using Poetry and recent pandas. #220
Comments
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.
The text was updated successfully, but these errors were encountered: