From 12330dfea9c645d56da06de0f95b47a1d644a084 Mon Sep 17 00:00:00 2001 From: Aaron Helsinger Date: Wed, 2 Oct 2019 15:38:56 -0400 Subject: [PATCH] OK, 3.7 fails due to watchdog. Stick with 3.6 for now --- .travis.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23f1929..cbaca80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - "3.6" - - "3.7" +# - "3.7" (fails due to watchdog; skip for now) install: # Setup anaconda. See http://conda.pydata.org/docs/travis.html diff --git a/README.md b/README.md index e9d8db9..e95eb7b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ def tomo(f, q1: qreg, q2: qreg): * Install `git` and `buildessentials` packages * `git-lfs` is now required: See https://git-lfs.github.com/ * Download it & unpack and run `install.sh` - * Install python 3.6+; easiest done using [Anaconda](https://www.anaconda.com/distribution/#download-section) + * Install python 3.6; easiest done using [Anaconda](https://www.anaconda.com/distribution/#download-section) * See below for sample installation given an Anaconda install * You will need python 3 compatible atom (either atom 1.0.0-dev or ecpy channel atom 0.4) * Install QGL: (https://github.com/BBN-Q/QGL) @@ -141,7 +141,7 @@ config: ### Dependencies * Working [https://github.com/BBN-Q/QGL] installation (including `networkx`, `numpy`, `scipy`, `bqplot`, `sqlalchemy`) - * Python 3.6+ + * Python 3.6 * watchdog and meta * PYTHONPATH includes `/src/python`