Skip to content

Commit

Permalink
Fix installation gui packages when using all selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Oct 29, 2023
1 parent ca239a5 commit a66e90c
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 @@ -47,8 +47,8 @@
"pytest-cov >= 2.8.1",
"pytest-xdist",
],
"dev": ["black", "pre-commit >=1.16"],
"all": ["gui-jupyter", "gui-traitsui"],
"dev": ["black"],
"all": ["exspy[gui-jupyter]", "exspy[gui-traitsui]"],
}


Expand Down

0 comments on commit a66e90c

Please sign in to comment.