Skip to content

Commit b8c221b

Browse files
authored
Temporary workaround for pypi upload (#10)
1 parent a924ee7 commit b8c221b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pydicom_stubs = ["*.pyi"]
2828
[project.optional-dependencies]
2929
dev = [
3030
"mypy",
31-
"pydicom @ git+https://github.com/pydicom/pydicom.git@main",
31+
# "pydicom @ git+https://github.com/pydicom/pydicom.git@main",
3232
"build",
3333
]
3434

@@ -46,4 +46,4 @@ warn_unreachable = false
4646
ignore_missing_imports = true
4747
disallow_untyped_calls = true
4848
disallow_untyped_defs = true
49-
disallow_incomplete_defs = true
49+
disallow_incomplete_defs = true

0 commit comments

Comments
 (0)