Skip to content

Commit

Permalink
⬇️ DOWNGRADE: Relax pinning of nbclient
Browse files Browse the repository at this point in the history
Since there are reports of issues with version 0.3,
see: jupyter/nbclient#58
  • Loading branch information
chrisjsewell committed Aug 19, 2020
1 parent 8d39734 commit bd62d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"attrs",
"nbformat",
"nbdime",
"nbclient~=0.4.1",
# note: we do not yet pin to higher, since there are reports of issues with 0.3
# see: https://github.com/jupyter/nbclient/issues/58
"nbclient>=0.2,<0.5",
"sqlalchemy~=1.3.12",
],
extras_require={
Expand Down

0 comments on commit bd62d18

Please sign in to comment.