Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 022e5206 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Make network communication dependencies optional.

This removal was supposed to be part of a past commit
(cd1d0cb1) but had in
fact not been properly finished.

With this commit, install declearn no longer results
in the automatic installation of gRPC and websockets,
which are properly relegated to being optional, user-
triggered-installation, dependencies.

This commit was cherry-picked into r2.0.
Original commit: 3c82f5ce
parent cc89da99
No related branches found
No related tags found
No related merge requests found
Pipeline #764251 waiting for manual action
......@@ -37,12 +37,10 @@ classifiers = [
]
dependencies = [
"cryptography >= 35.0",
"grpcio >= 1.45",
"pandas >= 1.2",
"scikit-learn >= 1.0",
"tomli >= 2.0 ; python_version < '3.11'",
"typing_extensions >= 4.0",
"websockets ~= 10.1",
]
[project.optional-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment