Skip to content
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

Feature/update dependencies #798

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Conversation

CKrawczyk
Copy link
Collaborator

Update all the dependencies to the latest versions, this should fix the pip install issues (I hope). Tests are passing locally, but I need to do some deeper tests first to check things are working as intended.

If installed with `online` but redis is not up and running for celery, make sure the unittests use system memory instead.
Also use in memory broker for the other set of batch aggregation tests.  Needed to make all the tests run with the pytest runner (these tests are imported first, and the config needs to be updated at first import).
Just minor changes to the sphinx conf file, the format `intersphinx_mapping` has been updated.
One small change needed for the sentry update (keyword change for a function).
The "safe" dependencies to update (that don't touch Numpy's 2.0 update).  Also removes a depreciation warning for Pandas.
The OPTICS clusters are a bit different with the new version of scikit-learn, not really sure why.  For now just setting a higher `xi` for the test makes it all work again.

Also had to adjust the output data types for some of the text extractor outputs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant