changeset 754:3175fd4d0418

use local FuXi checkout of https://github.com/drewp/FuXi (and some other dep updates) Ignore-this: 7d32ca4fcf5f3064b7615c279eb10ac1
author drewp@bigasterisk.com
date Thu, 13 Feb 2020 22:58:56 -0800
parents 098ea942aefe
children ffcad6bf9c57
files service/reasoning/Dockerfile service/reasoning/requirements.txt
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/service/reasoning/Dockerfile	Thu Feb 13 22:58:23 2020 -0800
+++ b/service/reasoning/Dockerfile	Thu Feb 13 22:58:56 2020 -0800
@@ -5,6 +5,9 @@
 COPY requirements.txt ./
 RUN pip install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt
 
+COPY FuXi/ FuXi
+RUN pip install ./FuXi
+
 COPY *.n3 *.py *.html req* ./
 COPY input ./input
 
--- a/service/reasoning/requirements.txt	Thu Feb 13 22:58:23 2020 -0800
+++ b/service/reasoning/requirements.txt	Thu Feb 13 22:58:56 2020 -0800
@@ -1,8 +1,7 @@
 colorlog==2.6.0
-crochet==1.5.0
+crochet==1.12.0
 cyclone
 docopt
-ipdb
 rx==1.6.1
 service_identity
 treq==18.6.0
@@ -10,7 +9,6 @@
 
 rdflib==4.2.2
 rdflib_jsonld==0.4.0
-git+http://github.com/drewp/FuXi.git@003fb48984e9813808a23ba152798c125718f0e7#egg=FuXi
 git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93#egg=scales
 
 cycloneerr