Skip to content

Commit

Permalink
Update jupyter_server requirement to 1.* instead of 1.1.* (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored Dec 21, 2020
1 parent 37af6f0 commit 6dfe87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'jsonschema>=3.0.1',
'packaging',
'requests',
'jupyter_server~=1.1.0',
'jupyter_server~=1.1',
]

if __name__ == '__main__':
Expand Down

0 comments on commit 6dfe87c

Please sign in to comment.