-
Notifications
You must be signed in to change notification settings - Fork 9
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
Upgrade to new matchms release #199
Comments
Fixing this would be great since now I've a |
The reason it takes a bit longer, is that matchms has some new dependencies. For instance pandas 2.0. We did use pickled pandas df's in the tests (now fixed with #221) and as a way of storing embeddings. We could simply store the embeddings as pickled pandas 2.0 df, but this would be double work and break backwards compatibility an extra time, since we want to upgrade to a different embedding storage format anyway. This is being implemented in #228. |
Upgrade to new matchms release and replace ms2query steps that are now covered by matchms:
The text was updated successfully, but these errors were encountered: