mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 08:18:11 +08:00
PyQt5 -> PySide2 (#738)
This commit is contained in:
@@ -36,5 +36,5 @@ setup(
|
||||
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
||||
],
|
||||
entry_points={"console_scripts": ["cellxgene = server.cli.cli:cli"]},
|
||||
extras_require=dict(louvain=["python-igraph", "louvain>=0.6"], gui=["PyQt5>=5.12.1", "cefpython3>=66"]),
|
||||
extras_require=dict(louvain=["python-igraph", "louvain>=0.6"], gui=["PySide2>=5.12.3", "cefpython3>=66"]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user