extract prepare from main install (#887)

* extract prepare from main install

* add requirements-prepare to manifest
This commit is contained in:
Charlotte Weaver
2019-08-21 14:26:01 -07:00
committed by GitHub
parent b8c05763fe
commit 28c4d28308
6 changed files with 28 additions and 26 deletions
-5
View File
@@ -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: