Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ version = "0.1.0"
description = "Encrypted Computing SDK"
requires-python = ">=3.10"
dependencies = [
"protobuf==4.25.8",
"protobuf>=4.25.8",
"regex-spm",
"numpy",
"numpy>=2.2.6",
]

[project.optional-dependencies]
dev = [
"grpcio-tools==1.56.2", # needed for compiling protos from python directly
"grpcio-tools==1.76.0", # needed for compiling protos from python directly
"pytest>=7.4.0",
"pre-commit>=4.3.0",
# pre-commit installs its own version of the tools below,
# but it is convenient to have them locally, too
"ruff>=0.14.2",
"mypy==1.17.1",
"mypy==1.18.2",
"cpplint>=1.6.0",
"pydantic>=2.0.0",
"pydantic>=2.12.4",
# Enables "doxygen" for python
"doxypypy>=0.8.8.7",
# For requirements generation
Expand Down
Loading