Skip to content

Commit

Permalink
Merge pull request #612 from xiacunshun/remove_unused_req
Browse files Browse the repository at this point in the history
Remove unnecessary `pyzmq` requirement
  • Loading branch information
ccordoba12 authored Aug 5, 2024
2 parents 6d9a986 + d9ff409 commit d592079
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 d592079

Please sign in to comment.