Skip to content

Commit f35d2ee

Browse files
committed
update recording of nhp_model version to use in pyproject.toml
1 parent 2e1e063 commit f35d2ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77

88
dependencies = [
99
"databricks-connect>=16.1.6",
10-
"nhp-model",
10+
"nhp-model@git+https://github.com/the-strategy-unit/[email protected]",
1111
"pandas>=2.3.2",
1212
"pyspark>=3.5.6",
1313
]
@@ -75,6 +75,3 @@ version_file = "src/nhp/_version.py"
7575

7676
[tool.ty.src]
7777
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

Comments
 (0)