From a39addfe8909a0b8b88b28202162b5ebbb548551 Mon Sep 17 00:00:00 2001 From: patricktnast <130876799+patricktnast@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:18:09 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b742c761..2bc6434c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,4 +17,8 @@ testpaths = ["tests/"] source = ["vivarium_inputs"] [tool.coverage.report] -show_missing = true \ No newline at end of file +show_missing = true + +[[tool.uv.index]] +name = "ihme_artifactory" +url = "https://artifactory.ihme.washington.edu/artifactory/api/pypi/pypi-shared/simple/"