Browse Source

Update requirements.

v0.2.x
jajupmochi 5 years ago
parent
commit
f5439ee8a1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      requirements.txt

+ 3
- 3
requirements.txt View File

@@ -5,6 +5,6 @@ networkx>=2.2
scikit-learn>=0.20.0 scikit-learn>=0.20.0
tabulate>=0.8.2 tabulate>=0.8.2
tqdm>=4.26.0 tqdm>=4.26.0
cvxpy # for preimage.
cvxopt # for preimage.
mosek # for preimage.
cvxpy>=1.0.31 # for preimage.
cvxopt>=1.2.5 # for preimage.
mosek>=9.2.5 # for preimage.

Loading…
Cancel
Save