Skip to content

Commit aa43163

Browse files
author
Daniel Abercrombie
committed
Not PyYAML, numpy
1 parent f646fda commit aa43163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
'more-itertools<6.0.0',
2323
'cherrypy<18.0.0',
2424
'mako',
25-
'numpy>=1.6.1',
25+
'numpy<2.0,>=1.14.5',
2626
'scipy==1.1.0',
2727
'scikit-learn==0.20.3',
2828
'passlib>=1.6',
2929
'bcrypt',
3030
'pyOpenSSL',
31-
'pyyaml>=5.1,<5.2',
31+
'pyyaml>=5.1',
3232
'validators',
3333
'tabulate',
3434
'pymongo<3.5.0',

0 commit comments

Comments
 (0)