mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 23:28:11 +08:00
extract prepare from main install (#887)
* extract prepare from main install * add requirements-prepare to manifest
This commit is contained in:
@@ -185,11 +185,6 @@ def launch(
|
||||
else:
|
||||
click.echo(f"[cellxgene] Loading data from {basename(data)}.")
|
||||
|
||||
# Fix for anaconda python. matplotlib typically expects python to be installed as a framework TKAgg is usually
|
||||
# available and fixes this issue. See https://matplotlib.org/faq/virtualenv_faq.html
|
||||
import matplotlib as mpl
|
||||
|
||||
mpl.use("TkAgg")
|
||||
from server.app.scanpy_engine.scanpy_engine import ScanpyEngine
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user