Change psycopg to be binary (#1842)

This commit is contained in:
maniarathi
2020-09-16 14:46:59 -07:00
committed by GitHub
parent 3e9cb0265e
commit a63bf9d5a3
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ jobs:
cellxgene-main-with-python-and-anndata-versions:
name: python versions x anndata versions
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]

View File

@@ -3,7 +3,7 @@ black
bumpversion>=0.5
codecov>=2.0.15
parameterized>=0.7.0
psycopg2==2.7.7
psycopg2-binary>=2.8.5
pytest>=3.6.3
python-jose>=3.2.0
scanpy>=1.4.6