diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-01-19 18:35:59 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-02-16 16:53:00 -0500 |
| commit | 89def2161123a12b38bc0cedea9853ee02c10c87 (patch) | |
| tree | 95117e43b1565d27550bbf966ada877cfa08cee3 | |
| parent | 3d993778524c523cfa96d80d9f1df88a671bbe24 (diff) | |
pin to numpy 1.16 to fix pyinstaller on windows
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e1ab6e08..e81b32e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ networkx==2.2 shapely lxml appdirs -numpy +numpy<1.16.0 jinja2 requests colormath |
