Browse Source

Update requirements.txt
* hdbscan fails on old versions of numpy
* https://github.com/scikit-learn-contrib/hdbscan/issues/272

Signed-off-by: egor <egor@sourced.tech>

egor 6 years ago
parent
commit
04455274e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -1,6 +1,6 @@
 clint>=0.5.1,<1.0
 matplotlib>=2.0,<4.0
-numpy>=1.13.1,<2.0
+numpy>=1.16.0,<2.0
 pandas>=0.20.0,<1.0
 PyYAML>=3.12,<4.0
 scipy>=0.19.0,<2.0