Skip to content

Commit cf86d97

Browse files
authored
Update pyproject.toml (#100)
1 parent a088c16 commit cf86d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ line_length = 79
124124

125125
[project.optional-dependencies]
126126
crf = [
127-
"pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
127+
# "pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
128128
]
129129
pyqt5 = [
130130
"pyqt5",
@@ -164,7 +164,7 @@ test = [
164164
"coverage",
165165
"tox",
166166
"twine",
167-
"pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
167+
# "pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
168168
"onnx",
169169
"onnxruntime",
170170
]

0 commit comments

Comments
 (0)