We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1e063 commit f35d2eeCopy full SHA for f35d2ee
pyproject.toml
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
7
8
dependencies = [
9
"databricks-connect>=16.1.6",
10
- "nhp-model",
+ "nhp-model@git+https://github.com/the-strategy-unit/[email protected]",
11
"pandas>=2.3.2",
12
"pyspark>=3.5.6",
13
]
@@ -75,6 +75,3 @@ version_file = "src/nhp/_version.py"
75
76
[tool.ty.src]
77
exclude = ["notebooks"]
78
-
79
-[tool.uv.sources]
80
-nhp-model = { git = "https://github.com/the-strategy-unit/nhp_model.git", rev = "v4.3.0" }
0 commit comments