Skip to content

Commit

Permalink
pin against bad jupyter-client
Browse files Browse the repository at this point in the history
Summary: this might get pulled before I land this jupyter/jupyter_client#634

Test Plan: bk

Reviewers: max, owen, prha

Reviewed By: prha

Differential Revision: https://dagster.phacility.com/D7340
  • Loading branch information
alangenfeld committed Apr 7, 2021
1 parent 3d66a16 commit ad6070c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python_modules/libraries/dagstermill/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def get_version() -> str:
# https://github.com/nteract/papermill/issues/519,
# https://github.com/ipython/ipykernel/issues/568
"ipykernel>=4.9.0,!=5.4.0,!=5.4.1",
# jupyter-client 6.1.13 breaks, can remove once dropped from pypi
"jupyter-client!=6.1.13",
"nbconvert>=5.4.0,<6.0.0",
"scrapbook >=0.5.0",
"papermill>=1.0.0,<2.0.0",
Expand Down

1 comment on commit ad6070c

@vercel
Copy link

@vercel vercel bot commented on ad6070c Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.