From 5ccd20875d31c8035cc2b0394965fa4ac3c6d197 Mon Sep 17 00:00:00 2001 From: lab-pc Date: Wed, 21 Sep 2022 20:02:09 +0800 Subject: [PATCH] update description --- readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c0f393d..cede0ec 100644 --- a/readme.md +++ b/readme.md @@ -14,8 +14,13 @@ ## requirement - - - +TensorFlow==1.15.4 +dppy==0.2.0 +munkres +scikit-learn +cvxopt + +> `cvxopt` requires `Numpy-MKL`, you can get the windows binary [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy). +> And install the `cvxopt` binary from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/#cvxopt) ## acknowledge \ No newline at end of file