Skip to content

Commit

Permalink
build: makes install_requires compatible with recent jupyter (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony TRUCHET <[email protected]>
  • Loading branch information
AnthonyTruchet and Anthony TRUCHET authored Aug 4, 2023
1 parent 9d29889 commit ba5c402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name="poetry-kernel",
version="0.1.2",
version="0.1.3",

# Package metadata
author="Pathbird Inc",
Expand All @@ -65,7 +65,7 @@
packages=["poetry_kernel"],
python_requires=">=3.7",
install_requires=[
"jupyter-client ~= 7.0.1",
"jupyter-client >= 7.0.1",
"colorama ~= 0.4.4",
],
**setup_args,
Expand Down

0 comments on commit ba5c402

Please sign in to comment.