-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Figures of components with index 0 get rendered now (#793)
* Add console log and accept components with index 0 for updating figures on reports * Remove breakpoint * Force Bokeh version to be lower than 3.0 * Fix typo * Changed auto-save settings to line length of 99
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
) | ||
|
||
REQUIRES = [ | ||
"bokeh", | ||
"bokeh<2.3.0", | ||
"mapca~=0.0.1", | ||
"matplotlib", | ||
"nibabel>=2.5.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters