-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix version conflicts with Jupyter deps
Fixes a problem where Jupyter's require declarations would shadow Emperor's. Specifically while using the newest version of the Jupyter notebook jquery would be updated to version 3.x and that version is not compatible with several dependencies of Emperor. For now this fix ensures that there will be no version conflicts by putting all our dependencies under their own context.
- Loading branch information
1 parent
4527bcd
commit e5c1d7a
Showing
2 changed files
with
16 additions
and
6 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
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