change to import from modules
This commit is contained in:
@@ -41,6 +41,10 @@ dependencies = [
|
||||
"cryptography>=42.0.0",
|
||||
# Util services — resolved via [tool.uv.sources] (git)
|
||||
"util-services",
|
||||
# Code location packages — resolved via [tool.uv.sources] (git)
|
||||
"data-processing",
|
||||
"dataframe-level-anonymisation",
|
||||
"field-level-pseudo-anonymisation",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
@@ -49,6 +53,9 @@ exclude-dependencies = ["transformers", "spacy-transformers"]
|
||||
[tool.uv.sources]
|
||||
torch = { index = "pytorch-cpu" }
|
||||
util-services = { git = "https://code.europa.eu/simpl/simpl-open/development/data-services/util-services.git", rev = "v0.5.0" }
|
||||
data-processing = { git = "https://code.europa.eu/simpl/simpl-open/development/data-services/data-processing.git", branch = "feature/SIMPL-24642" }
|
||||
dataframe-level-anonymisation = { git = "https://code.europa.eu/simpl/simpl-open/development/data-services/dataframe-level-anonymisation.git", branch = "feature/SIMPL-24642" }
|
||||
field-level-pseudo-anonymisation = { git = "https://code.europa.eu/simpl/simpl-open/development/data-services/field-level-pseudo-anonymisation.git", branch = "feature/SIMPL-24642" }
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "pytorch-cpu"
|
||||
|
||||
Reference in New Issue
Block a user