Skip to content

Commit 1dff3ab

Browse files
committed
Updated requirements and readme.
1 parent 3714296 commit 1dff3ab

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ To use this module outside Docker, you will need the requirement. The following
9393
pip install -r requirements.txt
9494
```
9595

96+
If you have trouble with the FFTW library on a Mac, install it via HomeBrew and pass the directory into pyleargist:
97+
98+
```
99+
# brew install fftw
100+
...
101+
# export LIBRARY_PATH=/usr/local/Cellar/fftw/3.3.8/lib/
102+
```
103+
96104
## python-magic
97105

98106
If you are running Windows or macOS, please make sure the dependencies for

requirements-manual.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ psycopg2==2.7.5
44
psycopg2-binary==2.7.5
55
#tornado==5.0.2
66
gunicorn==19.8.1
7-
tensorflow==1.8.0
8-
tables==3.4.4
7+
tensorflow==1.13.1
8+
tables==3.5.1
99
Flask-Login==0.4.1
1010
Flask-Mail==0.9.1
1111
Flask-Limiter==1.0.1
1212
azure-storage-file==1.3.0
13+
Cython==0.29.7
1314
git+https://github.com/keithjjones/pyleargist.git@fix-bugs

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Keras==2.1.6
88
tsfresh==0.11.0
99
plaidml==0.3.2
1010
pandas==0.23.4
11-
SQLAlchemy==1.2.8
11+
SQLAlchemy==1.3.0
1212
requests==2.20.0
1313
virustotal_api==1.1.10
1414
scipy==1.1.0
1515
matplotlib==2.2.2
1616
Flask==1.0.2
1717
Flask_WTF==0.14.2
1818
Flask_SQLAlchemy==2.3.2
19-
numba==0.38.0
19+
numba==0.43.1
2020
Pillow==5.2.0
2121
python_magic==0.4.15
22-
scikit_learn==0.19.1
22+
scikit_learn==0.20.3
2323
-r requirements-manual.txt

0 commit comments

Comments
 (0)