We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908c875 commit 70fd8f8Copy full SHA for 70fd8f8
1 file changed
pyproject.toml
@@ -58,6 +58,5 @@ Homepage = "https://flow-project.net"
58
Repository = "https://github.com/The-Flow-Project/package-preprocessing"
59
60
[tool.uv.sources]
61
-flow-segmenter = { path = "../package-segmenter" }
62
-# flow-segmenter = { git = "https://github.com/The-Flow-Project/package-segmenter", rev = "main" }
63
-pagexml-hf = { git = "https://github.com/The-Flow-Project/pagexml-hf", rev = "main" }
+flow-segmenter = { git = "https://github.com/The-Flow-Project/package-segmenter", rev = "main" }
+pagexml-hf = { git = "https://github.com/The-Flow-Project/pagexml-hf", rev = "main" }
0 commit comments