-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move away from
dev-dependencies
`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. I looked into dividing into subgroups but there is no way to cleanly group sub-groups. One has to specify all dependencies in the subgroup with `{group = "<group_name>"}` instead of the version, which isn't very convenient. closes zama-ai/concrete-ml-internal#2005 closes zama-ai/concrete-ml-internal#2319 closes zama-ai/concrete-ml-internal#2685 closes zama-ai/concrete-ml-internal#2685
- Loading branch information
Showing
9 changed files
with
435 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6d367701c3ef5eff8763f4e994e03681 | ||
1cde59339dad23a5ecae8ac1192e872e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
adb925c3b7be3e651975febcf49b6543 | ||
1cde59339dad23a5ecae8ac1192e872e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
adb925c3b7be3e651975febcf49b6543 | ||
787b1ddb8ddf395cb9c2fd08b57b99c0 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters