diff --git a/poetry.lock b/poetry.lock index 33355ea..14165a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7585,6 +7585,17 @@ graphgym = ["hydra-core", "protobuf (<4.21)", "pytorch-lightning", "yacs"] modelhub = ["huggingface_hub"] test = ["onnx", "onnxruntime", "pytest", "pytest-cov"] +[[package]] +name = "torchcp" +version = "0.1.3" +description = "A Python toolbox for conformal prediction on deep learning models." +optional = false +python-versions = "*" +files = [ + {file = "torchcp-0.1.3-py3-none-any.whl", hash = "sha256:c88e565d9146d11fd5070c2175d95ab162f3411056f32fb9983463869f08fd25"}, + {file = "torchcp-0.1.3.tar.gz", hash = "sha256:7afca4c00e89f8ea5fd633253719f2ed5569b474d20f84a7f573ed7afcdf61ed"}, +] + [[package]] name = "torchist" version = "0.2.3" @@ -8677,4 +8688,4 @@ dev = ["pre-commit", "pytest", "ruff"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "4aa8543384cc30270d68de881c7a1ba0efa21d4f61406f29003c2de08b4e0f67" +content-hash = "82bb0f6a9dcff5ae66f6036a39291421e1b4f769217bc726ee379e8d6b5125bf" diff --git a/pyproject.toml b/pyproject.toml index a9c6707..30616c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ tensorboard = "^2.17.1" torch-geometric = "^2.5.3" lightning = "^2.4.0" gpytorch = "^1.13" +torchcp = "^0.1.3" [tool.poetry.group.dev.dependencies]