Skip to content

Commit

Permalink
remove unused requirement 'pyzmq'
Browse files Browse the repository at this point in the history
'pyzmq' is not used in sources, which was pulled in in 79b0b02

Signed-off-by: cunshunxia <cunshunxia@tencent.com>
  • Loading branch information
xiacunshun committed Jul 19, 2024
1 parent 8f5bcb8 commit d9ff409
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies:
- jupyter_client
- pygments
- ipykernel
- pyzmq >=17.1

# For testing
- coveralls
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
'pygments',
'ipykernel>=4.1', # not a real dependency, but require the reference kernel
'qtpy>=2.4.0',
'pyzmq>=17.1',
'packaging'
],
extras_require = {
Expand Down

0 comments on commit d9ff409

Please sign in to comment.