drop sklearn dependency (#4912)

* drop sklearn dependency

* scipy

Co-authored-by: chaton <thomas@grid.ai>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
This commit is contained in:
Jirka Borovec 2020-12-02 16:22:04 +01:00 committed by GitHub
parent 12cb9942a1
commit b2611b7dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,6 @@
matplotlib>=3.1.1
horovod>=0.20.2 # no need to install with [pytorch] as pytorch is already installed
omegaconf>=2.0.1
# scipy>=0.13.3
scikit-learn>=0.22.2
torchtext>=0.3.1, <0.7 # TODO: temporary fix fix for compatibility
onnx>=1.7.0
onnxruntime>=1.3.0

View File

@ -7,6 +7,8 @@ flake8>=3.6
flake8-black
check-manifest
twine==1.13.0
# scipy>=0.13.3
scikit-learn>=0.22.2
scikit-image>=0.17.2
black>=20.8b1
isort>=5.6.4