Fix dependency issues in compatibility tests (#1951)

* update reqs

* pin scanpy

* merge in fix for race conditions
This commit is contained in:
Madison Dunitz
2020-10-30 10:47:12 -05:00
committed by GitHub
parent 6a1e5f71be
commit 3b6c46ba86
5 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7] # As of Oct 2020 Anndata is not compatible with 3.8
anndata-version: [0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4]
test-suite: [smoke-test, smoke-test-annotations]
steps: