Skip to content

Commit

Permalink
Update pyproject.toml (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard authored Nov 25, 2024
1 parent a088c16 commit cf86d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ line_length = 79

[project.optional-dependencies]
crf = [
"pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
# "pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
]
pyqt5 = [
"pyqt5",
Expand Down Expand Up @@ -164,7 +164,7 @@ test = [
"coverage",
"tox",
"twine",
"pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
# "pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master",
"onnx",
"onnxruntime",
]

0 comments on commit cf86d97

Please sign in to comment.