From 1dff3ab898f31ea5a58d550a94831ec3d408a6a2 Mon Sep 17 00:00:00 2001 From: "Keith J. Jones" Date: Mon, 29 Apr 2019 13:47:31 -0400 Subject: [PATCH] Updated requirements and readme. --- README.md | 8 ++++++++ requirements-manual.txt | 5 +++-- requirements.txt | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index faa3289..e519341 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,14 @@ To use this module outside Docker, you will need the requirement. The following pip install -r requirements.txt ``` +If you have trouble with the FFTW library on a Mac, install it via HomeBrew and pass the directory into pyleargist: + +``` +# brew install fftw +... +# export LIBRARY_PATH=/usr/local/Cellar/fftw/3.3.8/lib/ +``` + ## python-magic If you are running Windows or macOS, please make sure the dependencies for diff --git a/requirements-manual.txt b/requirements-manual.txt index 0d5390e..1b0bdc2 100644 --- a/requirements-manual.txt +++ b/requirements-manual.txt @@ -4,10 +4,11 @@ psycopg2==2.7.5 psycopg2-binary==2.7.5 #tornado==5.0.2 gunicorn==19.8.1 -tensorflow==1.8.0 -tables==3.4.4 +tensorflow==1.13.1 +tables==3.5.1 Flask-Login==0.4.1 Flask-Mail==0.9.1 Flask-Limiter==1.0.1 azure-storage-file==1.3.0 +Cython==0.29.7 git+https://github.com/keithjjones/pyleargist.git@fix-bugs diff --git a/requirements.txt b/requirements.txt index d7e44b6..40e7ed9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ Keras==2.1.6 tsfresh==0.11.0 plaidml==0.3.2 pandas==0.23.4 -SQLAlchemy==1.2.8 +SQLAlchemy==1.3.0 requests==2.20.0 virustotal_api==1.1.10 scipy==1.1.0 @@ -16,8 +16,8 @@ matplotlib==2.2.2 Flask==1.0.2 Flask_WTF==0.14.2 Flask_SQLAlchemy==2.3.2 -numba==0.38.0 +numba==0.43.1 Pillow==5.2.0 python_magic==0.4.15 -scikit_learn==0.19.1 +scikit_learn==0.20.3 -r requirements-manual.txt