Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin jupyter transitive deps in integration tests (#6568)
### Problem As described in pex-tool/pex#561, jupyter's transitive deps float. Today that caused breakage. ### Solution Pin the relevant deps (ht John in pex-tool/pex#562).
- Loading branch information
56cb981
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.
I had to do this internally myself ;)