[Fix] update pip requirement (#427)
* [Fix] fix sklearn bug in requirements * [Fix] fix lintpull/432/head
parent
25ed606ef2
commit
c176fdad6e
|
@ -1,6 +1,6 @@
|
||||||
faiss-cpu
|
faiss-cpu
|
||||||
mmcv>=1.4.2
|
mmcv>=1.4.2
|
||||||
mmselfsup
|
mmselfsup
|
||||||
sklearn
|
scikit-learn
|
||||||
torch
|
torch
|
||||||
torchvision
|
torchvision
|
||||||
|
|
|
@ -4,8 +4,8 @@ matplotlib
|
||||||
mmcls
|
mmcls
|
||||||
numpy
|
numpy
|
||||||
packaging
|
packaging
|
||||||
|
scikit-learn
|
||||||
scipy
|
scipy
|
||||||
six
|
six
|
||||||
sklearn
|
|
||||||
tensorboard
|
tensorboard
|
||||||
tqdm
|
tqdm
|
||||||
|
|
Loading…
Reference in New Issue