zama-ai / concrete-ml

Concrete ML: Privacy Preserving ML framework using Fully Homomorphic Encryption (FHE), built on top of Concrete, with bindings to traditional ML frameworks.
Other
935 stars 136 forks source link

chore: move away from `dev-dependencies` #773

Closed fd0r closed 2 months ago

fd0r commented 3 months ago

dev-dependencies is deprecated from poetry. This PR changes that.

Another benefit from it is that we should now be able to do: python -m pip install concrete-ml[dev] to install from pypi with all development dependencies.

closes https://github.com/zama-ai/concrete-ml-internal/issues/2005 closes https://github.com/zama-ai/concrete-ml-internal/issues/2319 closes https://github.com/zama-ai/concrete-ml-internal/issues/2685

chore: update licenses

github-actions[bot] commented 2 months ago

Coverage passed ✅

Coverage details

``` ---------- coverage: platform linux, python 3.8.18-final-0 ----------- Name Stmts Miss Cover Missing ------------------------------------- TOTAL 8107 0 100% 60 files skipped due to complete coverage. ```