From 613f1a911fd3d79102b5ca4fe1248b900e81b098 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Wed, 14 Aug 2019 14:21:07 -0700 Subject: [PATCH] pin matplotlib dependency (#885) reordering packages does not work from dist install --- server/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index cce14749..3c058312 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,10 +6,11 @@ Flask-Compress>=1.4.0 Flask-Cors>=3.0.6 Flask-RESTful>=0.3.6 flatbuffers>=1.10.0 -scanpy>=1.3.7 -matplotlib>=2.2 +# TODO revert after scanpy updates their dependency on this +matplotlib<3.1 numpy>=1.15.2 pandas>=0.23.1 +scanpy>=1.3.7 scipy>=1.1.0 scikit-learn>=0.19.1,!=0.20.0 tables==3.5.1