py37 fixes (#646)

* add python version for nightly build

* update numpy version required

older versions interact poorly on anaconda + python 3.7
This commit is contained in:
Charlotte Weaver
2019-03-14 14:51:55 -07:00
committed by GitHub
parent d8fc7e40a1
commit b6d468376a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
python: "3.6"
script: ./travis-build.sh
- name: "Smoke Tests"
python: "3.6"
if: branch = master AND type = cron
script:
- npm run --prefix client/ smoke-test
+1 -1
View File
@@ -7,7 +7,7 @@ Flask-Cors>=3.0.6
Flask-RESTful>=0.3.6
flatbuffers>=1.10.0
matplotlib>=2.2
numpy>=1.14.5
numpy>=1.15.2
pandas>=0.23.1
scanpy>=1.3.2
scipy>=1.1.0