Remove double mentions from requirements (#1545)

* Remove one mention of sentence-transformers from requirements

* Remove one mention of sklearn from requirements
This commit is contained in:
bogdankostic 2021-09-30 16:21:24 +02:00 committed by GitHub
parent 9ed726923c
commit a20eec3098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ seqeval
mlflow<=1.13.1
# huggingface repository
transformers==4.7.0
sentence-transformers
# pickle extension for (de-)serialization
dill
# Inference with ONNX models. Install onnxruntime-gpu for Inference on GPUs
@ -30,7 +29,6 @@ fastapi
uvicorn
gunicorn
pandas
sklearn
psycopg2-binary; sys_platform != 'win32' and sys_platform != 'cygwin'
elasticsearch>=7.7,<=7.10
elastic-apm