Skip to content

Commit

Permalink
Updated requirements and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
keithjjones committed Apr 29, 2019
1 parent 3714296 commit 1dff3ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions requirements-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ 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
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

0 comments on commit 1dff3ab

Please sign in to comment.