Skip to content

Commit

Permalink
Merge branch 'master' into DAR-2707
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWilkie committed Jul 1, 2024
2 parents 9b4c31f + f713588 commit 663baac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions darwin/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
".jfif",
".tif",
".tiff",
".qtiff",
".bmp",
".svs",
".webp",
Expand All @@ -62,10 +63,13 @@
".dcm",
".mov",
".mp4",
".mkv",
".hevc",
".pdf",
".nii",
".nii.gz",
".ndpi",
".rvg",
]
SUPPORTED_EXTENSIONS = SUPPORTED_IMAGE_EXTENSIONS + SUPPORTED_VIDEO_EXTENSIONS

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ argcomplete = "^2.0.0"
deprecation = "^2.1.0"
humanize = "^4.4.0"
json-stream = "^2.3.2"
jsonschema = ">=4.0.0"
numpy = "*"
jsonschema = "^4.0.0"
numpy = "^1.24.4"
orjson = "^3.8.5"
pillow = "^10.1.0"
pydantic = "^2.0.0"
Expand Down Expand Up @@ -131,7 +131,7 @@ version = "^0.15.0"

[tool.poetry.dependencies.black]
optional = true
version = ">=22.12,<25.0"
version = "^24.4.2"

[tool.poetry.dependencies.isort]
optional = true
Expand All @@ -144,15 +144,15 @@ version = "^1.5"

[tool.poetry.dependencies.responses]
optional = true
version = ">=0.22,<0.26"
version = "^0.25.0"

[tool.poetry.dependencies.pytest]
optional = true
version = "^7.2.1"

[tool.poetry.dependencies.debugpy]
optional = true
version = "1.8.1"
version = "^1.8.1"

[tool.poetry.dependencies.mpire]
version = "^2.7.0"
Expand All @@ -171,7 +171,7 @@ version = "^12.0"

[tool.poetry.dependencies.ruff]
optional = true
version = ">=0.0.292,<0.4.8"
version = "^0.4.7"

[tool.poetry.dependencies.validate-pyproject]
optional = true
Expand Down

0 comments on commit 663baac

Please sign in to comment.