Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed May 17, 2024
1 parent c5b1831 commit de01ac5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ def run(self):
'develop': ExtraDevelop,
'install': ExtraInstall,
},
setup_requires=[
'setuptools>=42.0.0',
'jupyter-core~=5.3.1',
],
install_requires=REQUIREMENTS_BASE,
extras_require={'dev': REQUIREMENTS_DEV}
)

0 comments on commit de01ac5

Please sign in to comment.