-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build pin aind data schemas models #49
Conversation
This one would greatly benefit from merging AllenNeuralDynamics/aind-data-schema-models#61 as it would ensure that current rigs running under the old |
I decided to also patch it at the level of the watchdog by creating a functional |
-Add build_watchdog.py Add hook for aind_data_schema_models -Update publish_exe.yml Moves the pyinstaller commandline build to build file module for readability that uses hooks to find hidden imports
…om/AllenNeuralDynamics/aind-watchdog-service into build-pin-aind-data-schemas-models
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.
Added hook and build file to add in aind-data-schema-models
This PR updates the watchdog to be compatible with aind-data-schemas-models >=0.4.
This update will break compatibility with versions prior to 0.4 since the previous "_abbreviation_map" has now been renamed to "abbreviation_map" and
ophys
is no longer a valid modality as it has been superseded bypophys
.Closes #48