-
Notifications
You must be signed in to change notification settings - Fork 2
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
use mongo downloader in utilix #190
Conversation
Pull Request Test Coverage Report for Build 11296814121Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @yuema137 , please also remove straxen
from pyproject.toml
.
@dachengx Thanks.I double-checked that there's no remaining |
@@ -38,7 +38,6 @@ pandas = "*" | |||
scikit-learn = "*" | |||
scipy = "*" | |||
strax = "*" | |||
straxen = "*" | |||
graphviz = "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add utilix = ">=0.10.1"
here.
As discussed and implemented here: XENONnT/utilix#141
We propose to move the DB-related operations to
utilix
to reducestraxen
dependency, as importingstraxen
usually takes some time