Skip to content

Commit 0445527

Browse files
author
egor
committedJan 22, 2019
Update requirements.txt
* hdbscan fails on old versions of numpy * scikit-learn-contrib/hdbscan#272 Signed-off-by: egor <egor@sourced.tech>
1 parent e24f608 commit 0445527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
clint>=0.5.1,<1.0
22
matplotlib>=2.0,<4.0
3-
numpy>=1.13.1,<2.0
3+
numpy>=1.16.0,<2.0
44
pandas>=0.20.0,<1.0
55
PyYAML>=3.12,<4.0
66
scipy>=0.19.0,<2.0

0 commit comments

Comments
 (0)